Skip to content

Commit

Permalink
[ADD] icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Jun 3, 2017
1 parent fda30e0 commit 13e0c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/map.interaction.geolocationdraw.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<!-- iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="translucent-black">
<link rel="apple-touch-icon" href="img/logo.png" />
<link rel="apple-touch-startup-image" href="img/logo.png" />
<link rel="apple-touch-icon" href="https://openlayers.org/assets/theme/img/logo70.png" />
<link rel="apple-touch-startup-image" href="https://openlayers.org/assets/theme/img/logo70.png" />

<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
Expand Down Expand Up @@ -116,7 +116,7 @@
<h1>OL3-ext: Geolocation draw</h1>
</a>
<div class="info">
<b style="position:absolute; right:0; top:0; padding:0.5em; cursor:pointer;" onclick="$(this).parent().hide();">&times;</b>
<b style="position:absolute; font-size:1.5em; font-weight:bold; right:0; top:0; padding:0.2em 0.5em; cursor:pointer;" onclick="$(this).parent().hide();">&times;</b>
The <i>ol.interaction.GeolocationDraw</i> is a draw interaction that use an <i>ol.Geolocation</i>.
<ul>
<li>
Expand Down

0 comments on commit 13e0c5a

Please sign in to comment.