Advertisement
Guest User

Geojson

a guest
Mar 14th, 2023
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. "type": "FeatureCollection",
  3. "features": [
  4. {
  5. "id": "abc101",
  6. "type": "Feature",
  7. "geometry": {
  8. "type": "Polygon",
  9. "coordinates": [[[-3064848.460, -3577315.672], [-3064848.460, 2062684.328], [3226151.540, 2062684.328], [3226151.540, -3577315.672], [-3064848.460, -3577315.672]]]
  10. },
  11. "properties": {
  12. }
  13. }
  14. ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement