Advertisement
ZeroSeventty

Geojson sencillo

May 22nd, 2023
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.93 KB | None | 0 0
  1. {
  2.   "type": "FeatureCollection",
  3.   "features": [
  4.     {
  5.       "type": "Feature",
  6.       "properties": {},
  7.       "geometry": {
  8.         "coordinates": [
  9.           -69.33638782604167,
  10.           18.54031609548248
  11.         ],
  12.         "type": "Point"
  13.       }
  14.     },
  15.     {
  16.       "type": "Feature",
  17.       "properties": {},
  18.       "geometry": {
  19.         "coordinates": [
  20.           [
  21.             [
  22.               -69.38881983360396,
  23.               18.9531972838206
  24.             ],
  25.             [
  26.               -69.38881983360396,
  27.               18.786076016137216
  28.             ],
  29.             [
  30.               -69.0466319947763,
  31.               18.786076016137216
  32.             ],
  33.             [
  34.               -69.0466319947763,
  35.               18.9531972838206
  36.             ],
  37.             [
  38.               -69.38881983360396,
  39.               18.9531972838206
  40.             ]
  41.           ]
  42.         ],
  43.         "type": "Polygon"
  44.       }
  45.     }
  46.   ]
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement