This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

hyperlink add to map

0

I have been trying adding a hyperlink to a map (in my machine), in .svg format, resultant of osmarender's rendering. However when I see the svg in a firefox the map element in hwihc I just added the a-tag disappears.

Do anyone have any idea of how could I circumvent this?

Here's an example of what I am trying to do

<a xlink:href="https://www.openstreetmap.org/" target="_top">
<svg:textPath
         xlink:href="#way_reverse_7526713"
         startOffset="50%"
         id="textPath213452">Aleidisstraat</svg:textPath>
</a>

cheers a

This question is marked "community wiki".

asked 01 Dec '11, 15:52

andre_castro's gravatar image

andre_castro
11112
accept rate: 0%


One Answer:

0

Are you asking on a OpenStreetMap forum how to make firefox accept links in the svn file? I know there are smart people here that might know the answer, howerer you may be better off in another forum.

answered 01 Dec '11, 16:59

Gnonthgol's gravatar image

Gnonthgol ♦
13.8k16103198
accept rate: 16%

Source code available on GitHub .