mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
40 lines
898 B
JSON
40 lines
898 B
JSON
{
|
|
"type": "Topology",
|
|
"objects": {
|
|
"escaped": {
|
|
"type": "GeometryCollection",
|
|
"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
|
|
]
|
|
}
|
|
}
|