diff options
author | Chris Schlaeger <chris@linux.com> | 2014-08-12 21:56:44 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-08-12 21:56:44 +0200 |
commit | ea346a785dc1b3f7c156f6fc33da634e1f1a627b (patch) | |
tree | af67530553d20b6e82ad60fd79593e9c4abf5565 /misc/openlayers/examples/mobile-wmts-vienna.html | |
parent | 59741cd535c47f25971bf8c32b25da25ceadc6d5 (diff) | |
download | postrunner-0.0.4.zip |
Adding jquery, flot and openlayers to be included with the GEM.v0.0.4
Diffstat (limited to 'misc/openlayers/examples/mobile-wmts-vienna.html')
-rw-r--r-- | misc/openlayers/examples/mobile-wmts-vienna.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/misc/openlayers/examples/mobile-wmts-vienna.html b/misc/openlayers/examples/mobile-wmts-vienna.html new file mode 100644 index 0000000..d6d127c --- /dev/null +++ b/misc/openlayers/examples/mobile-wmts-vienna.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>City of Vienna WMTS with REST Encoding and Geolocate</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> + <meta name="apple-mobile-web-app-capable" content="yes"> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <link rel="stylesheet" href="mobile-wmts-vienna.css" type="text/css"> + </head> + <body> + <h1 id="title">City of Vienna WMTS for Desktop and Mobile Devices</h1> + <div id="tags"> + mobile, vienna, ogdwien, rest, restful, wmts, geolocate, permalink + </div> + <p id="shortdesc"> + A full-screen map for both desktop and mobile devices. Uses + language dependent CSS content and the WMTSCapabilities format to + retrieve layers from the ogdwien open data initiative of the City + of Vienna. Also has a lightweight custom anchor permalink + functionality and uses the Geolocate control. + </p> + <div id="map"></div> + <script src="../lib/OpenLayers.js"></script> + <script src="mobile-wmts-vienna.js"></script> + </body> +</html> |