Skip to content

Commit

Permalink
Fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis committed Mar 23, 2024
1 parent e29da23 commit 9041066
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -257,7 +257,7 @@ L.OSM.park_explication = function(osm_obj_type, osm_obj_id, f_fin_ok){
for (var j_n in geoNd) {
ok = ok || (this.OsmGDlib.γεωμετρία.booleanPointInPolygon(geoNd[j_n], this.main_osm_obj, { ignoreBoundary: true }));
}
block = this.block['Участки'];
var block = this.block['Участки'];

var eo = new L.OSM.park_explication_obj();
eo.geoJSON = osmGeoJSON_obj;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9041066

Please sign in to comment.