Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reload van unit met storage geeft ambiguiteit oud/nieuw in UnifyDomain #484

Closed
jipclaassens opened this issue Aug 31, 2023 · 3 comments
Closed
Assignees

Comments

@jipclaassens
Copy link
Member

Voorbeeld:

unit<uint32> CorridorNameCSV
: StorageName = "%projdir%/data/ListOfCorridorsCusaII.csv"
, StorageType = "gdal.vect"
, StorageReadOnly = "true"
{
	attribute<int32> CorridorID := int32(corridorFootprintId);
	attribute<string> Label := replace(corridorName, '-','_',' ','_', '\''','');
}

SourceLocation -> FileDescr -> timestamp waren equivalent.

@jipclaassens
Copy link
Member Author

Oplossingsrichting: niet FileDescr.timestamp bijwerken, maar value semantics doorvoeren en FileDescr incl timestam opnemen in SourceDescr key.

@jipclaassens
Copy link
Member Author

lijkt voornamelijk te falen bij reopen na edit in editor

@MaartenHilferink
Copy link
Collaborator

MaartenHilferink commented Sep 2, 2023

Dit issue Is een speciaal geval van #363 en is gefixt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants