remove now unused bAsPoints in reverse API

This commit is contained in:
Sarah Hoffmann
2016-06-11 23:27:21 +02:00
parent d45524cbfb
commit 76b9eb8098
4 changed files with 4 additions and 22 deletions

View File

@@ -33,13 +33,6 @@
echo ' boundingbox="';
echo join(',', $aPlace['aBoundingBox']);
echo '"';
if ($bAsPoints && isset($aPlace['aPolyPoints']))
{
echo ' polygonpoints=\'';
echo json_encode($aPlace['aPolyPoints']);
echo '\'';
}
}
if (isset($aPlace['asgeojson']))