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

Visually connect features that are duplicates of each other #5

Open
lonvia opened this issue Aug 31, 2021 · 2 comments
Open

Visually connect features that are duplicates of each other #5

lonvia opened this issue Aug 31, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@lonvia
Copy link
Member

lonvia commented Aug 31, 2021

Layers like 'place nodes close' always have groups of features that belong together. It would be nice to have a visual hint where the other feature is instead of the simple object ID.

@AntoJvlt AntoJvlt added the enhancement New feature or request label Sep 1, 2021
@AntoJvlt
Copy link
Collaborator

AntoJvlt commented Sep 1, 2021

To do that more easily and to not add to much overhead on the front side, we should add a generic pattern to add features in some groups on the server side, for example by adding a property feature-group: 1 to the feature. By doing that we could easily identify if two features are in the same group on the front end side.

For the visual effect, some tests should be done at it won't be that easy since we are manipulating vector tiles features. What do you think could be a nice visual effect to add? I was thinking of linking them with some connection strokes.

@lonvia
Copy link
Member Author

lonvia commented Sep 1, 2021

Another option is to put the affected objects into one feature and add a MultiPoint geometry with all the center points.

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

No branches or pull requests

2 participants