From a911cce5864fce9e4b11cd95bae3235f98fdd677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt?= Date: Fri, 25 May 2018 10:39:19 +0200 Subject: [PATCH] modify HOT layer attribution tiles style is HOT tiles server is OSM-FR --- app/assets/javascripts/leaflet.map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/leaflet.map.js b/app/assets/javascripts/leaflet.map.js index d952a7376f..5207addfe4 100644 --- a/app/assets/javascripts/leaflet.map.js +++ b/app/assets/javascripts/leaflet.map.js @@ -44,7 +44,7 @@ L.OSM.Map = L.Map.extend({ } this.baseLayers.push(new L.OSM.HOT({ - attribution: copyright + ". Tiles courtesy of Humanitarian OpenStreetMap Team", + attribution: copyright + ". Tiles style Humanitarian OpenStreetMap Team" + " hosted by OpenStreetMap France", code: "H", keyid: "hot", name: I18n.t("javascripts.map.base.hot")