add readme for overlays query option

This commit is contained in:
Matthias Wirth
2025-07-16 17:32:58 +00:00
parent 9f7fa2d220
commit 18c00318b0

View File

@@ -50,7 +50,8 @@ See the main readme for more examples on how to use the filters
- mapDim=0.1-1.0 - reduce map brightness (negative values increase brightness)
- mapContrast=0.1-1.0 - increase the map contrast (negative values decrease brightness)
- filterMaxRange=value - maximum distance of rendered tracks.
- baseMap=maptype - change the map type (as defined in config.js).
- baseMap=maptype - change the map type (as defined in config.js / layers.js)
- overlays=o1,o2 - add overlay layers separated with comma (see config.js / layers.js)
- mapOrientation=0-360 - normally true north faces up, use this to change which true direction is pointing up.
- 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).