We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f3a5c commit 0d26479Copy full SHA for 0d26479
examples/Hello World.html
@@ -31,7 +31,7 @@
31
var worldstreetsStyle = "http://cdn.thinkgeo.com/worldstreets-styles/1.0.0/light.json";
32
var worldstreets = new ol.mapsuite.VectorTileLayer(worldstreetsStyle,
33
{
34
- apiKey: 'your-ThinkGeo-Cloud-Service-key' // please go to https://cloud.thinkgeo.com for create
+ apiKey: 'your-ThinkGeo-Cloud-Service-key' // please go to https://cloud.thinkgeo.com to create
35
});
36
let map = new ol.Map({
37
layers: [worldstreets],
0 commit comments