Page 1 of 1

[RESOLVED] NS blocking "remote control" function of a site

Posted: Mon Dec 09, 2013 4:54 pm
by Gazer75
Having an issue with noscript and openstreetmap.org

When I want to edit map in view using the remote control for JOSM or Merkaator I get an error message.
I have to completely disable noscript addon for this to work and have JOSM load the map in view for edit.

Re: noscript blocking "remote control" function of a site

Posted: Mon Dec 09, 2013 5:42 pm
by Giorgio Maone
Could you please stop step-by-step instructions to reproduce the issue for people who's not very familiar with geo/map software?

Re: noscript blocking "remote control" function of a site

Posted: Mon Dec 09, 2013 6:59 pm
by barbaz
Also, anything related in the Browser Console when this occurs? (Ctrl-Shift-J)

Re: noscript blocking "remote control" function of a site

Posted: Thu Jan 12, 2017 5:25 pm
by Gazer75
Very old post, but as I finally found the proper syntax I figured it would be nice to post it.

The following allowed me to get the viewed area loaded into JOSM.

Code: Select all

Site 127.0.0.1:8112
Accept from *.openstreetmap.org
Deny
The site port depends on if its a secure site being used or not. 8112 for secure and 8111 for regular.

There are many OSM related sites capable of sending the current view or data selection to JOSM.
tools.geofabrik.de overpass-turbo.eu are other site I use.

Re: noscript blocking "remote control" function of a site

Posted: Thu Jan 12, 2017 5:27 pm
by barbaz
Thank you for posting the solution and glad you got it resolved. Image