diff --git a/ASSETS/autres.js b/ASSETS/autres.js index 05d9d1ce..a992e234 100644 --- a/ASSETS/autres.js +++ b/ASSETS/autres.js @@ -6,14 +6,19 @@ choix.onchange = function() { var espece = this.options[this.selectedIndex].getAttribute('espece'); + carte_interactive.innerHTML = ''; + // MISE A JOUR DE L'URL EN TEMPS REEL // if (espece !== null) { var change_url = { Title: espece, Url: 'index.html?'+ espece }; history.pushState(change_url, change_url.Title, change_url.Url); - } + - // MISE A JOUR DES CARTES + intégration si l'espèce n'existe pas dans la BDD // - carte_interactive.innerHTML = ''; + // MISE A JOUR DES CARTES + intégration si l'espèce n'existe pas dans la BDD // + carte_interactive.innerHTML = ''; + fiche_espece.innerHTML = ''; + + }; var ff_url = 'https://cartes.cigalesdefrance.fr/BDD/FAUNE-FRANCE/' + espece + '.png'; var onem_url = 'https://cartes.cigalesdefrance.fr/BDD/ONEM/' + espece + '.jpg'; @@ -64,6 +69,5 @@ choix.onchange = function() { } } - }; choix.onchange(); \ No newline at end of file diff --git a/ASSETS/index.js b/ASSETS/index.js index 7ceb9205..4e199895 100644 --- a/ASSETS/index.js +++ b/ASSETS/index.js @@ -47,7 +47,7 @@ window.onload = function go() { // Fonds de carte de base : OSM et BDOrtho IGN var layer_osm = new ol.layer.Tile({ source: new ol.source.OSM({attributions: [ - 'Version bêta | Code source/Erreurs | © Cigales de France |',ol.source.OSM.ATTRIBUTION,'
Logo de l\'INPNLogo d\'Observation.orgLogo de GBIFLogo d\'iNaturalist']}), + 'Version en développement | Code source/Erreurs | © Cigales de France |',ol.source.OSM.ATTRIBUTION,'
Logo de l\'INPNLogo d\'Observation.orgLogo de GBIFLogo d\'iNaturalist']}), opacity: 1 }); @@ -241,6 +241,7 @@ window.onload = function go() { history.pushState(change_url, change_url.Title, change_url.Url); autres_cartes.innerHTML = ''; + fiche_espece.innerHTML = ''; // Adresses des KML et ajout des sources aux couches var url_bdd1 = 'https://cartes.cigalesdefrance.fr/BDD/INATURALIST/' + espece + '.kml'; @@ -290,4 +291,4 @@ window.onload = function go() { }; }; choix.onchange(); -}; +}; \ No newline at end of file diff --git a/ASSETS/style.css b/ASSETS/style.css index 4591c2c0..6ce59246 100644 --- a/ASSETS/style.css +++ b/ASSETS/style.css @@ -23,11 +23,11 @@ button { margin: 2px; } -#boutons_obs, #carte_interactive { +#boutons_obs { margin: 5px; } -#boutons_obs a, #carte_interactive a { +#boutons_obs a { text-decoration: none; color: black; font-weight: bold; diff --git a/AUTRES/index.html b/AUTRES/index.html index e632b2a2..9612f326 100644 --- a/AUTRES/index.html +++ b/AUTRES/index.html @@ -67,7 +67,7 @@ -
+



Répartition française

@@ -89,7 +89,7 @@

Répartition européenne

diff --git a/index.html b/index.html index b1adbcba..3be73bb2 100644 --- a/index.html +++ b/index.html @@ -58,7 +58,7 @@ -
+