Update about: daily update cycle; add elevation data credits
This commit is contained in:
parent
cb5941584c
commit
09a185c859
2 changed files with 12 additions and 7 deletions
10
index.html
10
index.html
|
|
@ -143,6 +143,10 @@
|
|||
Search by
|
||||
<a href="https://wiki.openstreetmap.org/wiki/Nominatim" target="_blank">Nominatim</a>
|
||||
</dd>
|
||||
<dt data-i18n="credits.elevation-data">Elevation data</dt>
|
||||
<dd>
|
||||
<a href="http://srtm.csi.cgiar.org" target="_blank">CGIAR-CSI SRTM</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<h5 data-i18n="credits.map-tiles">Map tiles</h5>
|
||||
<dl id="credits-maps"></dl>
|
||||
|
|
@ -281,12 +285,12 @@
|
|||
<i data-i18n="about.data">Data:</i>
|
||||
</p>
|
||||
|
||||
<div data-i18n="[html]about.data-description">
|
||||
<p data-i18n="[html]about.data-description">
|
||||
This is based on
|
||||
<a href="https://www.openstreetmap.org" target="_blank">OpenStreetMap</a>. It is usually
|
||||
updated once a week when a new Planet file is available, see dates of
|
||||
updated daily, see dates of
|
||||
<a href="https://brouter.de/brouter/segments4/" target="_blank">data files</a>.
|
||||
</div>
|
||||
</p>
|
||||
<p data-i18n="[html]about.details">
|
||||
<i><a href="https://brouter.de/privacypolicy.html" target="_blank">Privacy Policy</a></i
|
||||
>,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"chat": "Chat with users and developers",
|
||||
"contact": "Contact:",
|
||||
"data": "Data:",
|
||||
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated once a week when a new Planet file is available, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.",
|
||||
"data-description": "This is based on <a href=\"https://www.openstreetmap.org\" target=\"_blank\">OpenStreetMap</a>. It is usually updated daily, see dates of <a href=\"https://brouter.de/brouter/segments4/\" target=\"_blank\">data files</a>.",
|
||||
"description": "Online service of the BRouter routing engine. For the offline Android app and more information see <a href=\"https://brouter.de/\" target=\"_blank\">brouter.de</a>",
|
||||
"details": "<i><a href=\"https://brouter.de/privacypolicy.html\" target=\"_blank\">Privacy Policy</a></i>, \n<i><a href=\"https://github.com/nrenner/brouter-web#credits-and-licenses\" target=\"_blank\">Credits</a></i>,\n<i><a href=\"https://github.com/nrenner/brouter-web/blob/master/CHANGELOG.md\" target=\"_blank\">Changelog</a></i> and\n<i><a href=\"https://github.com/nrenner/brouter-web#readme\" target=\"_blank\">more info</a></i> on the client.",
|
||||
"support": "General discussions/questions, support",
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
"credits": {
|
||||
"brouter": "BRouter",
|
||||
"brouter-license": "<a target=\"_blank\" href=\"https://brouter.de/brouter\">BRouter</a> © Arndt Brenschede",
|
||||
"elevation-data": "Elevation data",
|
||||
"esri-license": "<a target=\"_blank\" href=\"http://goto.arcgisonline.com/maps/World_Imagery\">World Imagery</a> © <a target=\"_blank\" href=\"https://www.esri.com/\">Esri</a>, sources: Esri, DigitalGlobe, Earthstar Geographics, CNES/Airbus DS, GeoEye, USDA FSA, USGS, Getmapping, Aerogrid, IGN, IGP, and the GIS User Community",
|
||||
"esri-tiles": "Esri World Imagery",
|
||||
"map-data": "Map data",
|
||||
|
|
@ -203,13 +204,13 @@
|
|||
"title": "Layers"
|
||||
},
|
||||
"profile": {
|
||||
"profile": "Profile",
|
||||
"options": "Options",
|
||||
"apply": "Apply",
|
||||
"clear": "Clear",
|
||||
"help": "Help",
|
||||
"no_easy_configuration_warning": "No easy configuration is available for this profile.",
|
||||
"options": "Options",
|
||||
"placeholder": "Write your custom profile here.",
|
||||
"apply": "Apply"
|
||||
"profile": "Profile"
|
||||
}
|
||||
},
|
||||
"title": "BRouter web client",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue