mapnik/tests/data/json/escaped.geojson

30 lines
801 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",
2015-02-04 18:26:31 +01:00
"object": {"value":{"type":"\u041c\u0430pni\u043a","array": [3,0,"x"]}},
"array" : [ [ [1], ["deux"]],[["\u0442\u0440\u0438","four","\u4e94"]]]
2012-07-26 01:37:05 +02:00
}
}
]
}