Skip to content
Snippets Groups Projects
  1. Mar 30, 2023
  2. Feb 08, 2023
  3. Jun 02, 2022
    • xaralis's avatar
      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
  4. May 30, 2022
  5. May 24, 2022
  6. May 17, 2022
    • xaralis's avatar
      feat: add few more block types & improve their availability · 921e1d6a
      xaralis authored and jan.bednarik's avatar jan.bednarik committed
      - Add CardBlock to provide generic card
      - Add FigureBlock to provide generic figure embed
      - Add TwoColumnBlock & ThreeColumnBlock to support multicolumn content
        editing
      - Add ButtonBlock & ButtonGroup block to embed buttons
      - Add ImageBannerBlock to enable embedding image banners
      - Allow more blocks to be used in district pages & unify which
        specifically
      921e1d6a
Loading