Beispiel #1
0
 private GPXFile parseJSON(HttpServletRequest httpReq) throws IOException {
   JSONObject json = new JSONObject(Helper.isToString(httpReq.getInputStream()));
   // TODO think about format first:
   // type: bike
   // locale
   // encoded points or not
   // points_encoded
   // points: lat,lon[,ele,millis]
   throw new IllegalStateException("json input not yet supported");
 }