https://github.com/mapbox/tippecanoe
Raw File
Tip revision: 37ff3d2a65f4758d6fa038c13a8f2177cb57f41a authored by Eric Fischer on 03 January 2018, 20:49:24 UTC
Type cleanup: geometry operations are unsigned chars
Tip revision: 37ff3d2
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