Add metadata to the geolocation orientation example
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
---
|
---
|
||||||
template: "example-verbatim.html"
|
template: example-verbatim.html
|
||||||
|
title: Geolocation Tracking with Orientation
|
||||||
|
shortdesc: Example of a geolocated and oriented map.
|
||||||
|
tags: "fullscreen, geolocation, orientation, mobile"
|
||||||
---
|
---
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@@ -41,15 +44,8 @@ template: "example-verbatim.html"
|
|||||||
<button id="geolocate">Geolocate Me!</button>
|
<button id="geolocate">Geolocate Me!</button>
|
||||||
<button id="simulate">Simulate</button>
|
<button id="simulate">Simulate</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
|
<script src="http://code.jquery.com/jquery-1.9.1.min.js" type="text/javascript"></script>
|
||||||
<script src="./resources/common.js" type="text/javascript"></script>
|
<script src="./resources/common.js" type="text/javascript"></script>
|
||||||
<script src="loader.js?id=geolocation-orientation" type="text/javascript"></script>
|
<script src="loader.js?id=geolocation-orientation" type="text/javascript"></script>
|
||||||
|
|
||||||
<div style="display: none;">
|
|
||||||
<div id="title">Geolocation tracking with orientation example</div>
|
|
||||||
<div id="shortdesc">Example of a geolocated and oriented map.</div>
|
|
||||||
<div id="tags">fullscreen, geolocation, orientation, mobile</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user