Changes between Initial Version and Version 1 of Ticket #6129, comment 4


Ignore:
Timestamp:
2011-03-20T17:52:18+01:00 (14 years ago)
Author:
bastiK

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6129, comment 4

    initial v1  
    1818where the "2" in {{{get_parent_tag_value}}} would refer to a nesting level of 2.
    1919
    20 Or even
    21 {{{
    22 get_tag_value("wiki:symbol", parent(parent(this())));
    23 }}}
    24 where {{{this()}}} would return the current object as osm primitive.
    25 
    26 
    2720> Currently I'm missing a way to find out the correct URL of a wp commons image if I just have the filename  (as is tagged on some relations with wiki:symbol).  The idea is to add yet another function to Expression class that is able to find out the right url for us, maybe find_wiki_symbol(filename)..   So ATM it works only if you build the URL yourself (with concat) or if the whole URL is supplied in the primitive's tag.[[BR]]
    2821