block by aaizemberg 0095a7795ae6cc0d451b

real time marker (#mapbox,

Full Screen

Cuando se hace una consulta a esta URL –> https://wanderdrone.appspot.com/

Se devuelve un GeoJSON:

{"geometry": {"type": "Point", "coordinates": [-80.318956205249776, 21.32829010710741]}, "type": "Feature", "properties": {}}

JSON Pretty Print

{  
   "geometry":{  
      "type":"Point",
      "coordinates":[  
         -80.318956205249776,
         21.32829010710741
      ]
   },
   "type":"Feature",
   "properties":{  

   }
}

index.html