Created
October 26, 2011 11:29
-
-
Save stoolrossa/1316083 to your computer and use it in GitHub Desktop.
Excerpt from esult from GeoCouch query on spatial view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"update_seq":2583601, | |
"rows":[ | |
{"id":"2517062", | |
"bbox":[153.0394435111111,-27.426257133333333,153.03960718888888,-27.425884444444446], | |
"geometry":{"type":"MultiPolygon", | |
"coordinates":[[[[153.03954424444444,-27.426257133333333],[153.0394435111111,-27.426243155555554],[153.03950643333334,-27.425884444444446],[153.03960718888888,-27.42589841111111],[153.03954424444444,-27.426257133333333]]]] | |
}, | |
"value":{"id":"2517062"} | |
}, | |
{"id":"2557582", | |
"bbox":[153.0395874777778,-27.42720108888889,153.03975161111111,-27.426825744444443], | |
"geometry":{"type":"MultiPolygon", | |
"coordinates":[[[[153.0396882,-27.42720108888889],[153.0395874777778,-27.427187011111112],[153.03965087777777,-27.426825744444443],[153.03975161111111,-27.426839766666667],[153.0396882,-27.42720108888889]]]] | |
}, | |
"value":{"id":"2557582"} | |
}, | |
{"id":"2557557", | |
"bbox":[153.0398104,-27.426805766666668,153.03992577777777,-27.42671141111111], | |
"geometry":{"type":"MultiPolygon", | |
"coordinates":[[[[153.0398104,-27.42679168888889],[153.03981574444444,-27.426761244444446],[153.03982285555554,-27.426762233333335],[153.0398245111111,-27.426752844444444],[153.0398157888889,-27.426751633333332],[153.03982162222223,-27.426718355555554],[153.03983034444445,-27.426719566666666],[153.03983177777778,-27.42671141111111],[153.03992577777777,-27.42672448888889],[153.03991151111111,-27.426805766666668],[153.0398104,-27.42679168888889]]]] | |
}, | |
"value":{"id":"2557557"} | |
},..... | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment