浏览代码

Cambio nombre directorio íconos

Maximiliano Schvindt 8 年之前
父节点
当前提交
2bd69ecf15
共有 1 个文件被更改,包括 21 次插入21 次删除
  1. 21 21
      Resources/views/Leaflet/resources.html.twig

+ 21 - 21
Resources/views/Leaflet/resources.html.twig

@@ -48,7 +48,7 @@ div.leaflet-control-layers-overlays label div input {
 
 <script type="text/javascript"> 
 var blueIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/marker-icon-blue.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/marker-icon-blue.png",
 	iconSize: [25, 41],
 	iconAnchor: [12, 41],
 	popupAnchor: [1, -34],
@@ -56,7 +56,7 @@ var blueIcon = new L.Icon({
 });
 
 var redIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/marker-icon-red.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/marker-icon-red.png",
 	iconSize: [25, 41],
 	iconAnchor: [12, 41],
 	popupAnchor: [1, -34],
@@ -64,7 +64,7 @@ var redIcon = new L.Icon({
 });
 
 var greenIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/marker-icon-green.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/marker-icon-green.png",
 	iconSize: [25, 41],
 	iconAnchor: [12, 41],
 	popupAnchor: [1, -34],
@@ -72,7 +72,7 @@ var greenIcon = new L.Icon({
 });
 
 var orangeIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/marker-icon-orange.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/marker-icon-orange.png",
 	iconSize: [25, 41],
 	iconAnchor: [12, 41],
 	popupAnchor: [1, -34],
@@ -80,7 +80,7 @@ var orangeIcon = new L.Icon({
 });
 
 var yellowIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/marker-icon-yellow.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/marker-icon-yellow.png",
 	iconSize: [25, 41],
 	iconAnchor: [12, 41],
 	popupAnchor: [1, -34],
@@ -88,7 +88,7 @@ var yellowIcon = new L.Icon({
 });
 
 var violetIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/marker-icon-violet.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/marker-icon-violet.png",
 	iconSize: [25, 41],
 	iconAnchor: [12, 41],
 	popupAnchor: [1, -34],
@@ -96,7 +96,7 @@ var violetIcon = new L.Icon({
 });
 
 var greyIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/marker-icon-grey.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/marker-icon-grey.png",
 	iconSize: [25, 41],
 	iconAnchor: [12, 41],
 	popupAnchor: [1, -34],
@@ -104,7 +104,7 @@ var greyIcon = new L.Icon({
 });
 
 var blackIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/marker-icon-black.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/marker-icon-black.png",
 	iconSize: [25, 41],
 	iconAnchor: [12, 41],
 	popupAnchor: [1, -34],
@@ -112,67 +112,67 @@ var blackIcon = new L.Icon({
 });
 
 var miniBubbleRedIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/red_00.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/red_00.png",
 	iconSize: [12, 12]
 });
 
 var miniBubbleRed2Icon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/red_01.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/red_01.png",
 	iconSize: [12, 12]
 });
 
 var miniBubbleOrangeIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/orange_00.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/orange_00.png",
 	iconSize: [12, 12]
 });
 
 var miniBubbleBlackIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/black.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/black.png",
 	iconSize: [12, 12]
 });
 
 var miniBubbleBlueIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/blue_01.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/blue_01.png",
 	iconSize: [12, 12]
 });
 
 var miniBubbleGreenIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/green_01.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/green_01.png",
 	iconSize: [12, 12]
 });
 
 var splitterIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/splitter.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/splitter.png",
 	iconSize: [30, 25]
 });
 
 var miniSquareGreenIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/square_green_00.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/square_green_00.png",
 	iconSize: [12, 12]
 });
 
 var miniSquareRedIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/square_red_00.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/square_red_00.png",
 	iconSize: [12, 12]
 });
 
 var miniSquareRed2Icon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/square_red_01.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/square_red_01.png",
 	iconSize: [12, 12]
 });
 
 var miniSquareBlueIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/square_blue_00.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/square_blue_00.png",
 	iconSize: [12, 12]
 });
 
 var miniSquareBlue2Icon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/square_blue_01.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/square_blue_01.png",
 	iconSize: [12, 12]
 });
 
 var miniSquareOrangeIcon = new L.Icon({
-	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers')}}/img/square_orange_00.png",
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet_color_markers')}}/img/square_orange_00.png",
 	iconSize: [12, 12]
 });