Skip to content

Commit

Permalink
Restore wikidata
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Mar 14, 2024
1 parent e99113d commit 111afc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explication.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ L.OSM.park_explication = function(osm_obj_type, osm_obj_id, f_fin_ok){
log('OSM: WikiData - ' + wikiDataQ);
}
var gJs = L.geoJSON(mr);
//this.getWikiData(t ? t.wikidata : null);
this.getWikiData(t ? t.wikidata : null);
var b = gJs.getBounds();
console.log(b, gJs, this.osm_obj_type);

Expand Down

0 comments on commit 111afc6

Please sign in to comment.