X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/dba5b2f86e3b91eade86a851932004a56b34134e..1e902ef60797be97f8b95cc716af01789e8be14c:/lib/template/details-html.php diff --git a/lib/template/details-html.php b/lib/template/details-html.php index a1334740..00d6ba63 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -68,7 +68,8 @@ echo '
There are more child objects which are not shown.
'; } } @@ -241,7 +248,7 @@ echo 'var nominatim_map_init = ' . json_encode($aNominatimMapInit, JSON_PRETTY_PRINT) . ';'; $aPlace = array( - 'outlinestring' => $aPointDetails['outlinestring'], + 'asgeojson' => $aPointDetails['asgeojson'], 'lon' => $aPointDetails['lon'], 'lat' => $aPointDetails['lat'], );