mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
Merge branch 'master' of github.com:twain47/Nominatim
This commit is contained in:
@@ -450,7 +450,11 @@ init();
|
||||
echo ', '.$aResult['aBoundingBox'][1];
|
||||
echo ', '.$aResult['aBoundingBox'][2];
|
||||
echo ', '.$aResult['aBoundingBox'][3];
|
||||
if (isset($aResult['aPolyPoints'])) echo ', '.javascript_renderData($aResult['aPolyPoints']);
|
||||
if (isset($aResult['aPolyPoints']))
|
||||
{
|
||||
echo ', ';
|
||||
echo javascript_renderData($aResult['aPolyPoints']);
|
||||
}
|
||||
echo ');'."\n";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user