377 results for placetypes that are a time zone
  1. America/Indiana/Tell_City
    America/Indiana/Tell_City, United States (Timezone)
  2. Pacific/Guam
    Pacific/Guam (Timezone)
  3. Australia/Currie
    Australia/Currie, Australia (Timezone)
  4. America/Kentucky/Monticello
    America/Kentucky/Monticello, United States (Timezone)
  5. Pacific/Midway
    Pacific/Midway, United States Minor Outlying Islands (Timezone)
  6. America/North_Dakota/Center
    America/North_Dakota/Center, United States (Timezone)
  7. America/Martinique
    America/Martinique (Timezone)
  8. America/Tortola
    America/Tortola (Timezone)
  9. America/Anguilla
    America/Anguilla (Timezone)
  10. Asia/Hong_Kong
    Asia/Hong_Kong (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": 30 }