Merge pull request 'Bugfix Parcel calculation' (#206) from map_client_update into master

Reviewed-on: SGD-Nord/konova#206
This commit is contained in:
2022-09-16 12:13:24 +02:00
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 ] );
}