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) @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
(edit) @13510   6 years wiktorn Add caching of Tile Size. getTileSize() was taking about 20% of …
(edit) @13493   6 years Don-vip see #11924, see #15560, see #16048 - tt HTML tag is deprecated in …
(edit) @13449   6 years Don-vip see #15992 - display and log ServiceException error messages
(edit) @13439   6 years Don-vip see #15940 - WMTS: case-insensitive matching of dimensions + fix typo
(edit) @13429   6 years Don-vip see #15940 - allow to sort WMTS entries
(edit) @13388   6 years Don-vip see #15880 - robustness to unsupported projections
(edit) @13387   6 years Don-vip see #15880 - nicer exception
(edit) @13374   6 years bastiK fixed #15852 - add missing fields in ImageryInfo copy constructor …
(edit) @13272   6 years stoecker see #15713 - rename dirty mode
(edit) @13267   6 years Don-vip fix #15713 - properly update imagery entries
(edit) @13243   6 years michael2402 See #15310: Replace use of dx/dy in bookmark loading/storing code.
(edit) @13119   6 years Don-vip fix #15545 - add new property wmts.capabilities.cache.max_age to …
(edit) @13112   6 years Don-vip fix #15539 - use awaitility in MinimapDialogTest rather than …
(edit) @13029   6 years Don-vip fix #15462 - catch UnsatisfiedLinkError in case of JRE badly installed
(edit) @12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
(edit) @12856   7 years bastiK see #15229 - add parameter to base directory methods
(edit) @12855   7 years bastiK see #15229 - add separate interface IBaseDirectories to look up …
(edit) @12851   7 years bastiK see #15229 - extract "struct" handling from Preference to StructUtils
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12765   7 years wiktorn Use tools.Logging instead of FeatureAdapter.getLogger See: #15229
(edit) @12709   7 years Don-vip fix #15216 - choose first compatible wmts layer in case several are …
(edit) @12669   7 years Don-vip see #15182 - remove dependence on JMapViewer for package data.coor
(edit) @12635   7 years Don-vip see #15182 - checkstyle
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12550   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @12542   7 years Don-vip partial revert of r12537
(edit) @12539   7 years Don-vip PMD - enable naming rules
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12453   7 years bastiK see #14794 - remaining javadoc for the josm/data/ packages
(edit) @12445   7 years Don-vip update to error-prone 2.0.21, groovy 2.4.12
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12260   7 years Don-vip checkstyle
(edit) @12258   7 years stoecker see #14832 - add access to raw logo information
(edit) @12256   7 years Don-vip see #14832 - display the URL as attribution is text is missing
(edit) @12232   7 years Don-vip see #11924 - fix deprecation warning
(edit) @12224   7 years Don-vip fix #14825 - Support WMTS Dimensions
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12147   7 years Don-vip fix #14793 - fix WMTS CRS identification as per OGC specification …
(edit) @12139   7 years Don-vip see #14773 - checkstyle
(edit) @12134   7 years bastiK see #14773 - improve session export/import for imagery layer offset data
(edit) @12118   7 years Don-vip see #14734 - fix checkstyle warnings
(edit) @12093   7 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @12084   7 years bastiK offset bookmarks: migrate preferences from lists to key=value maps …
(edit) @11977   7 years Don-vip see #14655 - fix javadoc warnings
(edit) @11975   7 years stoecker see #14655 - implement nearly all features in ELI sync XML output
(edit) @11921   7 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11889   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11877   7 years bastiK see #7427 - WMTS: if no default layer specified, choose first …
(edit) @11860   7 years Don-vip see #7427 - checkstyle
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11843   7 years bastiK see #7427 - remove unused code
(edit) @11830   7 years bastiK see #7427 - add implementations for new TileSource methods
(edit) @11824   7 years bastiK fixed #14558 - add image/png8 as supported format
(edit) @11816   7 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11815   7 years Don-vip sonar - squid:S3398 - "private" methods called only by inner classes …
(edit) @11811   7 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @11798   7 years bastiK WMTS: add mimetype produced by ESRI
(edit) @11796   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11792   7 years bastiK fixed #14590 - WMTS: Show layer title, not layer identifier in layer …
(edit) @11791   7 years bastiK WMTS: don't show layer selection dialog if there is only one layer …
(edit) @11790   7 years bastiK WMTS: fix case with multiple tilesets per projection and layer …
(edit) @11788   7 years bastiK make it possible to switch between 2 supported projections for a …
(edit) @11773   7 years wiktorn Fix NPE when there is no supported format for WMTS Tile Source * …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11707   7 years stoecker only allow defaults with ID
(edit) @11706   7 years stoecker switch imagery.layers.default from url to ID and drop old entries
(edit) @11703   7 years stoecker see #14470 - don't drop old layers when there was an maps load error
(edit) @11690   7 years stoecker see #14470 - don't drop imagery when default list is empty
(edit) @11685   7 years Don-vip partial revert of r11675 - causes test failure of …
(edit) @11675   7 years Don-vip update to error_prone 2.0.18
(edit) @11651   7 years Don-vip FindBugs - MS_MUTABLE_COLLECTION
Note: See TracRevisionLog for help on using the revision log.