Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added URL parameters documentation on README #138

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
Aimache committed Jun 23, 2021
commit dcc1530e08ae2cb70cf857f44151b49eb7de5186
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,10 +456,10 @@ http:https://192.168.x.yy/tar1090/?icao=456789&enableLabels&extendedLabels=2&trackLabe
- filterMaxRange=value - maximum distance of rendered tracks
- baseMap=maptype - change the map type (as defined in config.js)
- mapOrientation=value - (in degrees)
- monochromeMarkers=<xxxxxx> - set constant html color for markers (parameter is an hexadecimal color)
- monochromeTracks=<xxxxxx> - set constant html color for tracks (parameter is an hexadecimal color)
- outlineColor=<xxxxxx> - set outline color (parameter is an hexadecimal color)
- sidebarWidth=### – size of sidebar in pixels
- monochromeMarkers=xxxxxx - set constant html color for markers (parameter is an hexadecimal color)
- monochromeTracks=xxxxxx - set constant html color for tracks (parameter is an hexadecimal color)
- outlineColor=xxxxxx - set outline color (parameter is an hexadecimal color)
- sidebarWidth=xxx – size of sidebar in pixels

### Rendering (no associated value / active if present)

Expand Down