Hi Chris,

> Hi,
> Why is this bollard not working? (car/shortest mode in MapSource)
> 
> <http://up.picr.de/3573513.png>
> 
> While another bollard near the church
> (Mauritiusstraße) works fine ?
> 
> In my points-style I have:
> 
> highway=bollard | barrier=bollard {add motorcar=no} [0x7001 resolution 24]
> 
> and I am using the --link-pois-to-roads option.
> 
> Area in OSM:
> 
> <http://www.openstreetmap.org/?lat=51.73902&lon=7.52269&zoom=17>
> 
> Chris
> 
> _______________________________________________
> mkgmap-dev mailing list
> [email protected]
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

The bollard code is triggered by the node having an 'access' tag. So
you need to modify the above rule to add access=yes (my guess is that
the bollard that isn't working doesn't have an access tag). It's
done that way to avoid wasting time looking for the myriad access
related tags that could be used. Instead, we just look for the access
tag.

Cheers,

Mark
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to