kxxb

mobileGeozones

Feb 20th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.51 KB | None | 0 0
  1. {
  2.     "status": "OK",
  3.     "code": 200,
  4.     "messages": "OK",
  5.     "data": [
  6.         {
  7.             "type": 1,
  8.             "zones": {
  9.                 "type": "FeatureCollection",
  10.                 "features": [
  11.                     {
  12.                         "type": "Feature",
  13.                         "properties": [
  14.                             "type",
  15.                             "green"
  16.                         ],
  17.                         "geometry": "{\"type\":\"Polygon\",\"coordinates\":[[[30.8116292953491,46.5816364521434],[30.8072519302368,46.5832587402799],[30.8044195175171,46.5796011492841],[30.802960395813,46.5801026078062],[30.7998704910278,46.5762678071194],[30.8063936233521,46.5741438008089],[30.8116292953491,46.5816364521434]]]}"
  18.                     },
  19.                     {
  20.                         "type": "Feature",
  21.                         "properties": [
  22.                             "type",
  23.                             "green"
  24.                         ],
  25.                         "geometry": "{\"type\":\"Polygon\",\"coordinates\":[[[30.8116292953491,46.5816364521434],[30.8072519302368,46.5832587402799],[30.8044195175171,46.5796011492841],[30.802960395813,46.5801026078062],[30.7998704910278,46.5762678071194],[30.8063936233521,46.5741438008089],[30.8116292953491,46.5816364521434]]]}"
  26.                     }
  27.                 ]
  28.             }
  29.         },
  30.         {
  31.             "type": 3,
  32.             "zones": {
  33.                 "type": "FeatureCollection",
  34.                 "features": [
  35.                     {
  36.                         "type": "Feature",
  37.                         "properties": [
  38.                             "type",
  39.                             "red"
  40.                         ],
  41.                         "geometry": "{\"type\":\"Polygon\",\"coordinates\":[[[30.8022308349609,46.5849989590402],[30.7983255386353,46.5868570970628],[30.7911586761475,46.579866627903],[30.7967376708984,46.5774477746781],[30.8022308349609,46.5849989590402]]]}"
  42.                     },
  43.                     {
  44.                         "type": "Feature",
  45.                         "properties": [
  46.                             "type",
  47.                             "red"
  48.                         ],
  49.                         "geometry": "{\"type\":\"Polygon\",\"coordinates\":[[[30.8022308349609,46.5849989590402],[30.7983255386353,46.5868570970628],[30.7911586761475,46.579866627903],[30.7967376708984,46.5774477746781],[30.8022308349609,46.5849989590402]]]}"
  50.                     }
  51.                 ]
  52.             }
  53.         }
  54.     ]
  55. }
Advertisement
Add Comment
Please, Sign In to add comment