Advertisement
rodolpheg

Untitled

Feb 9th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. <script>
  9. {
  10. "type": "FeatureCollection",
  11. "features": [
  12. {
  13. "type": "Feature",
  14. "properties": {
  15. "var": 4325
  16. },
  17. "geometry": {
  18. "type": "Point",
  19. "coordinates": [
  20. 25.66406,
  21. 72.50172
  22. ]
  23. }
  24. },
  25. {
  26. "type": "Feature",
  27. "properties": {
  28. "var": 432
  29. },
  30. "geometry": {
  31. "type": "LineString",
  32. "coordinates": [
  33. [
  34. -30.23431,
  35. 67.20403
  36. ],
  37. [
  38. 30.93749,
  39. 55.17886
  40. ],
  41. [
  42. 70.31250,
  43. 67.87554
  44. ]
  45. ]
  46. }
  47. },
  48. {
  49. "type": "Feature",
  50. "properties": {
  51. "var": 123
  52. },
  53. "geometry": {
  54. "type": "Polygon",
  55. "coordinates": [
  56. [
  57. [
  58. -30.58593,
  59. 52.69636
  60. ],
  61. [
  62. -67.8515,
  63. 42.29356
  64. ],
  65. [
  66. -25.3125,
  67. 23.56398
  68. ],
  69. [
  70. -30.58593,
  71. 52.69636
  72. ]
  73. ]
  74. ]
  75. }
  76. }
  77. ]
  78. }
  79. </script>
  80. </body>
  81. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement