source: josm/trunk/src/org/openstreetmap/josm/gui/layer/TMSLayer.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7823   11 years bastiK see #5309 - too many files in tile cache (see [o30854]) Set Einstein …
(edit) @7329   11 years Don-vip fix #10304 - NPE
(edit) @7033   11 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7024   11 years Don-vip sonar - Variables should not be declared and then immediately returned …
(edit) @7005   11 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6897   11 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6890   11 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   11 years Don-vip fix some Sonar issues (JLS order)
(edit) @6830   11 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6798   11 years Don-vip fix some Sonar issues
(edit) @6792   11 years Don-vip Sonar - fix various issues
(edit) @6751   11 years xeen reflect ScanexTileSource upstream changes in JOSM (patch by glebius, …
(edit) @6650   12 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6336   12 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   12 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6310   12 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6248   12 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6093   12 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6085   12 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6070   12 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6042   12 years akks fix #8200: NPE when flushing tile cache, allow cleaning different …
(edit) @5963   12 years Don-vip fix #5790 - No layer information for Imagery Sources
(edit) @5898   12 years Don-vip see #8606 - Set User-Agent for JMapViewer connections
(edit) @5874   12 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5868   12 years stoecker see #8606 - use JOSM agent also for WebStart, join help browser and …
(edit) @5839   12 years Don-vip see #8570 - close more streams
(edit) @5792   12 years Don-vip code style - fix non-static access to static member
(edit) @5779   12 years akks Allow plugins to replace default tile loader (OsmFileCacheTileLoader) …
(edit) @5391   13 years bastiK add session support for imagery layers
(edit) @5357   13 years stoecker improve task handling for jmapviewer in JOSM context
(edit) @5311   13 years Don-vip fix #7828 - added/fixed Javadoc / minor code simplification (patch by …
(edit) @5281   13 years bastiK fixed #7778 - Don't cache bing.attribution.xml
(edit) @5261   13 years bastiK applied #7739 - TMSLayer.java added some javadoc and reformatted …
(edit) @5017   13 years stoecker use EPSG codes instead of instanceof to verify projection (allows to …
(edit) @4985   13 years Don-vip fix #7256 - "flush tile cache" takes forever -> See progress …
(edit) @4825   14 years simon04 see #7289 - remove JOSM specific stuff from jmapviewer
(edit) @4538   14 years stoecker support {header} pattern also for TMS
(edit) @4531   14 years Don-vip fix #6982 - broken TMS url leads to exceptions
(edit) @4529   14 years Don-vip fix #6109 and #6288 - Right Click "Flush Tile Cache" in TMS layers …
(edit) @4506   14 years bastiK fixed #6816 - attribution for wmslayer (see [o26806])
(edit) @4492   14 years bastiK more options to configure imagery attribution (logo-url & …
(edit) @4489   14 years bastiK unified redundant attribution code from …
(edit) @4465   14 years simon04 fix #6892 - JOSM crashed while selecting area. use OpenBrowser to …
(edit) @4432   14 years stoecker hopefully fix #6662 - selected layer color wrong
(edit) @4417   14 years bastiK applied #6812 - NPE when clicking in TMS layer (patch by Don-vip)
(edit) @4331   14 years hansendc clarify comment This "guarantee" is conditional, so make it clear why …
(edit) @4330   14 years hansendc renane TileSet.allTiles() The previous bug with paintAllImages() …
(edit) @4329   14 years hansendc fix map flicker in TMSLayer drawing code when zooming out I'm seeing …
(edit) @4328   14 years hansendc skew TMSLayer optimal zoom levels to be a bit lower From the code …
(edit) @4306   14 years stoecker add TMS menu entry to reload error tiles
(edit) @4301   14 years stoecker fix #6642 - patch by cmuelle8 - TMSLayer: put option in tile context …
(edit) @4195   14 years stoecker fix slippy map attribution handling and allow bounds and attribution …
(edit) @4188   14 years stoecker improve TMS zoom handling
(edit) @4183   14 years stoecker fix #6432 - projection handling for TMS and WMS
(edit) @4126   14 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4017   14 years Upliner fix #5834, #5977 TMS context menu comes up after imagery layer(s) deleted
(edit) @3921   14 years stoecker fix #5990 - NPE
(edit) @3915   14 years jttt Fix compilation problems
(edit) @3909   14 years Upliner fix #5965 - NPE in TMSLayer
(edit) @3881   14 years Upliner add support for ScanEx Spot support (patch by glebius)
(edit) @3878   14 years Upliner Add support for ScanEx IRS tilesource (patch by glebius)
(edit) @3826   14 years framm Add a "blacklisted" property to imagery layers; set this property from …
(edit) @3787   15 years Upliner Another rework of autozoom algorithm, fixes flicker when zooming in. …
(edit) @3785   15 years Upliner TMSLayer: get rid of "lastImageScale" hack and fix stack overflow …
(edit) @3778   15 years Upliner fix typo in previovus commit
(edit) @3777   15 years Upliner Add ability to set tilecache directory
(edit) @3774   15 years Upliner Auto-detection of Bing zoomlevel, fixes #5741
(edit) @3773   15 years Upliner don't paint dummy tiles when overzooming Bing imagery, adresses #5741
(edit) @3740   15 years Upliner Make TMS info text more clearly visible
(edit) @3739   15 years Upliner initial support for Bing capture date tags, see #5741
(edit) @3733   15 years Upliner Offset bookmarks: don't create submenus when only 1 choice is …
(edit) @3720   15 years bastiK added missing svn:eol-style
(edit) @3719   15 years bastiK added missing license information
(add) @3715   15 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
Note: See TracRevisionLog for help on using the revision log.