Hi all, I am new to JOSM.
I want to edit data which I have generated using overpass-turbo.eu through the export button → export to JOSM.
A few attempts have worked, after enabling remote control.
Now, all attempts to do the above results in JOSM “contacting server” for 30 seconds, and then JOSM completely freezes.
Anybody knows what is going on?
TZorn
(TZorn)
January 25, 2017, 2:48pm
#2
Does it make a difference if you use http or https in overpass turbo? Could be a problem with the certificate. Not sure if that applies to overpass but such problems happen with the openstreetmap.org map.
The website I am using is http://overpass-turbo.eu/
The overpass server setting in JOSM (connection setting) is https://overpass-api.de/api/
Should that be the same?
stephan75
(stephan75)
January 26, 2017, 8:52pm
#4
Sometimes we have hints about server failing at
https://wiki.openstreetmap.org/wiki/Platform_Status
scroll down there …
muralito
(Muralito)
January 27, 2017, 12:54pm
#5
Try using the other way, loading data from JOSM, File → Download from Overpass API
mmd
January 27, 2017, 1:07pm
#6
HourOfTheWulf:
Hi all, I am new to JOSM.
I want to edit data which I have generated using overpass-turbo.eu through the export button → export to JOSM.
A few attempts have worked, after enabling remote control.
Now, all attempts to do the above results in JOSM “contacting server” for 30 seconds, and then JOSM completely freezes.
Anybody knows what is going on?
Your query may be too large, taking too much time to run or returning too much data for JOSM to handle.
Further details on your query would be needed for some more specific advise.
Did you try with another browser?
Stereo
(Guillaume Rischard)
January 31, 2017, 7:18pm
#8
Can you check your browser’s javascript console for any error messages?
Thanks for all the input. I am using Microsoft Edge, I believe it does not support Java (?). But JOSM is an independently running programme isnt it?
Indeed, shorter queries (three lines max) do work a little better, although still unnecessary slow in my opinion.
Stereo
(Guillaume Rischard)
February 1, 2017, 8:36am
#10
Java’s not needed in the browser, but javascript is, and Edge, just like all modern browsers, supports it.
Here’s how to open the console:
By default settings, the Console won’t show any messages until you start it. Start it by opening the F12 developer tools, and selecting the Console tool (CTRL + 2). You can also open the Console within another tool using the Show console button in the upper-right of the tools pane or CTRL + `.
ff5722
(F)
February 5, 2017, 9:35pm
#11
Apply the workaround in the first comment here. https://josm.openstreetmap.de/ticket/11693