Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.76 KB | None | 0 0
  1. {
  2.   "type": "FeatureCollection",
  3.   "features": [
  4.     {
  5.       "type": "Feature",
  6.       "geometry": {
  7.           "type": "Polygon",
  8.           "coordinates": [
  9.             [53.290675, 77.9073936092012],
  10.             [53.3671486, 77.889309],
  11.             ...  
  12.           ],
  13.           "fillRule": "evenOdd"
  14.       },
  15.       "properties": {
  16.           "name": "Алтайский край",
  17.           "hintContent": "Алтайский край",
  18.           "iso3166": "RU-ALT",
  19.           "neighbors": [
  20.               "RU-NVS",
  21.               "RU-KEM",
  22.               "RU-AL"
  23.           ],
  24.           "level": 4,
  25.           "parents": [
  26.             {
  27.               "delta": -2,
  28.               "iso3166": "RU"
  29.             }
  30.           ]
  31.         }
  32.       }
  33.     }
  34.   ]
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement