I'm trying the latest beta with added HTTP support, but cannot get the coordinates to Locus.
I created a simple file on public accessible URL with .json extension with following content.
It's my first time experience with geoJSON file format, so I guess I'm doing something wrong.
I created a simple file on public accessible URL with .json extension with following content.
It's my first time experience with geoJSON file format, so I guess I'm doing something wrong.
Code Select
{"type":"FeatureCollection",
"features":[
{"type":"Feature",
"properties":{
"type":"BluePin",
"name":"Point_40",
"time":1393756377,
"id":"81""
}
,"geometry":{
"type":"Point",
"coordinates":[23.022,40.00]
}
}
]
}