Theme developing question

Started by jusc, May 11, 2014, 17:12:00

0 Members and 1 Guest are viewing this topic.

popej

The solution would be to process trails, merge parts and swap direction for some parts. A bit complicated with tools I'm using for Locus but not impossible. But does "dy" option work for current Locus version?
popej
  •  

jusc

Yes in newest beta version "dy" works.
Regards J.
  •  

Wojtas82

As Locus team said:it's still in testing but why not we test it with them? Popej how difficult is it to make one-sided routes? That would be great solution.
  •  

popej

How difficult? Like one evening and a little more? ;)
Problem is that I have some other task to complete and some books to read.
popej
  •  

Wojtas82

#94
Uffff I thought it's gonna take a lot more time :) Thats good news :)
BTW I have made new theme based on StyleCycle.
It shows:
Bicycle Routes in colours (wider ones, solid colour)
Hiking Routes in colours (narrower ones,dashed)
Sac Scale - (black=easy, blue=medium, red=hard)
Mtb Uphill (numbers along tracks and paths)
Incline Up and down (red/yellow arrows showing downhill direction)
Mtb Scale still to be done.
There's still plenty to do but at least you can check results I made so far.I wonder what y'all think.
Edit:
I forgot, Popej, could you add these tags when you have some spare time?
amenity=bicycle_parking
cycleway=lane
cycleway=opposite_lane
cycleway=opposite
cycleway=shared_lane
cycleway:left=lane
cycleway:right=lane
bicycle=permissive

thanks :)
  •  

0n1y

what lines and tags of xml files responsible for this (general?) hike or bike tracks?

wanna change them to blue ones in some themes for OSM style and better visibility  8)
  •  

Wojtas82

You want to change colour of pathss or roads?
  •  

0n1y

those poorly visible dotted ones in the forest.
VScale Pure has the same dashed lines:
  •  

Wojtas82

#98
I use Notepad++ for editing.
Try searching for "path" or "track" or any other that is dashed i.e.
you should find something like this or similar:
<rule e="way" k="highway" v="footway|path" zoom-min="12">
<line stroke="#707070" stroke-width="0.6" stroke-dasharray="5,5" stroke-linecap="butt" />
</rule>

and then delete stroke-dasharray="5,5"
And you will get solid lines. :)
  •  

popej

17 bicycle trails on a single way: http://www.openstreetmap.org/way/224177777
How do you draw it on a map? ;)
popej
  •  

Wojtas82

Nice find. I found max 5 in Poland near Szczecinek  ☺I guess this is a small exeption so you  would have 17 routes very close to each other or overlapping. Anyway Germany uses different hierarchy than Poland lcn rcn ncn so probably just overlapping.
  •  

0n1y

Quote from: Wojtas82 on October 21, 2014, 20:39:23
Try searching for "path" or "track" or any other that is dashed i.e.
you should find something like this or similar
their name is legion but i found it ) new thickness, solid lines, much appreciated )
  •  

Wojtas82

  •  

jusc

Quote from: 0n1y on October 21, 2014, 19:41:09
those poorly visible dotted ones in the forest.
VScale Pure has the same dashed lines:

Yes, it should show ICN network over a way tagged as (normal) path.
If you want to follow ICN with bicyle the red ICN should help, the path is shown for a preview whlie sitting on a sofa.  ;D
Regards J.
  •  

Wojtas82

Well, everyone has different needs, let's respect this  ;D ;D ;D
  •