Try inspecting the rendered document with Firebug or a similar
development tool. Search for the newly inserted SVG tag and increase
all occurences of stroke-width. You can probably automate this with
document.getElementsById("OpenLayers.Layer.GML_37_root").childNode[12346].setAttribute("stroke-width",
5); or so. Haven't tested it, but might work.Greetings xeen On Tue, Oct 14, 2008 at 03:20, Ævar Arnfjörð Bjarmason <[EMAIL PROTECTED]> wrote: > Is there a tool to highlight relations that works better than the > bult-in one in the rails port: > http://www.openstreetmap.org/browse/relation/37431 ? > > I ripped off some of that JavaScript and made my own at > http://u.nix.is/powerade.html , the line showing the route is still > barley visible and I haven't found a way to make it more obvious. > > _______________________________________________ > newbies mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/newbies > _______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/listinfo/newbies

