Update the filename of the style in README

In 01c25a42c4fff088d8ffc765c27203535f14efa2 the style was renamed from osm-liberty.json to style.json
This commit is contained in:
spinF 2017-01-17 14:39:09 +01:00
parent 66bccf6d14
commit 0843f3acf4
No known key found for this signature in database
GPG Key ID: 3CE5D2B0502C0CF9

View File

@ -32,7 +32,7 @@ To use it you don't need any access keys and you can host the tiles and assets y
<script> <script>
var map = new mapboxgl.Map({ var map = new mapboxgl.Map({
container: 'map', container: 'map',
style: 'http://osm-liberty.lukasmartinelli.ch/osm-liberty.json', style: 'http://osm-liberty.lukasmartinelli.ch/style.json',
center: [8.538961,47.372476], center: [8.538961,47.372476],
zoom: 5, zoom: 5,
hash: true hash: true