7 results for placetypes that are a continent
  1. Antarctic
    Antarctic (Continent)
  2. Europe
    Europe (Continent)
  3. Australia
    Australia (Continent)
  4. North America
    North America (Continent)
  5. South America
    South America (Continent)
  6. Africa
    Africa (Continent)
  7. Asia
    Asia (Continent)

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": 29 } } ], "must_not": [] } }, "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" } } ] }