Skip to content

Commit 63da714

Browse files
trendelsStanis Trendelenburg
and
Stanis Trendelenburg
authored
fix(demo): Update style URL (#222)
Co-authored-by: Stanis Trendelenburg <[email protected]>
1 parent f62afa5 commit 63da714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
fetch('https://developer.geops.io/publickey')
5757
.then((response) => response.json())
5858
.then(function(data = {}) {
59-
mbMap.setStyle('https://maps.geops.io/styles/travic/style.json?key=' + data.key)
59+
mbMap.setStyle('https://maps.geops.io/styles/travic_v2/style.json?key=' + data.key)
6060
});
6161

6262
// Code taken from https://openlayers.org/en/latest/examples/mapbox-layer.html

0 commit comments

Comments
 (0)