45 lines
1,018 B
JSON
45 lines
1,018 B
JSON
{
|
|
"type": "Topology",
|
|
"objects": {
|
|
"escaped": {
|
|
"type": "GeometryCollection",
|
|
"bbox": [
|
|
-180,
|
|
-90,
|
|
180,
|
|
90
|
|
],
|
|
"geometries": [
|
|
{
|
|
"type": "Point",
|
|
"properties": {
|
|
"name": "Test",
|
|
"int": 1,
|
|
"description": "Test: \\",
|
|
"spaces": "this has spaces",
|
|
"double": 1.1,
|
|
"boolean": true,
|
|
"NOM_FR": "Québec"
|
|
},
|
|
"coordinates": [
|
|
0,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"arcs": [
|
|
|
|
],
|
|
"transform": {
|
|
"scale": [
|
|
1,
|
|
1
|
|
],
|
|
"translate": [
|
|
-81.705583,
|
|
41.480573
|
|
]
|
|
}
|
|
}
|