https://github.com/mapbox/tippecanoe
Raw File
Tip revision: b84b2b066d29dab1e383687cd01f70f5145903d6 authored by Eric Fischer on 30 August 2016, 23:56:19 UTC
Merge pull request #294 from mapbox/named-layer
Tip revision: b84b2b0
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