<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">On 13/06/2021 09:40, Warin wrote:<br>
</div>
<blockquote type="cite"
cite="mid:b837c304-cb45-e00a-ade3-6c47e3e15203@gmail.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div class="moz-cite-prefix">On 12/6/21 5:36 am, Andy Townsend
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:01951b43-289a-0bac-b89c-3cef79c4ed6d@gmail.com">
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<div class="moz-cite-prefix">On 11/06/2021 19:21, Ken Kilfedder
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:36483b40-069e-4816-a206-8e112a4c06e1@www.fastmail.com">
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<title></title>
<style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style>Has
anyone come across a customised Map Style for OSMand that
replicates some/most/all of the linetype conventions and other
styles of Ordnance Survey?</blockquote>
<p>It's not exactly what you're looking for, but <a
class="moz-txt-link-freetext"
href="https://www.openstreetmap.org/user/SomeoneElse/diary/391499"
moz-do-not-send="true">https://www.openstreetmap.org/user/SomeoneElse/diary/391499</a>
is "how you might go about creating something like that".</p>
<p>Just changing the colours for things that OsmAnd already
shows is easy. The tricky bit is that there are things that
OS Maps just "do differently" to OsmAnd - handling public
rights of way as an overprint is just one example.</p>
</blockquote>
<p><br>
</p>
<p><br>
</p>
<p>Pity there is not more that can be varied in OSMand rendering.<br>
</p>
</blockquote>
There is! You just need to know how to do it.<br>
<blockquote type="cite"
cite="mid:b837c304-cb45-e00a-ade3-6c47e3e15203@gmail.com">
<p> </p>
<p>I'm not happy with my colour choices when rendering
landuse=forest (leaving natural=wood 'standard'). <br>
</p>
</blockquote>
<p>That should be pretty straightforward. <a
class="moz-txt-link-freetext"
href="https://www.openstreetmap.org/user/SomeoneElse/diary/391499">https://www.openstreetmap.org/user/SomeoneElse/diary/391499</a>
describes changing the colour for natural=heath. A quick look at
an OsmAnd default_render.xml that I had lying around has this in
it:</p>
<p> <!-- Forest --><br>
<renderingAttribute name="woodColor"><br>
<case nightMode="true" attrColorValue="#192e33"/><br>
<case attrColorValue="#87cc70"/><br>
</renderingAttribute><br>
<renderingAttribute name="forestColor"><br>
<case attrColorValue="$woodColor"/><br>
</renderingAttribute><br>
<br>
</p>
<p>so it looks like "forest" is defined as "the same colour as wood"
and it should not be difficult to change it to another colour
instead.<br>
</p>
<p>Best Regards,</p>
<p>Andy</p>
<p><br>
</p>
<blockquote type="cite"
cite="mid:b837c304-cb45-e00a-ade3-6c47e3e15203@gmail.com">
</blockquote>
</body>
</html>