Skip to content

Commit bd2d9b8

Browse files
committed
remove debug=true from source
1 parent 5354503 commit bd2d9b8

10 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The following is an example JSON configuration:
4242
"sources":[{
4343
"key":"ec2",
4444
"label":"EC2",
45-
"url":"https://osm.tegola.io/capabilities/osm.json?debug=true",
45+
"url":"https://osm.tegola.io/capabilities/osm.json",
4646
"styleName":"osm"
4747
}],
4848
"renderers":[{

styles/camo3d.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sources": {
1919
"osm": {
2020
"type": "vector",
21-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
21+
"url": "https://osm.tegola.io/capabilities/osm.json"
2222
}
2323
},
2424
"sprite": "https://go-spatial.github.io/tegola-web-demo/spritesets/Spritesheets",

styles/hot-osm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"sources": {
2020
"osm": {
2121
"type": "vector",
22-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
22+
"url": "https://osm.tegola.io/capabilities/osm.json"
2323
}
2424
},
2525
"sprite": "https://go-spatial.github.io/tegola-web-demo/spritesets/hot_osm_icons",

styles/hot-osm3d.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"sources": {
2020
"osm": {
2121
"type": "vector",
22-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
22+
"url": "https://osm.tegola.io/capabilities/osm.json"
2323
}
2424
},
2525
"sprite": "https://go-spatial.github.io/tegola-web-demo/spritesets/hot_osm_icons",

styles/mobility.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sources": {
1919
"osm": {
2020
"type": "vector",
21-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
21+
"url": "https://osm.tegola.io/capabilities/osm.json"
2222
}
2323
},
2424
"sprite": "https://go-spatial.github.io/tegola-web-demo/spritesets/Spritesheets",

styles/mobility3d.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sources": {
1919
"osm": {
2020
"type": "vector",
21-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
21+
"url": "https://osm.tegola.io/capabilities/osm.json"
2222
}
2323
},
2424
"sprite": "https://go-spatial.github.io/tegola-web-demo/spritesets/Spritesheets",

styles/night-vision.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sources": {
1919
"osm": {
2020
"type": "vector",
21-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
21+
"url": "https://osm.tegola.io/capabilities/osm.json"
2222
}
2323
},
2424
"glyphs": "https://go-spatial.github.io/tegola-web-demo/fonts/{fontstack}/{range}.pbf",

styles/night-vision3d.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"sources": {
1919
"osm": {
2020
"type": "vector",
21-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
21+
"url": "https://osm.tegola.io/capabilities/osm.json"
2222
}
2323
},
2424
"glyphs": "https://go-spatial.github.io/tegola-web-demo/fonts/{fontstack}/{range}.pbf",

styles/osgeo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"sources": {
2424
"osm": {
2525
"type": "vector",
26-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
26+
"url": "https://osm.tegola.io/capabilities/osm.json"
2727
}
2828
},
2929
"sprite": "https://go-spatial.github.io/tegola-web-demo/spritesets/Spritesheets",

styles/osgeo3d.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"sources": {
2424
"osm": {
2525
"type": "vector",
26-
"url": "https://osm.tegola.io/capabilities/osm.json?debug=true"
26+
"url": "https://osm.tegola.io/capabilities/osm.json"
2727
}
2828
},
2929
"sprite": "https://go-spatial.github.io/tegola-web-demo/spritesets/Spritesheets",

0 commit comments

Comments
 (0)