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) @11860   7 years Don-vip see #7427 - checkstyle
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11167   7 years simon04 AbstractTileSourceLayer#getTileSource: drop method parameter, use …
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10184   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(edit) @9899   8 years wiktorn Use one static instance of NativeScaleLayer for all TMS layers. See: …
(edit) @9897   8 years wiktorn Use maximum/minimum supported zoom levels for native scale …
(edit) @9860   8 years wiktorn Tile Source class as a Generic Type to AbstractTileSourceLayer …
(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) @9731   8 years wiktorn Do not force reload tiles from network when attribution is loaded, …
(edit) @9430   8 years Don-vip add basic unit tests for tile source layers
(edit) @8714   9 years wiktorn Do not block in EDT thread, when waiting for attribution download. …
(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) @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) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8464   9 years Don-vip Singular fields
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8424   9 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8418   9 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8403   9 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8397   9 years wiktorn addresses #11437 - introduce infinite queue for tile loading and clear …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(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) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8288   9 years stoecker fix #11353 - imagery offset regression (patch by wiktorn)
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8186   9 years bastiK see #11312 - imagerycache Plugin broken by recent changes in JOSM …
(edit) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
(edit) @8153   9 years stoecker fix #11263 - displacement in TMS layers - fix by asdqweasd
(edit) @7999   9 years Don-vip fix #11061 - Remote API imagery cookies parameter is not handled …
(edit) @7911   9 years bastiK see #9813 - activate new TMS cache
(edit) @7886   9 years Don-vip update to latest jmapviewer code cleanup
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7823   9 years bastiK see #5309 - too many files in tile cache (see [o30854]) Set Einstein …
(edit) @7329   10 years Don-vip fix #10304 - NPE
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7024   10 years Don-vip sonar - Variables should not be declared and then immediately returned …
(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) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6751   10 years xeen reflect ScanexTileSource upstream changes in JOSM (patch by glebius, …
(edit) @6650   10 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6042   11 years akks fix #8200: NPE when flushing tile cache, allow cleaning different …
(edit) @5963   11 years Don-vip fix #5790 - No layer information for Imagery Sources
(edit) @5898   11 years Don-vip see #8606 - Set User-Agent for JMapViewer connections
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5868   11 years stoecker see #8606 - use JOSM agent also for WebStart, join help browser and …
(edit) @5839   11 years Don-vip see #8570 - close more streams
(edit) @5792   11 years Don-vip code style - fix non-static access to static member
(edit) @5779   11 years akks Allow plugins to replace default tile loader (OsmFileCacheTileLoader) …
(edit) @5391   12 years bastiK add session support for imagery layers
(edit) @5357   12 years stoecker improve task handling for jmapviewer in JOSM context
(edit) @5311   12 years Don-vip fix #7828 - added/fixed Javadoc / minor code simplification (patch by …
(edit) @5281   12 years bastiK fixed #7778 - Don't cache bing.attribution.xml
(edit) @5261   12 years bastiK applied #7739 - TMSLayer.java added some javadoc and reformatted …
(edit) @5017   12 years stoecker use EPSG codes instead of instanceof to verify projection (allows to …
(edit) @4985   12 years Don-vip fix #7256 - "flush tile cache" takes forever -> See progress …
(edit) @4825   12 years simon04 see #7289 - remove JOSM specific stuff from jmapviewer
(edit) @4538   13 years stoecker support {header} pattern also for TMS
(edit) @4531   13 years Don-vip fix #6982 - broken TMS url leads to exceptions
(edit) @4529   13 years Don-vip fix #6109 and #6288 - Right Click "Flush Tile Cache" in TMS layers …
(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) @4489   13 years bastiK unified redundant attribution code from …
(edit) @4465   13 years simon04 fix #6892 - JOSM crashed while selecting area. use OpenBrowser to …
(edit) @4432   13 years stoecker hopefully fix #6662 - selected layer color wrong
(edit) @4417   13 years bastiK applied #6812 - NPE when clicking in TMS layer (patch by Don-vip)
(edit) @4331   13 years hansendc clarify comment This "guarantee" is conditional, so make it clear why …
(edit) @4330   13 years hansendc renane TileSet.allTiles() The previous bug with paintAllImages() …
(edit) @4329   13 years hansendc fix map flicker in TMSLayer drawing code when zooming out I'm seeing …
(edit) @4328   13 years hansendc skew TMSLayer optimal zoom levels to be a bit lower From the code …
(edit) @4306   13 years stoecker add TMS menu entry to reload error tiles
(edit) @4301   13 years stoecker fix #6642 - patch by cmuelle8 - TMSLayer: put option in tile context …
Note: See TracRevisionLog for help on using the revision log.