new reverse HTML page incl leaflet map

This commit is contained in:
Marc Tobias Metten
2016-01-19 16:15:32 +01:00
parent f2a2c29815
commit 016815eda2
6 changed files with 615 additions and 491 deletions

View File

@@ -23,7 +23,7 @@
// Format for output
$sOutputFormat = 'xml';
if (isset($_GET['format']) && ($_GET['format'] == 'xml' || $_GET['format'] == 'json' || $_GET['format'] == 'jsonv2'))
if (isset($_GET['format']) && ( $_GET['format'] == 'html' || $_GET['format'] == 'xml' || $_GET['format'] == 'json' || $_GET['format'] == 'jsonv2'))
{
$sOutputFormat = $_GET['format'];
}