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:
OK, here is another attempt. I made the above corrections and updated it to
pass tag definitions as a nested object serialized into JSON, supporting
various characters in keys and values.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-websit
@nenad-vujicic pushed 8 commits.
09bda4e6e9cdeb46f890807b48f69c9181bff5b4 Added NoteTag model and note_tags
table
e15dfc4a06f2ad8109a5f35e4895ff1c9263b5d5 Added displaying tags on Notes sidebar
a98e64ee5694d84c3d16608b3d076a2161ff388c Updated (j)builder files with note
tags
67d150d41528e9f61d
> it requires detecting the OS, something we'd rather not do
is it problematic for some reason? (is there really no reliable way to do it?)
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5351#issuecomment-2500293205
You are recei
@Collaborators, can you move specific comments to a new issue about improving
communication or would we have to start that from scratch again there? Does
github have a feature like Discourse or just mark as off-topic?
--
Reply to this email directly or view it on GitHub:
https://github.com/open