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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11167   8 years simon04 AbstractTileSourceLayer#getTileSource: drop method parameter, use …
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @10990   8 years wiktorn Small refactor of WMS TileSource * Introduce AbstractWMSTileSource, …
(edit) @10568   8 years Don-vip fix #13169 - Extract imagery layer settings to new class (patch by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @9983   8 years Don-vip remove unused code
(edit) @9860   8 years wiktorn Tile Source class as a Generic Type to AbstractTileSourceLayer …
(edit) @9848   8 years Don-vip see #12426 - checkstyle
(edit) @9844   8 years wiktorn Use HTML formatting for projection warning message for line wrapping. …
(edit) @9430   8 years Don-vip add basic unit tests for tile source layers
(edit) @9135   8 years Don-vip checkstyle
(edit) @9134   8 years wiktorn Introduce imagery-source warnings about alignment and reprojections. …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8906   9 years Don-vip remove deprecated stuff
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(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) @8557   9 years Don-vip checkstyle
(edit) @8543   9 years wiktorn Add appendix to supported layers message
(edit) @8542   9 years wiktorn Add warnings about supported projections for WMS layers
(edit) @8530   9 years Don-vip see #11255 - checkstyle/findbugs
(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) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8068   9 years Don-vip fix #11076 - robustness to unsupported WMS rectifier imagery types
(edit) @7596   10 years Don-vip fix various warnings
(edit) @7509   10 years stoecker remove tabs
(edit) @7438   10 years bastiK fixed #10410 - session: imagery layer settings not stored
(edit) @7425   10 years Don-vip fix #3916 - WMS: Improve exception handling. Proper message is now …
(edit) @7140   10 years Don-vip fix compilation warnings with JDK8 - equals() and hashcode() must …
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7119   10 years Don-vip code refactoring/cleanup/javadoc + fix bug in preset text comparator …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6497   10 years Don-vip fix #9448 - do not attempt to start grabber thread for blank WMS layer
(edit) @6460   10 years simon04 see #7563 - put WMS auto zoom default setting to preference dialog
(edit) @6333   11 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @5969   11 years xeen automatically zoom WMS sources (fixes #7563)
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5810   11 years bastiK fix initialization NPE (for sessions)
(edit) @5715   11 years akks see #8416. GpxLayer refactoring: inner classes goes to …
(edit) @5557   11 years Don-vip fix #8147 - NPE in WMS grabber thread
(edit) @5513   12 years jttt Fix #7980: Out of Heap Memory
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5457   12 years Don-vip Restrict WMS "save as" and "load" dialogs to WMS FileFilter + refactor …
(edit) @5391   12 years bastiK add session support for imagery layers
(edit) @5389   12 years bastiK fixed #7872 - adjustable tile size for wms (based on patch by Cobra)
(edit) @5017   12 years stoecker use EPSG codes instead of instanceof to verify projection (allows to …
(edit) @4745   12 years jttt Add precache wms tiles action to gpx layers (it will download wms …
(edit) @4633   12 years jttt Fix #7109 WMS-cache does not cache between sessions/INDEX_FILENAME = …
(edit) @4506   13 years bastiK fixed #6816 - attribution for wmslayer (see [o26806])
(edit) @4492   13 years bastiK more options to configure imagery attribution (logo-url & …
(edit) @4432   13 years stoecker hopefully fix #6662 - selected layer color wrong
(edit) @4430   13 years stoecker fix WMS projection checking, use Marcator when WMS supports it, drop …
(edit) @4240   13 years bastiK see #6532 - add support for xml imagery source format (todo: the …
(edit) @4184   13 years stoecker improve projection handling for WMS
(edit) @4183   13 years stoecker fix #6432 - projection handling for TMS and WMS
(edit) @4080   13 years jttt Make ChangeResolution action work on multiple selected wms layers
(edit) @4079   13 years jttt Add action Zoom to native resolution to wms layer
(edit) @4065   13 years jttt Improved wms cache - files saved in original format (no need to …
(edit) @4043   13 years stoecker fix #6153 - spelling fixes
(edit) @3826   13 years framm Add a "blacklisted" property to imagery layers; set this property from …
(edit) @3809   13 years jttt Fix #5207 [PATCH] WMS plugin doesn't download "not in cache"-Tiles …
(edit) @3808   13 years jttt wmslayer - when overlapping is enabled, keep (and cache) only visible …
(edit) @3749   13 years jttt Fix loading of wms tiles (when mapview is moved and then moved back …
(edit) @3747   13 years jttt Make sure wms layer will not try to download the same area twice
(edit) @3733   13 years Upliner Offset bookmarks: don't create submenus when only 1 choice is …
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3719   13 years bastiK added missing license information
(add) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
Note: See TracRevisionLog for help on using the revision log.