Esri / route-planner-csharp

Routing and scheduling sample application using arcgis.com directions (network analysis) services.
Apache License 2.0
30 stars 37 forks source link

Support for Portal for ArcGIS #23

Open vgipiskis opened 9 years ago

vgipiskis commented 9 years ago

Current version of the route planner is made to use services from ArcGIS.com. Would be great to include support for Portal for ArcGIS (http://www.esri.com/software/arcgis/arcgisserver/extensions/portal-for-arcgis).

rConger commented 9 years ago

Hi. The only services that ArcGIS.com provides to RP are the cloud-hosted Base map, Route, VRP, and Geocoding solves. These services can also be configured and exposed from on-premise ArcGIS Server, so essentially, Portal for ArcGIS is not required to have a fully on-premise deployment of RP. All it takes is exposing the service and adjusting services.xml. -Rodney

dropyghost commented 8 years ago

@vgipiskis Did you know how modify the services.xml to use my map instead of the ArcGis map ? I try several things on my question here https://github.com/Esri/route-planner-csharp/issues/26

But still cant make it work