mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-19 16:12:14 +02:00
updated leaflet
This commit is contained in:
@@ -12,13 +12,11 @@
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
|
||||
<![endif]-->
|
||||
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="map" style="width: 800px; height: 600px"></div>
|
||||
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.5.1/leaflet.js"></script>
|
||||
|
||||
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
|
||||
<script src="../dist/leaflet.awesome-markers.js"></script>
|
||||
<script>
|
||||
var map = L.map('map').setView([51.932994,4.509373], 14);
|
||||
|
||||
Reference in New Issue
Block a user