Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. {
  2. "loc": {
  3. "geometry": {
  4. "type": "Polygon",
  5. "coordinates": [
  6. [
  7. [
  8. -179.875,
  9. -89.875
  10. ],
  11. [
  12. 179.875,
  13. -89.875
  14. ],
  15. [
  16. 179.875,
  17. 89.875
  18. ],
  19. [
  20. -179.875,
  21. 89.875
  22. ],
  23. [
  24. -179.875,
  25. -89.875
  26. ]
  27. ]
  28. ]
  29. },
  30. "crs": {
  31. "type": "name",
  32. "properties": {
  33. "name": "urn:x-mongodb:crs:strictwinding:EPSG:4326"
  34. }
  35. },
  36. "type": "Feature",
  37. "properties": {}
  38. },
  39. "_id": "576af8e31d41c87fa1f1d04f"
  40. }
  41.  
  42. [
  43. {
  44. "loc.geometry": {
  45. "$geoIntersects": {
  46. "$geometry": {
  47. "type": "Polygon",
  48. "coordinates": [
  49. [
  50. [
  51. 13.4307861328125,
  52. 41.599013054830216
  53. ],
  54. [
  55. 13.9801025390625,
  56. 41.599013054830216
  57. ],
  58. [
  59. 13.9801025390625,
  60. 41.80407814427234
  61. ],
  62. [
  63. 13.4307861328125,
  64. 41.80407814427234
  65. ],
  66. [
  67. 13.4307861328125,
  68. 41.599013054830216
  69. ]
  70. ]
  71. ]
  72. }
  73. }
  74. }
  75. },
  76. {
  77. "loc": 1
  78. }
  79. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement