convert remaining http links and shorten copyright URL

This commit is contained in:
Sarah Hoffmann
2018-01-11 23:05:28 +01:00
parent 8f23ba076b
commit 13469e1576
11 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ if (!sizeof($aPlace))
else
{
if (isset($aPlace['place_id'])) $aFilteredPlaces['place_id'] = $aPlace['place_id'];
$aFilteredPlaces['licence'] = "Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright";
$aFilteredPlaces['licence'] = "Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright";
$sOSMType = formatOSMType($aPlace['osm_type']);
if ($sOSMType)
{