3 places near Atlantic Ocean
filter by placetype:
  1. Latin America
    Latin America (Supername)
  2. Americas
    Americas (Supername)
  3. Eurasia
    Eurasia (Supername)

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

This query took 0.007 seconds ⌛; show me the details?

        
0.007 seconds ⌛
{ "query": { "bool": { "must": [ { "geo_shape": { "geometry": { "shape": { "type": "circle", "radius": "1km", "coordinates": [ -32.05418, 4.07229 ] } } } }, { "term": { "woe:placetype": 19 } } ], "must_not": [ { "terms": { "woe:placetype": [ 0, 11, 25 ] } }, { "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 } } }, "sort": [ { "woe:scale": { "order": "desc", "mode": "max" } }, { "woe:id": { "order": "asc", "mode": "max" } } ] }