]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/address-json.php
Allow option of structured search queries (params amenity,street,city,county,state...
[nominatim.git] / lib / template / address-json.php
index 83c8b57cb523944e739901f5994895e72db0858e..c05bce294e1837279815fd04ca69bf8c43787f30 100644 (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)
                 {