]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/address-jsonv2.php
introduce chksql function for phpscripts
[nominatim.git] / lib / template / address-jsonv2.php
index 894038758411117edf6ed9a9a6350a3b3b3c0ec3..64c871c10c9d748c057a4df35f30d1bdad0e12bb 100644 (file)
@@ -12,7 +12,8 @@
        {
                if ($aPlace['place_id']) $aFilteredPlaces['place_id'] = $aPlace['place_id'];
                $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':'')));
+               $sOSMType = ($aPlace['osm_type'] == 'N'?'node':($aPlace['osm_type'] == 'W'?'way':($aPlace['osm_type'] == 'R'?'relation':
+               ($aPlace['osm_type'] == 'T'?'tiger':($aPlace['osm_type'] == 'I'?'interpolation':'')))));
                if ($sOSMType)
                {
                        $aFilteredPlaces['osm_type'] = $sOSMType;