[GIS] Using ArcGIS Online for public participation

arcgis-onlinemap-notes

We have an ArcGIS Online Organizational account setup with several maps facing the public.

I would like to create an application using one of our maps that has the added functionality of allowing the public (anyone, not just those with an ArcGIS Online account) to place a point/marker on the map and submit it with a comment.

The comments would need to be posted to a database (or emailed to me) with coordinates.

Has anyone developed such an application, or seen any templates available similar to this?

ArcGIS Online's Map Notes are close to what I'm looking for, but editing map notes is restricted to the author.

Best Answer

Great question. If you want to enable editing, you could make an editable feature layer (or layers) and use the Editor widget. This will allow people to create, edit and delete features.

However, writing the "wrapper" functionality to handle permissions (eg, only the creator of a feature can edit or delete it) and routing of comments into your separate database would be your responsibility, outside of the ArcGIS framework.

Social Pinpoint is one application I'm aware of which does something similar, although this is based on Google Maps. This is an application that these developers have built themselves, I believe using Rails.

Related Question