Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • Cheers, will give it a try be back soon Commented Feb 25, 2014 at 13:43
  • Bravo, well done that worked, hit another issue, my co-ordinates are null, must be adding them wrong, cheers for the tip, now to try and work how to do the points properly Commented Feb 25, 2014 at 17:04
  • GeoJSON.Net.Geometry.GeographicPosition latlon = new GeoJSON.Net.Geometry.GeographicPosition(thisRndLocation.lat, thisRndLocation.lon, 0); GeoJSON.Net.Geometry.Point point = new GeoJSON.Net.Geometry.Point(latlon); Commented Feb 25, 2014 at 17:05
  • Seems to be ignoring GeoJSON.Net.Geometry.GeographicPosition(thisRndLocation.lat, thisRndLocation.lon, 0); Commented Feb 25, 2014 at 17:06
  • This is a shame it's remmed out, there's a bug in the point.cs file Commented Feb 25, 2014 at 18:15