id summary reporter owner description type status priority milestone component version resolution keywords cc 10646 [PATCH] Allow data URIs in remotecontrol sanderd17 team "It's currenlty possible to create a dynamic OSM file server-side, and serve it to JOSM users by using a remote-control link. But there are some downsides to server-side files: * Server-side modifications means that porting over websites is harder * When the files get cleaned on the server (f.e. generated files are no longer considered neccesary), the links become obsolete or wrong Therefore, for rather small OSM files, the URI data schema would be handy. Example: http://sanderd17.github.io/8840.html is a webpage I'm making (currently only working in Firefox) that should allow you to download OSM and official CRAB address data in several comparisons. It's meant to be rather portable, so others can host and improve it. Thanks to the data URI, it's possible to generate the OSM data purely dynamical via client-side scripts (which means that no apache, PHP, but just a webbrowser is needed). Ideally, JOSM would also be able to open it through the remote-control as with server-hosted files." enhancement closed normal 14.10 Core remotecontrol fixed