Skip to content

Commit

Permalink
Update example to Leaflet 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Liedman committed Nov 12, 2017
1 parent 454f844 commit b1ce8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<meta name='viewport' content='width=device-width, user-scalable=no initial-scale=1, maximum-scale=1'>

<link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.1/dist/leaflet.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css" />
<link rel="stylesheet" href="../dist/Control.Geocoder.css" />

<script src="https://unpkg.com/leaflet@1.0.1/dist/leaflet.js"></script>
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet-src.js"></script>
<script src="../dist/Control.Geocoder.js"></script>
<style type="text/css">
body {
Expand Down

0 comments on commit b1ce8f7

Please sign in to comment.