source: josm/trunk/src/org/openstreetmap/josm/gui/layer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4751   12 years jttt Extend Jump to next/previous marker to georefimage layer and made it …
(edit) @4745   12 years jttt Add precache wms tiles action to gpx layers (it will download wms …
(edit) @4718   12 years jttt Add posibility to run please wait runnable tasks in background
(edit) @4710   12 years bastiK fixed NPE from [4695] (see #7153)
(edit) @4701   12 years stoecker adapt some more help links
(edit) @4698   12 years Don-vip fix #7165 - Exception is thrown after moving an opened image.
(edit) @4684   12 years Don-vip see #7159 - Layer merging performance
(edit) @4648   12 years stoecker make large GPS dot size depending on line width
(edit) @4644   12 years stoecker fix linewidth for GPX layers
(edit) @4633   12 years jttt Fix #7109 WMS-cache does not cache between sessions/INDEX_FILENAME = …
(edit) @4627   12 years Don-vip Major performance improvements in multipolygons rendering
(edit) @4623   12 years Don-vip see #6987 - multipolygon cache aware of events requiring cache refresh …
(edit) @4604   12 years jttt Multikey action improvements (see #5515): - show text in status bar …
(edit) @4595   12 years jttt Multikey keyboard shorcuts - shorcuts like Ctrl+Alt+S,n will toggle …
(edit) @4538   12 years stoecker support {header} pattern also for TMS
(edit) @4534   12 years Don-vip Fixed a bunch of compile warnings
(edit) @4531   12 years Don-vip fix #6982 - broken TMS url leads to exceptions
(edit) @4529   12 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) @4431   13 years jttt Custom primitive name formatters via tagging presets
(edit) @4430   13 years stoecker fix WMS projection checking, use Marcator when WMS supports it, drop …
(edit) @4417   13 years bastiK applied #6812 - NPE when clicking in TMS layer (patch by Don-vip)
(edit) @4334   13 years xeen fix two NPEs in GpxLayer (fixes #6726) and also repaint the map when …
(edit) @4332   13 years xeen add ability to select which tracks to show for each GPX Layer (fixes …
(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) @4323   13 years xeen fix #3247 by showing a progress report for long calculations.
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(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 …
(edit) @4284   13 years jttt Fix "constructor ... is ambiguous" compilation error
(edit) @4283   13 years jttt Put back Marker constructor with static text (needed by surveyor plugin)
(edit) @4282   13 years jttt Allow to specify custom pattern for marker text labels
(edit) @4276   13 years stoecker fix #6629 - patch by akks - fix gpx layer settings changes
(edit) @4270   13 years stoecker fix #6629 - patch by akks fixed by me - improve settings handling for …
(edit) @4250   13 years stoecker add dynamic colorselection for GPX tracks based on the real data range
(edit) @4242   13 years bastiK fix imports
(edit) @4241   13 years bastiK applied #5605 - Geotagged image viewer should rotate images according …
(edit) @4240   13 years bastiK see #6532 - add support for xml imagery source format (todo: the …
(edit) @4230   13 years stoecker allow to color the entries in layer list dialog according to assigned …
(edit) @4208   13 years bastiK change default value for min distance of gpx arrows
(edit) @4207   13 years bastiK applied #6540 (anonymous contribution) - New gps-trace coloring …
(edit) @4195   13 years stoecker fix slippy map attribution handling and allow bounds and attribution …
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4188   13 years stoecker improve TMS zoom handling
(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) @4162   13 years stoecker fix #4140 - make colors in conflict dialog configurable
(edit) @4143   13 years stoecker fix #6463 - fix NPE, remove some of the new toolbar warnings for image menu
(edit) @4135   13 years bastiK revert un-caching of Marker
(edit) @4129   13 years stoecker speedup GPX drawing due to better clipping
(edit) @4126   13 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4080   13 years jttt Make ChangeResolution action work on multiple selected wms layers
(edit) @4079   13 years jttt Add action Zoom to native resolution to wms layer
(edit) @4065   13 years jttt Improved wms cache - files saved in original format (no need to …
(edit) @4046   13 years stoecker fix #6031 - save named nodes as waypoints when exporting OSM to GPX - …
(edit) @4043   13 years stoecker fix #6153 - spelling fixes
(edit) @4021   13 years bastiK turn off antialiasing for gpx layers by default. Too slow because gpx …
(edit) @4017   13 years Upliner fix #5834, #5977 TMS context menu comes up after imagery layer(s) deleted
(edit) @4010   13 years bastiK fixed #6162 - Error: NaN in greatCircleDistance for some images (patch …
(edit) @4009   13 years bastiK see #6162 - Error: NaN in greatCircleDistance for some images
(edit) @3965   13 years mjulius fix #6074 - Update failure It is not an error if a primitive on the …
(edit) @3921   13 years stoecker fix #5990 - NPE
(edit) @3915   13 years jttt Fix compilation problems
(edit) @3909   13 years Upliner fix #5965 - NPE in TMSLayer
(edit) @3881   13 years Upliner add support for ScanEx Spot support (patch by glebius)
(edit) @3878   13 years Upliner Add support for ScanEx IRS tilesource (patch by glebius)
(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) @3809   13 years jttt Fix #5207 [PATCH] WMS plugin doesn't download "not in cache"-Tiles …
(edit) @3808   13 years jttt wmslayer - when overlapping is enabled, keep (and cache) only visible …
(edit) @3801   13 years bastiK generalize DatasetCollection.java (make OsmPrimitive a generic type …
(edit) @3787   13 years Upliner Another rework of autozoom algorithm, fixes flicker when zooming in. …
(edit) @3785   13 years Upliner TMSLayer: get rid of "lastImageScale" hack and fix stack overflow …
(edit) @3778   13 years Upliner fix typo in previovus commit
(edit) @3777   13 years Upliner Add ability to set tilecache directory
(edit) @3774   13 years Upliner Auto-detection of Bing zoomlevel, fixes #5741
(edit) @3773   13 years Upliner don't paint dummy tiles when overzooming Bing imagery, adresses #5741
(edit) @3755   13 years stoecker help topic fix
(edit) @3754   13 years stoecker some cleanups in help page marking
(edit) @3753   13 years stoecker fix help topics
(edit) @3749   13 years jttt Fix loading of wms tiles (when mapview is moved and then moved back …
(edit) @3747   13 years jttt Make sure wms layer will not try to download the same area twice
(edit) @3740   13 years Upliner Make TMS info text more clearly visible
(edit) @3739   13 years Upliner initial support for Bing capture date tags, see #5741
(edit) @3737   13 years Upliner make possible to place imagery offset action to the top toolbar and …
(edit) @3733   13 years Upliner Offset bookmarks: don't create submenus when only 1 choice is …
(edit) @3729   13 years Upliner fix #5709 - amendments in sharpen algorithms
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3719   13 years bastiK added missing license information
(edit) @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.