We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ddd4e commit cb22769Copy full SHA for cb22769
style.json
@@ -48,11 +48,11 @@
48
"sources": {
49
"openmaptiles": {
50
"type": "vector",
51
- "url": "https://free.tilehosting.com/data/v3.json?key=tXiQqN3lIgskyDErJCeY"
+ "url": "https://free.tilehosting.com/data/v3.json?key={key}"
52
}
53
},
54
"sprite": "https://klokantech.github.io/oldmapsonline-gl-style/sprite",
55
- "glyphs": "https://free.tilehosting.com/fonts/{fontstack}/{range}.pbf?key=tXiQqN3lIgskyDErJCeY",
+ "glyphs": "https://free.tilehosting.com/fonts/{fontstack}/{range}.pbf?key={key}",
56
"layers": [
57
{
58
"id": "background",
0 commit comments