source: josm/trunk/src/org/openstreetmap/josm/io/imagery/WMSGrabber.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7659   10 years Don-vip fix #10673 - use HTTP cache for WMS imagery (patch by wiktorn)
(edit) @7425   10 years Don-vip fix #3916 - WMS: Improve exception handling. Proper message is now …
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @5926   11 years bastiK clean up imports
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5819   11 years stoecker add system name to user agent string, remove direct setting of user …
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5017   12 years stoecker use EPSG codes instead of instanceof to verify projection (allows to …
(edit) @4857   12 years bastiK fixed #7073 - Sicily WMS url error
(edit) @4745   12 years jttt Add precache wms tiles action to gpx layers (it will download wms …
(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) @4253   13 years stoecker see #6227 - fix wrong quote escaping in strings
(edit) @4240   13 years bastiK see #6532 - add support for xml imagery source format (todo: the …
(edit) @4228   13 years stoecker support non-standard headers for some WMS servers
(edit) @4184   13 years stoecker improve projection handling for WMS
(edit) @4183   13 years stoecker fix #6432 - projection handling for TMS and WMS
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4065   13 years jttt Improved wms cache - files saved in original format (no need to …
(edit) @3826   13 years framm Add a "blacklisted" property to imagery layers; set this property from …
(edit) @3808   13 years jttt wmslayer - when overlapping is enabled, keep (and cache) only visible …
(edit) @3747   13 years jttt Make sure wms layer will not try to download the same area twice
(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.