Bugfix Parcel calculation

* fixes a bug where neighbouring parcels would be detected using Intersection operation as well
This commit is contained in:
2022-09-16 12:09:25 +02:00
parent 6a30af647a
commit 66a2387791
3 changed files with 17 additions and 18 deletions

View File

@@ -396,7 +396,7 @@ netgis.MapOpenLayers.prototype.clearAll = function()
{
if(this.layers[i] === this.editLayer){
continue;
};
}
this.map.removeLayer( this.layers[ i ] );
}