You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support the WMTS Capabilities format to infer tile mtrices, etc without explicit user specification or url templating. See sample here and GIBS capabilities here.
Add a parser to enumerate all the layer information and options / dimensions.
Allow for passing the list directly into the WMTSLayer for construction or passing the capabilities url in directly and specifying the keys to use.
Cesium (and many other libraries) seem to avoid the capabilities file and just require passing in the url parameters (see cesium's implementation here).
It seems Cesium also recommends the "OpenLayers" parser here or here. Or a leaflet integration capability here.
WMTS works currently with XYZ format template but would be good to support this more officially / directly. Eg class or string interpolation arguments (matrix set, time).
2D Formats
Ellipsoid projectionMapbox Tilejson FormatOr a leaflet integration capability here.DEM Formats
TerrainRGBandTerrariumvia the XYZTilesPlugin #1370TerrainRGBandTerrariumvia the XYZTilesPlugin #13703D Formats
Coordinate Reference Systems
Data Sources
https://s3.amazonaws.com/elevation-tiles-prod/terrarium/{z}/{x}/{y}.png(terrarium files)https://s3.amazonaws.com/elevation-tiles-prod/normal/{z}/{x}/{y}.png(surface normal files)https://s3.amazonaws.com/elevation-tiles-prod/geotiff/{z}/{x}/{y}.tif(elevation)Authentication APIs
bing maps