We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091a0e9 commit 8dce39fCopy full SHA for 8dce39f
examples/extrusion/tileset.json
@@ -24,7 +24,7 @@
24
{
25
"minzoom": 12,
26
"maxzoom": 20,
27
- "sql": "SELECT id, tags || jsonb_build_object('building:height', (CASE WHEN tags ->> 'building:levels' ~ '^[0-9\\\\.]+$' THEN tags ->> 'building:levels' ELSE '1' END)::real * 3), geom FROM osm_ways WHERE tags ? 'building'"
+ "sql": "SELECT id, tags || jsonb_build_object('building:height', (CASE WHEN tags ->> 'building:levels' ~ '^[0-9\\\\.]+$' THEN tags ->> 'building:levels' ELSE '1' END)::real * 3) as tags, geom FROM osm_ways WHERE tags ? 'building'"
28
}
29
]
30
0 commit comments