Improve HOT layer attribution
The style is by HOT and the server is provided by OpenStreetMap France. Closes #1882
This commit is contained in:
parent
0a3a4014d9
commit
e1f37fcc84
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue