[josm-dev] routes-plugin
Martin Koppenhoefer
dieterdreist at gmail.com
Sun Oct 4 17:42:10 BST 2009
2009/10/4 André Riedel <riedel.andre at gmail.com>:
> They are there since loading the data-layer, because if you add a
> hiking route it will be shown immediately.
IMHO it would be better to create them as soon as needed, but OK, I'll
deinstall the plugin for now, as you pointed out: I never used it so
far ;-)
> <?xml version="1.0" encoding="UTF-8"?>
> <routes xmlns="http://www.example.org/routes"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://www.example.org/routes routes.xsd ">
> <!-- pattern is the same pattern as used in SearchAction -->
> <layer name="Hiking">
> <route color="#00FF00">
> <pattern>
> (type:relation type=route (route=hiking | route=foot))
> </pattern>
> </route>
> </layer>
> </routes>
thank you anyway for this advice, might be usefull to someone else.
cheers,
Martin
More information about the josm-dev
mailing list