source: osm/applications/viewer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25376   13 years upliner use absolute path for Bing attribution image
(edit) @25370   13 years stotz Gpl added; release zip created
(edit) @25369   13 years stotz TileSource implementation moved to own package; code clean-up and …
(edit) @25336   13 years glebius Fix breakage introduced in previous revision. Ticket: 5965
(edit) @25326   13 years stotz System.err output commented out
(edit) @25314   13 years stotz attributation patch by Marcin Floryan (see JOSM Ticket #5911)
(edit) @25266   13 years upliner Add support for ScanEx Spot support (patch by glebius)
(edit) @25265   13 years upliner add support for Scanex IRS tilesource (patch by glebius)
(edit) @25217   13 years stotz timeout removed because of JOSM dependency
(edit) @25216   13 years stotz Problematic @Override removed
(edit) @25172   13 years bastik set timeout
(edit) @24989   14 years upliner jmapviewer: add function to get default cache directory and throw …
(edit) @24985   14 years upliner bugfix: call tileLoadingFinished() after loading dummy tiles
(edit) @24967   14 years upliner jmapviewer: implement detection of Bing zoomlevel and don't store …
(edit) @24847   14 years upliner jmapviewer: replace .etag files with .tags ones to store tile metadata
(edit) @24840   14 years upliner jmapviewer: initial support for bing tile metadata
(edit) @24828   14 years upliner jmapviewer: replace Windows special characters in cache directory name
(edit) @24763   14 years upliner jmapviewer: don't show Bing tiles until the attribution data is loaded
(edit) @24706   14 years upliner prepare to include imagery into JOSM and Bing into jmapviewer
(edit) @24643   14 years upliner jmapviewer: show imagery attribution
(edit) @24489   14 years yellowbkpk Adding support for attribution and terms of use URLs.
(edit) @24485   14 years yellowbkpk Checkpoint for Bing attribution requirements.
(edit) @22697   14 years stoecker fixed changed URL (josm bug 5344)
(edit) @22281   14 years yellowbkpk The TileSource can specify the tile size. Used to allow custom tile …
(edit) @19870   14 years bastik minor extension (patch by svenmeier)
(edit) @19697   14 years stotz JavaDoc added for getPosition() methods
(edit) @19232   15 years stotz Implemented hashCode() based on equals(..)
(edit) @19231   15 years stotz Simplified instance creation
(edit) @18890   15 years stotz The name "square" in MapSquare was a bit misleading - of course …
(edit) @18772   15 years stoecker remove illegal line ending preventing patches
(edit) @18356   15 years dhansen Allow subclasses to override image extension. Used for jpg maps.
(edit) @18286   15 years guggis Removed dependency to LatLon in JMapViewer
(edit) @18283   15 years guggis Cleanup in download logic (less global, more encapsulation)
(edit) @18211   15 years dhansen We need some more information out of the tiles other than the error …
(edit) @18179   15 years dhansen Need some minor accessor functions for use in the slippymap layer …
(edit) @16978   15 years stotz LatToY mathematically optimized
(edit) @16974   15 years stotz XToLon mathematically optimized; speed-up about 300%
(edit) @16969   15 years guggis Removed dependencies to org.openstreetmap.josm
(edit) @16960   15 years stotz Notice about JMapViewer added
(edit) @16959   15 years stotz LonToX mathematically optimized; uses now long instead of double
(edit) @16939   15 years guggis applied #3165: patch by dmuecke: moving map on a macbook withouth …
(edit) @16850   15 years stotz Removed JOSM dependency and logging error (please note that JMapViewer …
(edit) @16769   15 years guggis towards a fix for #3142: JOSM applet class no longer functional
(edit) @16768   15 years stotz Changed the default path where JMapViewer places it's tile disk cache: …
(edit) @16399   15 years stoecker adde set function
(edit) @16392   15 years szeller added possibility to define a cache directory for tiles
(edit) @16391   15 years szeller refactored the TileController out of JMapViewer, that it can be used …
(edit) @16032   15 years szeller added Coordinate, the interface MapSquare. MapSquares will be painted …
(edit) @15039   15 years stotz Max zoom of Cycle map corrected (=17)
(edit) @14053   15 years stotz consistent code formatting for all source files applied (e.g. …
(edit) @13758   15 years stoecker minor fixes
(edit) @13036   15 years stotz HTTP user agent configurable
(edit) @13035   15 years stotz OSM cycle maps URL changed from thunderflames.org to …
(edit) @11783   16 years stotz Patch by r_x and further small enhancements
(edit) @11376   16 years stotz Bug fix and optimization (patch provided by r_x)
(edit) @11104   16 years stotz tool tips for zoom controls
(edit) @11103   16 years stotz Increased maximum zoom and other minor modifications (thanks for the …
(edit) @10722   16 years stotz Sigelton instance creation is now 100% thread safe
(edit) @10368   16 years stotz Bugfix: Timing problem with instance variable as reported in #1438
(edit) @9937   16 years stotz Bugfix: Used methods were dependent on Java6
(edit) @9852   16 years stotz Demo classes excluded for default jar
(edit) @9848   16 years stotz small bug fixed
(edit) @9846   16 years stotz Dispatcher now created and disposes Thread dynamically; …
(edit) @9785   16 years stotz
(edit) @9784   16 years stotz Outer map border added
(edit) @9780   16 years stotz new: switching between different map types is now possible
(edit) @9713   16 years stotz new method: zoomChanged()
(edit) @9622   16 years stotz
(edit) @9619   16 years stotz Usage of TileLoader completely changed
(edit) @9618   16 years stotz Small changes to the way tiles are loaded
(edit) @9584   16 years stotz Missing check for right mouse button on movement added
(edit) @9538   16 years stotz
(edit) @9530   16 years stotz New code was not compatible with Java 1.5 - reverted some parts back
(edit) @9502   16 years stotz Some credits to Tim…
(edit) @9494   16 years stotz Separate package for all interfaces; First draft of a file caching …
(edit) @9421   16 years stotz Some smaller changes to the controller
(edit) @9289   16 years stotz
(edit) @9288   16 years stotz Improved implementation of MemoryTileCache; JMapViwer now paints map …
(edit) @9263   16 years stotz Replaced: strategy algorithm for displaying tiles of other zoom levels …
(edit) @9095   16 years stotz Initial commit of the java component "JMapView"
(edit) @9067   16 years stotz Directory created - content will follow soon
(add) @7727   16 years spaetz add viewer directory
Note: See TracRevisionLog for help on using the revision log.