New WMTS GetCapabilities & RESTful example.

Uses the WMTS server of the ogdwien open data initiative of the City of Vienna. Shows how to build a fullscreen map that works well on both mobile and desktop clients. With lightweight permalinks and Geolocate control.
This commit is contained in:
ahocevar
2011-11-08 11:59:57 +01:00
parent 8e2ab1c530
commit 794440750c
4 changed files with 419 additions and 1 deletions

View File

@@ -21,7 +21,8 @@ allowedHosts = ['www.openlayers.org', 'openlayers.org',
'sigma.openplans.org', 'demo.opengeo.org',
'www.openstreetmap.org', 'sample.azavea.com',
'v2.suite.opengeo.org', 'v-swe.uni-muenster.de:8080',
'vmap0.tiles.osgeo.org', 'www.openrouteservice.org']
'vmap0.tiles.osgeo.org', 'www.openrouteservice.org',
'maps.wien.gv.at']
method = os.environ["REQUEST_METHOD"]