Here's a nice tutorial... I hope it will help someone.
https://www.youtube.com/watch?v=hIwaMJcFXGI&feature=youtu.be
https://www.youtube.com/watch?v=hIwaMJcFXGI&feature=youtu.be
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
That's enough for me. I have power bank in a bag on my steering wheel with a cable to my Topeak phone holder on steering wheel. It's very easy to unplug a cable and take the phone with you when you go shopping for example.
I hope developers will think about it. It's really annoying when I cycle and want to check the map and the map is pointed in random direction. Quote from: voldapet on November 11, 2014, 15:26:07
@Wojtas82
Sorry this is tricky part we didn't solve yet (at least as I can remember). OSM ways are cropped in Mapsforge format into MetaTiles and we're not able to link the same way on two metatiles. For this reason is complicated to compute the "gap" along specific way. Do you know if MapsForge 0.4v enables such rules?
<xs:complexType name="symbol">
<xs:attribute name="id" type="xs:string" use="optional" />
<xs:attribute name="cat" type="xs:string" use="optional" />
<xs:attribute name="priority" type="xs:integer" use="optional" default="0"/>
<xs:attribute name="src" type="tns:src" use="required" />
<xs:attribute name="symbol-scaling" type="tns:scaling" use="optional" default="default"/>
<xs:attribute name="symbol-width" type="xs:positiveInteger" use="optional" />
<xs:attribute name="symbol-height" type="xs:positiveInteger" use="optional" />
<xs:attribute name="symbol-percent" type="xs:positiveInteger" use="optional" />
</xs:complexType>
<xs:complexType name="lineSymbol">
<xs:attribute name="cat" type="xs:string" use="optional" />
<xs:attribute name="dy" type="xs:float" use="optional" default="0" />
<xs:attribute name="src" type="tns:src" use="required" />
<xs:attribute name="symbol-scaling" type="tns:scaling" use="optional" default="default"/>
<xs:attribute name="symbol-width" type="xs:positiveInteger" use="optional" />
<xs:attribute name="symbol-height" type="xs:positiveInteger" use="optional" />
<xs:attribute name="symbol-percent" type="xs:positiveInteger" use="optional" />
<xs:attribute name="align-center" type="xs:boolean" use="optional" default="false" />
<xs:attribute name="priority" type="xs:integer" use="optional" default="0"/>
<xs:attribute name="repeat" type="xs:boolean" use="optional" default="false" />
<xs:attribute name="repeat-gap" type="xs:float" use="optional" default="200" />
<xs:attribute name="repeat-start" type="xs:float" use="optional" default="30" />
<xs:attribute name="rotate" type="xs:boolean" use="optional" default="true" />
</xs:complexType>