source: josm/trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12445   7 years Don-vip update to error-prone 2.0.21, groovy 2.4.12
(edit) @12260   7 years Don-vip checkstyle
(edit) @12258   7 years stoecker see #14832 - add access to raw logo information
(edit) @12256   7 years Don-vip see #14832 - display the URL as attribution is text is missing
(edit) @11977   7 years Don-vip see #14655 - fix javadoc warnings
(edit) @11975   7 years stoecker see #14655 - implement nearly all features in ELI sync XML output
(edit) @11889   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11811   7 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @11649   7 years Don-vip sonar - pmd:UseStringBufferForStringAppends
(edit) @11619   7 years Don-vip fix #14414 - instead of line break <br> displayed in imagery tool tip
(edit) @11587   7 years Don-vip checkstyle - enable BooleanExpressionComplexity / 6
(edit) @11578   7 years stoecker fix #13470 - drop last remaining HTML imagery part
(edit) @11577   7 years Don-vip fix checkstyle violations
(edit) @11575   7 years stoecker see #12313 - add best marking and show it in image preferences
(edit) @11572   7 years stoecker fix imagery compare, add date check
(edit) @11571   7 years Don-vip update .classpath, checkstyle
(edit) @11570   7 years stoecker add date field to imagery definition, allow to select mirror layers in …
(edit) @11527   7 years stoecker drop imagery entries which have an id, but are no longer in default list
(edit) @11347   7 years wiktorn Fix mis-reporting unsupported projections String.split() on empty …
(edit) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11217   7 years wiktorn Javadoc + checkstyle
(edit) @11216   7 years wiktorn Move WMTS layer selection out of WMTSLayer constructor and …
(edit) @10735   8 years Don-vip fix #13264 - more lenient TMS url regex to allow - zoom separator
(edit) @10577   8 years Don-vip fix #13176 - Document ImageryInfo (patch by michael2402) - gsoc-core
(edit) @10462   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9978   8 years Don-vip sonar - remove useless initializations
(edit) @9755   8 years bastiK add preference type MultiMap (closes #12437)
(edit) @9658   8 years stoecker see #12313 - support mirror URLs in editor compare and JOSM imagery loader
(edit) @9619   8 years wiktorn Finish removal of tile-size workaround code started in [9617]. Now …
(edit) @9614   8 years stoecker development is much too fast…
(edit) @9613   8 years stoecker fix #12437 - see #12425 - fix handling of equal no tile headers with …
(edit) @9610   8 years stoecker fix #12425 - add checksum based no-tile detection
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9135   8 years Don-vip checkstyle
(edit) @9134   8 years wiktorn Introduce imagery-source warnings about alignment and reprojections. …
(edit) @9007   8 years wiktorn Fix broken representation of URL-s in Imagery Preferences
(edit) @8848   9 years Don-vip sonar - squid:S2131 - Primitives should not be boxed just for "String" …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8634   9 years Don-vip proper JOSM/JMapViewer integration
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(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) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8456   9 years Don-vip see #11508 - override hashCode() and equals() in other commands as well
(edit) @8420   9 years wiktorn Java docs for @8418, addresses #11456
(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) @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) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8349   9 years stoecker see #11419 - support different tile sizes better (patch by wiktorn)
(edit) @8344   9 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8093   9 years stoecker javadoc fixes
(edit) @8092   9 years stoecker some javadoc
(edit) @8091   9 years stoecker proper handling of language infor for maps name and description
(edit) @8067   9 years stoecker version off by one
(edit) @8065   9 years stoecker display imagery description in preferences dialog tooltip
(edit) @7759   9 years Don-vip fix #10798 - throw exception with invalid imagery types
(edit) @7476   10 years Don-vip fix NPE seen in continuous integration, reproducible in offline mode
(edit) @7203   10 years bastiK fixed #10088 - Can't use custom TMS layer anymore (see #9914)
(edit) @7186   10 years bastiK see #9914 - automatic update for imagery entries using id
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6968   10 years stoecker also store untranslated imagery name
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6690   10 years Don-vip code/javadoc cleanup in imagery code
(edit) @6364   10 years Don-vip fix #3744 - Refresh list of TMS layers of download dialog when imagery …
(edit) @6361   10 years Don-vip Sonar/Findbugs - Unused formal parameter
(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) @6266   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5617   11 years simon04 see #8254 - new imagery entry wms_endpoint: Store WMS endpoint only, …
(edit) @5541   11 years Don-vip fix #8159 - NPE in imagery providers panel
(edit) @5391   12 years bastiK add session support for imagery layers
(edit) @5369   12 years simon04 Suggest imagery layers for downloaded area based on <bounds>.
(edit) @4881   12 years stoecker remove old map file format support
(edit) @4861   12 years bastiK remotecontrol: add 'type' parameter for /imagery request (this should …
(edit) @4856   12 years stoecker fix typo
(edit) @4853   12 years bastiK fixed #7248 - not worcked
(edit) @4713   12 years simon04 see #7182 - Individual Icons for Imagery Background
(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) @4464   13 years simon04 fix #6893 - add attribution getters to ImageryInfo (patch by Don-vip)
(edit) @4452   13 years bastiK remaining parameters for imagery preferences
(edit) @4450   13 years bastiK change preference format for imagery menu entries
(edit) @4437   13 years stoecker fix imagaery prefs saving
(edit) @4435   13 years stoecker fix projection checkin
(edit) @4432   13 years stoecker hopefully fix #6662 - selected layer color wrong
Note: See TracRevisionLog for help on using the revision log.