source: josm/trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapBBoxChooser.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12339   7 years michael2402 Add javadoc to SlippyMapBBoxChooser
(edit) @12203   7 years stoecker drop CycleMap from JOSM core
(edit) @12202   7 years stoecker drop CycleMap from JOSM core
(edit) @11188   7 years wiktorn Allow working on readonly JOSM Home Return null …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10549   8 years simon04 see #13137 - Remove MapQuest Open from SlippyMapBBoxChooser
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9983   8 years Don-vip remove unused code
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8732   9 years simon04 see #11823 - Minimap: hide shrink/enlarge button
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(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) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8387   9 years Don-vip fix some Findbugs warnings
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6988   10 years bastiK debug output for #9897 (also in [o30403])
(edit) @6917   10 years Don-vip fix #9841 - access OSM tiles in HTTPS in slippy map chooser
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6793   10 years xeen [build fix] classes that use JMapViewer shoudn't use OsmMercator …
(edit) @6785   10 years stoecker fix #9643 - remove unneeded wrapper class - patch by glebius
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6539   10 years jttt Convert SizeButton and SourceButton to swing compontents
(edit) @6378   10 years Don-vip Sonar/Findbugs - fix various violations, javadoc
(edit) @6365   10 years Don-vip Sonar/Findbugs - fix of recent violations
(edit) @6364   10 years Don-vip fix #3744 - Refresh list of TMS layers of download dialog when imagery …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @5898   11 years Don-vip see #8606 - Set User-Agent for JMapViewer connections
(edit) @5779   11 years akks Allow plugins to replace default tile loader (OsmFileCacheTileLoader) …
(edit) @5357   12 years stoecker improve task handling for jmapviewer in JOSM context
(edit) @5046   12 years Don-vip Slippy Map Chooser: Add MapQuest-OSM and MapQuest Open Aerial, fix …
(edit) @5043   12 years Don-vip fix #7472 - Remove Tiles@Home support
(edit) @4868   12 years jttt fix some warnings
(edit) @4860   12 years akks Added parameter slippy_map_chooser.zoomcontrols, see #6997
(edit) @4580   12 years Don-vip see #2212 - Allow JOSM to download data crossing the 180th meridian
(edit) @4552   12 years stoecker fix #6720 - initial refresh of slippy map download
(edit) @4531   13 years Don-vip fix #6982 - broken TMS url leads to exceptions
(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) @4336   13 years stoecker fix #6720 - slippy map download not refreshed, improve resize handling …
(edit) @4202   13 years jttt Fix #6543 NPE in slippymapchooser
(edit) @4195   13 years stoecker fix slippy map attribution handling and allow bounds and attribution …
(edit) @4168   13 years stoecker fix #6259 - Fullscreen toggle in download dialog not working anymore - …
(edit) @3915   13 years jttt Fix compilation problems
(edit) @3878   13 years Upliner Add support for ScanEx IRS tilesource (patch by glebius)
(edit) @3826   13 years framm Add a "blacklisted" property to imagery layers; set this property from …
(edit) @3777   13 years Upliner Add ability to set tilecache directory
(edit) @3725   13 years Upliner Don't show Bing tiles until attribution data is loaded, re #5715
(edit) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
(edit) @3687   13 years bastiK adapt to new jmapviewer interface
(edit) @3602   14 years jttt Allow to use custom tile sources in slippy map chooser (see #3744)
(edit) @3597   14 years jttt Paint layers list in slippy map chooser dynamically (so other layers …
(edit) @3105   14 years Gubaer Removing @Overrides - got inserted too early and make troubles while …
(edit) @3104   14 years Gubaer fixed #4701: Tile download
(add) @3094   14 years Gubaer Improved widget for selecting a bounding box based on a grid of OSM …
Note: See TracRevisionLog for help on using the revision log.