[openstreetmap/openstreetmap-website] Add josm scheme link to edit menu (PR #5351)

Anton Khorev notifications at github.com
Wed Nov 27 04:07:50 UTC 2024


I tried registering this script as a `josm:` protocol handler on a desktop with JOSM remote control running, seems to work:

```perl
#!/usr/bin/perl

use LWP::Simple;
my $url = $ARGV[0];
$url =~ s{^josm:}{http://127.0.0.1:8111};
get $url;
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5351#issuecomment-2502680015
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5351/c2502680015 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20241126/c6356f8c/attachment.htm>


More information about the rails-dev mailing list