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

Add support for complex properties from MVT formats #1618

Open
nvkelso opened this issue Aug 15, 2017 · 1 comment
Open

Add support for complex properties from MVT formats #1618

nvkelso opened this issue Aug 15, 2017 · 1 comment

Comments

@nvkelso
Copy link
Member

nvkelso commented Aug 15, 2017

Similar to #1617 and related to the root cause of #1616.

I've split off here MVT here from GeoJSON and TopoJSON as the Tilezen MVT format currently drops properties with lists (or other nesting) no the server during the format conversion.

The sister issue over in Tilezen is tilezen/mapbox-vector-tile#94 to add stringified MVT properties.

@matteblair
Copy link
Member

Tangram JS is adding support for structured property data in the form of stringified JSON: tangrams/tangram#715

Tangram ES will add matching support. This involves several both parsing string properties as JSON where appropriate and changing our feature data model to accommodate list and mapping properties in addition to scalar values.

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

2 participants