Releases: OpenHistoricalMap/maplibre-gl-dates
Releases · OpenHistoricalMap/maplibre-gl-dates
v1.2.1
v1.2.0
- Fixed an issue where the generated filters were unnecessarily checking a feature’s
start_date
andend_date
properties even ifstart_decdate
andend_decdate
are present, leading to degraded performance. This also caused a feature that ends before the 11th century to be shown regardless of the selected date ifend_date
lacks a leading zero.
v1.1.0
v1.0.0
Initial release featuring:
- Support for both legacy filters and expression-based filters
- Filtering to year, month, or day precision
- Falling back to
start_date
andend_date
ifstart_decdate
andend_decdate
are absent, respectively
See OpenHistoricalMap/issues#840 for background context.