kevinsigwart / EsriOpenLayersClient

An Openlayers Client that brings in Esri's Base Maps, WMTS, WFS-T, WMS and WPS from an ArcGIS Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Esri Open Layers Client Examples

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.

Open Layers Version

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.

Demos

You can view samples and demos along with the source code [here] (http://dtc-sci01.esri.com/OGCApps/OpenLayersApp/).

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute. :)

Licensing

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)

About

An Openlayers Client that brings in Esri's Base Maps, WMTS, WFS-T, WMS and WPS from an ArcGIS Server

License:Apache License 2.0


Languages

Language:JavaScript 47.2%Language:CSS 32.0%Language:ASP 13.1%Language:Java 7.7%