Skip to content

Representation of coordinate attributes in GeoJSON #134

@e-n-f

Description

@e-n-f

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions