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

merge polygons #4

Open
heinzwilli opened this issue Apr 22, 2015 · 4 comments
Open

merge polygons #4

heinzwilli opened this issue Apr 22, 2015 · 4 comments

Comments

@heinzwilli
Copy link

The data structure should make merging of adjacent polygons easy. Can you give me some hints how to implement a merging algorithm? The javascript topojson library does contain this functionalitiy (https://github.com/mbostock/topojson/wiki/API-Reference#wiki-merge) but I want to do it server side and with java.

@heinzwilli
Copy link
Author

No answer? Some comment on his would be really helpful.

@bouviervj
Copy link
Owner

Hi,
Yes this is more a mergeArcs function, should not be too complex, we have to remove arcs in common between 2 polygons and create a new topology. I have not so much time for now, but for sure I will have a look at it.

Cheers,
Ju

@heinzwilli
Copy link
Author

Great to hear that you will have a look at it. Please contact me if you got any news on this or if I can help you in any way.

@heinzwilli
Copy link
Author

I don't want to push but do you have any rough estimate on a timetable?

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

No branches or pull requests

2 participants