tippecanoe/tests/geometry/multipoint.json

28 lines
477 B
JSON
Raw Normal View History

2016-03-02 15:23:22 -08:00
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": { "point": "multi" },
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
-79.453125,
49.382372
2016-03-02 15:23:22 -08:00
], [
11.601562,
52.052490
2016-03-02 15:23:22 -08:00
], [
-60.46875,
-7.013667
2016-03-02 15:23:22 -08:00
], [
23.90625,
-12.554563
2016-03-02 15:23:22 -08:00
]
]
}
}
]
}