From 111afc68df3a7a729a78cc078aad3182df2bc0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Thu, 14 Mar 2024 12:55:18 +0300 Subject: [PATCH] Restore wikidata --- explication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explication.js b/explication.js index 24557db..5a591f3 100644 --- a/explication.js +++ b/explication.js @@ -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);