From: Marc Tobias Metten Date: Thu, 8 Mar 2018 19:49:32 +0000 (+0100) Subject: detailpage to use geojson instead of asgeojson value X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/commitdiff_plain/f46c0fdc50d5fac8a61f51aa3e6b4df8f5087f1f detailpage to use geojson instead of asgeojson value --- diff --git a/src/assets/js/detailpage.js b/src/assets/js/detailpage.js index 302e54a..0466670 100644 --- a/src/assets/js/detailpage.js +++ b/src/assets/js/detailpage.js @@ -68,6 +68,6 @@ jQuery(document).ready(function(){ update_data_date(); - init_map_on_detail_page(aFeature.lat, aFeature.lon, aFeature.asgeojson); + init_map_on_detail_page(aFeature.lat, aFeature.lon, aFeature.geojson); }); }); \ No newline at end of file