Add trackname to description of URL parameters
This commit is contained in:
parent
661a09817a
commit
451aa25caf
1 changed files with 2 additions and 1 deletions
|
@ -23,10 +23,11 @@ import java.util.List;
|
||||||
* profile = profile file name without .brf
|
* profile = profile file name without .brf
|
||||||
* alternativeidx = [0|1|2|3] (optional, default 0)
|
* alternativeidx = [0|1|2|3] (optional, default 0)
|
||||||
* format = [kml|gpx|geojson] (optional, default gpx)
|
* format = [kml|gpx|geojson] (optional, default gpx)
|
||||||
|
* trackname = name used for filename and format specific trackname (optional, default brouter)
|
||||||
*
|
*
|
||||||
* Example URLs:
|
* Example URLs:
|
||||||
* {@code http://localhost:17777/brouter?lonlats=8.799297,49.565883|8.811764,49.563606&nogos=&profile=trekking&alternativeidx=0&format=gpx}
|
* {@code http://localhost:17777/brouter?lonlats=8.799297,49.565883|8.811764,49.563606&nogos=&profile=trekking&alternativeidx=0&format=gpx}
|
||||||
* {@code http://localhost:17777/brouter?lonlats=1.1,1.2|2.1,2.2|3.1,3.2|4.1,4.2&nogos=-1.1,-1.2,1|-2.1,-2.2,2&profile=shortest&alternativeidx=1&format=kml}
|
* {@code http://localhost:17777/brouter?lonlats=1.1,1.2|2.1,2.2|3.1,3.2|4.1,4.2&nogos=-1.1,-1.2,1|-2.1,-2.2,2&profile=shortest&alternativeidx=1&format=kml&trackname=Ride}
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ServerHandler extends RequestHandler {
|
public class ServerHandler extends RequestHandler {
|
||||||
|
|
Loading…
Reference in a new issue