source: josm/trunk/src/org/openstreetmap/josm/io/imagery

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9134   8 years wiktorn Introduce imagery-source warnings about alignment and reprojections. …
(edit) @9108   8 years Don-vip checkstyle
(edit) @9107   8 years bastiK wms: allow all supported projections (also those only accessible by code)
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8650   9 years wiktorn Follow HTTP(S) redirects in Add WMS wizzard / GetLayers. Closes: #11770
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(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) @8444   9 years Don-vip remove extra whitespaces
(edit) @8418   9 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(edit) @8347   9 years Don-vip simplify/instrument SAX code
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8344   9 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8287   9 years Don-vip fix findsecbugs:XXE_SAXPARSER - "Security - XML Parsing Vulnerable to …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8091   9 years stoecker proper handling of language infor for maps name and description
(edit) @8065   9 years stoecker display imagery description in preferences dialog tooltip
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7659   9 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) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7242   10 years bastiK add support for If-Modified-Since header in MirroredInputStream (see …
(edit) @7221   10 years Don-vip fix #10114 - NPE
(edit) @7186   10 years bastiK see #9914 - automatic update for imagery entries using id
(edit) @7175   10 years bastiK add imagery url panel: by default request the transparent version of layer
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(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) @7030   10 years Don-vip see #8465 - use of try-with-resource
(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) @6968   10 years stoecker also store untranslated imagery name
(edit) @6930   10 years simon04 Add WMS: filter unsupported image formats, preselect jpeg or png
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6690   10 years Don-vip code/javadoc cleanup in imagery code
(edit) @6650   10 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
(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) @5808   11 years akks fix #8549, patch by Zverikk: Remove [deprecated] imagery offset server …
(edit) @5731   11 years Don-vip fix #8444 - NPE when no WMS url is entered in WMS add dialog + various …
(edit) @5617   11 years simon04 see #8254 - new imagery entry wms_endpoint: Store WMS endpoint only, …
(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) @4874   12 years jttt Use static class were appropriate
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4868   12 years jttt fix some warnings
(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) @4713   12 years simon04 see #7182 - Individual Icons for Imagery Background
(edit) @4492   13 years bastiK more options to configure imagery attribution (logo-url & …
(edit) @4439   13 years bastiK change imagery projection tag to something neutral (wms 1.1.1 has …
(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) @4423   13 years bastiK applied #6834 - Imagery providers slippy map enhancements: polygon …
(edit) @4419   13 years stoecker reactivate imagery source translation
(edit) @4405   13 years simon04 fix #6740 - prefix imagery layer by country code
(edit) @4313   13 years stoecker typo
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(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) @4027   13 years stoecker don't cache imagery in plugins directory
(edit) @3852   13 years Upliner Offset server bugfixes and debug info
(edit) @3847   13 years Upliner Initial support for Komzpa's osmosnimki imagery offset server
(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 …
Note: See TracRevisionLog for help on using the revision log.