Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESRI web services #372

Merged
merged 9 commits into from
Jan 29, 2016
Merged

ESRI web services #372

merged 9 commits into from
Jan 29, 2016

Conversation

eliotjordan
Copy link
Member

Adds support for ArcGIS REST API services. The original PR (#335) was closed in order to reboot the discussion and to facilitate moving the branch into the main repository.

@krdyke
Copy link

krdyke commented Jan 27, 2016

Here's a gist with some records. Unfortunately we don't have a tiled layer that uses Web Mercator. Let me know what needs fixing/tweaking.

@eliotjordan
Copy link
Member Author

@krdyke Thanks! I'm adding the docs now.

@@ -14,7 +14,11 @@ module Constants
wcs: 'http://www.opengis.net/def/serviceType/ogc/wcs',
wfs: 'http://www.opengis.net/def/serviceType/ogc/wfs',
wms: 'http://www.opengis.net/def/serviceType/ogc/wms',
hgl: 'http://schema.org/DownloadAction'
hgl: 'http://schema.org/DownloadAction',
feature_layer: 'http://www.arcgis.com/rdf#FeatureLayer',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remind me why we decided on RDF here? To me referencing "RDF" feels like it should actually be rdf, no?

@eliotjordan
Copy link
Member Author

The ESRI service refs in dct_references now use the base ArcGIS Service uri from Cat-Interop.

  feature_layer: 'urn:x-esri:serviceType:ArcGIS#FeatureLayer',
  tiled_map_layer: 'urn:x-esri:serviceType:ArcGIS#TiledMapLayer',
  dynamic_map_layer: 'urn:x-esri:serviceType:ArcGIS#DynamicMapLayer',
  image_map_layer: 'urn:x-esri:serviceType:ArcGIS#ImageMapLayer'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants