modify ski maps plugin for comparison
This commit is contained in:
parent
5a2e243394
commit
153e1cfce1
2 changed files with 5 additions and 5 deletions
|
@ -29,8 +29,8 @@ public class NauticalMapsPlugin extends OsmandPlugin {
|
||||||
@Override
|
@Override
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "Activating this view changes the map style to Nautical, thus showing all nautical navigation marks and chart symbols.\n\n "
|
return "Activating this view changes the map style to Nautical, thus showing all nautical navigation marks and chart symbols.\n\n "
|
||||||
+ "The view can be reverted by either de-activating it again here, or by changing the \'Map style\' under \'Configure Maps\' as desired.\n\n"
|
+ "A map file containing all nautical symbols globally is availabe as one single download called \'World seamarks\'.\n\n"
|
||||||
+ "A map file containing all nautical symbols globally is availabe as one single download called \'World seamarks\'.";
|
+ "This view can be reverted by either de-activating it again here, or by changing the \'Map style\' under \'Configure Maps\' as desired.";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -18,9 +18,9 @@ public class SkiMapsPlugin extends OsmandPlugin {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getDescription() {
|
public String getDescription() {
|
||||||
return "Nautical Maps plugin provides maps for pistes based on OSM data.\n "
|
return "Activating this view changes the map style to \'Winter and ski\', showing all landscape features under wintery conditions."
|
||||||
+ "(Here could be description of provided details)\n"
|
+ "A global map displaying all ski slopes and cross country ski routes in this view is available under Downloads as \'World ski map\'.\n\n"
|
||||||
+ "It changes default rendering style to 'Winter-Ski'. You can change it back in 'Configure Map' menu (Translation)";
|
+ "This view can be reverted by either de-activating it again here, or by changing the \'Map style\' under \'Configure Maps\' as desired.";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue