mirror of
https://github.com/openmaptiles/openmaptiles.git
synced 2026-02-01 14:37:03 +00:00
`nullif(as_numeric(height),-1)` is doing a double conversion -- null into -1 followed by -1 back into null. Remove that, and delete unused `as_numeric`