Extension agsview


Extension Basics

Title
agsview
Name
ckanext-agsview
Type
Public extension
Description
The **agsview** extension for CKAN provides view plugins designed to display Esri ArcGIS Server dat
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-02-06 18:31:15)
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

======================================================

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

Version
Version release date
(not set)
Contact name
Applied Geographics
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
ags_fs_view ags_ms_view5 ckan
CKAN Settings (ckan.ini)
# ckanext.agsview.default_basemap_url = Gray
# ckanext.agsview.default_basemap_url = http://example.com/MapServer/tile//{z}/{x}/{y}
# ckanext.ags_view_default_basemap_url = Gray' /etc/ckan/default/production.ini
# ckanext.ags_view_proxy = {"http://mapservices.bostonredevelopmentauthority.org":"https://jqnatividad-prod.apigee.net/mapservices-bostonredevelopmentauthority-org","http://maps.cityofboston.gov":"https://jqnatividad-prod.apigee.net/maps.cityofboston.gov"}' /etc/ckan/default/production.ini
DB migration to be executed
(not set)
<< back to Extensions