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

Representation of coordinate attributes in GeoJSON #134

Open
e-n-f opened this issue Oct 31, 2018 · 0 comments
Open

Representation of coordinate attributes in GeoJSON #134

e-n-f opened this issue Oct 31, 2018 · 0 comments

Comments

@e-n-f
Copy link
Contributor

e-n-f commented Oct 31, 2018

What is the name of the object containing the coordinate attributes?

https://github.com/mapbox/geojson-coordinate-properties puts the coordinate properties in a special property, properties.coordinateProperties.

The current Tippecanoe implementation puts them in geometry.attributes.

Is the object flat or structured?

https://github.com/mapbox/geojson-coordinate-properties and Tippecanoe use nested arrays for the coordinate attributes of nested geometry types like MultiLineString

http://github.com/mapbox/vector-tile-base uses a flat structure, as does the vector tile representation

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

No branches or pull requests

1 participant