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) @9864   8 years wiktorn Add WKID (Well Known ID) pattern to WMS url templates. Patch by: …
(edit) @9830   8 years wiktorn Fix findbugs warning / NPE. See: #12350
(edit) @9825   8 years wiktorn Improvements for native scales. * make ScaleList immutable object * …
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9768   8 years simon04 Avoid array creation for every WMTSTileSource.getTileMatrix call
(edit) @9755   8 years bastiK add preference type MultiMap (closes #12437)
(edit) @9664   8 years wiktorn Fix NPE and hang when adding erroneus imageries. When user points to …
(edit) @9658   8 years stoecker see #12313 - support mirror URLs in editor compare and JOSM imagery loader
(edit) @9620   8 years wiktorn Refactor structure of TMS based classes. Move OsmMercator …
(edit) @9619   8 years wiktorn Finish removal of tile-size workaround code started in [9617]. Now …
(edit) @9617   8 years stoecker see #12437 - support new Map<String, List<String>> type in preferences
(edit) @9614   8 years stoecker development is much too fast…
(edit) @9613   8 years stoecker fix #12437 - see #12425 - fix handling of equal no tile headers with …
(edit) @9610   8 years stoecker fix #12425 - add checksum based no-tile detection
(edit) @9603   8 years Don-vip fix some Sonar issues
(edit) @9414   8 years simon04 see #8824 - Fail fast when initializing imagery entries while starting …
(edit) @9412   8 years simon04 see #8824 - Allow to cancel updating of imagery entries in the preferences
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9232   8 years simon04 fix #12265 - Use HttpClient for imagery requests
(edit) @9214   8 years Don-vip use LatLon.ZERO instead of new LatLon(0, 0)
(edit) @9176   8 years bastiK restore old reference point for wms tiling (see #12186) use negative …
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9167   8 years wiktorn - Move TemplatedWMSTileSource to Projection.getWorldBoundsBoxEastNorth …
(edit) @9135   8 years Don-vip checkstyle
(edit) @9134   8 years wiktorn Introduce imagery-source warnings about alignment and reprojections. …
(edit) @9095   8 years wiktorn Fix 12168. - added testcase for bug #12168. I removed all but one …
(edit) @9081   8 years wiktorn FIx missing scrollbar on WMTS layer selection list. Closes #12151.
(edit) @9069   8 years wiktorn checkstyle: remove unnecessary final keyword
(edit) @9068   8 years wiktorn Replace DOM parser for WMTS GetCapabilities document with StAX parser. …
(edit) @9067   8 years Don-vip sonar - Immutable Field
(edit) @9007   8 years wiktorn Fix broken representation of URL-s in Imagery Preferences
(edit) @9004   8 years wiktorn Fix high CPU usage when showing small tiles. - …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8824   9 years wiktorn When looking for similar imageries look only within the imageries of …
(edit) @8815   9 years wiktorn Improve tile display when imagery server returns errors randomly. * …
(edit) @8772   9 years Don-vip remove deprecated code from jmapviewer, deprecate plugin …
(edit) @8768   9 years wiktorn When tile loading task was canceled, tiles were not properly mark as …
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8752   9 years wiktorn Support situations, where WMTS service provides more than one tile set …
(edit) @8737   9 years wiktorn Remove of org.openstreetmap.gui.jmapviewer.JobDispatcher. Closes: #11840
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8718   9 years simon04 Fix checkstyle warnings
(edit) @8714   9 years wiktorn Do not block in EDT thread, when waiting for attribution download. …
(edit) @8704   9 years wiktorn Fix minimum zooming breaking the calculation of best-zoom and zooming in.
(edit) @8697   9 years wiktorn fix failing tests
(edit) @8696   9 years wiktorn Glue WMS zoom levels to TMS zoom levels. Based on WMTS well known …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8673   9 years wiktorn Bing fixes. * Pass and handle error on url creation (attribution not …
(edit) @8659   9 years wiktorn More performance improvements * Use one MemoryTileCache instance per …
(edit) @8652   9 years Don-vip fix #11767 - Use Arrays.copyOf in OsmPrimitive#put(String, String)
(edit) @8649   9 years wiktorn * performance improvements - move all cache accesses to worker thread, …
(edit) @8647   9 years wiktorn Performance improvements. * getTileUrl now uses generic, staticly …
(edit) @8643   9 years wiktorn Fix behaviour when exception is thrown during download. * fix endless …
(edit) @8640   9 years wiktorn Fix retrieving expired elemetnts from cache for TMS
(edit) @8637   9 years Don-vip update to latest JMapViewer
(edit) @8636   9 years wiktorn Small TMS fixes. * fix handling of minimum and maximum expiration …
(edit) @8635   9 years wiktorn Fix Coverity warnings: * null pointer dereferences * make maksimum …
(edit) @8634   9 years Don-vip proper JOSM/JMapViewer integration
(edit) @8627   9 years wiktorn properly pass the message that user has not selected layer
(edit) @8626   9 years wiktorn checkstyle and sonar issues fixes
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8619   9 years wiktorn Class cleanup / style fixes. * Replace Coordinate with ICoordinate * …
(edit) @8618   9 years wiktorn Fix calculation of World Bounds for WMS when no projection has no …
(edit) @8607   9 years wiktorn fix error reporting when tiles were successfuly loaded
(edit) @8606   9 years wiktorn Properly report exceptions from tile download
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8602   9 years wiktorn Properly handle file based tile sources. * move …
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8586   9 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8585   9 years wiktorn Checkstyle fixes
(edit) @8584   9 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8571   9 years Don-vip findbugs
(edit) @8570   9 years Don-vip checkstyle
(edit) @8569   9 years wiktorn Add tests for Wallonie and Wien, fixed Style substitution
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8530   9 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8528   9 years Don-vip see #11255 - remove references to imagery/types folder deleted since …
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8488   9 years wiktorn Properly handle situation, when tile server returns something else …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8456   9 years Don-vip see #11508 - override hashCode() and equals() in other commands as well
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8433   9 years wiktorn Clean up handling of various error situations. Closes #11494
(edit) @8425   9 years wiktorn Limit the tile expiration date between 1 hour to 1 month. Fix Sonar …
(edit) @8424   9 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8420   9 years wiktorn Java docs for @8418, addresses #11456
(edit) @8418   9 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
Note: See TracRevisionLog for help on using the revision log.