logo separator

[mkgmap-dev] append is_in tags to places

From charlie at cferrero.net charlie at cferrero.net on Mon Jun 7 10:18:51 BST 2010

maning sambale (emmanuel.sambale at gmail.com) wrote:

> Any style magic that can combine is_in tags to place/cities search like:
>
> name= x town
> place=town
> is_in:state = y state
>
> would be: x town, y state
>
place=town {name '${name}, ${is_in:state}' | name '${name}'} [0x...

>
> name=z village
> place=village
> is_in:town: x town
> is_in:state = y state
>
> would be:
> z village, x town, y state

place=village {name '${name}, ${is_in:town}, ${is_in:state}' | name  
'${name}'} [0x...


Is that what you mean?

-- 
Charlie




More information about the mkgmap-dev mailing list