Skip to content
Snippets Groups Projects
Select Git revision
  • master protected
  • test default protected
  • feat/custom-css
  • feat/redesign-improvements-10
  • feat/redesign-improvements-8
  • feat/redesign-fixes-3
  • feat/pirstan-changes
  • feat/separate-import-thread
  • feat/dary-improvements
  • features/add-pdf-page
  • features/add-typed-table
  • features/fix-broken-calendar-categories
  • features/add-embed-to-articles
  • features/create-mastodon-feed-block
  • features/add-custom-numbering-for-candidates
  • features/add-timeline
  • features/create-wordcloud-from-article-page
  • features/create-collapsible-extra-legal-info
  • features/extend-hero-banner
  • features/add-link-to-images
20 results

validators.py

Blame
    • xaralis's avatar
      4f6a81f1
      feat(maps_utils,district): Use FeatureCollection GeoJSON type by default · 4f6a81f1
      xaralis authored
      - 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.
      4f6a81f1
      History
      feat(maps_utils,district): Use FeatureCollection GeoJSON type by default
      xaralis authored
      - 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.