mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-01-22 12:28:03 +00:00
28 lines
477 B
JSON
28 lines
477 B
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
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|