Skip to content

Current Cluster Regions

zaven edited this page Jan 30, 2020 · 10 revisions

Zoom Level 2 and 3

Zoom Level 4 and 5

Zoom Level 6 and 7

images/zoom-level-6.png

SQL

Altering the zoom level in this query gives the type_id that can be used to filter regions when visualizing in QGIS

select distinct type_id from region where id in (select region_id from region_zoom where zoom_level = 4);