switch attributions to ODbL

This commit is contained in:
Sarah Hoffmann
2012-09-12 19:14:28 +02:00
parent 1c75adb39f
commit 6b65b9086b
8 changed files with 10 additions and 8 deletions

View File

@@ -11,7 +11,7 @@
else
{
if ($aPlace['place_id']) $aFilteredPlaces['place_id'] = $aPlace['place_id'];
$aFilteredPlaces['licence'] = "Data Copyright OpenStreetMap Contributors, Some Rights Reserved. CC-BY-SA 2.0.";
$aFilteredPlaces['licence'] = "Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright";
$sOSMType = ($aPlace['osm_type'] == 'N'?'node':($aPlace['osm_type'] == 'W'?'way':($aPlace['osm_type'] == 'R'?'relation':'')));
if ($sOSMType)
{