obsolescence
davvalent

davvalent commited on 2023-03-24 20:33:50
Showing 2 changed files, with 9 additions and 1 deletions.

... ...
@@ -1,3 +1,9 @@
1
+/**
2
+ * Voir protocole de geolocalisation
3
+ * 
4
+ * @deprecated
5
+ */
6
+
1 7
 window.api.map.addLayer(
2 8
     L.imageOverlay(
3 9
       "https://ntnlv.ca/faubourg/map/img/plan-fond-transparent-min.png", [
... ...
@@ -1,5 +1,7 @@
1 1
 /**
2
- * Initialisation du viewport
2
+ * Initialisation du viewport - Full viewport
3
+ * 
4
+ * @deprecated since version 0.1
3 5
  */
4 6
 (() => {
5 7
   h = window.innerHeight + "px";
6 8