Skip to content

Commit

Permalink
fix: get dark blue running
Browse files Browse the repository at this point in the history
  • Loading branch information
fpurcell committed Nov 20, 2024
1 parent 7025e59 commit e4474a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gl/styles/trimet-dark-blue.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"version": 8,
"name": "Basic",
"name": "TriMet Dark Blue",
"id": "trimet-dark-blue",
"metadata": {
"mapbox:autocomposite": false,
"mapbox:type": "template",
"maputnik:renderer": "mbgljs",
"openmaptiles:version": "3.x",
"openmaptiles:mapbox:owner": "openmaptiles",
"openmaptiles:mapbox:source:url": "mapbox://openmaptiles.4qljc88t"
"openmaptiles:mapbox:owner": "openmaptiles"
},
"sources": {
"openmaptiles": {
"type": "vector",
"url": "https://api.maptiler.com/tiles/v3/tiles.json?key={key}"
"url": "mbtiles://or-wa.mbtiles"
}
},
"glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key={key}",
"glyphs": "{fontstack}/{range}.pbf",
"layers": [
{
"id": "background",
Expand Down

0 comments on commit e4474a4

Please sign in to comment.