We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62afa5 commit 63da714Copy full SHA for 63da714
index.html
@@ -56,7 +56,7 @@
56
fetch('https://developer.geops.io/publickey')
57
.then((response) => response.json())
58
.then(function(data = {}) {
59
- mbMap.setStyle('https://maps.geops.io/styles/travic/style.json?key=' + data.key)
+ mbMap.setStyle('https://maps.geops.io/styles/travic_v2/style.json?key=' + data.key)
60
});
61
62
// Code taken from https://openlayers.org/en/latest/examples/mapbox-layer.html
0 commit comments