AW1873Bouwplanlabels
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Peter Bastiani 2023-08-24 09:05:42 +02:00
parent c9c9a2ddbf
commit b516cc07e2

View File

@ -248,7 +248,6 @@ export class ItemVectorSourceComponent extends SourceVectorComponent implements
function defaultDisplayMapFeatureSettings() { function defaultDisplayMapFeatureSettings() {
return { return {
'vnd.farmmaps.itemtype.cropfield': ['name', 'cropTypeName', 'area'], 'vnd.farmmaps.itemtype.cropfield': ['name', 'cropTypeName', 'area']
'vnd.farmmaps.itemtype.croppingscheme': ['name']
}; };
} }