This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

JOSM - pt-assistant plugin: How can I disable the pt_assistant layer?

1

I like to use the validator of the pt_assistant plugin, but the layer it puts over the stops is to laggy for what I am doing. Currently, I have to disable it manually every time. Is there a way to disable it from ever appearing in the first place?

asked 23 Jul '22, 12:45

emergency99's gravatar image

emergency99
26112
accept rate: 0%

edited 23 Jul '22, 12:45


One Answer:

0

I am afraid there isn’t. I’ve also been wanting to have this feature but creating and displaying the new layer seems to be hard-coded. https://github.com/JOSM/pt_assistant/blob/master/src/main/java/org/openstreetmap/josm/plugins/pt_assistant/gui/PTAssistantLayerManager.java

The plugin is not actively maintained, but one can always open a ticket to suggest such a feature.

answered 12 Sep '22, 23:28

bxl-forever's gravatar image

bxl-forever
2106
accept rate: 0%

Source code available on GitHub .