We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe4cb7 commit d0afe73Copy full SHA for d0afe73
src/sources.json
@@ -264,10 +264,6 @@
264
"NULL as name"
265
],
266
"variants": [
267
- {
268
- "minzoom": 9,
269
- "table": "import.roads_gen9"
270
- },
271
{
272
"minzoom": 10,
273
"table": "import.roads_gen10"
src/sources.toml
@@ -174,9 +174,9 @@
174
"substring(ref from '\\w+') as ref_prefix",
175
"substring(ref from '\\d+') as ref_num",
176
"NULL as name"]
177
- [[sources.layers.variants]]
178
- minzoom = 9
179
- table = "import.roads_gen9"
+ # [[sources.layers.variants]]
+ # minzoom = 9
+ # table = "import.roads_gen9"
180
[[sources.layers.variants]]
181
minzoom = 10
182
table = "import.roads_gen10"
0 commit comments