updated leaflet

This commit is contained in:
Lennard Voogdt
2013-10-26 14:43:35 +02:00
parent f5fc5255f1
commit 0979b084c1
4 changed files with 32 additions and 34 deletions
+27 -27
View File
@@ -42,6 +42,17 @@
"outputAbbreviatedPath" : "\/dist\/leaflet.awesome-markers.min.min.js",
"fileType" : 64
},
"\/dist\/images\/markers-shadow.png" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/dist\/images\/markers-shadow.png",
"processed" : 0,
"outputAbbreviatedPath" : "\/dist\/images\/markers-shadow.png",
"initialSize" : 535,
"fileType" : 8192
},
"\/examples\/css\/font-awesome.min.css" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
@@ -51,17 +62,6 @@
"outputAbbreviatedPath" : "No Output Path",
"fileType" : 16
},
"\/screenshots\/screenshot-soft.png" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/screenshots\/screenshot-soft.png",
"processed" : 0,
"outputAbbreviatedPath" : "\/screenshots\/screenshot-soft.png",
"initialSize" : 218197,
"fileType" : 8192
},
"\/examples\/with-bootstrap.html" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
@@ -71,16 +71,16 @@
"outputAbbreviatedPath" : "No Output Path",
"fileType" : 2048
},
"\/dist\/leaflet.awesome-markers.js" : {
"\/dist\/images\/markers-soft@2x.png" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/dist\/leaflet.awesome-markers.js",
"outputStyle" : 1,
"syntaxCheckerStyle" : 1,
"outputAbbreviatedPath" : "\/dist\/leaflet.awesome-markers.min.js",
"fileType" : 64
"inputAbbreviatedPath" : "\/dist\/images\/markers-soft@2x.png",
"processed" : 0,
"outputAbbreviatedPath" : "\/dist\/images\/markers-soft@2x.png",
"initialSize" : 23106,
"fileType" : 8192
},
"\/dist\/images\/markers-matte@2x.png" : {
"ignoreWasSetByUser" : 0,
@@ -93,15 +93,15 @@
"initialSize" : 31113,
"fileType" : 8192
},
"\/dist\/images\/markers-shadow.png" : {
"\/screenshots\/screenshot-soft.png" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/dist\/images\/markers-shadow.png",
"inputAbbreviatedPath" : "\/screenshots\/screenshot-soft.png",
"processed" : 0,
"outputAbbreviatedPath" : "\/dist\/images\/markers-shadow.png",
"initialSize" : 535,
"outputAbbreviatedPath" : "\/screenshots\/screenshot-soft.png",
"initialSize" : 218197,
"fileType" : 8192
},
"\/dist\/images\/markers-soft.png" : {
@@ -126,16 +126,16 @@
"initialSize" : 7946,
"fileType" : 8192
},
"\/dist\/images\/markers-soft@2x.png" : {
"\/dist\/leaflet.awesome-markers.js" : {
"ignoreWasSetByUser" : 0,
"ignore" : 0,
"hidden" : 0,
"outputPathIsSetByUser" : 0,
"inputAbbreviatedPath" : "\/dist\/images\/markers-soft@2x.png",
"processed" : 0,
"outputAbbreviatedPath" : "\/dist\/images\/markers-soft@2x.png",
"initialSize" : 23106,
"fileType" : 8192
"inputAbbreviatedPath" : "\/dist\/leaflet.awesome-markers.js",
"outputStyle" : 1,
"syntaxCheckerStyle" : 1,
"outputAbbreviatedPath" : "\/dist\/leaflet.awesome-markers.min.js",
"fileType" : 64
},
"\/examples\/random-markers.html" : {
"ignoreWasSetByUser" : 0,
+2 -4
View File
@@ -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);
+1 -1
View File
@@ -19,7 +19,7 @@
<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.5, -0.09], 9);
+2 -2
View File
@@ -21,9 +21,9 @@
<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 src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/js/bootstrap.min.js"></script>
<script>
var map = L.map('map').setView([51.932994,4.509373], 14);