Taylor Smock
Taylor Smock
As an alternative, the attribute `Automatic-Module-Name` could be added (see https://docs.oracle.com/javase/9/docs/specs/jar/jar.html#Modular ). The primary advantage is that downstream users can use `requires com.drew.imaging` instead of `requires metadata-extractor` (which can change...
https://josm.openstreetmap.de/ticket/20613 (Also, this is open -- did you intend to reopen this?) Anyway, it seems that `bounds(ILatLon)` is the same as `contains(ILatLon)` (in IBounds).
I'll check on the citations. I've added the privacy policy.
It looks like it is down on their website as well. I really ought to look into building a custom tile server for it. Specifically, one for 2020 (the most...
It does have an `exportimage` parameter for WMS usage. Example: https://mcgis.mesacounty.us/image/rest/services/Mosaic_Datasets/City_County_2020/ImageServer/exportImage?f=image&bbox=707158.8192363052%2C4321403.386123106%2C723414.8517483702%2C4329379.0020743385&imageSR=102206&bboxSR=102206&size=1920%2C942 While the server they use technically has that feature, it something _I've_ been avoiding, since I don't know what...
The key should probably be namespaced, since users can technically run their own instance of MR. Example: `` or `` We might want the `:` to point to the actual...
I had been thinking of something like ```xml ``` Either one trivially allows clients to figure out what service the API key is for, and given the API URL, assuming...
Take a look at Layer.VISIBLE_PROP in conjunction with implementing a PropertyChangeListener. Example: ```java @Override public void activeOrEditLayerChanged(ActiveLayerChangeEvent e) { // Remove previous listener (order matters if we are somehow getting...
Good to know. I'll take a look at it again today. I won't merge it until Thursday at the earliest (we did a hotfix last Friday, and I'm waiting to...
In [18574/josm](https://josm.openstreetmap.de/changeset/18574/josm): Fix [#22378](https://josm.openstreetmap.de/ticket/22378): Preview object properties on mouse hover (patch by Woazboat, modified) Show tags and relation memberships of an object in the properties dialog when moving the mouser...