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) @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
(edit) @14570   5 years Don-vip fix #17116 - translate "No tile at this zoom level"
(edit) @14565   5 years Don-vip see #16073 - detection of json errors
(edit) @14535   5 years Don-vip see #16073 - check response contents see #16854 - stability of created …
(edit) @14507   5 years Don-vip see #16073 - test tile source
(edit) @14436   5 years Don-vip fix SonarQube issues
(edit) @14403   5 years wiktorn Checkstyle fixes
(edit) @14399   5 years wiktorn GetTileUrl performance improvements for WMS See: #16769
(edit) @14311   6 years Don-vip see #16824 - better display of WMS errors
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14270   6 years wiktorn Treat SocketTimeoutException as transient error. Extend …
(edit) @14268   6 years wiktorn Retry tile download on transient errors. Till now there was no …
(edit) @14262   6 years wiktorn Fix WMS simultaneus connections When creating download thread pool …
(edit) @14261   6 years wiktorn Use corePoolSize = maxPoolSize and unbounded queue Remove hack with …
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @14153   6 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
(edit) @13890   6 years Don-vip fix #16357 - use English imagery names in changeset source tag
(edit) @13886   6 years wiktorn Fix handling of minimumExpiryTime
(edit) @13879   6 years wiktorn Add layer name/title to WMTS layers when user selects layer see: #15988
(edit) @13872   6 years wiktorn Fix WMS_ENDPOINT headers. * Use custom headers when calling …
(edit) @13870   6 years wiktorn Fix NPE when style title is null Closes: #16333
(edit) @13839   6 years wiktorn Sonar fixes and javadoc * AddImageryLayerAction - do not use {{ }} …
(edit) @13829   6 years Don-vip SonarQube - fix minor issues
(edit) @13828   6 years wiktorn Sonar fixes, javadocs. See: #16249
(edit) @13825   6 years Don-vip SonarQube - squid:S3878 - Arrays should not be created for varargs …
(edit) @13824   6 years Don-vip SonarQube - fix code style issues
(edit) @13818   6 years Don-vip see #15560 - fix javadoc warnings with Java 10
(edit) @13798   6 years Don-vip see #13937 - code cleanup
(edit) @13797   6 years Don-vip fix #13937 - save imagery offset bookmarks by locale-insensitive id …
(edit) @13792   6 years stoecker fix #16103 - add map type definitions
(edit) @13759   6 years Don-vip typo
(edit) @13753   6 years wiktorn Do not return null map, empty map instead.
(edit) @13749   6 years wiktorn Remove unused function & better error reporting See: #16249
(edit) @13747   6 years wiktorn Report parse exceptions as WMTSGetCapabilitiesException See: #16249
(edit) @13746   6 years wiktorn Add filter for WMTS layers, calculate preferred widths for columns. …
(edit) @13744   6 years wiktorn Remove SupressFBwarning
(edit) @13743   6 years wiktorn Fix bugs spotted by findbugs
(edit) @13742   6 years wiktorn Checkstyle fixes
(edit) @13740   6 years wiktorn Javadoc fixes
(edit) @13733   6 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13732   6 years wiktorn New functions - moveReaderToTag - now you can specify function which …
(edit) @13730   6 years Don-vip fix #16277 - catch SecurityException when loading tiles
(edit) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13631   6 years Don-vip see #16129 - better catch of WMS ServiceExceptions
(edit) @13542   6 years Don-vip see #16084 - remove unused code
(edit) @13539   6 years Don-vip fix #16084 - WMTS: support different tile sizes for layers using the …
(edit) @13537   6 years Don-vip see #14655 - checkstyle
(edit) @13536   6 years stoecker add possibility to change map ids (see #14655), add overlay flag for …
(edit) @13516   6 years stoecker fix #16077 - properly handle modTileFeatures in JOSM config
Note: See TracRevisionLog for help on using the revision log.