https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 7140a3dd912024326bf49541ad10dcf02b47080a authored by Eric Fischer on 17 March 2016, 18:54:24 UTC
Merge pull request #186 from mapbox/resolution-doc
Tip revision: 7140a3d
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