mapbox / mapbox/vector-tile-spec

Representation of coordinate attributes in GeoJSON

Open
#134 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
1k
Forks
213
PR merge metrics
No merged PRs in 30d

Description

# 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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the coordinate-property representations described in geojson-coordinate-properties, Tippecanoe, and vector-tile-base. Start by identifying the current vector-tile specification section for geometry attributes; done requires a settled specification for the containing object and whether nested coordinate attributes are flat or structured.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.