You are not logged in.
Pages: 1
I'm not able to load a polygon via a query to return json data
return this:
["[25.774252, -80.190262] ... [25.774252, -80.190262]"]
and does not display the polygon
Offline
What you have posted is invalid json. Use a browser console to copy the returned data and then validate it on jsonlint.com
Offline
Pages: 1