fix bad link on style.json

This commit is contained in:
Ludovic Delauné 2019-09-20 14:31:23 +02:00
parent 511e5a46be
commit afef96f556

View File

@ -19,7 +19,7 @@
<script> <script>
var map = new mapboxgl.Map({ var map = new mapboxgl.Map({
container: 'map', container: 'map',
style: '/style.json', style: '/osm-liberty/style.json',
center: [8.538961,47.372476], center: [8.538961,47.372476],
zoom: 5, zoom: 5,
hash: true hash: true