Maximiliano Schvindt преди 8 години
родител
ревизия
4b10171440
променени са 32 файла, в които са добавени 71 реда и са изтрити 0 реда
  1. BIN
      Resources/public/icons/leaflet_color_markers/img/black.png
  2. BIN
      Resources/public/icons/leaflet_color_markers/img/blue_00.png
  3. BIN
      Resources/public/icons/leaflet_color_markers/img/blue_01.png
  4. BIN
      Resources/public/icons/leaflet_color_markers/img/green_00.png
  5. BIN
      Resources/public/icons/leaflet_color_markers/img/green_01.png
  6. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-black.png
  7. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-blue.png
  8. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-green.png
  9. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-grey.png
  10. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-orange.png
  11. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-red.png
  12. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-violet.png
  13. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-yellow.png
  14. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-black.png
  15. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-blue.png
  16. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-green.png
  17. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-grey.png
  18. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-orange.png
  19. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-red.png
  20. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-violet.png
  21. BIN
      Resources/public/icons/leaflet_color_markers/img/marker-icon-yellow.png
  22. BIN
      Resources/public/icons/leaflet_color_markers/img/orange_00.png
  23. BIN
      Resources/public/icons/leaflet_color_markers/img/red_00.png
  24. BIN
      Resources/public/icons/leaflet_color_markers/img/red_01.png
  25. BIN
      Resources/public/icons/leaflet_color_markers/img/splitter.png
  26. BIN
      Resources/public/icons/leaflet_color_markers/img/square_blue_00.png
  27. BIN
      Resources/public/icons/leaflet_color_markers/img/square_blue_01.png
  28. BIN
      Resources/public/icons/leaflet_color_markers/img/square_green_00.png
  29. BIN
      Resources/public/icons/leaflet_color_markers/img/square_orange_00.png
  30. BIN
      Resources/public/icons/leaflet_color_markers/img/square_red_00.png
  31. BIN
      Resources/public/icons/leaflet_color_markers/img/square_red_01.png
  32. 71 0
      Resources/public/icons/leaflet_color_markers/js/leaflet-color-markers.js

BIN
Resources/public/icons/leaflet_color_markers/img/black.png


BIN
Resources/public/icons/leaflet_color_markers/img/blue_00.png


BIN
Resources/public/icons/leaflet_color_markers/img/blue_01.png


BIN
Resources/public/icons/leaflet_color_markers/img/green_00.png


BIN
Resources/public/icons/leaflet_color_markers/img/green_01.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-black.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-blue.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-green.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-grey.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-orange.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-red.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-violet.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-2x-yellow.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-black.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-blue.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-green.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-grey.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-orange.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-red.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-violet.png


BIN
Resources/public/icons/leaflet_color_markers/img/marker-icon-yellow.png


BIN
Resources/public/icons/leaflet_color_markers/img/orange_00.png


BIN
Resources/public/icons/leaflet_color_markers/img/red_00.png


BIN
Resources/public/icons/leaflet_color_markers/img/red_01.png


BIN
Resources/public/icons/leaflet_color_markers/img/splitter.png


BIN
Resources/public/icons/leaflet_color_markers/img/square_blue_00.png


BIN
Resources/public/icons/leaflet_color_markers/img/square_blue_01.png


BIN
Resources/public/icons/leaflet_color_markers/img/square_green_00.png


BIN
Resources/public/icons/leaflet_color_markers/img/square_orange_00.png


BIN
Resources/public/icons/leaflet_color_markers/img/square_red_00.png


BIN
Resources/public/icons/leaflet_color_markers/img/square_red_01.png


+ 71 - 0
Resources/public/icons/leaflet_color_markers/js/leaflet-color-markers.js

@@ -0,0 +1,71 @@
+var blueIcon = new L.Icon({
+	iconUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers'}}/img/marker-icon-2x-blue.png",
+	shadowUrl: "{{ asset('bundles/leaflet/icons/leaflet-color-markers'}}/img/marker-shadow.png",
+	iconSize: [25, 41],
+	iconAnchor: [12, 41],
+	popupAnchor: [1, -34],
+	shadowSize: [41, 41]
+});
+
+var redIcon = new L.Icon({
+	iconUrl: '../img/marker-icon-2x-red.png',
+	shadowUrl: '../img/marker-shadow.png',
+	iconSize: [25, 41],
+	iconAnchor: [12, 41],
+	popupAnchor: [1, -34],
+	shadowSize: [41, 41]
+});
+
+var greenIcon = new L.Icon({
+	iconUrl: 'img/marker-icon-2x-green.png',
+	shadowUrl: 'img/marker-shadow.png',
+	iconSize: [25, 41],
+	iconAnchor: [12, 41],
+	popupAnchor: [1, -34],
+	shadowSize: [41, 41]
+});
+
+var orangeIcon = new L.Icon({
+	iconUrl: 'img/marker-icon-2x-orange.png',
+	shadowUrl: 'img/marker-shadow.png',
+	iconSize: [25, 41],
+	iconAnchor: [12, 41],
+	popupAnchor: [1, -34],
+	shadowSize: [41, 41]
+});
+
+var yellowIcon = new L.Icon({
+	iconUrl: 'img/marker-icon-2x-yellow.png',
+	shadowUrl: 'img/marker-shadow.png',
+	iconSize: [25, 41],
+	iconAnchor: [12, 41],
+	popupAnchor: [1, -34],
+	shadowSize: [41, 41]
+});
+
+var violetIcon = new L.Icon({
+	iconUrl: 'img/marker-icon-2x-violet.png',
+	shadowUrl: 'img/marker-shadow.png',
+	iconSize: [25, 41],
+	iconAnchor: [12, 41],
+	popupAnchor: [1, -34],
+	shadowSize: [41, 41]
+});
+
+var greyIcon = new L.Icon({
+	iconUrl: 'img/marker-icon-2x-grey.png',
+	shadowUrl: 'img/marker-shadow.png',
+	iconSize: [25, 41],
+	iconAnchor: [12, 41],
+	popupAnchor: [1, -34],
+	shadowSize: [41, 41]
+});
+
+var blackIcon = new L.Icon({
+	iconUrl: 'img/marker-icon-2x-black.png',
+	shadowUrl: 'img/marker-shadow.png',
+	iconSize: [25, 41],
+	iconAnchor: [12, 41],
+	popupAnchor: [1, -34],
+	shadowSize: [41, 41]
+});