# Versioning Given a version number __X.Y.Z__, we will increment: 1. __X__ when there is a redesign to the user experience, 2. __Y__ when there is a new subroutine or function, 3. __Z__ when there is a bug fix (reset when X or Y is incremented). ---- ## [Feature Requests] - Print ability -maybe [leaflet-easyPrint](https://rowanwins.github.io/leaflet-easyPrint) - GeoLocating - find user location, maybe [leaflet-geolet](https://github.com/rhlt/leaflet-geolet) ---- ## [3.1.0] - 2022.05.25 ### Added - Markers based on WikiData coordinates (geoJSON z coordinate) ---- ## [3.0.1] - 2022.05.24 ### Fixed - Added a failsafe for empty categories (not containing profiles) that were not previously being marked on the map. ---- ## [3.0.0] - 2022.05.23 ### Added - Query strings - ?lat=XX&lng=XX&zm=XX You can now link a specific map URL, like this: [?lat=29.823&lng=-95.008&zm=12](https://apps.wikitree.com/apps/harris5439/cemeteries/index.html?lat=29.823&lng=-95.008&zm=12) - Display loading.gif on startup until all markers are drawn. - Layers Control - Ability to change map base layer (theme) to personal preference. - [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) - Clusters markers into interactive groups and spiderfy elements. - UI Layer Markers as MarkerClusterGroups - [Leaflet.Legend](https://github.com/ptma/Leaflet.Legend) - Added collapse for legend, hover / click to show. ### Changed - [Leaflet.Legend](https://github.com/ptma/Leaflet.Legend) - Legend location moved to map control group (top left). - [leaflet-search](https://github.com/stefanocudini/leaflet-search) - Search by Cemetery Name ---- ## [2.0.0] - 2022.05.16 ### Added - [Leaflet.Legend](https://github.com/ptma/Leaflet.Legend) - Displays map legend as overlay - [leaflet-search](https://github.com/stefanocudini/leaflet-search) - Search Nominatim geocoding for City/Town/Village, County/Parish/Region, State, Country, or Zip Code. ---- ## [1.0.1] - 2022.05.15 ### Fixed - Corrected an error with circle radius being [dynamically assigned](https://www.wikitree.com/g2g/1417757/global-cemetery-maps?show=1418395#c1418395) based on profile counts. ---- ## [1.0.0] - 2022.05.15 ### Added - Dynamically assigned color circles based on profile counts. ---- ## [0.1.0] - 2022.05.12 ### Added - Vector Circles that are drawn on canvas. ### Removed - UI Layer Markers that are inserted as individual DOM elements ---- ## [0.0.1] - 2022.05.07