======================================================
ckanext-agsview - Esri ArcGIS Server CKAN resources
This extension contains view plugins to display ArcGIS Map services (cached,
dynamic) and Feature layer services in CKAN. It uses an Esri Leaflet Viewer <https://github.com/Esri/esri-leaflet>_ for display.
Available plugins
ArcGIS Feature Layer Viewer (ags_fs_view)_
ArcGIS MapService Viewer (ags_ms_view)_
ArcGIS Feature Layer Viewer (ags_fs_view)
The ArcGIS Feature Layer Viewer provides access to different ArcGIS Feature Layers within a MapService or FeatureService. Each instance of a view has the following configuration options:
ags_url: ArcGIS Server layer end point with layer id included::
http://gis.cityofboston.gov/arcgis/rest/services/CityServices/OpenData/MapServer/0
basemap_url: Can accept Esri basemap name <http://esri.github.io/esri-leaflet/api-reference/layers/basemap-layer.html>_ or generic tile url template::
Gray
::
http://gis.cityofboston.gov/arcgis/rest/services/Basemaps/base_map_webmercatorV2/MapServer/tile/{z}/{x}/{y}
ArcGIS MapService Viewer (ags_ms_view)
The ArcGIS MapServer Viewer provides access to MapService and the ability to set which layers are to view within that MapService. Each instance of a view has the following configuration options:
ags_url: ArcGIS Server MapService end point::
http://gis.cityofboston.gov/arcgis/rest/services/CityServices/OpenData/MapServer
list_ids: Comma delimited list of ids to include in the map (an empty list will return all the layers)::
0,5
basemap_url: Can accept Esri basemap name <http://esri.github.io/esri-leaflet/api-reference/layers/basemap-layer.html>_ or generic tile url template::
Gray
::
http://gis.cityofboston.gov/arcgis/rest/services/Basem