We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6d727 commit 64928dfCopy full SHA for 64928df
src/tabs/gps.html
@@ -150,8 +150,8 @@
150
<div id="map" class="map"> </div>
151
<div class="controls">
152
<button type="button" id="Satellite" aria-label="Satellite view">S</button>
153
- <button type="button" id="Street" aria-label="Street map view">R</button>
154
<button type="button" id="Hybrid" aria-label="Hybrid satellite and street view">H</button>
+ <button type="button" id="Street" aria-label="Street map view">R</button>
155
<button type="button" id="zoom_in" aria-label="Zoom in">+</button>
156
<button type="button" id="zoom_out" aria-label="Zoom out">–</button>
157
<button type="button" id="fullscreen" aria-label="Toggle fullscreen">⛶</button>
0 commit comments