mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
refacto labourage form
This commit is contained in:
parent
31b2bd4689
commit
5441abd405
12 changed files with 674 additions and 424 deletions
|
@ -184,6 +184,7 @@
|
|||
{% block javascripts %}
|
||||
{{ parent() }}
|
||||
<script src="{{ asset('js/mapbox/mapbox-gl.js') }}"></script>
|
||||
<script src='{{ asset('js/utils.js') }}'></script>
|
||||
<script>
|
||||
{% if commerce is not empty and mapbox_token is not empty and maptiler_token is not empty and commerce_overpass['@attributes'].lon is defined and commerce_overpass['@attributes'].lat is defined %}
|
||||
mapboxgl.accessToken = '{{ mapbox_token }}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue