]> git.mxchange.org Git - flightgear.git/commit
flighthistory service: use GeoJSON instead of own invention
authorTorsten Dreyer <torsten@ŧ3r.de>
Wed, 25 Feb 2015 09:38:22 +0000 (10:38 +0100)
committerTorsten Dreyer <torsten@ŧ3r.de>
Wed, 25 Feb 2015 09:38:22 +0000 (10:38 +0100)
commit0034d6b59a7297d960c258b95a23c809ca212f92
treef7af7b4983602eb595d2b499960dd4c828a5ae30
parentf36c81c8cbf77d97f3b14b17c7e061e4dda6f666
flighthistory service: use GeoJSON instead of own invention

Track now comes as a LineString object
{
  "type":"LineString",
  "coordinates": [ [lon,lat,alt], [lon,lat,alt], ... ]
}

ref: http://geojson.org/geojson-spec.html#linestring
src/Network/http/FlightHistoryUriHandler.cxx