diff --git a/src/topics/Mapinfo.md b/src/topics/Mapinfo.md index aaedf89f..0e86473b 100644 --- a/src/topics/Mapinfo.md +++ b/src/topics/Mapinfo.md @@ -24,6 +24,11 @@ If the `qwc-mapinfo-service` is enabled, queries can be configured in the servic "db_url": "postgresql:///?service=qwc_geodb", "info_sql": "SELECT type FROM qwc_geodb.ne_10m_admin_0_countries WHERE ST_contains(wkb_geometry, ST_SetSRID(ST_Point(:x, :y), :srid)) LIMIT 1", "info_title": "Type" + }, + { + "db_url": "postgresql:///?service=qwc_geodb", + "info_sql": "SELECT abbrev, postal, subregion FROM qwc_geodb.ne_10m_admin_0_countries WHERE ST_contains(wkb_geometry, ST_SetSRID(ST_Point(:x, :y), :srid)) LIMIT 1", + "info_title": ["Abbreviation", "Postal Code", "Subregion"] } ] }