We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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);