https://github.com/mapbox/tippecanoe
Raw File
Tip revision: e982b2f6a7d915d9a23b73cce619d1a877d92e6a authored by Eric Fischer on 27 July 2017, 21:11:42 UTC
Merge pull request #436 from mapbox/tilestats
Tip revision: e982b2f
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