Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Change example lib url
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Voynov committed Jun 9, 2018
1 parent 9685575 commit 0e8fdd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>Leaflet.canvas-icons</h1>
</div>
<div class="map" id="map"></div>
</div>
<script src="../dist/leaflet.canvas-markers.js"></script>
<script src="https://unpkg.com/leaflet-canvas-[email protected]"></script>
<script>
var map = L.map('map').setView([59.9578,30.2987], 10);
var tiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
Expand Down

0 comments on commit 0e8fdd7

Please sign in to comment.