Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - vldd

#1
Add-ons & Co-apps / Re: GpsTrace
March 05, 2014, 11:45:44
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.


{"type":"FeatureCollection",
    "features":[
        {"type":"Feature",
            "properties":{
                "type":"BluePin",
                "name":"Point_40",
                "time":1393756377,
                "id":"81""
                }
            ,"geometry":{
                "type":"Point",
                "coordinates":[23.022,40.00]
            }
        }
    ]
}