Esri / esri-leaflet

A lightweight set of tools for working with ArcGIS services in Leaflet. :rocket:
https://developers.arcgis.com/esri-leaflet/
Apache License 2.0
1.6k stars 798 forks source link

how can i use esri-leaflet to work with arcgis soe rest? #241

Closed babyfish closed 10 years ago

babyfish commented 10 years ago

with arcgis javascript api, esri.layers.ArcGISDynamicMapServiceLayer("http://192.168.1.1/ArcGIS/rest/services/ms/MapServer") how can i use esri-leaflet to work with arcgis soe rest?

patrickarlt commented 10 years ago

Take a look at the L.esri.DynamicMapLayer docs https://github.com/Esri/esri-leaflet#dynamicmaplayer or L.esri.FeatureLayer https://github.com/Esri/esri-leaflet#featurelayer which should help you visualize service.

alaframboise commented 10 years ago

@babyfish Just call SOEs with a separate request handler. See this: http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Using_a_REST_server_object_extension_in_a_client_application/000100000nw9000000/