Esri JSON read support

This commit is contained in:
Bart van den Eijnden
2015-04-10 20:54:01 +02:00
parent bba326fdf4
commit 93c524baa0
10 changed files with 1262 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
template: example.html
title: esri ArcGIS REST Feature Service example
shortdesc: Example of using an ArcGIS REST Feature Service with a BBOX strategy.
docs: >
This example loads new features from ArcGIS REST Feature Service when the view extent changes.
tags: "vector, esri, ArcGIS, REST, Feature, Service, bbox, loading, server"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
<div class="span4 offset4 pull-right">
<div id="info" class="alert alert-success">
&nbsp;
</div>
</div>
</div>
</div>