From 6e0cb1b05b19c35ba9b2740f8cd7e8070d392524 Mon Sep 17 00:00:00 2001 From: sonora Date: Thu, 10 May 2018 09:08:47 +0200 Subject: [PATCH] add touring atlas renderer description --- OsmAnd/res/values/strings.xml | 1 + OsmAnd/src/net/osmand/plus/render/RendererRegistry.java | 2 ++ 2 files changed, 3 insertions(+) diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml index 69a2d2a4c5..7201f0940b 100644 --- a/OsmAnd/res/values/strings.xml +++ b/OsmAnd/res/values/strings.xml @@ -17,6 +17,7 @@ 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. 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. Old \'Mapnik\'-style default rendering style. Key features: Colors are similar to \'Mapnik\' style. + 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. 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. Open Wikipedia link online The link will be opened in a web browser. diff --git a/OsmAnd/src/net/osmand/plus/render/RendererRegistry.java b/OsmAnd/src/net/osmand/plus/render/RendererRegistry.java index 1a98cc9dd1..f3d1b6588e 100644 --- a/OsmAnd/src/net/osmand/plus/render/RendererRegistry.java +++ b/OsmAnd/src/net/osmand/plus/render/RendererRegistry.java @@ -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: