1 results for placetypes that are a land feature
  1. Longford Park
    Longford Park, Greater Manchester, England, United Kingdom (LandFeature)

Search again including deprecated places, unknown places, places that visit Null Island or everything?

This query took seconds ⌛; show me the details?

        
seconds ⌛
{ "query": { "bool": { "must": [ { "term": { "woe:placetype": 16 } } ], "must_not": [ { "term": { "geom:latitude": { "value": 0.0 } } }, { "term": { "geom:longitude": { "value": 0.0 } } }, { "exists": { "field": "woe:superseded_by" } } ] } }, "aggs": { "placetypes": { "terms": { "field": "woe:placetype_name", "size": 10000 } }, "countries": { "terms": { "field": "iso:country", "size": 10000 } } }, "sort": [ { "woe:scale": { "order": "asc", "mode": "max" } }, { "geom:area": { "order": "asc", "mode": "max" } }, { "woe:id": { "order": "asc", "mode": "max" } } ] }