https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 2607a76c63b9d45716ad14cbcf2e39d07355afc4 authored by Eric Fischer on 21 April 2016, 17:36:51 UTC
Merge pull request #215 from mapbox/no-clipping
Tip revision: 2607a76
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