These examples shows how you can bring in OGC Standards coming from an ArcGIS Server into an Open Layers Client.
Also, since Esri REST Specification aka Geoservices REST Specification adheres to an Open Specification under the Open Web Foundation, it's possible to bring in MapServices and Cached maps into the Open Layers Client.
To get the WFS-T to work, you will need a proxy running on a server.
My example uses a .NET IIS Proxy. I included both a Java proxy and the .ashx proxy.
This example uses OpenLayers 2.13.1 OpenLayers lives at http://www.openlayers.org/. Find details on downloading stable releases or the development version the development site.
You can view samples and demos along with the source code [here] (http://dtc-sci01.esri.com/OGCApps/OpenLayersApp/).
- ArcGIS For Server OGC Support
- OGC
- [OpenLayers Repo] (https://github.com/openlayers/openlayers)
- [Getting Open Layers] (http://www.openlayers.org/)
- [Open Web Foundation] (https://sites.google.com/site/openwebfoundation/)
- [The Geoservices REST Specification] (http://blogs.esri.com/esri/arcgis/2010/09/07/the-geoservices-rest-specification-an-open-standard-for-gis-web-services/)
Find a bug or want to request a new feature? Please let us know by submitting an issue.
Anyone and everyone is welcome to contribute. :)
Copyright 2012 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.
[](Esri Language: JavaScript)