From: BenoƮt Date: Fri, 25 May 2018 08:39:19 +0000 (+0200) Subject: Improve HOT layer attribution X-Git-Tag: live~2983 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e1f37fcc84983cd588ac8460b999355ca3efc343 Improve HOT layer attribution The style is by HOT and the server is provided by OpenStreetMap France. Closes #1882 --- diff --git a/app/assets/javascripts/leaflet.map.js b/app/assets/javascripts/leaflet.map.js index d952a7376..ba88e5904 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 by Humanitarian OpenStreetMap Team" + " hosted by OpenStreetMap France", code: "H", keyid: "hot", name: I18n.t("javascripts.map.base.hot")