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

WMTS image layer (NSG profile) #69

Closed
pdavidc opened this issue Nov 25, 2016 · 3 comments
Closed

WMTS image layer (NSG profile) #69

pdavidc opened this issue Nov 25, 2016 · 3 comments

Comments

@pdavidc
Copy link
Contributor

pdavidc commented Nov 25, 2016

Retrieval and display of imagery from an OGC Web Map Tile Services conforming to the NSG profile.

@pdavidc pdavidc added this to the v0.1.0 milestone Nov 25, 2016
@zglueck
Copy link
Contributor

zglueck commented Feb 10, 2017

The model of the WMTS GetCapabilities (WmtsCapabilities and WmtsLayerCapabilities) should match WWA.

Remaining Items:

  • OGC WMTS sub folder creation and refactor
  • WmtsLayerCapabilities -> WmtsLayer rename (pending current WmtsLayer future)
  • plural property names (e.g. layer vs layers) in array based properties
  • wmts.operationMetadata.getCapabilities shortcut utility
  • wmts.getLayer(name) and wmts.getLayers() utility methods
  • layer.wgs84BoundingBox addition of a getSector utility
  • boundingBox assumes two values in the upper and lower corner elements (Android just stores the strings) The specification indicates only two values
  • layer.getLayerSupportedTileMatrixSets utility method and remove the tileMatrixSetRef structure
  • layer.metadata support
  • ServiceMetadataURL support

@zglueck
Copy link
Contributor

zglueck commented Feb 24, 2017

The refactored WMTS effort was merged to the develop branch in commit 9bd0d5d.

The three items not completed from the checklist above (Layer rename, plural property names, and boundingBox value storing) are captured in #89 for future work.

@zglueck
Copy link
Contributor

zglueck commented Mar 1, 2017

Changed the TileMatrixSet TileMatrix sort key to be the scale denominator in b49f23f.

This is an artifact of how Web World Wind is currently matching the Level to the compatible TileMatrix index instead of matching the scale denominator.

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

No branches or pull requests

2 participants