kopia lustrzana https://github.com/openmaptiles/openmaptiles
Add missing NULLIF (#1625)
In some cases that empty aggregated brunnel attributes was coming through in the tiles in the transportation_name layer.pull/1626/head
rodzic
6d1cb63d8e
commit
5fd186a311
|
@ -47,7 +47,7 @@ SELECT geometry,
|
|||
THEN highway
|
||||
ELSE subclass
|
||||
END AS subclass,
|
||||
brunnel,
|
||||
NULLIF(brunnel, '') AS brunnel,
|
||||
NULLIF(layer, 0) AS layer,
|
||||
"level",
|
||||
CASE WHEN indoor = TRUE THEN 1 END AS indoor
|
||||
|
|
Ładowanie…
Reference in New Issue