This is a small HTML/CSS/JavaScript prototype for a public-facing zoning business wizard.
Live Dev version: https://syr-zoning-questionnaire-to-map.netlify.app/
- Asks step-by-step business-use questions.
- Maps plain-English answers to zoning Use Types.
- Looks up permitted and special-use zoning districts.
- Builds a placeholder ArcGIS Experience Builder URL.
- Shows a disclaimer and result screen.
Open index.html in your browser.
No build tools are required.
index.html- page structurestyles.css- visual stylingdata.js- decision tree, allowed uses lookup, ArcGIS configapp.js- wizard logic and result rendering
In data.js, replace:
experienceBuilderUrl: "https://experience.arcgis.com/experience/YOUR_APP_ID",
dataSourceId: "YOUR_DATA_SOURCE_ID",
zoningDistrictField: "ZONE_DISTRICT"with the real values from GIS/ArcGIS Experience Builder.
The ArcGIS URL format is a placeholder. The GIS team should confirm the final Experience Builder URL parameter format.