Skip to content
Snippets Groups Projects
Commit 4f6a81f1 authored by xaralis's avatar xaralis
Browse files

feat(maps_utils,district): Use FeatureCollection GeoJSON type by default

- All features in GeoFeatureDetailPage will be converted to FeatureCollection
- Each collection may have multiple GeoJSON feature objects, each with
  its own properties. This enables us to provide customized title & description
  for individual features. You can set 'title' and 'description'
  properties and they will be used both in map and on detail page.
- Each FeatureCollection sits on its own Leaflet layer.
- Having each FeatureCollection on own layer enabled us to do precise
  muting support: layer will be completely removed/added which greatly
  helps to avoid visual clutter.
- Muting support added to whole geo categories as well!
- Fixed map collection block.
parent 0df1fea8
No related branches found
No related tags found
2 merge requests!545feat(maps_utils,district): Use FeatureCollection GeoJSON type by default,!539Support customized title/description for individual pins on geo feature collection map
Pipeline #8446 passed
Showing
with 71710 additions and 234 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment