aboutsummaryrefslogtreecommitdiff
path: root/templates/shortcodes/mapbox.html
diff options
context:
space:
mode:
authorsptaule <lecas83@gmail.com>2022-01-24 18:36:50 +0100
committersptaule <lecas83@gmail.com>2022-01-24 18:36:50 +0100
commit336fd3f7566c7872c17b30f7cd150e1d16899205 (patch)
tree2761022d83f35c3ea839d00eb63dfb7f0a91a713 /templates/shortcodes/mapbox.html
downloadgaragehq.deuxfleurs.fr-336fd3f7566c7872c17b30f7cd150e1d16899205.tar.gz
garagehq.deuxfleurs.fr-336fd3f7566c7872c17b30f7cd150e1d16899205.zip
First commit
Diffstat (limited to 'templates/shortcodes/mapbox.html')
-rwxr-xr-xtemplates/shortcodes/mapbox.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/shortcodes/mapbox.html b/templates/shortcodes/mapbox.html
new file mode 100755
index 0000000..13d3488
--- /dev/null
+++ b/templates/shortcodes/mapbox.html
@@ -0,0 +1,11 @@
+<div class="map mb-6" style='height: 450px;'>
+ <div class="mapbox-access-token">
+ {{config.extra.mapbox.access_token}}
+ </div>
+ <div class="mapbox-zoom">
+ {{zoom}}
+ </div>
+ <div class="mapbox-geojson">
+ {{body}}
+ </div>
+</div>