-
Notifications
You must be signed in to change notification settings - Fork 3
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
Export label positions to INTERLIS #73
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- matching between label from the export and original features for the foreing key doesn't work yet...
- export starts working (use the gui to extract the labels, as obj_id must be added to extractlabels output) - for some reason textpos are not exported by ili2pg (they are correctly exported to the ili schema, at least for haltung_text)
olivierdalang
changed the title
[WIP] export label positions
[WIP] export label positions to interlis
Aug 3, 2022
(fixed in QGIS 3.26.2)
olivierdalang
changed the title
[WIP] export label positions to interlis
export label positions to interlis
Aug 11, 2022
3nids
approved these changes
Aug 18, 2022
2 tasks
olivierdalang
force-pushed
the
2022-08_export-label-pos
branch
from
October 12, 2022 13:04
b5bee36
to
82b4d82
Compare
@sjib Ok was able to reproduce issue described in QGEP/QGEP#552 (comment). Ability to add geom without explicit SRID only exists since Postgis 3.1 (didn't expect such a difference in minor versions). I have pushed a fix ready to test (still same PR: QGEP/qgepplugin#69) |
Todo:
|
sjib
changed the title
export label positions to interlis
Export label positions to INTERLIS
Nov 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implementation of exporting label position.
It works by running the extractlabels algorithm (packaged in a custom
qgep:extractlabels_interlis
algorithm that runs it sequentially with predefined scales), and copying the results to the ili2pg tables before export.It is usable from the QGEP plugin through the GUI with a new list of scales in the export window.
Status:
generalize/integrate for QWAT (not sure if it makes sense, since there's no GUI integration yet for interlis export, and label placement can only be generated with a QGIS project)(I don't think that was part of the offer, right ?)Notes: