axelr
6
In josm frische Ebene anlegen und
Filter -operator=EVAG anlegen (alle, die nicht operator=EVAG enthalten) und erstes Häkchen setzen (Ergebis später Deaktiviert: xxx)
In overpass-turbo
/* scan Bus- und Bahnhalte bbox EVAG */
[out:xml][timeout:25];
( node[operator="EVAG"][highway=bus_stop]({{bbox}});
node[operator="EVAG"][railway=tram_stop]({{bbox}});
node[operator="EVAG"][railway=halt]({{bbox}});
node[operator="EVAG"][railway=station]({{bbox}});)->.hnb;
( way[operator="EVAG"][public_transport=platform]({{bbox}});
way[operator="EVAG"][railway=platform]({{bbox}});)->.hwp;
( node[operator="EVAG"][public_transport=stop_position]({{bbox}});
node[operator="EVAG"][railway=stop]({{bbox}});)->.hns;
node[operator="EVAG"][public_transport=platform]({{bbox}})->.hnp;
rel[operator="EVAG"][public_transport=platform]({{bbox}})->.hrp;
rel[operator="EVAG"][public_transport=stop_area]({{bbox}})->.hra;
//((((.hwp; node(w.hwp);); .hns;); .hnp;); .hnb;)->.hnd;//scan alle ohne MP
//(.hrp; .hrp>;)->.hnd;//scan nur MP
//(.hns;- node(r.hra);)->.hnd;//scan solo stop_position
//((.hnp;- node(r.hra);); ((.hwp;- way(r.hra);)->.hwd; node(w.hwd););)->.hnd;//scan solo platform ohne MP
//((((.hnb;- node(r.hra););- node(w.hwp););- .hns;);- .hnp;)->.hnd;//scan solo old
//(((((.hwp; node(w.hwp);); .hns;); .hnp;); .hrp;); .hrp>;)->.hnd;//scan PTv2
//(((.hnb;- node(w.hwp););- .hns;);- .hnp;)->.hnd;//scan old
((((((.hwp; node(w.hwp);); .hns;); .hnp;); .hnb;); .hrp;); .hrp>;)->.hnd;//scan alle
//(.hnd;); // Ergebnis nur Elemente
(.hnd; .hra;); // Ergebnis mit stop_areas
//((.hnd; .hra;); .hra;>>;); // Ergebnis mit stop_areas und deren Inhalt
//(.hnd; rel(bn.hnd););//Ergebnis mit Relationen, fuer meta
//out skel qt;//Ausgabe zu klein
//out qt;//Ausgabe normal
out meta qt;//Ausgabe gross und josm
bbox um Essen setzen
Export
Josm
In josm
Filter ist noch gesetzt (der deaktiviert die Endknoten an den ways, die fuer josm mit übertragen werden müssen)
alles durch Aufziehen markieren
jetzt sollten unter operator nur EVAG stehen (ohne Zusatz xx nicht festgelegt)