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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13542   6 years Don-vip see #16084 - remove unused code
(edit) @13539   6 years Don-vip fix #16084 - WMTS: support different tile sizes for layers using the …
(edit) @13510   6 years wiktorn Add caching of Tile Size. getTileSize() was taking about 20% of …
(edit) @13439   6 years Don-vip see #15940 - WMTS: case-insensitive matching of dimensions + fix typo
(edit) @13429   6 years Don-vip see #15940 - allow to sort WMTS entries
(edit) @13388   6 years Don-vip see #15880 - robustness to unsupported projections
(edit) @13387   6 years Don-vip see #15880 - nicer exception
(edit) @13119   6 years Don-vip fix #15545 - add new property wmts.capabilities.cache.max_age to …
(edit) @12709   7 years Don-vip fix #15216 - choose first compatible wmts layer in case several are …
(edit) @12669   7 years Don-vip see #15182 - remove dependence on JMapViewer for package data.coor
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12550   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12224   7 years Don-vip fix #14825 - Support WMTS Dimensions
(edit) @11881   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11877   7 years bastiK see #7427 - WMTS: if no default layer specified, choose first …
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11830   7 years bastiK see #7427 - add implementations for new TileSource methods
(edit) @11824   7 years bastiK fixed #14558 - add image/png8 as supported format
(edit) @11816   7 years Don-vip sonar - squid:S1612 - Lambdas should be replaced with method references
(edit) @11815   7 years Don-vip sonar - squid:S3398 - "private" methods called only by inner classes …
(edit) @11798   7 years bastiK WMTS: add mimetype produced by ESRI
(edit) @11792   7 years bastiK fixed #14590 - WMTS: Show layer title, not layer identifier in layer …
(edit) @11791   7 years bastiK WMTS: don't show layer selection dialog if there is only one layer …
(edit) @11790   7 years bastiK WMTS: fix case with multiple tilesets per projection and layer …
(edit) @11788   7 years bastiK make it possible to switch between 2 supported projections for a …
(edit) @11773   7 years wiktorn Fix NPE when there is no supported format for WMTS Tile Source * …
(edit) @11559   7 years Don-vip fix #14361 - WMTS: download only supported image formats
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11516   7 years Don-vip sonar - fb-contrib:SPP_USE_GET0 - Performance - Method uses …
(edit) @11460   7 years Don-vip sonar - fb-contrib:COM_COPIED_OVERRIDDEN_METHOD - Style - Method is …
(edit) @11330   7 years Don-vip sonar - fix recent issues
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11218   7 years Don-vip sonar - fix various recent issues
(edit) @11217   7 years wiktorn Javadoc + checkstyle
(edit) @11216   7 years wiktorn Move WMTS layer selection out of WMTSLayer constructor and …
(edit) @11189   7 years wiktorn Log GetCapabilities document on parse error See: #13861
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @11015   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field
(edit) @11013   8 years Don-vip checkstyle / sonar
(edit) @10993   8 years wiktorn WMTS TileSource refactor * introduced GetCapabilitiesParseHelper, …
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(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) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9902   8 years wiktorn Final fix for #12573 - WMTS getCapabilities parser error. Unit tests …
(edit) @9889   8 years wiktorn Proper fix for [9888]
(edit) @9888   8 years wiktorn Properly handle situation, when Style tag doesn't contain Identifier. …
(edit) @9887   8 years wiktorn Properly interpret more complex getCapabilities documents. Keep a …
(edit) @9830   8 years wiktorn Fix findbugs warning / NPE. See: #12350
(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) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9768   8 years simon04 Avoid array creation for every WMTSTileSource.getTileMatrix call
(edit) @9664   8 years wiktorn Fix NPE and hang when adding erroneus imageries. When user points to …
(edit) @9620   8 years wiktorn Refactor structure of TMS based classes. Move OsmMercator …
(edit) @9619   8 years wiktorn Finish removal of tile-size workaround code started in [9617]. Now …
(edit) @9617   8 years stoecker see #12437 - support new Map<String, List<String>> type in preferences
(edit) @9603   8 years Don-vip fix some Sonar issues
(edit) @9095   8 years wiktorn Fix 12168. - added testcase for bug #12168. I removed all but one …
(edit) @9081   8 years wiktorn FIx missing scrollbar on WMTS layer selection list. Closes #12151.
(edit) @9069   8 years wiktorn checkstyle: remove unnecessary final keyword
(edit) @9068   8 years wiktorn Replace DOM parser for WMTS GetCapabilities document with StAX parser. …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8772   9 years Don-vip remove deprecated code from jmapviewer, deprecate plugin …
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8752   9 years wiktorn Support situations, where WMTS service provides more than one tile set …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8637   9 years Don-vip update to latest JMapViewer
(edit) @8635   9 years wiktorn Fix Coverity warnings: * null pointer dereferences * make maksimum …
(edit) @8627   9 years wiktorn properly pass the message that user has not selected layer
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8586   9 years wiktorn * (WMTS) Added Style support * (WMTS) Added MatrixHeight and …
(edit) @8585   9 years wiktorn Checkstyle fixes
(edit) @8584   9 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8571   9 years Don-vip findbugs
(edit) @8570   9 years Don-vip checkstyle
(edit) @8569   9 years wiktorn Add tests for Wallonie and Wien, fixed Style substitution
(add) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
Note: See TracRevisionLog for help on using the revision log.