You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading a GeoPackage directly looks the same as loading via the plugin, except for the Edge labeling. The Edge labels are set to concat("name", ' #', "edge_id"). QGIS does not show the ID for Edge, only for Node.
This is the trivial testmodel loaded outside the plugin:
And this is within the plugin:
It seems that the QGIS plugin is still setting the labeling explicitly. Ideally this code can be removed since it is part of the style. This should work since it works for Node as well.
Loading a GeoPackage directly looks the same as loading via the plugin, except for the Edge labeling. The Edge labels are set to
concat("name", ' #', "edge_id")
. QGIS does not show the ID for Edge, only for Node.This is the
trivial
testmodel loaded outside the plugin:And this is within the plugin:
It seems that the QGIS plugin is still setting the labeling explicitly. Ideally this code can be removed since it is part of the style. This should work since it works for Node as well.
I noticed this when reviewing #1748.
The text was updated successfully, but these errors were encountered: