Direct File Download of Current Zones

Zone downloader allows you to download files directly from the Zonehaven Map Service (ZMS).

Begin by opening the file downloader, which is located here: https://zonedownloader.zonehaven.com/.

  1. Enter your authorization key. This can be acquired from Zonehaven Map Service. Note: You will need to highlight and copy the key only. Do not use the copy button, as that will copy the WFS link for adding to another service (AGOL, QGIS, etc.).

    1. If you have access to ZMS, just use your Genasys EVAC credentials to login in order to get your API key.
    2. If you do not have access to ZMS Please reach out to support@genasys.com for more information or to request access. Access is available to current Genasys EVAC customers and select partners.
  2. Select your file type.
    1. GeoJSON will open in a new window. If you right click on the page, you can then select “Save As” to save your GeoJSON file.

    2. When downloading a Shapefile, you can designate a filename for your downloaded zip file. No extension (i.e. “.zip”) should be entered.

    3. KML and CSV will download with the automatically assigned filenames.

  3. Set your desired Spatial Reference (SRS). The default is 3857, Everbridge uses 4326, and CodeRED uses 4269.

  4. Notes on CQL Filters:

    1. If you do not filter your results, it will return all results that are provided by your authorization key.

    2. If the filter you input doesn’t match any zones, your output will be empty, but still returned.

    3. If the filter is invalid, you will be redirected to the ZMS page.

    4. The tool supports equal (“=”), not equal (“<>”), like (“LIKE”), and not like (“NOT LIKE”). In the like function, use + instead of spaces.

    5. Examples of possible filters:

Filter By:

Filter Conditions

Output Description

zone_status

<>'Normal'

Returns any zone that is not in normal status

zone_status

+LIKE+'Evacuation%25'

Returns any zone that is either in ‘Evacuation Order’ or ‘Evacuation Warning’

zone_id

='US-CA-XAL-OKL-E236'

Returns the single zone matching the zone ID

zone_id

+LIKE+'US-CA-XAL%25'

Returns all zones with ID like ‘US-CA-XAL%’

county_abbr

='XAL'

Returns all zones within Alameda County

city_abbr

='OKL'

Returns all zones within Oakland