Skip to content

Commit

Permalink
Add {key} wildcard to master
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Jan 16, 2017
1 parent 06b70d6 commit 5869d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"sources": {
"openmaptiles": {
"type": "vector",
"url": "https://free.tilehosting.com/data/v3.json"
"url": "https://free.tilehosting.com/data/v3.json?key={key}"
}
},
"sprite": "https://openmaptiles.github.io/dark-matter-gl-style/sprite",
"glyphs": "https://free.tilehosting.com/fonts/{fontstack}/{range}.pbf",
"glyphs": "https://free.tilehosting.com/fonts/{fontstack}/{range}.pbf?key={key}",
"layers": [
{
"id": "background",
Expand Down

0 comments on commit 5869d7a

Please sign in to comment.