Difference between revisions of "GeoJson:Test"
Jump to navigation
Jump to search
(Created GeoJSON page) |
|||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
− | "features": [] | + | "features": [ |
+ | { | ||
+ | "type": "Feature", | ||
+ | "properties": {}, | ||
+ | "geometry": { | ||
+ | "type": "Polygon", | ||
+ | "coordinates": [ | ||
+ | [ | ||
+ | [ | ||
+ | -8.349609375, | ||
+ | 8.2114903234206817472795592038892209529876708984375 | ||
+ | ], | ||
+ | [ | ||
+ | -8.876953125, | ||
+ | 8.102738577783167528423291514627635478973388671875 | ||
+ | ], | ||
+ | [ | ||
+ | -9.3603515625, | ||
+ | 5.96575367106553589024997563683427870273590087890625 | ||
+ | ], | ||
+ | [ | ||
+ | -8.349609375, | ||
+ | 4.82825974686697545479319160222075879573822021484375 | ||
+ | ], | ||
+ | [ | ||
+ | -7.20703124999999911182158029987476766109466552734375, | ||
+ | 5.24412758148954072368042034213431179523468017578125 | ||
+ | ], | ||
+ | [ | ||
+ | -6.74560546875, | ||
+ | 6.489983332670650639784071245230734348297119140625 | ||
+ | ], | ||
+ | [ | ||
+ | -6.52587890625, | ||
+ | 7.62388685312004898975146716111339628696441650390625 | ||
+ | ], | ||
+ | [ | ||
+ | -8.349609375, | ||
+ | 8.2114903234206817472795592038892209529876708984375 | ||
+ | ] | ||
+ | ] | ||
+ | ] | ||
+ | } | ||
+ | } | ||
+ | ] | ||
} | } |