diff --git a/README.md b/README.md index ab5c842..ffe8a5c 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,13 @@ Examples: }, { "db_url": "postgresql:///?service=qwc_geodb", - "info_sql": "SELECT type, abbrev 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", "Abbreviation"] + "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"] } ] }