]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/assets/js/detailpage.js
detailpage to use geojson instead of asgeojson value
[nominatim-ui.git] / src / assets / js / detailpage.js
index 302e54a68a8cf2bb6c23d1f9ad200ff511049d8f..046667058ca877e90b39704f733b2047a1306fa1 100644 (file)
@@ -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