Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "type": "FeatureCollection",
  3.     "features": [
  4.         {
  5.             "type": "Feature",
  6.             "properties": {},
  7.             "geometry": {
  8.                 "type": "Polygon",
  9.                 "coordinates": [
  10.                     [
  11.                         [
  12.                             -1.8769454956054688,
  13.                             52.51246006145307
  14.                         ],
  15.                         [
  16.                             -1.8311119079589844,
  17.                             52.510057158023685
  18.                         ],
  19.                         [
  20.                             -1.8563461303710935,
  21.                             52.47546169086254
  22.                         ],
  23.                         [
  24.                             -1.8961715698242188,
  25.                             52.4807938839738
  26.                         ],
  27.                         [
  28.                             -1.8769454956054688,
  29.                             52.51246006145307
  30.                         ]
  31.                     ]
  32.                 ]
  33.             }
  34.         }
  35.     ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement