Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "type": "Feature",
  6. "properties": {"name": "incorrect", "fill": "FF0000", "fill-opacity": 0.5},
  7. "geometry": {
  8. "type": "Polygon",
  9. "coordinates": [
  10. [
  11. [
  12. -117.282341393,
  13. 33.1142064479
  14. ],
  15. [
  16. -116.54561292,
  17. 33.1142064479
  18. ],
  19. [
  20. -116.54561292,
  21. 32.5347737956
  22. ],
  23. [
  24. -117.282341393,
  25. 32.5347737956
  26. ],
  27. [
  28. -117.282341393,
  29. 33.1142064479
  30. ]
  31. ]
  32. ]
  33. }
  34. },
  35. {
  36. "type": "Feature",
  37. "properties": {"name": "correct"},
  38. "geometry": {
  39. "type": "Polygon",
  40. "coordinates": [
  41. [
  42. [
  43. -117.611081,
  44. 33.505025
  45. ],
  46. [
  47. -116.08094,
  48. 33.505025
  49. ],
  50. [
  51. -116.08094,
  52. 32.528832
  53. ],
  54. [
  55. -117.611081,
  56. 32.528832
  57. ],
  58. [
  59. -117.611081,
  60. 33.505025
  61. ]
  62. ]
  63. ]
  64. }
  65. }
  66. ]
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement