Map group component

<div class="form-group d-flex flex-column">
    <label>Kaart</label>
    <div class="a-map" id="js-map"></div>
</div>
<div class="form-group d-flex flex-column">
    <label>{{label}}</label>
    {% render '@map' %}
</div>
{
  "label": "Kaart"
}

Map component

The map component uses the following javascript library: https://leafletjs.com/ https://github.com/Leaflet/Leaflet