X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/95961d098da553a335c9c44dc6a9827b83e7fc99..6a4192d3d18e9db2dce7d8f9f1b229d5ae9f7c6f:/website/deletable.php?ds=sidebyside diff --git a/website/deletable.php b/website/deletable.php old mode 100755 new mode 100644 index 95a2ec00..2d7ee7e9 --- a/website/deletable.php +++ b/website/deletable.php @@ -1,105 +1,30 @@ getSet('format', array('html', 'json'), 'html'); +set_exception_handler_by_format($sOutputFormat); - $sSQL = "select placex.place_id, calculated_country_code as country_code, name->'name' as name, i.* from placex, import_polygon_delete i where placex.osm_id = i.osm_id and placex.osm_type = i.osm_type and placex.class = i.class and placex.type = i.type"; - $aPolygons = chksql($oDB->getAll($sSQL), - "Could not get list of deleted OSM elements."); +$oDB = new Nominatim\DB(); +$oDB->connect(); - if (CONST_DEBUG) - { - var_dump($aPolygons); - exit; - } -?> - - -
- - - -Objects in this table have been deleted in OSM but are still in the Nominatim database.
- -".$sCol." | "; - } - echo ""; - foreach($aPolygons as $aRow) - { - echo "||
---|---|---|
'.osmLink($aRow).' | '; - break; - case 'place_id': - echo ''.detailsLink($aRow).' | '; - break; - default: - echo "".($sVal?$sVal:' ')." | "; - break; - } - } - echo "