Carto en local pour dev sur Crozet et modifs suite au passage sous windows

This commit is contained in:
U-P231-ELECTROLL\gener
2020-05-16 11:43:43 +04:00
parent fb0f9fa664
commit 37e0162676
113 changed files with 12 additions and 12 deletions

0
views/blocks/d.footer.html Normal file → Executable file
View File

0
views/blocks/d.head.html Normal file → Executable file
View File

0
views/blocks/d.nav.html Normal file → Executable file
View File

0
views/css/d.blog.css Normal file → Executable file
View File

0
views/css/d.index.css Normal file → Executable file
View File

0
views/css/d.map.css Normal file → Executable file
View File

0
views/css/d.user.css Normal file → Executable file
View File

0
views/css/d.wiki.css Normal file → Executable file
View File

0
views/d.admin.git-pull.html Normal file → Executable file
View File

0
views/d.admin.html Normal file → Executable file
View File

0
views/d.admin.logs.html Normal file → Executable file
View File

0
views/d.blog.edit.html Normal file → Executable file
View File

0
views/d.blog.list.html Normal file → Executable file
View File

0
views/d.blog.list.rss Normal file → Executable file
View File

0
views/d.blog.view.html Normal file → Executable file
View File

0
views/d.contact.html Normal file → Executable file
View File

0
views/d.index.html Normal file → Executable file
View File

0
views/d.map.html Normal file → Executable file
View File

0
views/d.user.login.html Normal file → Executable file
View File

0
views/d.user.member_list.html Normal file → Executable file
View File

0
views/d.user.password_lost.html Normal file → Executable file
View File

0
views/d.user.profile.edit.html Normal file → Executable file
View File

0
views/d.user.profile.html Normal file → Executable file
View File

0
views/d.user.signin.html Normal file → Executable file
View File

0
views/d.wiki.edit.html Normal file → Executable file
View File

0
views/d.wiki.view.html Normal file → Executable file
View File

0
views/fonts/FiraMono-Bold.eot Normal file → Executable file
View File

0
views/fonts/FiraMono-Bold.otf Normal file → Executable file
View File

0
views/fonts/FiraSans-Bold.ttf Normal file → Executable file
View File

0
views/fonts/FiraSans-ExtraLight.eot Normal file → Executable file
View File

0
views/fonts/FiraSans-ExtraLight.otf Normal file → Executable file
View File

0
views/fonts/FiraSans-ExtraLight.ttf Normal file → Executable file
View File

0
views/fonts/FiraSans-Light.eot Normal file → Executable file
View File

0
views/fonts/FiraSans-Light.otf Normal file → Executable file
View File

0
views/fonts/FiraSans-Light.ttf Normal file → Executable file
View File

0
views/fonts/FiraSans-Medium.eot Normal file → Executable file
View File

0
views/fonts/FiraSans-Medium.otf Normal file → Executable file
View File

0
views/fonts/FiraSans-Medium.ttf Normal file → Executable file
View File

0
views/fonts/FiraSans-Regular.eot Normal file → Executable file
View File

0
views/fonts/FiraSans-Regular.otf Normal file → Executable file
View File

0
views/fonts/FiraSans-Regular.ttf Normal file → Executable file
View File

0
views/img/aside.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

0
views/img/favicon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 356 B

After

Width:  |  Height:  |  Size: 356 B

0
views/img/header.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

0
views/img/header_rss.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

0
views/img/thumb1.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

0
views/img/thumb2.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

0
views/img/thumb3.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

0
views/js/d.avatar.js Normal file → Executable file
View File

0
views/js/d.captcha.js Normal file → Executable file
View File

0
views/js/d.header.js Normal file → Executable file
View File

12
views/js/d.map.js Normal file → Executable file
View File

@@ -2,20 +2,22 @@ var mymap;
$( document ).ready(function() {
// Differents layers for the map
var osmfr = L.tileLayer('//{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', {maxZoom: 20, attribution: 'Maps © <a href="http://www.openstreetmap.fr">OpenSreetMap France</a>, Data © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>'});
var wikimedia = L.tileLayer('//maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png', {maxZoom: 18, attribution: 'Maps © <a href="http://wikimedia.org">Wikimedia</a>, Data © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>'});
var osmfr = L.tileLayer('//{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', {tms: true, maxZoom: 20, attribution: 'Maps © <a href="http://www.openstreetmap.fr">OpenSreetMap France</a>, Data © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>'});
var wikimedia = L.tileLayer('//maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png', {tms: true, maxZoom: 18, attribution: 'Maps © <a href="http://wikimedia.org">Wikimedia</a>, Data © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>'});
var crozet = L.tileLayer('/_maps/osm_cro/{z}/{x}/{y}.png', {tms: true, maxZoom: 18, attribution: 'For dev purpose only'});
// Base layers
var baseLayers = {
"OSM France": osmfr,
"OSM Wikimedia": wikimedia,
"Crozet": crozet,
};
mymap = L.map('mapid', {
zoomControl: false,
layers: [wikimedia],
}).setView([47.018, 3.142], 6);
$("#map-credits").html(wikimedia.getAttribution());
layers: [crozet],
}).setView([-46.407, 51.766], 12);
$("#map-credits").html(crozet.getAttribution());
L.control.scale({
position: "bottomleft",

0
views/third/fontawesome-free-5.4.1-web/css/all.css Normal file → Executable file
View File

0
views/third/fontawesome-free-5.4.1-web/css/all.min.css vendored Normal file → Executable file
View File

View File

View File

Before

Width:  |  Height:  |  Size: 673 KiB

After

Width:  |  Height:  |  Size: 673 KiB

View File

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

View File

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 708 KiB

After

Width:  |  Height:  |  Size: 708 KiB

View File

View File

View File

0
views/third/jquery-3.3.1.min.js vendored Normal file → Executable file
View File

0
views/third/leaflet-easybutton/easy-button.css Normal file → Executable file
View File

0
views/third/leaflet-easybutton/easy-button.js Normal file → Executable file
View File

0
views/third/leaflet-fullscreen/Leaflet.fullscreen.js Normal file → Executable file
View File

0
views/third/leaflet-fullscreen/Leaflet.fullscreen.min.js vendored Normal file → Executable file
View File

0
views/third/leaflet-fullscreen/fullscreen.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 299 B

0
views/third/leaflet-fullscreen/fullscreen@2x.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 420 B

After

Width:  |  Height:  |  Size: 420 B

0
views/third/leaflet-fullscreen/leaflet.fullscreen.css Normal file → Executable file
View File

0
views/third/leaflet/images/layers-2x.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
views/third/leaflet/images/layers.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 696 B

0
views/third/leaflet/images/marker-icon-2x.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

0
views/third/leaflet/images/marker-icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

0
views/third/leaflet/images/marker-shadow.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 618 B

After

Width:  |  Height:  |  Size: 618 B

0
views/third/leaflet/leaflet.css Normal file → Executable file
View File

0
views/third/leaflet/leaflet.js Normal file → Executable file
View File