https://github.com/mapbox/tippecanoe
Raw File
Tip revision: e18748e29b1e8874c44a78cb5cd1bd265b8810eb authored by Eric Fischer on 10 October 2018, 22:12:38 UTC
Merge pull request #647 from mapbox/attribute-compare
Tip revision: e18748e
multipoint.json
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": { "point": "multi" },
      "geometry": {
        "type": "MultiPoint",
        "coordinates": [
          [
            -79.453125,
            49.382372
          ], [
            11.601562,
            52.052490
          ], [
            -60.46875,
            -7.013667
          ], [
            23.90625,
            -12.554563
          ]
        ]
      }
    }
  ]
}
back to top