X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bdd64093e5f8328c9d0c86597ef9fe0c2f5bba5a..69f30e8e193b5be4b7fc6b504641e6d17fe1827b:/lib/lib.php?ds=sidebyside diff --git a/lib/lib.php b/lib/lib.php index d77a82c1..458930fd 100644 --- a/lib/lib.php +++ b/lib/lib.php @@ -177,10 +177,10 @@ function geometryText2Points($geometry_as_text, $fRadius) // preg_match_all('/(-?[0-9.]+) (-?[0-9.]+)/', $aMatch[1], $aPolyPoints, PREG_SET_ORDER); // - } elseif (preg_match('#MULTIPOLYGON\\(\\(\\(([- 0-9.,]+)#', $geometry_as_text, $aMatch)) { +/* } elseif (preg_match('#MULTIPOLYGON\\(\\(\\(([- 0-9.,]+)#', $geometry_as_text, $aMatch)) { // preg_match_all('/(-?[0-9.]+) (-?[0-9.]+)/', $aMatch[1], $aPolyPoints, PREG_SET_ORDER); - // + */ } elseif (preg_match('#POINT\\((-?[0-9.]+) (-?[0-9.]+)\\)#', $geometry_as_text, $aMatch)) { // $aPolyPoints = createPointsAroundCenter($aMatch[1], $aMatch[2], $fRadius);