Improve HOT layer attribution

The style is by HOT and the server is provided by OpenStreetMap France.

Closes #1882
This commit is contained in:
Benoît 2018-05-25 10:39:19 +02:00 committed by Tom Hughes
parent 0a3a4014d9
commit e1f37fcc84

View file

@ -44,7 +44,7 @@ L.OSM.Map = L.Map.extend({
}
this.baseLayers.push(new L.OSM.HOT({
attribution: copyright + ". Tiles courtesy of <a href='https://www.hotosm.org/' target='_blank'>Humanitarian OpenStreetMap Team</a>",
attribution: copyright + ". Tiles style by <a href='https://www.hotosm.org/' target='_blank'>Humanitarian OpenStreetMap Team</a>" + " hosted by <a href='https://openstreetmap.fr/' target='_blank'>OpenStreetMap France</a>",
code: "H",
keyid: "hot",
name: I18n.t("javascripts.map.base.hot")