add touring atlas renderer description
This commit is contained in:
parent
0ffe282277
commit
6e0cb1b05b
2 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
<string name="light_rs_render_descr">Simple and contrasting style for car navigation. Gentle on the eyes in the night mode. Key features: Contour lines, contrasting orange styled roads, less distracting secondary map objects.</string>
|
||||
<string name="topo_render_descr">Contrast style designed primarily for hiking, trekking and cycling in nature. Good readability in complex external lighting. Key features: Contrasting roads and natural objects, different types of routes, contour lines with advanced settings, more details at corresponding zoom levels than the "default" style. "Surface integrity" option allows distinguishing road surface quality. No night mode.</string>
|
||||
<string name="mapnik_render_descr">Old \'Mapnik\'-style default rendering style. Key features: Colors are similar to \'Mapnik\' style.</string>
|
||||
<string name="touring_view_render_descr">High detail style for touring purposes. Includes all configuration options of default style, in addition: Displays as much detail as possible, in particular all roads, paths, and other ways to travel. Clear visual distinction between all different road types, reminiscnet of many touring atlases. High contrast color scheme for outdoor use, day and night mode.</string>
|
||||
<string name="default_render_descr">General purpose style. Simplified cleaner rendering in densely populated cities. Key features: Contour lines, routes, surface quality, access restrictions, road shields, paths rendering according to SAC scale, whitewater sport features.</string>
|
||||
<string name="open_wikipedia_link_online">Open Wikipedia link online</string>
|
||||
<string name="open_wikipedia_link_online_description">The link will be opened in a web browser.</string>
|
||||
|
|
|
@ -289,6 +289,8 @@ public class RendererRegistry {
|
|||
switch (key) {
|
||||
case DEFAULT_RENDER:
|
||||
return ctx.getString(R.string.default_render_descr);
|
||||
case TOURING_VIEW:
|
||||
return ctx.getString(R.string.touring_view_render_descr);
|
||||
case MAPNIK_RENDER:
|
||||
return ctx.getString(R.string.mapnik_render_descr);
|
||||
case TOPO_RENDER:
|
||||
|
|
Loading…
Reference in a new issue