Change synchronization intervals in create feature service interface - Esri/arcgis-osm-editor GitHub Wiki

Note: This customization is for the Server component only.

By default, there are four options for synchronizing with OpenStreetMap when you create a feature service through the Create Feature Service interface. The intervals are set to synchronize with hour-based timeframes. If you want to change the synchronization intervals available from this list, follow the steps below. Make sure to keep in mind the important note to avoid being blocked by OSM for exceeding bandwidth.

  • Open the \\C$\inetpub\wwwroot\OSM\web.config file
  • Find the key called RefreshInterval
  • Add a new entry to the bar separated list that includes the name of the interval, and then a bar, and then the synchronization interval in minutes:
{{<add key="RefreshInterval" value=Never|0,5 min|5,1 Hour|60,6 Hours|360,12 Hours|720,24 Hours|1440" />}}
  • Save the web.config file.

Back to Documentation
⚠️ **GitHub.com Fallback** ⚠️