]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/search-json.php
Merge branch 'interpolations'
[nominatim.git] / lib / template / search-json.php
index 0bfbc90496e8bfd99346e9491b52db015b75994b..5d5ebfe81f9782706c4cb9ed24a74920c9baf15e 100644 (file)
@@ -9,7 +9,8 @@
                                'licence'=>"Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright",
                        );
         
-               $sOSMType = ($aPointDetails['osm_type'] == 'N'?'node':($aPointDetails['osm_type'] == 'W'?'way':($aPointDetails['osm_type'] == 'R'?'relation':($aPointDetails['osm_type'] == 'T'?'tiger':''))));
+               $sOSMType = ($aPointDetails['osm_type'] == 'N'?'node':($aPointDetails['osm_type'] == 'W'?'way':($aPointDetails['osm_type'] == 'R'?
+                                       'relation':($aPointDetails['osm_type'] == 'T'?'tiger':($aPointDetails['osm_type'] == 'I'?'interpolation':'')))));
                if ($sOSMType)
                {
                        $aPlace['osm_type'] = $sOSMType;