Bugfix Parcel calculation
* fixes a bug where neighbouring parcels would be detected using Intersection operation as well
This commit is contained in:
@@ -396,7 +396,7 @@ netgis.MapOpenLayers.prototype.clearAll = function()
|
||||
{
|
||||
if(this.layers[i] === this.editLayer){
|
||||
continue;
|
||||
};
|
||||
}
|
||||
this.map.removeLayer( this.layers[ i ] );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user