déplacement de l'application vers dist/
davvalent

davvalent commited on 2024-02-01 20:21:07
Showing 17 changed files, with 3 additions and 20 deletions.

... ...
@@ -3,6 +3,6 @@ post-receive
3 3
 img/infographie/*
4 4
 .DS_Store
5 5
 tiles/
6
-/js/config.json
7
-/js/geojson.io.js
6
+/dist/js/config.json
7
+/dist/js/geojson.io.js
8 8
 /Glider.js-master.zip
9 9
\ No newline at end of file
... ...
@@ -25,7 +25,7 @@ console.log(
25 25
   let response;
26 26
 
27 27
   /** URLs assignments */
28
-  let tilesUrl = "https://ntnlv.ca/faubourg/tiles/{z}/{x}/{y}.png",
28
+  let tilesUrl = "https://qdmtl.ca/pifm/tiles/{z}/{x}/{y}.png",
29 29
     tripleStoreEndpointUrl = "https://qdmtl.ca/sparql/endpoint.php";
30 30
 
31 31
   /**
... ...
@@ -1,17 +0,0 @@
1
-/**
2
- * Voir protocole de geolocalisation
3
- * 
4
- * @deprecated
5
- */
6
-
7
-window.api.map.addLayer(
8
-    L.imageOverlay(
9
-      "https://ntnlv.ca/faubourg/map/img/plan-fond-transparent-min.png", [
10
-        [45.5155088875666, -73.55432183482827],
11
-        [45.52127103906887, -73.54793549518355]
12
-      ], {
13
-        opacity: 0.5,
14
-        alt: "Plan d'expropriation du Faubourg à M'lasse"
15
-      }
16
-    )
17
-).setView([45.51823567357893, -73.55085910368373], 18)
18 0