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

KML - Discussion #10

Open
coreation opened this issue May 17, 2013 · 0 comments
Open

KML - Discussion #10

coreation opened this issue May 17, 2013 · 0 comments
Labels

Comments

@coreation
Copy link
Member

A few points/remarks I'd like to make is:

  1. Currently, if you want to build a sequence of points (linestrings), you have to build your string as linestrings, separated by semi-colons. No problem here, but it's perhaps something something that could be done more properly, like an array of array of points, each array representing a line. Caveat: this means that current structures build need to change their objectstructure if passing them with semi-colons ofcourse.

  2. Currently the difference is made between a multigeometry = multiple linestrings and a polygon. Now the parser should check if it gets a set of linestrings, that if the last point and the first point are the same, it should not be a multigeometry consisting of linestrings, but a polygon, consisting of a linearring element.

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

No branches or pull requests

1 participant