Skip to content

Commit 8bb3dc5

Browse files
committed
Fixed leaflet-draw inclusion in share api template
1 parent 10ee325 commit 8bb3dc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/client/components/share/api-template.raw

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<title>Page with MapStore 2 API</title>
88
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway" type='text/css'>
99
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css" />
10-
<link rel="stylesheet" href="https://cdn.jslibs.mapstore2.geo-solutions.it/leaflet/0.2.4/leaflet.draw.css" />
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.2/leaflet.draw.css" />
1111
<link rel="shortcut icon" type="image/png" href="https://cdn.jslibs.mapstore2.geo-solutions.it/leaflet/favicon.ico" />
1212
<script src="https://maps.google.com/maps/api/js?v=3"></script>
1313
<!--script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.10/proj4.js"></script-->
1414
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.js"></script>
15-
<script src="https://cdn.jslibs.mapstore2.geo-solutions.it/leaflet/0.2.4/leaflet.draw.js"></script>
15+
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.2/leaflet.draw.js"></script>
1616
<style>
1717
#container {
1818
position: absolute;

0 commit comments

Comments
 (0)