ngageoint / geoq

Django web application to collect geospatial features and manage feature collection among groups of users
MIT License
704 stars 133 forks source link

Handle WMTS layers #300

Closed stephenrjones closed 9 years ago

stephenrjones commented 9 years ago

Although WMTS is listed as a layer type when creating a layer, the code is not in place to handle that.

stephenrjones commented 9 years ago

Code has been added to support WMTS layers. Key to note here is that the layer will look for a number of parameters in the 'Layer Parameters' section of the layer definition, including 'layer', 'tileSize', 'subdomains', and any other variables defined in the url. Current geo-q.com has a 'Landsat Precipitation day' layer defined as an example