You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some of these, you have to request an access token first.
47
48
Please refer to the respective terms of service and copyrights.
48
49
49
50
## Options
50
51
51
-
-`Topic` is the topic of the GPS measurements.
52
-
-`Alpha` is simply the display transparency.
53
-
-`Draw Behind` will cause the map to be displayed below all other geometry.
54
-
-`Zoom` is the zoom level of the map. Recommended values are 16-19, as anything smaller is _very_ low resolution. 22 is the current max.
55
-
-`Blocks` number of adjacent tiles in addition to the center tile to load, 8 maximum.
56
-
-`Timeout` specifies a timeout since the last received message timestamp, after which the map will be faded out; disable by setting to 0.
52
+
*`Topic` is the topic of the GPS measurements.
53
+
*`Alpha` is simply the display transparency.
54
+
*`Draw Behind` will cause the map to be displayed below all other geometry.
55
+
*`Zoom` is the zoom level of the map.
56
+
Recommended values are 16-19, as anything smaller is _very_ low resolution. 22 is the current max.
57
+
*`Blocks` number of adjacent tiles in addition to the center tile to load, 8 maximum.
58
+
*`Timeout` specifies a timeout since the last received message timestamp, after which the map will be faded out; disable by setting to 0.
57
59
58
60
## Local Maps
59
61
60
-
If you want to use a tile server which only supports a specific region instead of the whole world you can enable the `Use Local Map` option. This also means that the zoom levels and tile coverage (see [here](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Zoom_levels)) deviate and need to be defined manually. In particular, the `local origin` is the top-left corner of the local map region.
62
+
If you want to use a tile server which only supports a specific region instead of the whole world you can enable the `Use Local Map` option.
63
+
This also means that the zoom levels and tile coverage (see [here](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#Zoom_levels)) deviate and need to be defined manually.
64
+
In particular, the `local origin` is the top-left corner of the local map region.
61
65
62
66
The options can be set after unfolding the top-level `Use Local Map` option:
63
67
64
-
-`Meter per Pixel (Zoom 0)` defines the length of a pixel edge in the image in meter at zoom level 0. Default is 0.0.
65
-
-`Origin CRS` is the [epsg code](https://epsg.io/) of the coordinate reference system (CRS) of the local origin (should be a cartesian coordinate system). Default is not set.
66
-
-`Origin X` is the X position of the local origin in given CRS system. Default is 0.0.
67
-
-`Origin Y` is the Y position of the local origin in given CRS system. Default is 0.0.
68
+
*`Meter per Pixel (Zoom 0)` defines the length of a pixel edge in the image in meter at zoom level 0.
69
+
Default is 0.0.
70
+
*`Origin CRS` is the [epsg code](https://epsg.io/) of the coordinate reference system (CRS) of the local origin (should be a cartesian coordinate system).
71
+
Default is not set.
72
+
*`Origin X` is the X position of the local origin in given CRS system.
73
+
Default is 0.0.
74
+
*`Origin Y` is the Y position of the local origin in given CRS system.
75
+
Default is 0.0.
68
76
69
77
### Example Usage
70
78
71
-
Public orthographic photos are povided by [Geobasis NRW](https://www.bezreg-koeln.nrw.de/geobasis-nrw/webdienste/geodatendienste) and publicly available using the scheme described [here](https://www.wmts.nrw.de/geobasis/wmts_nw_dop/tiles/nw_dop/EPSG_25832_16/1.0.0/WMTSCapabilities.xml). The tiles only cover a smaller part of western Germany but have a very high resolution. The following options can be used and directly derived from the scheme.
79
+
Public orthographic photos are povided by [Geobasis NRW](https://www.bezreg-koeln.nrw.de/geobasis-nrw/webdienste/geodatendienste) and publicly available using the scheme described [here](https://www.wmts.nrw.de/geobasis/wmts_nw_dop/tiles/nw_dop/EPSG_25832_16/1.0.0/WMTSCapabilities.xml).
80
+
The tiles only cover a smaller part of western Germany but have a very high resolution.
81
+
The following options can be used and directly derived from the scheme.
0 commit comments