mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
18 lines
321 B
Plaintext
18 lines
321 B
Plaintext
|
*****
|
||
|
Content-Type: application/json; charset=utf-8
|
||
|
|
||
|
{ "type": "FeatureCollection",
|
||
|
"features":[
|
||
|
{
|
||
|
"type":"Feature",
|
||
|
"id":2,
|
||
|
"geometry":
|
||
|
{"type": "Point", "coordinates": [8.203459, 44.901395]},
|
||
|
"properties":{
|
||
|
"alias_id":3,
|
||
|
"alias_name":"three",
|
||
|
"utf8nameè":"three èé↓"
|
||
|
}
|
||
|
}
|
||
|
]}
|