Skip to content

Commit 0d26479

Browse files
Modify comments
1 parent c2f3a5c commit 0d26479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Hello World.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
var worldstreetsStyle = "http://cdn.thinkgeo.com/worldstreets-styles/1.0.0/light.json";
3232
var worldstreets = new ol.mapsuite.VectorTileLayer(worldstreetsStyle,
3333
{
34-
apiKey: 'your-ThinkGeo-Cloud-Service-key' // please go to https://cloud.thinkgeo.com for create
34+
apiKey: 'your-ThinkGeo-Cloud-Service-key' // please go to https://cloud.thinkgeo.com to create
3535
});
3636
let map = new ol.Map({
3737
layers: [worldstreets],

0 commit comments

Comments
 (0)