I had that too, at first, but not lately anymore. I'm not exactly sure what
changed on my side.

If you have the scripting plugin installed and Jython set up, there are 2
scripts which pick up from this starting point:

https://github.com/PolyglotOpenstreetmap/Python-scripts-to-automate-JOSM/blob/master/compareRoutes.jy

https://github.com/PolyglotOpenstreetmap/Python-scripts-to-automate-JOSM/blob/master/CheckRouteOrNetworkOrCollectionOfRoutes.jy

Jo

Jo

2015-01-21 18:20 GMT+01:00 André Pirard <a.pirard.pa...@gmail.com>:

>  On 2015-01-21 15:48, Jo wrote :
>
>  How silly of me:
>
>
> http://wiki.openstreetmap.org/wiki/WikiProject_Belgium/Public_Transport/Lines
>
>  Jo
>
> 2015-01-21 15:26 GMT+01:00 Marc Gemis <marc.ge...@gmail.com>:
>
>> Can't see any links, but maybe that's my mail program ??
>>
>>  On Wed, Jan 21, 2015 at 2:25 PM, Jo <winfi...@gmail.com> wrote:
>>
>>>   Click on 1 of those links with JOSM open and be amazed. Well, don't
>>> forget to download the missing members of the relations... otherwise there
>>> won't be much to see.
>>>
>>
> Every "download [incomplete] members" I see is greyed out.
>
>
>>>  Then you can download the region you zoom in to when pressing '2'. Or
>>> you can use the following query as an Overpass Download (proviided you have
>>> the Mirror download plugin installed)
>>>
>>> (rel
>>>                                     ["type"="route"]
>>>                                     ["route"~"bus|tram"]
>>>                                     ["ref"="LINE_NUMBER_HERE"]
>>>                                     ["operator"="De Lijn OR TEC here"]
>>>                                   ->.routes;
>>>                                  .routes << ->.route_masters;
>>>                                  way(r.routes);
>>>                                  node(w);
>>>                                  node(around:30.0);
>>>                                  way(bn);
>>>                                  node(w);
>>>                                  );
>>>                                  out meta;
>>>
>>>
>
_______________________________________________
Talk-be mailing list
Talk-be@openstreetmap.org
https://lists.openstreetmap.org/listinfo/talk-be

Reply via email to