source: josm/trunk/src/org/openstreetmap/josm/data/imagery

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19050   32 hours taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @18989   2 months taylor.smock Fix #23485: JOSM crashes when opening Imagery Preferences * …
(edit) @18912   4 months taylor.smock Fix #23227: Use the appropriate Bing layer Microsoft guidance …
(edit) @18911   4 months taylor.smock Fix #23113: Use default methods from JMapViewer
(edit) @18871   6 months taylor.smock See #23218: Use newer error_prone versions when compiling on Java 11+ …
(edit) @18801   9 months taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18777   9 months taylor.smock Reduce allocations during startup from Shape Shape#hashCode made …
(edit) @18766   10 months taylor.smock Fix #23011: Custom http headers aren't applied on custom TMS imagery …
(edit) @18723   12 months taylor.smock Fix #22432, see #22941: Start migrating from javax to jakarta Parsson …
(edit) @18703   12 months taylor.smock See #22869: Add geoserver custom mimetypes * image/vnd.jpeg-png * …
(edit) @18697   13 months taylor.smock See r18695: fix @since xxx
(edit) @18695   13 months taylor.smock Fix #22603: Add PBF reading support
(edit) @18599   17 months taylor.smock Fix CID 1500633 and 1500634: dereference null return value
(edit) @18596   18 months taylor.smock Fix CID 1500602: getFile returns null (RemoteEntry#getFile) …
(edit) @18592   18 months taylor.smock Fix #22337: Make window for attached GPX waypoint images resizable …
(edit) @18582   18 months taylor.smock Fix #22470: JsonParsingException when source file is moved and html is …
(edit) @18578   18 months taylor.smock Fix #22404: MVT background layer: Polygons not drawn This was a …
(edit) @18568   19 months taylor.smock See #22391/r18567: fix typo (&20 -> %20 for ' ' url encoding)
(edit) @18567   19 months taylor.smock Fix #22391: Support "image/png; mode=8bit" imagery
(edit) @18485   23 months taylor.smock SonarLint: Fix most recent code smells This also fixes some tests so …
(edit) @18478   23 months taylor.smock Really fix failing tests in VectorDataSetTest The test failed ~50% of …
(edit) @18473   23 months taylor.smock Fix #22032: Various memory enhancements for MVT tiles There is about …
(edit) @18431   2 years taylor.smock VectorTile/MapBox/Feature: Significantly reduce allocations The area …
(edit) @18427   2 years taylor.smock Fix an NPE that occurred when attempting to copy an image URL This …
(edit) @18380   2 years taylor.smock ImageryPatterns: Fix CID 1469640: Null point dereferences This uses …
(edit) @18378   2 years taylor.smock see #21850: Fix calls to JOSM server where not apikey is needed
(edit) @18371   2 years taylor.smock fix #21850: WMS and WMTS don't support {apikey} This adds {apikey} as …
(edit) @18360   2 years Don-vip upgrade to checkstyle 9.2.1
(edit) @18341   2 years Don-vip fix #21646 - Round new points in imagery.Shape (patch by taylor.smock)
(edit) @18290   2 years Don-vip fix #21469 - Make First/Last buttons in image display window remember …
(edit) @18278   3 years Don-vip fix #21430 - Fix deletion of images (patch by taylor.smock)
(edit) @18246   3 years Don-vip see #16472 - add initial working 360 viewer, minimal tests, many tests …
(edit) @18211   3 years Don-vip global use of !Utils.isEmpty/isBlank
(edit) @18208   3 years Don-vip global use of Utils.isEmpty/isBlank
(edit) @18193   3 years Don-vip fix javadoc warnings
(edit) @18185   3 years Don-vip see #21254 - Fix lint issues, fix broken test (patch by taylor.smock)
(edit) @18183   3 years Don-vip fix #21254 - fix shoe lace formula implementation (patch by taylor.smock)
(edit) @18156   3 years Don-vip fix #21239 - fix NPE
(edit) @18116   3 years Don-vip fix #17915 - HTML in imagery menu tooltips does not work with Aqua L&F
(edit) @18115   3 years stoecker add font-checks to geticons.pl, see #21143
(edit) @18011   3 years Don-vip see #17177 - add debug log on saving, wait for saving in …
(edit) @17994   3 years Don-vip see #17177 - see #20971 - MVT robustness, better logs, javadoc
(edit) @17990   3 years Don-vip see #17177 - detailed errors for random unit test failures
(edit) @17975   3 years Don-vip fix #21090 - fix #20695 - shutdown precache tileloader only when all …
(edit) @17968   3 years Don-vip see #17177 - don't create unneeded output stream when writing PNG …
(edit) @17914   3 years simon04 fix #20933 - NumberFormatException: For input string: "333,662" (patch …
(edit) @17867   3 years simon04 see #17177 - fix @since xxx
(edit) @17862   3 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17830   3 years simon04 Use ICache.NAME_COMPONENT_DELIMITER for clarity
(edit) @17727   3 years simon04 fix #20732 - Migrate org.openstreetmap.josm.data.imagery.Shape#coords …
(edit) @17578   3 years Don-vip fix #20610 - WMTS/WMS code deduplication
(edit) @17509   3 years wiktorn Checkstyle fixes
(edit) @17505   3 years wiktorn Do not cache responses, that are not images. When server returns …
(edit) @17502   3 years wiktorn Check current tile projection when querying WMS server. Add same …
(edit) @17496   3 years wiktorn Fix regression from [17494] Do not shutdown the thread pool, if this …
(edit) @17484   3 years Don-vip see #19724 - fix issues reported by Error-Prone 2.5.1 before it crashes
(edit) @17093   4 years simon04 Use Collection.addAll
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16877   4 years simon04 Javadoc warnings
(edit) @16692   4 years simon04 fix #19422 - IAE in TMSCachedTileLoaderJob.parseHeaders
(edit) @16680   4 years simon04 fix #19417, see #19026 - Add ImageryInfo.getBounds for binary compatibility
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16627   4 years simon04 see #19334 - …
(edit) @16605   4 years simon04 see #19026 - Add ImageryInfo.setBounds for binary compatibility
(edit) @16572   4 years simon04 see #19026 - Fix default in ImageryInfo.getImageryType (patch by …
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16545   4 years simon04 fix #19026 - Make imagery preferences code more generic (patch by …
(edit) @16436   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16431   4 years simon04 TMSCachedTileLoaderJob.parseHeaders: use Utils.clamp Fixes …
(edit) @16426   4 years simon04 see #18712 - Add NetworkManager.isOffline(String) to test offline …
(edit) @16398   4 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @16130   4 years Don-vip see #17285 - add privacy-policy-url in mirror
(edit) @16127   4 years Don-vip see #17285 - add privacy-policy-url
(edit) @16106   4 years Don-vip fix #18901 - NPE when no WMTS layer is selected
(edit) @16101   4 years simon04 see #18896: ImageryInfo: use Utils.toUnmodifiableList and …
(edit) @16056   4 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
(edit) @15934   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15902   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15739   4 years simon04 see #14921 - WMS: support time={time} for Sentinel-2 imagery
(edit) @15736   4 years simon04 Java 8: simplify Stream API usage
(edit) @15693   4 years Don-vip see #18172 - don't forget categoryOriginalString in copy constructor
(edit) @15685   4 years Klumbumbus see #18172 - contour lines should go into category elevation too
(edit) @15658   4 years simon04 fix #18172 - Add new imagery categories "elevation" and "qa"
(edit) @15586   4 years Don-vip code cleanup
(edit) @15525   4 years Don-vip spotbugs - JLM_JSR166_UTILCONCURRENT_MONITORENTER
(edit) @15460   5 years Don-vip checkstyle/pmd
(edit) @15456   5 years wiktorn Allow zoom in TMS layer up to 24. See: #18064
(edit) @15415   5 years Don-vip checkstyle
(edit) @15411   5 years Don-vip add robustness
(edit) @15410   5 years Don-vip find a more suitable WMTS layer when no default is provided. Helps to …
(edit) @15409   5 years Don-vip find a more suitable WMTS layer when no default is provided. Helps to …
(edit) @15241   5 years Don-vip fix #17918 - don't include ImageryInfo field names in imagery search
(edit) @15158   5 years Don-vip fix #17781 - filter imagery list by (localized) country name
(edit) @15059   5 years Don-vip see #16301 - suppress icon warning (on the correct enum this time)
(edit) @15057   5 years Don-vip see #16301 - suppress icon warning
(edit) @15049   5 years Don-vip see #16301 - add category icons in imagery preferences
(edit) @14746   5 years simon04 Refactoring: use StandardCharsets
(edit) @14624   5 years Don-vip fix various SonarQube issues
(edit) @14573   5 years Don-vip see #17116 - use existing translated string
(edit) @14572   5 years Don-vip see #16073 - improve WMTS parsing
Note: See TracRevisionLog for help on using the revision log.