mapbox / vector-tile-spec

Mapbox Vector Tile specification
https://www.mapbox.com/vector-tiles/specification/
Other
899 stars 212 forks source link

Maps and Lists in feature properties #117

Closed flippmoke closed 6 years ago

flippmoke commented 6 years ago

This is a proposed solution for the discussion in #75. This would allow for more complex properties such as:

"my_key": { 
   "item1": [23,24,25], 
   "item3" : false, 
   "itemA":  {
      "a": "yes",
      "b": "no"
    }
},
"my_other_key": 12,
"my_final_key": false
joto commented 6 years ago

The version 3 spec will support values of type list or map. But a different encoding is used than in this PR. Closing.