Files
openlayers/examples/vector-esri.html
Bart van den Eijnden 7984cc2b57 Merge pull request #5162 from probins/strategy
Improve docs/examples for loadingstrategy
2016-05-09 09:43:25 +02:00

13 lines
440 B
HTML

---
layout: example.html
title: ArcGIS REST Feature Service
shortdesc: Example of using an ArcGIS REST Feature Service with a Tile strategy.
docs: >
This example loads new features from ArcGIS REST Feature Service when the view extent changes.
tags: "vector, esri, ArcGIS, REST, Feature, Service, loading, server"
resources:
- https://code.jquery.com/jquery-2.2.3.min.js
---
<div id="map" class="map"></div>
<div id="info">&nbsp;</div>