https://github.com/mapbox/tippecanoe
Revision d72639b8f7161b291d2d05ce48f6bb904a848e1b authored by Eric Fischer on 26 April 2016, 00:00:32 UTC, committed by Eric Fischer on 26 April 2016, 00:00:32 UTC
Use protozero for reading and writing vector tile protocol buffers
2 parent s 2607a76 + aaec2c9
Raw File
Tip revision: d72639b8f7161b291d2d05ce48f6bb904a848e1b authored by Eric Fischer on 26 April 2016, 00:00:32 UTC
Merge pull request #219 from mapbox/protozero
Tip revision: d72639b
multipoint.json
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": { "point": "multi" },
      "geometry": {
        "type": "MultiPoint",
        "coordinates": [
          [
            -79.453125,
            49.38237278700955
          ], [
            11.6015625,
            52.05249047600099
          ], [
            -60.46875,
            -7.01366792756663
          ], [
            23.90625,
            -12.554563528593656
          ]
        ]
      }
    }
  ]
}
back to top