Relatively small and static (or very rarely updated) geospatial datasets and related data products for use in web applications to support of City business.
Along with each GeoJSON file is a same named JSON file containing the ArcGIS Maps SDK for JavaScript properties to initialize a GeoJSONLayer with the proper symbology, popup, labels, etc.
const url = 'https://cityofvernonia.github.io/geospatial-data/floodplain-management/flood-zones.json';
const geoJSONLayer = new GeoJSONLayer(await (await fetch(url, { cache: 'reload' })).json());
map.add(geoJSONLayer);
Annexations and de-annexations to the municipal boundary of Vernonia.
FEMA Elevation Certificates of record within the Vernonia special flood hazard area.
FEMA Letter of Map Amendments (LOMAs) within Vernonia City Limits.
Columbia County record surveys within the Vernonia spatial extent.
Columbia County tax map boundaries within and adjacent to Vernonia City Limits.
Columbia County tax maps within and adjacent to Vernonia City Limits.
See Change Log.
The City of Vernonia is an Equal Opportunity Employer and Provider
Copyright © 2025 City of Vernonia, Oregon
Made with and
in Vernonia, Oregon