mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-02 01:08:14 +00:00
36 lines
558 B
JSON
36 lines
558 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "MultiLineString",
|
|
"coordinates": [ [
|
|
[
|
|
33.046,
|
|
70.728
|
|
],
|
|
[
|
|
-1.0546,
|
|
18.9790
|
|
],
|
|
[
|
|
1.7578,
|
|
-16.2990
|
|
]
|
|
], [
|
|
[
|
|
-17.2265,
|
|
60.5869
|
|
],
|
|
[
|
|
-34.1015,
|
|
17.644
|
|
]
|
|
] ]
|
|
}
|
|
}
|
|
]
|
|
}
|