[OSM-newbies] Visualizing route relations
xeen
aka.xeen at gmail.com
Tue Oct 14 07:29:32 BST 2008
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 <avarab at gmail.com> 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
> newbies at openstreetmap.org
> http://lists.openstreetmap.org/listinfo/newbies
>
More information about the newbies
mailing list