-
Notifications
You must be signed in to change notification settings - Fork 6
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
INTERLIS Export - invalid TID with *_Text classes #189
Comments
@domi4484 Please check about this. Also add warning when more than 999999 labels per *_text class! Then we have to think of another solution - but a warning would be good for the moment to get a hint, if this case happens. |
I think it could be this line that needs to be adapted: Line 2522 in c148d7b
Also please use the shortcut_en for the respective _text classes as defined in the datamodel: WX, RX and CX instead of PR
|
@urskaufmann @ponceta @cymed @Elwiss - do we want a hard-coded prefix (as it is currently) or should the active one from the table oid_prefixes be used? What are the requirements in AG64/96? |
@ponceta Can you comment on the fix? |
Is it ok to just log a warning in case of more than 999999 labels or should we either show an error message and stop? |
I think a warning is ok for now, so that we see what is happening. |
AG-64/AG-96 only requires t_id=t_ili_tid, regardless of the OID that is used. In the current project definition (V0.2), we supposed that table oid_prefixes is used, but it is no must. |
Label export option selected - gives invalid tid's - Postfix is too long e.g.
ch080txtPR000028353
, postfix should be only 8 characters longch080txtPR028353
...
The text was updated successfully, but these errors were encountered: