Advertisement
kxxb

geoJson

Feb 20th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.62 KB | None | 0 0
  1. data: {
  2. red:
  3. { "type": "FeatureCollection",
  4.     "features": [
  5.       {"type":"Feature",
  6.         "properties":{"type": "greenZone"},
  7.         "geometry":{"type":"Polygon","coordinates":[[[30.81162929534912,46.581636452143364],[30.807251930236813,46.58325874027987],[30.80441951751709,46.57960114928407],[30.80296039581299,46.58010260780624],[30.79987049102783,46.576267807119365],[30.80639362335205,46.57414380080886],[30.81162929534912,46.581636452143364]]]}
  8.         },
  9.         {"type":"Feature",
  10.         "properties":{"type": "greenZone"},
  11.         "geometry":{"type":"Polygon","coordinates":[[[30.81162929534912,46.581636452143364],[30.807251930236813,46.58325874027987],[30.80441951751709,46.57960114928407],[30.80296039581299,46.58010260780624],[30.79987049102783,46.576267807119365],[30.80639362335205,46.57414380080886],[30.81162929534912,46.581636452143364]]]}}
  12.        ]
  13.  },
  14.  
  15. green :
  16.   { "type": "FeatureCollection",
  17.     "features": [
  18.       { "type": "Feature",
  19.         "geometry": {"type":"Polygon","coordinates":[[[30.802230834960938,46.584998959040156],[30.798325538635254,46.58685709706278],[30.791158676147457,46.57986662790295],[30.796737670898434,46.57744777467815],[30.802230834960938,46.584998959040156]]]},
  20.         "properties": {"type": "redZone"}
  21.         },
  22.       { "type": "Feature",
  23.         "geometry": {"type":"Polygon","coordinates":[[[30.802230834960938,46.584998959040156],[30.798325538635254,46.58685709706278],[30.791158676147457,46.57986662790295],[30.796737670898434,46.57744777467815],[30.802230834960938,46.584998959040156]]]},
  24.         "properties": {"type": "redZone"}
  25.         }
  26.      
  27.        ]
  28.      }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement