377 results for placetypes that are a time zone
  1. Europe/Vaduz
    Europe/Vaduz (Timezone)
  2. Indian/Christmas
    Indian/Christmas (Timezone)
  3. Atlantic/Bermuda
    Atlantic/Bermuda (Timezone)
  4. Pacific/Niue
    Pacific/Niue (Timezone)
  5. America/Aruba
    America/Aruba (Timezone)
  6. Indian/Cocos
    Indian/Cocos (Timezone)
  7. Europe/Andorra
    Europe/Andorra (Timezone)
  8. Australia/Lord_Howe
    Australia/Lord_Howe, Australia (Timezone)
  9. America/Barbados
    America/Barbados (Timezone)
  10. America/Miquelon
    America/Miquelon (Timezone)

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": 31 } } ], "must_not": [ { "term": { "woe:placetype": 0 } }, { "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" } } ], "from": 10 }