Changes between Version 1 and Version 2 of Ticket #9674, comment 3


Ignore:
Timestamp:
2014-02-04T12:02:48+01:00 (12 years ago)
Author:
Don-vip

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9674, comment 3

    v1 v2  
    11Sorry to say, but it doesn't work. Using josm 6808 the following code will lead to a crash:
    22
     3{{{
     4#!mapcss
    35repeat-image: eval(concat("data:image/svg+xml,<svg height='70px'><g fill-opacity='0.3' stroke-opacity='0.3'><text x='0' y='50' font-size='50' fill='white' stroke='blue'>",URL_encode("Roma (A1) <E26> [IT]"),"</text></g></svg>"));
     6}}}
    47
    58If I replace the character "<" by "." it doesn't crash, i.e. "Roma (A1) .E26> [IT]" works.