Skip to content

Commit d0afe73

Browse files
committed
match mvt-layer to current database
1 parent ffe4cb7 commit d0afe73

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/sources.json

-4
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,6 @@
264264
"NULL as name"
265265
],
266266
"variants": [
267-
{
268-
"minzoom": 9,
269-
"table": "import.roads_gen9"
270-
},
271267
{
272268
"minzoom": 10,
273269
"table": "import.roads_gen10"

src/sources.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@
174174
"substring(ref from '\\w+') as ref_prefix",
175175
"substring(ref from '\\d+') as ref_num",
176176
"NULL as name"]
177-
[[sources.layers.variants]]
178-
minzoom = 9
179-
table = "import.roads_gen9"
177+
# [[sources.layers.variants]]
178+
# minzoom = 9
179+
# table = "import.roads_gen9"
180180
[[sources.layers.variants]]
181181
minzoom = 10
182182
table = "import.roads_gen10"

0 commit comments

Comments
 (0)