Skip to content

union_data of unmatching domains (but equal size) should still give an error, right? #990

Description

@jipclaassens

Here, union_unit of Noord-Holland and Zuid-Holland, but union_data uses Noord-Holland twice. This gives no error. Both Noord and Zuid-Holland have five rows.

...\GeoDMS-Test\Operator\cfg\Operator.dms
/Relational/UnTiled2Tiled/union_data/CityNames_shouldbeerror

unit<uint32>    unit_ProvCity        := union_unit(Source/NoordHollandBigCities, Source/ZuidHollandBigCities);

attribute<string> CityNames_shouldbeerror    (union_unit/unit_ProvCity) := union_data(union_unit/unit_ProvCity, Source/NoordHollandBigCities/CityNames, Source/NoordHollandBigCities/CityNames);
Image

Metadata

Metadata

Labels

No labels
No labels
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions