Files
openlayers/examples_src/geolocation-orientation.html

21 lines
587 B
HTML

---
template: "example.html"
title: "Mobile Geolocation Tracking with Orientation"
shortdesc: "Example of a geolocated and oriented map."
docs: >
Geolocation tracking with orientation example.
tags: "fullscreen, geolocation, orientation, mobile"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map">
</div>
<div class="button">
<button id="geolocate">Geolocate Me!</button>
<button id="simulate">Simulate</button>
</div>
<div id="info"></div>
<img id="geolocation_marker" src="data/geolocation_marker.png" />
</div>
</div>