mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-25 11:02:24 +00:00
14 lines
271 B
JSON
14 lines
271 B
JSON
|
{ "type": "Feature", "properties": {
|
||
|
"null": null,
|
||
|
"compound": {
|
||
|
"string": "string",
|
||
|
"number": 10,
|
||
|
"null": null,
|
||
|
"true": true,
|
||
|
"false": false,
|
||
|
"array": [
|
||
|
"string", 10, null, true, false
|
||
|
]
|
||
|
}
|
||
|
}, "geometry": { "type": "Point", "coordinates": [ 0,0 ]} }
|