This concept app allows users to find a Pennsylvania Local Park near their current location. It utilizes data from the Pennsylvania Department of Conservation & Natural Resources (DCNR).
The app uses the Leaflet.js library for the interactive web map. The ArcGIS REST JS library is used to query features from the DCNR Local Parks map service. If interested, check out the source code on GitHub.
The user selects a distance to perform a spatial intersects analysis. The queried parks are added to the web map, and listed in a table to the user.
There is an option to use a random location in Pennsylvania from a predefined list of coordinates. This allows users outside of Pennsylvania to access this app.
Below are some potential future enhancements:
- Sort results based upon distance to user's location
- Figure out how to perform analysis in projected CRS