mapnik/tests/data/json/escaped.geojson

28 lines
624 B
Text
Raw Normal View History

2012-07-26 01:37:05 +02:00
{
"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"
}
}
]
}