logo separator

[mkgmap-dev] question about routing

From Claude claude.marani at gmail.com on Sun Jul 7 20:48:37 BST 2013

Le 07/07/2013 13:10, Henning Scholland a écrit :
> Take a look at: http://wiki.openstreetmap.org/wiki/Tag:waterway%3Dlock_gate
>
> The part of the river between the lock-gates should have a tag
> lock_name. If you move this to name-tag your problem should be fixed.
>
> Like:
>
> lock_name=* { set name='${lock_name}' }
>
> Henning
>
>
> Am 07.07.2013 12:34, schrieb Claude:
>> hello
>>
>> i have made a style to create a map for inland waterway with routing.
>>
>> the routing work fine in mapsource.
>> in the roadbook of the itinerary only waterway name are dispalayed
>> I want to display each lock that are passed to join the destination
>> is there a rules to add this
>>
>> tank
>> claude
>> (sorry for my english)
>>
>>
>>
> _______________________________________________
> mkgmap-dev mailing list
> mkgmap-dev at lists.mkgmap.org.uk
> http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>
Thank for your answer


I have this rules in my style

waterway=* & lock=yes {name '${lock_ref} ${lock_name} (${lock:height})' 
| '${lock_ref} ${lock_name}' | '${lock_name}' }

i'm going to change to

waterway=* & lock=yes {set name '${lock_ref} ${lock_name} 
(${lock:height})' | '${lock_ref} ${lock_name}' | '${lock_name}' }

claude

-- 
---- Envoyé avec Mozilla Thunderbird ---



More information about the mkgmap-dev mailing list