Please find attached your "No power power poles lines" render file.
Copy it in your OsmAnd folder in the folder rendering.
Really close OsmAnd and then restart it.
It should now be one of the possible renders.

Harry

Op zo 14 jun. 2020 om 21:42 schreef Harry van der Wolf <hvdw...@gmail.com>:

> I don't have it anymore. Next to that: Rendering has changed and over the
> years rendering has become more complex. I can't make it in 10 minutes or
> so.
> It should now be made with a boolean statement like "hidePowerPolesLines"
> (like "hideBuildings") and apply it to the several properties.
>
> Op zo 14 jun. 2020 om 18:33 schreef Francesco Puccettone <
> francesco.puccett...@gmail.com>:
>
>> Thanks Harry. Could you maybe link me to that render file, if available?
>>
>> On Sunday, June 14, 2020 at 6:12:08 PM UTC+2, Harry van der Wolf wrote:
>>>
>>> You can't do that. It is not one of the options.
>>> A couple of years ago I made a render file that did exactly this: not
>>> showing these power lines and towers.
>>> That is your only option.
>>>
>>> Harry
>>>
>>> Op zo 14 jun. 2020 om 18:09 schreef Francesco Puccettone <
>>> francesco...@gmail.com>:
>>>
>>>> How can I hide overhead power lines and towers? I find those
>>>> distracting when hiking (alpine running), when I need instead to quickly
>>>> distinguish between useful lines (contour lines, paths etc). I saw no
>>>> specific layers for power lines in the Hide/POI menus, and hiding all
>>>> "Overground objects" is obviously overkill.
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "OsmAnd" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to osm...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/osmand/f01bd92e-311b-4468-979c-eefae1d30b89o%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/osmand/f01bd92e-311b-4468-979c-eefae1d30b89o%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
>> You received this message because you are subscribed to the Google Groups
>> "OsmAnd" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to osmand+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/osmand/08d5d9b4-d019-45ba-8d26-48a309b58bd1o%40googlegroups.com
>> <https://groups.google.com/d/msgid/osmand/08d5d9b4-d019-45ba-8d26-48a309b58bd1o%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"OsmAnd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osmand+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osmand/CAGARPpuU7%3DTwB5ewppMc0vn72%2BrxAwqarRa1S_f4Q0JXOQ30qA%40mail.gmail.com.
<renderingStyle name="No power poles and lines" depends="default" defaultColor="#f5ffff" version="1">

	<renderingConstant name="powerTowerIconMinZoom" value="22"/>
	<renderingConstant name="powerTowerLineMinZoom" value="22"/>

	<order>
		<case tag="power" value="tower">
			<apply_if moreDetailed="false" minzoom="22" order="-1"/>
		</case>
		<case tag="power" value="pole">
			<apply_if moreDetailed="false" minzoom="22" order="-1"/>
		</case>
		<case tag="power" value="line" order="175">
			<apply_if moreDetailed="false" minzoom="22" order="-1"/>
		</case>
		<case tag="power" value="minor_line" order="175">
			<apply_if moreDetailed="false" minzoom="22" order="-1"/>
		</case>
        </order>

	<point>
		<case tag="power" value="line" order="175" icon="">
			<apply_if moreDetailed="false" maxzoom="23" order="-1"/>
		</case>
		<case tag="power" value="minor_line" order="175" icon="">
			<apply_if moreDetailed="false" maxzoom="23" order="-1"/>
		</case>
		<case minzoom="22" tag="power" value="pole" icon="">
			<apply_if nightMode="true" icon=""/>
		</case>
	</point>

	<line>
		<!-- Man made -->
		<switch color="#00000000">
			<case minzoom="$powerTowerLineMinZoom" tag="power" value="line" color="#00000000">
				<case maxzoom="21" strokeWidth="0.0"/>
				<case minzoom="22" strokeWidth="0.0"/>
			</case>
			<case minzoom="22" tag="power" value="minor_line" strokeWidth="0.0" color="#00000000"/>
			<apply_if nightMode="true" color="#00000000"/>
		</switch>
	</line>


</renderingStyle>

Reply via email to