mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
update URLs in code and documentation
Use https for all openstreetmap addresses, remove defunct mapquest link and redirect documentation links to nominatim.org.
This commit is contained in:
@@ -143,7 +143,7 @@ jQuery(document).ready(function(){
|
||||
].join(',');
|
||||
}
|
||||
function map_link_to_osm(){
|
||||
return "http://openstreetmap.org/#map=" + map.getZoom() + "/" + map.getCenter().lat + "/" + map.getCenter().lng;
|
||||
return "https://openstreetmap.org/#map=" + map.getZoom() + "/" + map.getCenter().lat + "/" + map.getCenter().lng;
|
||||
}
|
||||
|
||||
function get_result_element(position){
|
||||
|
||||
Reference in New Issue
Block a user