I'm not sure how much information you need in order to answer the question nor which place to put this question in. If there is a better place or more relevant information, please let me know and I'll move/share as needed
.
I've been tasked with creating a searchable map of our state with the location of AED's on it. The end goal is that someone could register an AED on our site, that information would be saved in a database, after the AED is confirmed, any new AED's would be run through a geoprocessor (not sure if that is the correct term) and the points added to the web map. This map will be made available both to 911 dispatch and the public.
I have the registration process working fine (which is not an ArcGIS thing anyway) and I have a web map pulling coordinates and other information from a CSV file, but I need help with automating the middle section. Currently, AED's can be registered and are stored in a database, but I then have to manually run them through ArcGIS desktop to get the coordinates, then manually export to a CSV file that the web map reads in order to put points on the basemap. I'm fairly proficient with web/database/scripting in general, but I'm fairly new to ArcGIS and mapping. I feel like there must be a more elegant and hopefully automated way to update the points on the map. It seems like a simple thing, but I have been unable to figure it out so far from the ArcGIS website or searching google.
Any help would be appreciated.