Map

Map layouts are used in the Minimog

Map

<section class="pt-10 pb-10">
    <div class="container">
        <div id="map" class="mapbox-gl map-point-animate"
             style="height: 535px"
             data-mapbox-access-token="pk.eyJ1IjoiZzVvbmxpbmUiLCJhIjoiY2t1bWY4NzBiMWNycDMzbzZwMnI5ZThpaiJ9.ZifefVtp4anluFUbAMxAXg"
             data-mapbox-options='{"center":[-106.53671888774004, 35.12362056187368],"setLngLat":[-106.53671888774004, 35.12362056187368],"zoom":5}'
             data-mapbox-marker='[{"position":[-102.53671888774004, 38.12362056187368],"className":"marker","backgroundImage":"../../images/marker.png","backgroundRepeat":"no-repeat","width":"90px","height":"90px"}]'
        ></div>
    </div>
</section>