Passage en HTTPS » Historique » Version 3
Ludovic Lestrat, 04/06/2018 14:31
1 | 2 | Ludovic Lestrat | h2. Liste des fichiers avec des références HTTP : |
---|---|---|---|
2 | |||
3 | Controleurs/Defaut/Carto.js |
||
4 | Vues/vSaisieObs.php |
||
5 | Vues/vSelectGPX.php |
||
6 | Configuration/production/cencvl/Appli.js |
||
7 | Configuration/production/cencvl/Carte.js_old |
||
8 | Configuration/production/cencvl/Carte.js |
||
9 | Configuration/test/cencvl/Appli.js |
||
10 | Configuration/test/cencvl/Carte.js |
||
11 | Configuration/ConfigUtilisee.php.sample |
||
12 | Configuration/Exemples/TEST/Appli.js |
||
13 | Configuration/Exemples/TEST/Carte.js |
||
14 | Configuration/ConfigUtilisee.php |
||
15 | 3 | Ludovic Lestrat | |
16 | h2. Références à changer |
||
17 | |||
18 | h2. Suppression appels aux fonds google map |
||
19 | |||
20 | Dans le fichier Controleurs/Defaut/Carto.js supprimer ou commenter les conditions sur les fonds google map non utilisés suite aux changements de politique de droit. |
||
21 | |||
22 | <pre> |
||
23 | // switch (carte.baseLayer.type) { |
||
24 | // case google.maps.MapTypeId.SATELLITE: |
||
25 | // numZoomLevelsBaseLayer = 19; |
||
26 | // break; |
||
27 | // case google.maps.MapTypeId.TERRAIN: |
||
28 | // numZoomLevelsBaseLayer = 15; |
||
29 | // break; |
||
30 | // case google.maps.MapTypeId.ROADMAP: |
||
31 | // numZoomLevelsBaseLayer = 21; |
||
32 | // break; |
||
33 | // } |
||
34 | </pre> |