From 151b94c37196f84ca2ed64e81cc880d2725e9e65 Mon Sep 17 00:00:00 2001 From: "vincent.tisseyre" Date: Fri, 8 Nov 2024 12:02:40 +0100 Subject: [PATCH] BREAKING CHANGE : adapt "media" part for J5 --- com_leaflet/media/com_leaflet/.gitkeep | 0 com_leaflet/media/index.html | 1 + .../js/Leaflet.markercluster-1.4.1/.gitignore | 0 .../js/Leaflet.markercluster-1.4.1/.travis.yml | 0 .../js/Leaflet.markercluster-1.4.1/CHANGELOG.md | 0 .../js/Leaflet.markercluster-1.4.1/CONTRIBUTING.md | 0 .../Leaflet.markercluster-1.4.1/ISSUE_TEMPLATE.md | 0 .../js/Leaflet.markercluster-1.4.1/Jakefile.js | 0 .../js/Leaflet.markercluster-1.4.1/MIT-LICENCE.txt | 0 .../js/Leaflet.markercluster-1.4.1/README.md | 0 .../js/Leaflet.markercluster-1.4.1/bower.json | 0 .../js/Leaflet.markercluster-1.4.1/build/hintrc.js | 0 .../build/rollup-config.js | 0 .../dist/MarkerCluster.Default.css | 0 .../dist/MarkerCluster.css | 0 .../dist/WhereAreTheJavascriptFiles.txt | 0 .../dist/leaflet.markercluster-src.js | 0 .../dist/leaflet.markercluster-src.js.map | 0 .../dist/leaflet.markercluster.js | 0 .../dist/leaflet.markercluster.js.map | 0 .../example/geojson-sample.js | 0 .../example/geojson.html | 0 .../js/Leaflet.markercluster-1.4.1/example/map.png | Bin .../example/marker-clustering-convexhull.html | 0 .../example/marker-clustering-custom.html | 0 .../example/marker-clustering-dragging.html | 0 .../example/marker-clustering-everything.html | 0 .../example/marker-clustering-geojson.html | 0 .../example/marker-clustering-pane.html | 0 .../marker-clustering-realworld-maxzoom.388.html | 0 .../marker-clustering-realworld-mobile.388.html | 0 .../example/marker-clustering-realworld.10000.html | 0 .../example/marker-clustering-realworld.388.html | 0 .../example/marker-clustering-realworld.50000.html | 0 .../example/marker-clustering-singlemarkermode.html | 0 .../example/marker-clustering-spiderfier.html | 0 .../example/marker-clustering-zoomtobounds.html | 0 .../example/marker-clustering-zoomtoshowlayer.html | 0 .../example/marker-clustering.html | 0 .../Leaflet.markercluster-1.4.1/example/mobile.css | 0 .../example/old-bugs/add-1000-after.html | 0 .../example/old-bugs/add-markers-offscreen.html | 0 .../old-bugs/add-remove-before-addtomap.html | 0 .../example/old-bugs/animationless-zoom.html | 0 .../old-bugs/click-cluster-at-screen-edge.html | 0 .../old-bugs/disappearing-marker-from-spider.html | 0 .../doesnt-update-cluster-on-bottom-level.html | 0 .../example/old-bugs/drag-with-spiderfying.html | 0 .../example/old-bugs/remove-add-clustering.html | 0 .../example/old-bugs/remove-when-spiderfied.html | 0 .../old-bugs/removelayer-after-remove-from-map.html | 0 .../example/old-bugs/setView-doesnt-remove.html | 0 .../zoomtoshowlayer-doesnt-need-to-zoom.html | 0 .../zoomtoshowlayer-doesnt-zoom-if-centered-on.html | 0 .../example/realworld.10000.js | 0 .../example/realworld.388.js | 0 .../example/realworld.50000.1.js | 0 .../example/realworld.50000.2.js | 0 .../example/remove-geoJSON-when-spiderfied.html | 0 .../Leaflet.markercluster-1.4.1/example/screen.css | 0 .../js/Leaflet.markercluster-1.4.1/package.json | 0 .../js/Leaflet.markercluster-1.4.1/spec/after.js | 0 .../js/Leaflet.markercluster-1.4.1/spec/expect.js | 0 .../js/Leaflet.markercluster-1.4.1/spec/index.html | 0 .../Leaflet.markercluster-1.4.1/spec/karma.conf.js | 0 .../js/Leaflet.markercluster-1.4.1/spec/sinon.js | 0 .../spec/suites/AddLayer.MultipleSpec.js | 0 .../spec/suites/AddLayer.SingleSpec.js | 0 .../spec/suites/AddLayersSpec.js | 0 .../spec/suites/ChildChangingIconSupportSpec.js | 0 .../spec/suites/CircleMarkerSupportSpec.js | 0 .../spec/suites/CircleSupportSpec.js | 0 .../spec/suites/DistanceGridSpec.js | 0 .../spec/suites/LeafletSpec.js | 0 .../spec/suites/NonPointSpec.js | 0 .../spec/suites/PaneSpec.js | 0 .../spec/suites/QuickHullSpec.js | 0 .../spec/suites/RefreshSpec.js | 0 .../spec/suites/RememberOpacity.js | 0 .../spec/suites/RemoveLayerSpec.js | 0 .../spec/suites/SpecHelper.js | 0 .../spec/suites/animateOptionSpec.js | 0 .../spec/suites/clearLayersSpec.js | 0 .../spec/suites/disableClusteringAtZoomSpec.js | 0 .../spec/suites/eachLayerSpec.js | 0 .../spec/suites/eventsSpec.js | 0 .../spec/suites/getBoundsSpec.js | 0 .../spec/suites/getLayersSpec.js | 0 .../spec/suites/getVisibleParentSpec.js | 0 .../spec/suites/markerMoveSupportSpec.js | 0 .../spec/suites/nonIntegerZoomSpec.js | 0 .../spec/suites/onAddSpec.js | 0 .../spec/suites/onRemoveSpec.js | 0 .../spec/suites/removeLayersSpec.js | 0 .../spec/suites/removeOutsideVisibleBoundsSpec.js | 0 .../spec/suites/singleMarkerModeSpec.js | 0 .../spec/suites/spiderfySpec.js | 0 .../spec/suites/supportNegativeZoomSpec.js | 0 .../spec/suites/unspiderfySpec.js | 0 .../spec/suites/zoomAnimationSpec.js | 0 .../Leaflet.markercluster-1.4.1/src/DistanceGrid.js | 0 .../src/MarkerCluster.QuickHull.js | 0 .../src/MarkerCluster.Spiderfier.js | 0 .../src/MarkerCluster.js | 0 .../src/MarkerClusterGroup.Refresh.js | 0 .../src/MarkerClusterGroup.js | 0 .../src/MarkerOpacity.js | 0 .../js/Leaflet.markercluster-1.4.1/src/index.js | 0 com_leaflet/media/{com_leaflet => }/js/app.js | 0 .../media/{com_leaflet => }/js/jquery-3.6.0.min.js | 0 .../js/leaflet-1.7.1/images/layers-2x.png | Bin .../js/leaflet-1.7.1/images/layers.png | Bin .../js/leaflet-1.7.1/images/marker-icon-2x.png | Bin .../js/leaflet-1.7.1/images/marker-icon.png | Bin .../js/leaflet-1.7.1/images/marker-shadow.png | Bin .../{com_leaflet => }/js/leaflet-1.7.1/leaflet.css | 0 .../{com_leaflet => }/js/leaflet-1.7.1/leaflet.js | 0 .../js/leaflet-omnivore-master/.gitignore | 0 .../js/leaflet-omnivore-master/.travis.yml | 0 .../js/leaflet-omnivore-master/.zuul.yml | 0 .../js/leaflet-omnivore-master/CHANGELOG.md | 0 .../js/leaflet-omnivore-master/LICENSE | 0 .../js/leaflet-omnivore-master/README.md | 0 .../js/leaflet-omnivore-master/component.json | 0 .../js/leaflet-omnivore-master/index.js | 0 .../js/leaflet-omnivore-master/package.json | 0 .../js/leaflet-omnivore-master/test/a.csv | 0 .../js/leaflet-omnivore-master/test/a.geojson | 0 .../js/leaflet-omnivore-master/test/a.gpx | 0 .../js/leaflet-omnivore-master/test/a.kml | 0 .../js/leaflet-omnivore-master/test/a.polyline | 0 .../js/leaflet-omnivore-master/test/a.topojson | 0 .../js/leaflet-omnivore-master/test/a.wkt | 0 .../js/leaflet-omnivore-master/test/demo.html | 0 .../js/leaflet-omnivore-master/test/options.csv | 0 .../js/leaflet-omnivore-master/test/server.js | 0 .../js/leaflet-omnivore-master/test/test.js | 0 .../{com_leaflet => }/js/leaflet-omnivore.min.js | 0 .../js/leaflet-panel-layers-master/.gitignore | 0 .../js/leaflet-panel-layers-master/Gruntfile.js | 0 .../js/leaflet-panel-layers-master/README.md | 0 .../dist/leaflet-panel-layers.min.css | 0 .../dist/leaflet-panel-layers.min.js | 0 .../dist/leaflet-panel-layers.src.css | 0 .../dist/leaflet-panel-layers.src.js | 0 .../examples/collapsible-panel.html | 0 .../examples/config-layers.json | 0 .../examples/custom-item.html | 0 .../examples/data/bar.js | 0 .../examples/data/drinking_water.js | 0 .../examples/data/fuel.js | 0 .../examples/data/parking.js | 0 .../examples/data/river.json | 0 .../examples/dynamic-layers.html | 0 .../examples/embedded-layers.html | 0 .../examples/group-layers.html | 0 .../examples/icon-layer.html | 0 .../leaflet-panel-layers-master/examples/icons.css | 0 .../examples/images/icons/bar.png | Bin .../examples/images/icons/drinking_water.png | Bin .../examples/images/icons/fuel.png | Bin .../examples/images/icons/parking.png | Bin .../examples/images/leaflet-panel.png | Bin .../examples/images/markers/bar.png | Bin .../examples/images/markers/drinking_water.png | Bin .../examples/images/markers/fuel.png | Bin .../examples/images/markers/parking.png | Bin .../screenshot/leaflet-panel-layers-layout.jpg | Bin .../examples/layer-thumbnails.html | 0 .../examples/multiple-panels.html | 0 .../leaflet-panel-layers-master/examples/style.css | 0 .../js/leaflet-panel-layers-master/index.html | 0 .../js/leaflet-panel-layers-master/license.txt | 0 .../js/leaflet-panel-layers-master/package.json | 0 .../src/leaflet-panel-layers.css | 0 .../src/leaflet-panel-layers.js | 0 .../js/leaflet-search-master/.gitignore | 0 .../js/leaflet-search-master/Gruntfile.js | 0 .../js/leaflet-search-master/README.md | 0 .../{com_leaflet => }/js/leaflet-search-master/TODO | 0 .../dist/leaflet-search.min.css | 0 .../dist/leaflet-search.min.js | 0 .../dist/leaflet-search.mobile.min.css | 0 .../dist/leaflet-search.mobile.src.css | 0 .../dist/leaflet-search.src.css | 0 .../dist/leaflet-search.src.js | 0 .../leaflet-search-master/examples/ajax-jquery.html | 0 .../js/leaflet-search-master/examples/ajax.html | 0 .../examples/custom-source-data.html | 0 .../leaflet-search-master/examples/custom-tip.html | 0 .../examples/data/bar.geojson.js | 0 .../examples/data/cities15000.json | 0 .../examples/data/cities15000.raw.txt | 0 .../leaflet-search-master/examples/data/colors.js | 0 .../examples/data/csv2json.php | 0 .../examples/data/custom-icon.png | Bin .../examples/data/htmlcolors.txt | 0 .../examples/data/pharmacy.geojson.js | 0 .../examples/data/restaurant.geojson.js | 0 .../examples/data/restaurant500.geojson.js | 0 .../examples/data/us-states.js | 0 .../js/leaflet-search-master/examples/fuzzy.html | 0 .../js/leaflet-search-master/examples/geocoder.html | 0 .../examples/geocoding-google.html | 0 .../examples/geocoding-nominatim.html | 0 .../examples/geojson-layer.html | 0 .../examples/jsonp-filtered.html | 0 .../js/leaflet-search-master/examples/jsonp.html | 0 .../examples/location-url.html | 0 .../js/leaflet-search-master/examples/methods.html | 0 .../js/leaflet-search-master/examples/mobile.css | 0 .../js/leaflet-search-master/examples/mobile.html | 0 .../examples/multiple-layers.html | 0 .../examples/multiple-results.html | 0 .../leaflet-search-master/examples/nominatim.html | 0 .../js/leaflet-search-master/examples/outside.html | 0 .../leaflet-search-master/examples/requirejs.html | 0 .../js/leaflet-search-master/examples/search.php | 0 .../js/leaflet-search-master/examples/simple.html | 0 .../js/leaflet-search-master/examples/style.css | 0 .../js/leaflet-search-master/examples/tests.html | 0 .../js/leaflet-search-master/examples/twitter.html | 0 .../js/leaflet-search-master/images/back.png | Bin .../leaflet-search-master/images/leaflet-search.jpg | Bin .../js/leaflet-search-master/images/loader.gif | Bin .../images/search-icon-mobile.png | Bin .../js/leaflet-search-master/images/search-icon.png | Bin .../js/leaflet-search-master/index.html | 0 .../js/leaflet-search-master/license.txt | 0 .../js/leaflet-search-master/package.json | 0 .../src/leaflet-search-geocoder.js | 0 .../js/leaflet-search-master/src/leaflet-search.css | 0 .../js/leaflet-search-master/src/leaflet-search.js | 0 .../src/leaflet-search.mobile.css | 0 .../js/leaflet-sidebar-master/.github/FUNDING.yml | 0 .../js/leaflet-sidebar-master/.gitignore | 0 .../js/leaflet-sidebar-master/.travis.yml | 0 .../js/leaflet-sidebar-master/.travis/deploy.sh | 0 .../.travis/deploy_key.pem.enc | Bin .../js/leaflet-sidebar-master/CHANGELOG.md | 0 .../js/leaflet-sidebar-master/L.Control.Sidebar.js | 0 .../js/leaflet-sidebar-master/LICENSE | 0 .../js/leaflet-sidebar-master/README.md | 0 .../js/leaflet-sidebar-master/bower.json | 0 .../leaflet-sidebar-master/examples/bootstrap.html | 0 .../js/leaflet-sidebar-master/examples/index.html | 0 .../examples/listing-markers.html | 0 .../examples/multiple-maps.html | 0 .../examples/two-sidebars.html | 0 .../js/leaflet-sidebar-master/gulpfile.js | 0 .../js/leaflet-sidebar-master/leaflet-sidebar.gif | Bin .../js/leaflet-sidebar-master/package.json | 0 .../src/L.Control.Sidebar.css | 0 .../leaflet-sidebar-master/src/L.Control.Sidebar.js | 0 .../src/L.Control.Sidebar.scss | 0 .../js/leaflet-sidebar-master/yarn.lock | 0 .../media/{com_leaflet => }/js/mapbox_token.js | 0 .../{com_leaflet => }/js/nouvelles_regionsV3.js | 0 .../js/sidebar-v2-master/.eslintignore | 0 .../js/sidebar-v2-master/.eslintrc.js | 0 .../js/sidebar-v2-master/.github/FUNDING.yml | 0 .../js/sidebar-v2-master/.github/dependabot.yml | 0 .../js/sidebar-v2-master/.gitignore | 0 .../js/sidebar-v2-master/.stylelintrc.js | 0 .../js/sidebar-v2-master/.travis.yml | 0 .../js/sidebar-v2-master/CHANGELOG.md | 0 .../{com_leaflet => }/js/sidebar-v2-master/LICENSE | 0 .../js/sidebar-v2-master/README.md | 0 .../js/sidebar-v2-master/bower.json | 0 .../js/sidebar-v2-master/css/gmaps-sidebar.css | 0 .../js/sidebar-v2-master/css/gmaps-sidebar.min.css | 0 .../js/sidebar-v2-master/css/leaflet-sidebar.css | 0 .../sidebar-v2-master/css/leaflet-sidebar.min.css | 0 .../js/sidebar-v2-master/css/ol2-sidebar.css | 0 .../js/sidebar-v2-master/css/ol2-sidebar.min.css | 0 .../js/sidebar-v2-master/css/ol3-sidebar.css | 0 .../js/sidebar-v2-master/css/ol3-sidebar.min.css | 0 .../js/sidebar-v2-master/doc/gmaps-1.png | Bin .../js/sidebar-v2-master/doc/gmaps-2.png | Bin .../js/sidebar-v2-master/doc/leaflet-1.png | Bin .../js/sidebar-v2-master/doc/leaflet-2.png | Bin .../js/sidebar-v2-master/doc/ol2-1.png | Bin .../js/sidebar-v2-master/doc/ol2-2.png | Bin .../js/sidebar-v2-master/doc/ol3-1.png | Bin .../js/sidebar-v2-master/doc/ol3-2.png | Bin .../js/sidebar-v2-master/doc/sidebar-v2.gif | Bin .../js/sidebar-v2-master/doc/usage.md | 0 .../js/sidebar-v2-master/examples/gmaps.html | 0 .../js/sidebar-v2-master/examples/index.html | 0 .../js/sidebar-v2-master/examples/ol2.html | 0 .../js/sidebar-v2-master/examples/ol3.html | 0 .../sidebar-v2-master/examples/position-right.html | 0 .../js/sidebar-v2-master/gulpfile.js | 0 .../js/sidebar-v2-master/js/jquery-sidebar.js | 0 .../js/sidebar-v2-master/js/jquery-sidebar.min.js | 0 .../js/sidebar-v2-master/js/leaflet-sidebar.js | 0 .../js/sidebar-v2-master/js/leaflet-sidebar.min.js | 0 .../js/sidebar-v2-master/js/ol3-sidebar.js | 0 .../js/sidebar-v2-master/js/ol3-sidebar.min.js | 0 .../js/sidebar-v2-master/package.json | 0 .../js/sidebar-v2-master/scss/_base.scss | 0 .../js/sidebar-v2-master/scss/_ol-base.scss | 0 .../js/sidebar-v2-master/scss/gmaps-sidebar.scss | 0 .../js/sidebar-v2-master/scss/leaflet-sidebar.scss | 0 .../js/sidebar-v2-master/scss/ol2-sidebar.scss | 0 .../js/sidebar-v2-master/scss/ol3-sidebar.scss | 0 .../typescript/leaflet-sidebar.d.ts | 0 .../js/sidebar-v2-master/yarn.lock | 0 308 files changed, 1 insertion(+) delete mode 100644 com_leaflet/media/com_leaflet/.gitkeep create mode 100644 com_leaflet/media/index.html rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/.gitignore (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/.travis.yml (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/CHANGELOG.md (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/CONTRIBUTING.md (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/ISSUE_TEMPLATE.md (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/Jakefile.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/MIT-LICENCE.txt (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/README.md (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/bower.json (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/build/hintrc.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/build/rollup-config.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.Default.css (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.css (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/dist/WhereAreTheJavascriptFiles.txt (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js.map (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js.map (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/geojson-sample.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/geojson.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/map.png (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-convexhull.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-custom.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-dragging.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-everything.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-geojson.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-pane.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-maxzoom.388.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-mobile.388.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.10000.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.388.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.50000.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-singlemarkermode.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-spiderfier.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtobounds.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtoshowlayer.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/marker-clustering.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/mobile.css (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-1000-after.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-markers-offscreen.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-remove-before-addtomap.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/animationless-zoom.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/click-cluster-at-screen-edge.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/disappearing-marker-from-spider.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/doesnt-update-cluster-on-bottom-level.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/drag-with-spiderfying.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-add-clustering.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-when-spiderfied.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/removelayer-after-remove-from-map.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/setView-doesnt-remove.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-need-to-zoom.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-zoom-if-centered-on.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/realworld.10000.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/realworld.388.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/realworld.50000.1.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/realworld.50000.2.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/remove-geoJSON-when-spiderfied.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/example/screen.css (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/package.json (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/after.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/expect.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/index.html (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/karma.conf.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/sinon.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.MultipleSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.SingleSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayersSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/ChildChangingIconSupportSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/CircleMarkerSupportSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/CircleSupportSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/DistanceGridSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/LeafletSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/NonPointSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/PaneSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/QuickHullSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/RefreshSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/RememberOpacity.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/RemoveLayerSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/SpecHelper.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/animateOptionSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/clearLayersSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/disableClusteringAtZoomSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/eachLayerSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/eventsSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/getBoundsSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/getLayersSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/getVisibleParentSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/markerMoveSupportSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/nonIntegerZoomSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/onAddSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/onRemoveSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/removeLayersSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/removeOutsideVisibleBoundsSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/singleMarkerModeSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/spiderfySpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/supportNegativeZoomSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/unspiderfySpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/spec/suites/zoomAnimationSpec.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/src/DistanceGrid.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.QuickHull.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.Spiderfier.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.Refresh.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/src/MarkerOpacity.js (100%) rename com_leaflet/media/{com_leaflet => }/js/Leaflet.markercluster-1.4.1/src/index.js (100%) rename com_leaflet/media/{com_leaflet => }/js/app.js (100%) rename com_leaflet/media/{com_leaflet => }/js/jquery-3.6.0.min.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-1.7.1/images/layers-2x.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-1.7.1/images/layers.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-1.7.1/images/marker-icon-2x.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-1.7.1/images/marker-icon.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-1.7.1/images/marker-shadow.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-1.7.1/leaflet.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-1.7.1/leaflet.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/.gitignore (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/.travis.yml (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/.zuul.yml (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/CHANGELOG.md (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/LICENSE (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/README.md (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/component.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/index.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/package.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/a.csv (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/a.geojson (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/a.gpx (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/a.kml (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/a.polyline (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/a.topojson (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/a.wkt (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/demo.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/options.csv (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/server.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore-master/test/test.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-omnivore.min.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/.gitignore (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/Gruntfile.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/README.md (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/collapsible-panel.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/config-layers.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/custom-item.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/data/bar.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/data/drinking_water.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/data/fuel.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/data/parking.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/data/river.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/dynamic-layers.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/embedded-layers.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/group-layers.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/icon-layer.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/icons.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/icons/bar.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/icons/drinking_water.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/icons/fuel.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/icons/parking.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/leaflet-panel.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/markers/bar.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/markers/drinking_water.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/markers/fuel.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/markers/parking.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/images/screenshot/leaflet-panel-layers-layout.jpg (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/layer-thumbnails.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/multiple-panels.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/examples/style.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/index.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/license.txt (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/package.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/src/leaflet-panel-layers.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-panel-layers-master/src/leaflet-panel-layers.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/.gitignore (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/Gruntfile.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/README.md (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/TODO (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/dist/leaflet-search.min.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/dist/leaflet-search.min.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/dist/leaflet-search.mobile.min.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/dist/leaflet-search.mobile.src.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/dist/leaflet-search.src.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/dist/leaflet-search.src.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/ajax-jquery.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/ajax.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/custom-source-data.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/custom-tip.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/bar.geojson.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/cities15000.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/cities15000.raw.txt (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/colors.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/csv2json.php (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/custom-icon.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/htmlcolors.txt (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/pharmacy.geojson.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/restaurant.geojson.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/restaurant500.geojson.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/data/us-states.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/fuzzy.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/geocoder.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/geocoding-google.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/geocoding-nominatim.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/geojson-layer.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/jsonp-filtered.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/jsonp.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/location-url.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/methods.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/mobile.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/mobile.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/multiple-layers.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/multiple-results.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/nominatim.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/outside.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/requirejs.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/search.php (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/simple.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/style.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/tests.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/examples/twitter.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/images/back.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/images/leaflet-search.jpg (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/images/loader.gif (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/images/search-icon-mobile.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/images/search-icon.png (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/index.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/license.txt (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/package.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/src/leaflet-search-geocoder.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/src/leaflet-search.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/src/leaflet-search.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-search-master/src/leaflet-search.mobile.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/.github/FUNDING.yml (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/.gitignore (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/.travis.yml (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/.travis/deploy.sh (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/.travis/deploy_key.pem.enc (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/CHANGELOG.md (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/L.Control.Sidebar.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/LICENSE (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/README.md (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/bower.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/examples/bootstrap.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/examples/index.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/examples/listing-markers.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/examples/multiple-maps.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/examples/two-sidebars.html (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/gulpfile.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/leaflet-sidebar.gif (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/package.json (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/src/L.Control.Sidebar.css (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/src/L.Control.Sidebar.js (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/src/L.Control.Sidebar.scss (100%) rename com_leaflet/media/{com_leaflet => }/js/leaflet-sidebar-master/yarn.lock (100%) rename com_leaflet/media/{com_leaflet => }/js/mapbox_token.js (100%) rename com_leaflet/media/{com_leaflet => }/js/nouvelles_regionsV3.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/.eslintignore (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/.eslintrc.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/.github/FUNDING.yml (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/.github/dependabot.yml (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/.gitignore (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/.stylelintrc.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/.travis.yml (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/CHANGELOG.md (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/LICENSE (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/README.md (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/bower.json (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/css/gmaps-sidebar.css (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/css/gmaps-sidebar.min.css (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/css/leaflet-sidebar.css (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/css/leaflet-sidebar.min.css (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/css/ol2-sidebar.css (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/css/ol2-sidebar.min.css (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/css/ol3-sidebar.css (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/css/ol3-sidebar.min.css (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/gmaps-1.png (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/gmaps-2.png (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/leaflet-1.png (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/leaflet-2.png (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/ol2-1.png (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/ol2-2.png (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/ol3-1.png (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/ol3-2.png (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/sidebar-v2.gif (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/doc/usage.md (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/examples/gmaps.html (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/examples/index.html (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/examples/ol2.html (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/examples/ol3.html (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/examples/position-right.html (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/gulpfile.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/js/jquery-sidebar.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/js/jquery-sidebar.min.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/js/leaflet-sidebar.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/js/leaflet-sidebar.min.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/js/ol3-sidebar.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/js/ol3-sidebar.min.js (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/package.json (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/scss/_base.scss (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/scss/_ol-base.scss (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/scss/gmaps-sidebar.scss (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/scss/leaflet-sidebar.scss (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/scss/ol2-sidebar.scss (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/scss/ol3-sidebar.scss (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/typescript/leaflet-sidebar.d.ts (100%) rename com_leaflet/media/{com_leaflet => }/js/sidebar-v2-master/yarn.lock (100%) diff --git a/com_leaflet/media/com_leaflet/.gitkeep b/com_leaflet/media/com_leaflet/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/com_leaflet/media/index.html b/com_leaflet/media/index.html new file mode 100644 index 0000000..fa6d84e --- /dev/null +++ b/com_leaflet/media/index.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/.gitignore b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/.gitignore similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/.gitignore rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/.gitignore diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/.travis.yml b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/.travis.yml similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/.travis.yml rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/.travis.yml diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/CHANGELOG.md b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/CHANGELOG.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/CHANGELOG.md rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/CHANGELOG.md diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/CONTRIBUTING.md b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/CONTRIBUTING.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/CONTRIBUTING.md rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/CONTRIBUTING.md diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/ISSUE_TEMPLATE.md b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/ISSUE_TEMPLATE.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/ISSUE_TEMPLATE.md rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/ISSUE_TEMPLATE.md diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/Jakefile.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/Jakefile.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/Jakefile.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/Jakefile.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/MIT-LICENCE.txt b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/MIT-LICENCE.txt similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/MIT-LICENCE.txt rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/MIT-LICENCE.txt diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/README.md b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/README.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/README.md rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/README.md diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/bower.json b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/bower.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/bower.json rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/bower.json diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/build/hintrc.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/build/hintrc.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/build/hintrc.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/build/hintrc.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/build/rollup-config.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/build/rollup-config.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/build/rollup-config.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/build/rollup-config.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.Default.css b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.Default.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.Default.css rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.Default.css diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.css b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.css rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/MarkerCluster.css diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/WhereAreTheJavascriptFiles.txt b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/WhereAreTheJavascriptFiles.txt similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/WhereAreTheJavascriptFiles.txt rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/WhereAreTheJavascriptFiles.txt diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js.map b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js.map similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js.map rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster-src.js.map diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js.map b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js.map similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js.map rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/dist/leaflet.markercluster.js.map diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/geojson-sample.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/geojson-sample.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/geojson-sample.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/geojson-sample.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/geojson.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/geojson.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/geojson.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/geojson.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/map.png b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/map.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/map.png rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/map.png diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-convexhull.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-convexhull.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-convexhull.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-convexhull.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-custom.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-custom.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-custom.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-custom.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-dragging.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-dragging.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-dragging.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-dragging.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-everything.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-everything.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-everything.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-everything.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-geojson.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-geojson.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-geojson.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-geojson.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-pane.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-pane.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-pane.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-pane.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-maxzoom.388.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-maxzoom.388.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-maxzoom.388.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-maxzoom.388.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-mobile.388.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-mobile.388.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-mobile.388.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld-mobile.388.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.10000.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.10000.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.10000.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.10000.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.388.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.388.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.388.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.388.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.50000.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.50000.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.50000.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-realworld.50000.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-singlemarkermode.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-singlemarkermode.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-singlemarkermode.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-singlemarkermode.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-spiderfier.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-spiderfier.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-spiderfier.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-spiderfier.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtobounds.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtobounds.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtobounds.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtobounds.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtoshowlayer.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtoshowlayer.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtoshowlayer.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering-zoomtoshowlayer.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/marker-clustering.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/marker-clustering.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/mobile.css b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/mobile.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/mobile.css rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/mobile.css diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-1000-after.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-1000-after.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-1000-after.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-1000-after.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-markers-offscreen.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-markers-offscreen.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-markers-offscreen.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-markers-offscreen.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-remove-before-addtomap.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-remove-before-addtomap.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-remove-before-addtomap.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/add-remove-before-addtomap.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/animationless-zoom.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/animationless-zoom.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/animationless-zoom.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/animationless-zoom.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/click-cluster-at-screen-edge.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/click-cluster-at-screen-edge.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/click-cluster-at-screen-edge.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/click-cluster-at-screen-edge.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/disappearing-marker-from-spider.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/disappearing-marker-from-spider.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/disappearing-marker-from-spider.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/disappearing-marker-from-spider.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/doesnt-update-cluster-on-bottom-level.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/doesnt-update-cluster-on-bottom-level.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/doesnt-update-cluster-on-bottom-level.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/doesnt-update-cluster-on-bottom-level.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/drag-with-spiderfying.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/drag-with-spiderfying.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/drag-with-spiderfying.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/drag-with-spiderfying.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-add-clustering.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-add-clustering.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-add-clustering.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-add-clustering.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-when-spiderfied.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-when-spiderfied.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-when-spiderfied.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/remove-when-spiderfied.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/removelayer-after-remove-from-map.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/removelayer-after-remove-from-map.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/removelayer-after-remove-from-map.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/removelayer-after-remove-from-map.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/setView-doesnt-remove.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/setView-doesnt-remove.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/setView-doesnt-remove.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/setView-doesnt-remove.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-need-to-zoom.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-need-to-zoom.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-need-to-zoom.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-need-to-zoom.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-zoom-if-centered-on.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-zoom-if-centered-on.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-zoom-if-centered-on.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/old-bugs/zoomtoshowlayer-doesnt-zoom-if-centered-on.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/realworld.10000.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/realworld.10000.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/realworld.10000.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/realworld.10000.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/realworld.388.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/realworld.388.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/realworld.388.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/realworld.388.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/realworld.50000.1.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/realworld.50000.1.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/realworld.50000.1.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/realworld.50000.1.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/realworld.50000.2.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/realworld.50000.2.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/realworld.50000.2.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/realworld.50000.2.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/remove-geoJSON-when-spiderfied.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/remove-geoJSON-when-spiderfied.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/remove-geoJSON-when-spiderfied.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/remove-geoJSON-when-spiderfied.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/screen.css b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/screen.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/example/screen.css rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/example/screen.css diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/package.json b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/package.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/package.json rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/package.json diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/after.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/after.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/after.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/after.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/expect.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/expect.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/expect.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/expect.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/index.html b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/index.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/index.html rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/index.html diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/karma.conf.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/karma.conf.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/karma.conf.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/karma.conf.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/sinon.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/sinon.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/sinon.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/sinon.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.MultipleSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.MultipleSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.MultipleSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.MultipleSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.SingleSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.SingleSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.SingleSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayer.SingleSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayersSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayersSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayersSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/AddLayersSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/ChildChangingIconSupportSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/ChildChangingIconSupportSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/ChildChangingIconSupportSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/ChildChangingIconSupportSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/CircleMarkerSupportSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/CircleMarkerSupportSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/CircleMarkerSupportSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/CircleMarkerSupportSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/CircleSupportSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/CircleSupportSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/CircleSupportSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/CircleSupportSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/DistanceGridSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/DistanceGridSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/DistanceGridSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/DistanceGridSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/LeafletSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/LeafletSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/LeafletSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/LeafletSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/NonPointSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/NonPointSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/NonPointSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/NonPointSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/PaneSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/PaneSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/PaneSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/PaneSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/QuickHullSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/QuickHullSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/QuickHullSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/QuickHullSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/RefreshSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/RefreshSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/RefreshSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/RefreshSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/RememberOpacity.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/RememberOpacity.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/RememberOpacity.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/RememberOpacity.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/RemoveLayerSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/RemoveLayerSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/RemoveLayerSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/RemoveLayerSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/SpecHelper.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/SpecHelper.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/SpecHelper.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/SpecHelper.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/animateOptionSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/animateOptionSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/animateOptionSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/animateOptionSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/clearLayersSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/clearLayersSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/clearLayersSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/clearLayersSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/disableClusteringAtZoomSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/disableClusteringAtZoomSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/disableClusteringAtZoomSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/disableClusteringAtZoomSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/eachLayerSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/eachLayerSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/eachLayerSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/eachLayerSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/eventsSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/eventsSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/eventsSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/eventsSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/getBoundsSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/getBoundsSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/getBoundsSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/getBoundsSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/getLayersSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/getLayersSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/getLayersSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/getLayersSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/getVisibleParentSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/getVisibleParentSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/getVisibleParentSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/getVisibleParentSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/markerMoveSupportSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/markerMoveSupportSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/markerMoveSupportSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/markerMoveSupportSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/nonIntegerZoomSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/nonIntegerZoomSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/nonIntegerZoomSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/nonIntegerZoomSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/onAddSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/onAddSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/onAddSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/onAddSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/onRemoveSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/onRemoveSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/onRemoveSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/onRemoveSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/removeLayersSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/removeLayersSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/removeLayersSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/removeLayersSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/removeOutsideVisibleBoundsSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/removeOutsideVisibleBoundsSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/removeOutsideVisibleBoundsSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/removeOutsideVisibleBoundsSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/singleMarkerModeSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/singleMarkerModeSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/singleMarkerModeSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/singleMarkerModeSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/spiderfySpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/spiderfySpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/spiderfySpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/spiderfySpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/supportNegativeZoomSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/supportNegativeZoomSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/supportNegativeZoomSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/supportNegativeZoomSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/unspiderfySpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/unspiderfySpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/unspiderfySpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/unspiderfySpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/zoomAnimationSpec.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/zoomAnimationSpec.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/spec/suites/zoomAnimationSpec.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/spec/suites/zoomAnimationSpec.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/DistanceGrid.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/DistanceGrid.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/DistanceGrid.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/DistanceGrid.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.QuickHull.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.QuickHull.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.QuickHull.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.QuickHull.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.Spiderfier.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.Spiderfier.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.Spiderfier.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.Spiderfier.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerCluster.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.Refresh.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.Refresh.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.Refresh.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.Refresh.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerClusterGroup.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerOpacity.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerOpacity.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/MarkerOpacity.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/MarkerOpacity.js diff --git a/com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/index.js b/com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/index.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/Leaflet.markercluster-1.4.1/src/index.js rename to com_leaflet/media/js/Leaflet.markercluster-1.4.1/src/index.js diff --git a/com_leaflet/media/com_leaflet/js/app.js b/com_leaflet/media/js/app.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/app.js rename to com_leaflet/media/js/app.js diff --git a/com_leaflet/media/com_leaflet/js/jquery-3.6.0.min.js b/com_leaflet/media/js/jquery-3.6.0.min.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/jquery-3.6.0.min.js rename to com_leaflet/media/js/jquery-3.6.0.min.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/layers-2x.png b/com_leaflet/media/js/leaflet-1.7.1/images/layers-2x.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/layers-2x.png rename to com_leaflet/media/js/leaflet-1.7.1/images/layers-2x.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/layers.png b/com_leaflet/media/js/leaflet-1.7.1/images/layers.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/layers.png rename to com_leaflet/media/js/leaflet-1.7.1/images/layers.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/marker-icon-2x.png b/com_leaflet/media/js/leaflet-1.7.1/images/marker-icon-2x.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/marker-icon-2x.png rename to com_leaflet/media/js/leaflet-1.7.1/images/marker-icon-2x.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/marker-icon.png b/com_leaflet/media/js/leaflet-1.7.1/images/marker-icon.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/marker-icon.png rename to com_leaflet/media/js/leaflet-1.7.1/images/marker-icon.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/marker-shadow.png b/com_leaflet/media/js/leaflet-1.7.1/images/marker-shadow.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-1.7.1/images/marker-shadow.png rename to com_leaflet/media/js/leaflet-1.7.1/images/marker-shadow.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-1.7.1/leaflet.css b/com_leaflet/media/js/leaflet-1.7.1/leaflet.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-1.7.1/leaflet.css rename to com_leaflet/media/js/leaflet-1.7.1/leaflet.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-1.7.1/leaflet.js b/com_leaflet/media/js/leaflet-1.7.1/leaflet.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-1.7.1/leaflet.js rename to com_leaflet/media/js/leaflet-1.7.1/leaflet.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/.gitignore b/com_leaflet/media/js/leaflet-omnivore-master/.gitignore similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/.gitignore rename to com_leaflet/media/js/leaflet-omnivore-master/.gitignore diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/.travis.yml b/com_leaflet/media/js/leaflet-omnivore-master/.travis.yml similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/.travis.yml rename to com_leaflet/media/js/leaflet-omnivore-master/.travis.yml diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/.zuul.yml b/com_leaflet/media/js/leaflet-omnivore-master/.zuul.yml similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/.zuul.yml rename to com_leaflet/media/js/leaflet-omnivore-master/.zuul.yml diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/CHANGELOG.md b/com_leaflet/media/js/leaflet-omnivore-master/CHANGELOG.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/CHANGELOG.md rename to com_leaflet/media/js/leaflet-omnivore-master/CHANGELOG.md diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/LICENSE b/com_leaflet/media/js/leaflet-omnivore-master/LICENSE similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/LICENSE rename to com_leaflet/media/js/leaflet-omnivore-master/LICENSE diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/README.md b/com_leaflet/media/js/leaflet-omnivore-master/README.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/README.md rename to com_leaflet/media/js/leaflet-omnivore-master/README.md diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/component.json b/com_leaflet/media/js/leaflet-omnivore-master/component.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/component.json rename to com_leaflet/media/js/leaflet-omnivore-master/component.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/index.js b/com_leaflet/media/js/leaflet-omnivore-master/index.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/index.js rename to com_leaflet/media/js/leaflet-omnivore-master/index.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/package.json b/com_leaflet/media/js/leaflet-omnivore-master/package.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/package.json rename to com_leaflet/media/js/leaflet-omnivore-master/package.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.csv b/com_leaflet/media/js/leaflet-omnivore-master/test/a.csv similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.csv rename to com_leaflet/media/js/leaflet-omnivore-master/test/a.csv diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.geojson b/com_leaflet/media/js/leaflet-omnivore-master/test/a.geojson similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.geojson rename to com_leaflet/media/js/leaflet-omnivore-master/test/a.geojson diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.gpx b/com_leaflet/media/js/leaflet-omnivore-master/test/a.gpx similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.gpx rename to com_leaflet/media/js/leaflet-omnivore-master/test/a.gpx diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.kml b/com_leaflet/media/js/leaflet-omnivore-master/test/a.kml similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.kml rename to com_leaflet/media/js/leaflet-omnivore-master/test/a.kml diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.polyline b/com_leaflet/media/js/leaflet-omnivore-master/test/a.polyline similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.polyline rename to com_leaflet/media/js/leaflet-omnivore-master/test/a.polyline diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.topojson b/com_leaflet/media/js/leaflet-omnivore-master/test/a.topojson similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.topojson rename to com_leaflet/media/js/leaflet-omnivore-master/test/a.topojson diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.wkt b/com_leaflet/media/js/leaflet-omnivore-master/test/a.wkt similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/a.wkt rename to com_leaflet/media/js/leaflet-omnivore-master/test/a.wkt diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/demo.html b/com_leaflet/media/js/leaflet-omnivore-master/test/demo.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/demo.html rename to com_leaflet/media/js/leaflet-omnivore-master/test/demo.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/options.csv b/com_leaflet/media/js/leaflet-omnivore-master/test/options.csv similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/options.csv rename to com_leaflet/media/js/leaflet-omnivore-master/test/options.csv diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/server.js b/com_leaflet/media/js/leaflet-omnivore-master/test/server.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/server.js rename to com_leaflet/media/js/leaflet-omnivore-master/test/server.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/test.js b/com_leaflet/media/js/leaflet-omnivore-master/test/test.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore-master/test/test.js rename to com_leaflet/media/js/leaflet-omnivore-master/test/test.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-omnivore.min.js b/com_leaflet/media/js/leaflet-omnivore.min.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-omnivore.min.js rename to com_leaflet/media/js/leaflet-omnivore.min.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/.gitignore b/com_leaflet/media/js/leaflet-panel-layers-master/.gitignore similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/.gitignore rename to com_leaflet/media/js/leaflet-panel-layers-master/.gitignore diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/Gruntfile.js b/com_leaflet/media/js/leaflet-panel-layers-master/Gruntfile.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/Gruntfile.js rename to com_leaflet/media/js/leaflet-panel-layers-master/Gruntfile.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/README.md b/com_leaflet/media/js/leaflet-panel-layers-master/README.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/README.md rename to com_leaflet/media/js/leaflet-panel-layers-master/README.md diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.css b/com_leaflet/media/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.css rename to com_leaflet/media/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.js b/com_leaflet/media/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.js rename to com_leaflet/media/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.min.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.css b/com_leaflet/media/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.css rename to com_leaflet/media/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.js b/com_leaflet/media/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.js rename to com_leaflet/media/js/leaflet-panel-layers-master/dist/leaflet-panel-layers.src.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/collapsible-panel.html b/com_leaflet/media/js/leaflet-panel-layers-master/examples/collapsible-panel.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/collapsible-panel.html rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/collapsible-panel.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/config-layers.json b/com_leaflet/media/js/leaflet-panel-layers-master/examples/config-layers.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/config-layers.json rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/config-layers.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/custom-item.html b/com_leaflet/media/js/leaflet-panel-layers-master/examples/custom-item.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/custom-item.html rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/custom-item.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/bar.js b/com_leaflet/media/js/leaflet-panel-layers-master/examples/data/bar.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/bar.js rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/data/bar.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/drinking_water.js b/com_leaflet/media/js/leaflet-panel-layers-master/examples/data/drinking_water.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/drinking_water.js rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/data/drinking_water.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/fuel.js b/com_leaflet/media/js/leaflet-panel-layers-master/examples/data/fuel.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/fuel.js rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/data/fuel.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/parking.js b/com_leaflet/media/js/leaflet-panel-layers-master/examples/data/parking.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/parking.js rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/data/parking.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/river.json b/com_leaflet/media/js/leaflet-panel-layers-master/examples/data/river.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/data/river.json rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/data/river.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/dynamic-layers.html b/com_leaflet/media/js/leaflet-panel-layers-master/examples/dynamic-layers.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/dynamic-layers.html rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/dynamic-layers.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/embedded-layers.html b/com_leaflet/media/js/leaflet-panel-layers-master/examples/embedded-layers.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/embedded-layers.html rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/embedded-layers.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/group-layers.html b/com_leaflet/media/js/leaflet-panel-layers-master/examples/group-layers.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/group-layers.html rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/group-layers.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/icon-layer.html b/com_leaflet/media/js/leaflet-panel-layers-master/examples/icon-layer.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/icon-layer.html rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/icon-layer.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/icons.css b/com_leaflet/media/js/leaflet-panel-layers-master/examples/icons.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/icons.css rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/icons.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/icons/bar.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/icons/bar.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/icons/bar.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/icons/bar.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/icons/drinking_water.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/icons/drinking_water.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/icons/drinking_water.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/icons/drinking_water.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/icons/fuel.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/icons/fuel.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/icons/fuel.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/icons/fuel.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/icons/parking.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/icons/parking.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/icons/parking.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/icons/parking.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/leaflet-panel.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/leaflet-panel.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/leaflet-panel.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/leaflet-panel.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/markers/bar.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/markers/bar.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/markers/bar.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/markers/bar.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/markers/drinking_water.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/markers/drinking_water.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/markers/drinking_water.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/markers/drinking_water.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/markers/fuel.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/markers/fuel.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/markers/fuel.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/markers/fuel.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/markers/parking.png b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/markers/parking.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/markers/parking.png rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/markers/parking.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/screenshot/leaflet-panel-layers-layout.jpg b/com_leaflet/media/js/leaflet-panel-layers-master/examples/images/screenshot/leaflet-panel-layers-layout.jpg similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/images/screenshot/leaflet-panel-layers-layout.jpg rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/images/screenshot/leaflet-panel-layers-layout.jpg diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/layer-thumbnails.html b/com_leaflet/media/js/leaflet-panel-layers-master/examples/layer-thumbnails.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/layer-thumbnails.html rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/layer-thumbnails.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/multiple-panels.html b/com_leaflet/media/js/leaflet-panel-layers-master/examples/multiple-panels.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/multiple-panels.html rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/multiple-panels.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/style.css b/com_leaflet/media/js/leaflet-panel-layers-master/examples/style.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/examples/style.css rename to com_leaflet/media/js/leaflet-panel-layers-master/examples/style.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/index.html b/com_leaflet/media/js/leaflet-panel-layers-master/index.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/index.html rename to com_leaflet/media/js/leaflet-panel-layers-master/index.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/license.txt b/com_leaflet/media/js/leaflet-panel-layers-master/license.txt similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/license.txt rename to com_leaflet/media/js/leaflet-panel-layers-master/license.txt diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/package.json b/com_leaflet/media/js/leaflet-panel-layers-master/package.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/package.json rename to com_leaflet/media/js/leaflet-panel-layers-master/package.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/src/leaflet-panel-layers.css b/com_leaflet/media/js/leaflet-panel-layers-master/src/leaflet-panel-layers.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/src/leaflet-panel-layers.css rename to com_leaflet/media/js/leaflet-panel-layers-master/src/leaflet-panel-layers.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/src/leaflet-panel-layers.js b/com_leaflet/media/js/leaflet-panel-layers-master/src/leaflet-panel-layers.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-panel-layers-master/src/leaflet-panel-layers.js rename to com_leaflet/media/js/leaflet-panel-layers-master/src/leaflet-panel-layers.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/.gitignore b/com_leaflet/media/js/leaflet-search-master/.gitignore similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/.gitignore rename to com_leaflet/media/js/leaflet-search-master/.gitignore diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/Gruntfile.js b/com_leaflet/media/js/leaflet-search-master/Gruntfile.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/Gruntfile.js rename to com_leaflet/media/js/leaflet-search-master/Gruntfile.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/README.md b/com_leaflet/media/js/leaflet-search-master/README.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/README.md rename to com_leaflet/media/js/leaflet-search-master/README.md diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/TODO b/com_leaflet/media/js/leaflet-search-master/TODO similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/TODO rename to com_leaflet/media/js/leaflet-search-master/TODO diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.min.css b/com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.min.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.min.css rename to com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.min.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.min.js b/com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.min.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.min.js rename to com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.min.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.mobile.min.css b/com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.mobile.min.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.mobile.min.css rename to com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.mobile.min.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.mobile.src.css b/com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.mobile.src.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.mobile.src.css rename to com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.mobile.src.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.src.css b/com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.src.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.src.css rename to com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.src.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.src.js b/com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.src.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/dist/leaflet-search.src.js rename to com_leaflet/media/js/leaflet-search-master/dist/leaflet-search.src.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/ajax-jquery.html b/com_leaflet/media/js/leaflet-search-master/examples/ajax-jquery.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/ajax-jquery.html rename to com_leaflet/media/js/leaflet-search-master/examples/ajax-jquery.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/ajax.html b/com_leaflet/media/js/leaflet-search-master/examples/ajax.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/ajax.html rename to com_leaflet/media/js/leaflet-search-master/examples/ajax.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/custom-source-data.html b/com_leaflet/media/js/leaflet-search-master/examples/custom-source-data.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/custom-source-data.html rename to com_leaflet/media/js/leaflet-search-master/examples/custom-source-data.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/custom-tip.html b/com_leaflet/media/js/leaflet-search-master/examples/custom-tip.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/custom-tip.html rename to com_leaflet/media/js/leaflet-search-master/examples/custom-tip.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/bar.geojson.js b/com_leaflet/media/js/leaflet-search-master/examples/data/bar.geojson.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/bar.geojson.js rename to com_leaflet/media/js/leaflet-search-master/examples/data/bar.geojson.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/cities15000.json b/com_leaflet/media/js/leaflet-search-master/examples/data/cities15000.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/cities15000.json rename to com_leaflet/media/js/leaflet-search-master/examples/data/cities15000.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/cities15000.raw.txt b/com_leaflet/media/js/leaflet-search-master/examples/data/cities15000.raw.txt similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/cities15000.raw.txt rename to com_leaflet/media/js/leaflet-search-master/examples/data/cities15000.raw.txt diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/colors.js b/com_leaflet/media/js/leaflet-search-master/examples/data/colors.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/colors.js rename to com_leaflet/media/js/leaflet-search-master/examples/data/colors.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/csv2json.php b/com_leaflet/media/js/leaflet-search-master/examples/data/csv2json.php similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/csv2json.php rename to com_leaflet/media/js/leaflet-search-master/examples/data/csv2json.php diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/custom-icon.png b/com_leaflet/media/js/leaflet-search-master/examples/data/custom-icon.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/custom-icon.png rename to com_leaflet/media/js/leaflet-search-master/examples/data/custom-icon.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/htmlcolors.txt b/com_leaflet/media/js/leaflet-search-master/examples/data/htmlcolors.txt similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/htmlcolors.txt rename to com_leaflet/media/js/leaflet-search-master/examples/data/htmlcolors.txt diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/pharmacy.geojson.js b/com_leaflet/media/js/leaflet-search-master/examples/data/pharmacy.geojson.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/pharmacy.geojson.js rename to com_leaflet/media/js/leaflet-search-master/examples/data/pharmacy.geojson.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/restaurant.geojson.js b/com_leaflet/media/js/leaflet-search-master/examples/data/restaurant.geojson.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/restaurant.geojson.js rename to com_leaflet/media/js/leaflet-search-master/examples/data/restaurant.geojson.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/restaurant500.geojson.js b/com_leaflet/media/js/leaflet-search-master/examples/data/restaurant500.geojson.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/restaurant500.geojson.js rename to com_leaflet/media/js/leaflet-search-master/examples/data/restaurant500.geojson.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/us-states.js b/com_leaflet/media/js/leaflet-search-master/examples/data/us-states.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/data/us-states.js rename to com_leaflet/media/js/leaflet-search-master/examples/data/us-states.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/fuzzy.html b/com_leaflet/media/js/leaflet-search-master/examples/fuzzy.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/fuzzy.html rename to com_leaflet/media/js/leaflet-search-master/examples/fuzzy.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/geocoder.html b/com_leaflet/media/js/leaflet-search-master/examples/geocoder.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/geocoder.html rename to com_leaflet/media/js/leaflet-search-master/examples/geocoder.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/geocoding-google.html b/com_leaflet/media/js/leaflet-search-master/examples/geocoding-google.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/geocoding-google.html rename to com_leaflet/media/js/leaflet-search-master/examples/geocoding-google.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/geocoding-nominatim.html b/com_leaflet/media/js/leaflet-search-master/examples/geocoding-nominatim.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/geocoding-nominatim.html rename to com_leaflet/media/js/leaflet-search-master/examples/geocoding-nominatim.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/geojson-layer.html b/com_leaflet/media/js/leaflet-search-master/examples/geojson-layer.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/geojson-layer.html rename to com_leaflet/media/js/leaflet-search-master/examples/geojson-layer.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/jsonp-filtered.html b/com_leaflet/media/js/leaflet-search-master/examples/jsonp-filtered.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/jsonp-filtered.html rename to com_leaflet/media/js/leaflet-search-master/examples/jsonp-filtered.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/jsonp.html b/com_leaflet/media/js/leaflet-search-master/examples/jsonp.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/jsonp.html rename to com_leaflet/media/js/leaflet-search-master/examples/jsonp.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/location-url.html b/com_leaflet/media/js/leaflet-search-master/examples/location-url.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/location-url.html rename to com_leaflet/media/js/leaflet-search-master/examples/location-url.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/methods.html b/com_leaflet/media/js/leaflet-search-master/examples/methods.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/methods.html rename to com_leaflet/media/js/leaflet-search-master/examples/methods.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/mobile.css b/com_leaflet/media/js/leaflet-search-master/examples/mobile.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/mobile.css rename to com_leaflet/media/js/leaflet-search-master/examples/mobile.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/mobile.html b/com_leaflet/media/js/leaflet-search-master/examples/mobile.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/mobile.html rename to com_leaflet/media/js/leaflet-search-master/examples/mobile.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/multiple-layers.html b/com_leaflet/media/js/leaflet-search-master/examples/multiple-layers.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/multiple-layers.html rename to com_leaflet/media/js/leaflet-search-master/examples/multiple-layers.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/multiple-results.html b/com_leaflet/media/js/leaflet-search-master/examples/multiple-results.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/multiple-results.html rename to com_leaflet/media/js/leaflet-search-master/examples/multiple-results.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/nominatim.html b/com_leaflet/media/js/leaflet-search-master/examples/nominatim.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/nominatim.html rename to com_leaflet/media/js/leaflet-search-master/examples/nominatim.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/outside.html b/com_leaflet/media/js/leaflet-search-master/examples/outside.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/outside.html rename to com_leaflet/media/js/leaflet-search-master/examples/outside.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/requirejs.html b/com_leaflet/media/js/leaflet-search-master/examples/requirejs.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/requirejs.html rename to com_leaflet/media/js/leaflet-search-master/examples/requirejs.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/search.php b/com_leaflet/media/js/leaflet-search-master/examples/search.php similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/search.php rename to com_leaflet/media/js/leaflet-search-master/examples/search.php diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/simple.html b/com_leaflet/media/js/leaflet-search-master/examples/simple.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/simple.html rename to com_leaflet/media/js/leaflet-search-master/examples/simple.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/style.css b/com_leaflet/media/js/leaflet-search-master/examples/style.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/style.css rename to com_leaflet/media/js/leaflet-search-master/examples/style.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/tests.html b/com_leaflet/media/js/leaflet-search-master/examples/tests.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/tests.html rename to com_leaflet/media/js/leaflet-search-master/examples/tests.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/twitter.html b/com_leaflet/media/js/leaflet-search-master/examples/twitter.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/examples/twitter.html rename to com_leaflet/media/js/leaflet-search-master/examples/twitter.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/images/back.png b/com_leaflet/media/js/leaflet-search-master/images/back.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/images/back.png rename to com_leaflet/media/js/leaflet-search-master/images/back.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/images/leaflet-search.jpg b/com_leaflet/media/js/leaflet-search-master/images/leaflet-search.jpg similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/images/leaflet-search.jpg rename to com_leaflet/media/js/leaflet-search-master/images/leaflet-search.jpg diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/images/loader.gif b/com_leaflet/media/js/leaflet-search-master/images/loader.gif similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/images/loader.gif rename to com_leaflet/media/js/leaflet-search-master/images/loader.gif diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/images/search-icon-mobile.png b/com_leaflet/media/js/leaflet-search-master/images/search-icon-mobile.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/images/search-icon-mobile.png rename to com_leaflet/media/js/leaflet-search-master/images/search-icon-mobile.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/images/search-icon.png b/com_leaflet/media/js/leaflet-search-master/images/search-icon.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/images/search-icon.png rename to com_leaflet/media/js/leaflet-search-master/images/search-icon.png diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/index.html b/com_leaflet/media/js/leaflet-search-master/index.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/index.html rename to com_leaflet/media/js/leaflet-search-master/index.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/license.txt b/com_leaflet/media/js/leaflet-search-master/license.txt similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/license.txt rename to com_leaflet/media/js/leaflet-search-master/license.txt diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/package.json b/com_leaflet/media/js/leaflet-search-master/package.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/package.json rename to com_leaflet/media/js/leaflet-search-master/package.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/src/leaflet-search-geocoder.js b/com_leaflet/media/js/leaflet-search-master/src/leaflet-search-geocoder.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/src/leaflet-search-geocoder.js rename to com_leaflet/media/js/leaflet-search-master/src/leaflet-search-geocoder.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/src/leaflet-search.css b/com_leaflet/media/js/leaflet-search-master/src/leaflet-search.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/src/leaflet-search.css rename to com_leaflet/media/js/leaflet-search-master/src/leaflet-search.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/src/leaflet-search.js b/com_leaflet/media/js/leaflet-search-master/src/leaflet-search.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/src/leaflet-search.js rename to com_leaflet/media/js/leaflet-search-master/src/leaflet-search.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-search-master/src/leaflet-search.mobile.css b/com_leaflet/media/js/leaflet-search-master/src/leaflet-search.mobile.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-search-master/src/leaflet-search.mobile.css rename to com_leaflet/media/js/leaflet-search-master/src/leaflet-search.mobile.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.github/FUNDING.yml b/com_leaflet/media/js/leaflet-sidebar-master/.github/FUNDING.yml similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.github/FUNDING.yml rename to com_leaflet/media/js/leaflet-sidebar-master/.github/FUNDING.yml diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.gitignore b/com_leaflet/media/js/leaflet-sidebar-master/.gitignore similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.gitignore rename to com_leaflet/media/js/leaflet-sidebar-master/.gitignore diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.travis.yml b/com_leaflet/media/js/leaflet-sidebar-master/.travis.yml similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.travis.yml rename to com_leaflet/media/js/leaflet-sidebar-master/.travis.yml diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.travis/deploy.sh b/com_leaflet/media/js/leaflet-sidebar-master/.travis/deploy.sh similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.travis/deploy.sh rename to com_leaflet/media/js/leaflet-sidebar-master/.travis/deploy.sh diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.travis/deploy_key.pem.enc b/com_leaflet/media/js/leaflet-sidebar-master/.travis/deploy_key.pem.enc similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/.travis/deploy_key.pem.enc rename to com_leaflet/media/js/leaflet-sidebar-master/.travis/deploy_key.pem.enc diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/CHANGELOG.md b/com_leaflet/media/js/leaflet-sidebar-master/CHANGELOG.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/CHANGELOG.md rename to com_leaflet/media/js/leaflet-sidebar-master/CHANGELOG.md diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/L.Control.Sidebar.js b/com_leaflet/media/js/leaflet-sidebar-master/L.Control.Sidebar.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/L.Control.Sidebar.js rename to com_leaflet/media/js/leaflet-sidebar-master/L.Control.Sidebar.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/LICENSE b/com_leaflet/media/js/leaflet-sidebar-master/LICENSE similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/LICENSE rename to com_leaflet/media/js/leaflet-sidebar-master/LICENSE diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/README.md b/com_leaflet/media/js/leaflet-sidebar-master/README.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/README.md rename to com_leaflet/media/js/leaflet-sidebar-master/README.md diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/bower.json b/com_leaflet/media/js/leaflet-sidebar-master/bower.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/bower.json rename to com_leaflet/media/js/leaflet-sidebar-master/bower.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/bootstrap.html b/com_leaflet/media/js/leaflet-sidebar-master/examples/bootstrap.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/bootstrap.html rename to com_leaflet/media/js/leaflet-sidebar-master/examples/bootstrap.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/index.html b/com_leaflet/media/js/leaflet-sidebar-master/examples/index.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/index.html rename to com_leaflet/media/js/leaflet-sidebar-master/examples/index.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/listing-markers.html b/com_leaflet/media/js/leaflet-sidebar-master/examples/listing-markers.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/listing-markers.html rename to com_leaflet/media/js/leaflet-sidebar-master/examples/listing-markers.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/multiple-maps.html b/com_leaflet/media/js/leaflet-sidebar-master/examples/multiple-maps.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/multiple-maps.html rename to com_leaflet/media/js/leaflet-sidebar-master/examples/multiple-maps.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/two-sidebars.html b/com_leaflet/media/js/leaflet-sidebar-master/examples/two-sidebars.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/examples/two-sidebars.html rename to com_leaflet/media/js/leaflet-sidebar-master/examples/two-sidebars.html diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/gulpfile.js b/com_leaflet/media/js/leaflet-sidebar-master/gulpfile.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/gulpfile.js rename to com_leaflet/media/js/leaflet-sidebar-master/gulpfile.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/leaflet-sidebar.gif b/com_leaflet/media/js/leaflet-sidebar-master/leaflet-sidebar.gif similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/leaflet-sidebar.gif rename to com_leaflet/media/js/leaflet-sidebar-master/leaflet-sidebar.gif diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/package.json b/com_leaflet/media/js/leaflet-sidebar-master/package.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/package.json rename to com_leaflet/media/js/leaflet-sidebar-master/package.json diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/src/L.Control.Sidebar.css b/com_leaflet/media/js/leaflet-sidebar-master/src/L.Control.Sidebar.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/src/L.Control.Sidebar.css rename to com_leaflet/media/js/leaflet-sidebar-master/src/L.Control.Sidebar.css diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/src/L.Control.Sidebar.js b/com_leaflet/media/js/leaflet-sidebar-master/src/L.Control.Sidebar.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/src/L.Control.Sidebar.js rename to com_leaflet/media/js/leaflet-sidebar-master/src/L.Control.Sidebar.js diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/src/L.Control.Sidebar.scss b/com_leaflet/media/js/leaflet-sidebar-master/src/L.Control.Sidebar.scss similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/src/L.Control.Sidebar.scss rename to com_leaflet/media/js/leaflet-sidebar-master/src/L.Control.Sidebar.scss diff --git a/com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/yarn.lock b/com_leaflet/media/js/leaflet-sidebar-master/yarn.lock similarity index 100% rename from com_leaflet/media/com_leaflet/js/leaflet-sidebar-master/yarn.lock rename to com_leaflet/media/js/leaflet-sidebar-master/yarn.lock diff --git a/com_leaflet/media/com_leaflet/js/mapbox_token.js b/com_leaflet/media/js/mapbox_token.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/mapbox_token.js rename to com_leaflet/media/js/mapbox_token.js diff --git a/com_leaflet/media/com_leaflet/js/nouvelles_regionsV3.js b/com_leaflet/media/js/nouvelles_regionsV3.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/nouvelles_regionsV3.js rename to com_leaflet/media/js/nouvelles_regionsV3.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/.eslintignore b/com_leaflet/media/js/sidebar-v2-master/.eslintignore similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/.eslintignore rename to com_leaflet/media/js/sidebar-v2-master/.eslintignore diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/.eslintrc.js b/com_leaflet/media/js/sidebar-v2-master/.eslintrc.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/.eslintrc.js rename to com_leaflet/media/js/sidebar-v2-master/.eslintrc.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/.github/FUNDING.yml b/com_leaflet/media/js/sidebar-v2-master/.github/FUNDING.yml similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/.github/FUNDING.yml rename to com_leaflet/media/js/sidebar-v2-master/.github/FUNDING.yml diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/.github/dependabot.yml b/com_leaflet/media/js/sidebar-v2-master/.github/dependabot.yml similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/.github/dependabot.yml rename to com_leaflet/media/js/sidebar-v2-master/.github/dependabot.yml diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/.gitignore b/com_leaflet/media/js/sidebar-v2-master/.gitignore similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/.gitignore rename to com_leaflet/media/js/sidebar-v2-master/.gitignore diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/.stylelintrc.js b/com_leaflet/media/js/sidebar-v2-master/.stylelintrc.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/.stylelintrc.js rename to com_leaflet/media/js/sidebar-v2-master/.stylelintrc.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/.travis.yml b/com_leaflet/media/js/sidebar-v2-master/.travis.yml similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/.travis.yml rename to com_leaflet/media/js/sidebar-v2-master/.travis.yml diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/CHANGELOG.md b/com_leaflet/media/js/sidebar-v2-master/CHANGELOG.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/CHANGELOG.md rename to com_leaflet/media/js/sidebar-v2-master/CHANGELOG.md diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/LICENSE b/com_leaflet/media/js/sidebar-v2-master/LICENSE similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/LICENSE rename to com_leaflet/media/js/sidebar-v2-master/LICENSE diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/README.md b/com_leaflet/media/js/sidebar-v2-master/README.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/README.md rename to com_leaflet/media/js/sidebar-v2-master/README.md diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/bower.json b/com_leaflet/media/js/sidebar-v2-master/bower.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/bower.json rename to com_leaflet/media/js/sidebar-v2-master/bower.json diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/gmaps-sidebar.css b/com_leaflet/media/js/sidebar-v2-master/css/gmaps-sidebar.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/gmaps-sidebar.css rename to com_leaflet/media/js/sidebar-v2-master/css/gmaps-sidebar.css diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/gmaps-sidebar.min.css b/com_leaflet/media/js/sidebar-v2-master/css/gmaps-sidebar.min.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/gmaps-sidebar.min.css rename to com_leaflet/media/js/sidebar-v2-master/css/gmaps-sidebar.min.css diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/leaflet-sidebar.css b/com_leaflet/media/js/sidebar-v2-master/css/leaflet-sidebar.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/leaflet-sidebar.css rename to com_leaflet/media/js/sidebar-v2-master/css/leaflet-sidebar.css diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/leaflet-sidebar.min.css b/com_leaflet/media/js/sidebar-v2-master/css/leaflet-sidebar.min.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/leaflet-sidebar.min.css rename to com_leaflet/media/js/sidebar-v2-master/css/leaflet-sidebar.min.css diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/ol2-sidebar.css b/com_leaflet/media/js/sidebar-v2-master/css/ol2-sidebar.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/ol2-sidebar.css rename to com_leaflet/media/js/sidebar-v2-master/css/ol2-sidebar.css diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/ol2-sidebar.min.css b/com_leaflet/media/js/sidebar-v2-master/css/ol2-sidebar.min.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/ol2-sidebar.min.css rename to com_leaflet/media/js/sidebar-v2-master/css/ol2-sidebar.min.css diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/ol3-sidebar.css b/com_leaflet/media/js/sidebar-v2-master/css/ol3-sidebar.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/ol3-sidebar.css rename to com_leaflet/media/js/sidebar-v2-master/css/ol3-sidebar.css diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/ol3-sidebar.min.css b/com_leaflet/media/js/sidebar-v2-master/css/ol3-sidebar.min.css similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/css/ol3-sidebar.min.css rename to com_leaflet/media/js/sidebar-v2-master/css/ol3-sidebar.min.css diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/gmaps-1.png b/com_leaflet/media/js/sidebar-v2-master/doc/gmaps-1.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/gmaps-1.png rename to com_leaflet/media/js/sidebar-v2-master/doc/gmaps-1.png diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/gmaps-2.png b/com_leaflet/media/js/sidebar-v2-master/doc/gmaps-2.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/gmaps-2.png rename to com_leaflet/media/js/sidebar-v2-master/doc/gmaps-2.png diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/leaflet-1.png b/com_leaflet/media/js/sidebar-v2-master/doc/leaflet-1.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/leaflet-1.png rename to com_leaflet/media/js/sidebar-v2-master/doc/leaflet-1.png diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/leaflet-2.png b/com_leaflet/media/js/sidebar-v2-master/doc/leaflet-2.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/leaflet-2.png rename to com_leaflet/media/js/sidebar-v2-master/doc/leaflet-2.png diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/ol2-1.png b/com_leaflet/media/js/sidebar-v2-master/doc/ol2-1.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/ol2-1.png rename to com_leaflet/media/js/sidebar-v2-master/doc/ol2-1.png diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/ol2-2.png b/com_leaflet/media/js/sidebar-v2-master/doc/ol2-2.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/ol2-2.png rename to com_leaflet/media/js/sidebar-v2-master/doc/ol2-2.png diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/ol3-1.png b/com_leaflet/media/js/sidebar-v2-master/doc/ol3-1.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/ol3-1.png rename to com_leaflet/media/js/sidebar-v2-master/doc/ol3-1.png diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/ol3-2.png b/com_leaflet/media/js/sidebar-v2-master/doc/ol3-2.png similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/ol3-2.png rename to com_leaflet/media/js/sidebar-v2-master/doc/ol3-2.png diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/sidebar-v2.gif b/com_leaflet/media/js/sidebar-v2-master/doc/sidebar-v2.gif similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/sidebar-v2.gif rename to com_leaflet/media/js/sidebar-v2-master/doc/sidebar-v2.gif diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/usage.md b/com_leaflet/media/js/sidebar-v2-master/doc/usage.md similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/doc/usage.md rename to com_leaflet/media/js/sidebar-v2-master/doc/usage.md diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/gmaps.html b/com_leaflet/media/js/sidebar-v2-master/examples/gmaps.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/gmaps.html rename to com_leaflet/media/js/sidebar-v2-master/examples/gmaps.html diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/index.html b/com_leaflet/media/js/sidebar-v2-master/examples/index.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/index.html rename to com_leaflet/media/js/sidebar-v2-master/examples/index.html diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/ol2.html b/com_leaflet/media/js/sidebar-v2-master/examples/ol2.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/ol2.html rename to com_leaflet/media/js/sidebar-v2-master/examples/ol2.html diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/ol3.html b/com_leaflet/media/js/sidebar-v2-master/examples/ol3.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/ol3.html rename to com_leaflet/media/js/sidebar-v2-master/examples/ol3.html diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/position-right.html b/com_leaflet/media/js/sidebar-v2-master/examples/position-right.html similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/examples/position-right.html rename to com_leaflet/media/js/sidebar-v2-master/examples/position-right.html diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/gulpfile.js b/com_leaflet/media/js/sidebar-v2-master/gulpfile.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/gulpfile.js rename to com_leaflet/media/js/sidebar-v2-master/gulpfile.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/jquery-sidebar.js b/com_leaflet/media/js/sidebar-v2-master/js/jquery-sidebar.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/jquery-sidebar.js rename to com_leaflet/media/js/sidebar-v2-master/js/jquery-sidebar.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/jquery-sidebar.min.js b/com_leaflet/media/js/sidebar-v2-master/js/jquery-sidebar.min.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/jquery-sidebar.min.js rename to com_leaflet/media/js/sidebar-v2-master/js/jquery-sidebar.min.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/leaflet-sidebar.js b/com_leaflet/media/js/sidebar-v2-master/js/leaflet-sidebar.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/leaflet-sidebar.js rename to com_leaflet/media/js/sidebar-v2-master/js/leaflet-sidebar.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/leaflet-sidebar.min.js b/com_leaflet/media/js/sidebar-v2-master/js/leaflet-sidebar.min.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/leaflet-sidebar.min.js rename to com_leaflet/media/js/sidebar-v2-master/js/leaflet-sidebar.min.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/ol3-sidebar.js b/com_leaflet/media/js/sidebar-v2-master/js/ol3-sidebar.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/ol3-sidebar.js rename to com_leaflet/media/js/sidebar-v2-master/js/ol3-sidebar.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/ol3-sidebar.min.js b/com_leaflet/media/js/sidebar-v2-master/js/ol3-sidebar.min.js similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/js/ol3-sidebar.min.js rename to com_leaflet/media/js/sidebar-v2-master/js/ol3-sidebar.min.js diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/package.json b/com_leaflet/media/js/sidebar-v2-master/package.json similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/package.json rename to com_leaflet/media/js/sidebar-v2-master/package.json diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/_base.scss b/com_leaflet/media/js/sidebar-v2-master/scss/_base.scss similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/_base.scss rename to com_leaflet/media/js/sidebar-v2-master/scss/_base.scss diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/_ol-base.scss b/com_leaflet/media/js/sidebar-v2-master/scss/_ol-base.scss similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/_ol-base.scss rename to com_leaflet/media/js/sidebar-v2-master/scss/_ol-base.scss diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/gmaps-sidebar.scss b/com_leaflet/media/js/sidebar-v2-master/scss/gmaps-sidebar.scss similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/gmaps-sidebar.scss rename to com_leaflet/media/js/sidebar-v2-master/scss/gmaps-sidebar.scss diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/leaflet-sidebar.scss b/com_leaflet/media/js/sidebar-v2-master/scss/leaflet-sidebar.scss similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/leaflet-sidebar.scss rename to com_leaflet/media/js/sidebar-v2-master/scss/leaflet-sidebar.scss diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/ol2-sidebar.scss b/com_leaflet/media/js/sidebar-v2-master/scss/ol2-sidebar.scss similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/ol2-sidebar.scss rename to com_leaflet/media/js/sidebar-v2-master/scss/ol2-sidebar.scss diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/ol3-sidebar.scss b/com_leaflet/media/js/sidebar-v2-master/scss/ol3-sidebar.scss similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/scss/ol3-sidebar.scss rename to com_leaflet/media/js/sidebar-v2-master/scss/ol3-sidebar.scss diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/typescript/leaflet-sidebar.d.ts b/com_leaflet/media/js/sidebar-v2-master/typescript/leaflet-sidebar.d.ts similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/typescript/leaflet-sidebar.d.ts rename to com_leaflet/media/js/sidebar-v2-master/typescript/leaflet-sidebar.d.ts diff --git a/com_leaflet/media/com_leaflet/js/sidebar-v2-master/yarn.lock b/com_leaflet/media/js/sidebar-v2-master/yarn.lock similarity index 100% rename from com_leaflet/media/com_leaflet/js/sidebar-v2-master/yarn.lock rename to com_leaflet/media/js/sidebar-v2-master/yarn.lock