]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
detailpage to use geojson instead of asgeojson value
authorMarc Tobias Metten <mtmail@gmx.net>
Thu, 8 Mar 2018 19:49:32 +0000 (20:49 +0100)
committerMarc Tobias Metten <mtmail@gmx.net>
Thu, 8 Mar 2018 19:49:32 +0000 (20:49 +0100)
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