Guest User

A GeoJSON

a guest
Jul 12th, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.68 KB | None | 0 0
  1. {
  2.   "type": "FeatureCollection",
  3.   "features": [
  4.     {
  5.       "type": "Feature",
  6.       "properties": {},
  7.       "geometry": {
  8.         "type": "Polygon",
  9.         "coordinates": [
  10.           [
  11.             [
  12.               79.30961608886719,
  13.               61.57192958204744
  14.             ],
  15.             [
  16.               79.34309005737303,
  17.               61.57192958204744
  18.             ],
  19.             [
  20.               79.34309005737303,
  21.               61.57871162332267
  22.             ],
  23.             [
  24.               79.30961608886719,
  25.               61.57871162332267
  26.             ],
  27.             [
  28.               79.30961608886719,
  29.               61.57192958204744
  30.             ]
  31.           ]
  32.         ]
  33.       }
  34.     },
  35.     {
  36.       "type": "Feature",
  37.       "properties": {},
  38.       "geometry": {
  39.         "type": "Polygon",
  40.         "coordinates": [
  41.           [
  42.             [
  43.               79.35201644897461,
  44.               61.58271478278019
  45.             ],
  46.             [
  47.               79.35115814208984,
  48.               61.573972521656835
  49.             ],
  50.             [
  51.               79.38188552856444,
  52.               61.57192958204744
  53.             ],
  54.             [
  55.               79.3956184387207,
  56.               61.581080902573085
  57.             ],
  58.             [
  59.               79.37124252319336,
  60.               61.58973948654749
  61.             ],
  62.             [
  63.               79.35201644897461,
  64.               61.58271478278019
  65.             ]
  66.           ]
  67.         ]
  68.       }
  69.     },
  70.     {
  71.       "type": "Feature",
  72.       "properties": {},
  73.       "geometry": {
  74.         "type": "Point",
  75.         "coordinates": [
  76.           79.41947937011719,
  77.           61.58630901615167
  78.         ]
  79.       }
  80.     },
  81.     {
  82.       "type": "Feature",
  83.       "properties": {},
  84.       "geometry": {
  85.         "type": "LineString",
  86.         "coordinates": [
  87.           [
  88.             79.3733024597168,
  89.             61.56302079282452
  90.           ],
  91.           [
  92.             79.42153930664062,
  93.             61.57078547708563
  94.           ]
  95.         ]
  96.       }
  97.     },
  98.     {
  99.       "type": "Feature",
  100.       "properties": {},
  101.       "geometry": {
  102.         "type": "Polygon",
  103.         "coordinates": [
  104.           [
  105.             [
  106.               79.32952880859375,
  107.               61.55893333624483
  108.             ],
  109.             [
  110.               79.36197280883789,
  111.               61.55893333624483
  112.             ],
  113.             [
  114.               79.36197280883789,
  115.               61.56481910315267
  116.             ],
  117.             [
  118.               79.32952880859375,
  119.               61.56481910315267
  120.             ],
  121.             [
  122.               79.32952880859375,
  123.               61.55893333624483
  124.             ]
  125.           ]
  126.         ]
  127.       }
  128.     }
  129.   ]
  130. }
Add Comment
Please, Sign In to add comment