mapnik/tests/data/json/escaped.geojson
Dane Springmeyer ef15c45e65 json->geojson
2013-06-13 13:34:34 -07:00

28 lines
No EOL
624 B
JSON

{
"type":"FeatureCollection",
"features":
[
{
"type":"Feature",
"geometry":
{
"type":"Point",
"coordinates":
[
-81.705583,
41.480573
]
},
"properties":
{
"name":"Test",
"int":1,
"description":"Test: \u005C",
"spaces":"this has spaces",
"double":1.1,
"boolean":true,
"NOM_FR":"Québec"
}
}
]
}