posted an update

We faced an issue getting Longitude and Latitude as Esri is proving geometry points. Without this data, we will not be able to identify which borough is the authority in incident area. The solution was:

  1. Use webMercatorUtils from ArcGIS js api to convert xy points to long/lat.
  2. Use Postcodes.io service to get Postcode and Council associated with incidence.
  3. Using ajax to combine webMercatorUtils with backend PHP

Log in or sign up for Devpost to join the conversation.