|
|
@15868
|
5 years |
Don-vip |
see #18440 - cache API keys in memory
|
|
|
@15855
|
5 years |
Don-vip |
see #18440 - Fetch imagery API keys from JOSM website. Restore access …
|
|
|
@15716
|
5 years |
simon04 |
Java 8: use String.join
|
|
|
@15228
|
5 years |
Don-vip |
fix #17801 - use selected image format when building WMS URL
|
|
|
@15209
|
5 years |
Don-vip |
fix #17801 - create WMS URL correctly
|
|
|
@14411
|
6 years |
wiktorn |
Skip unkown tags in WMS Getcapabilities
In Layer definition, if there …
|
|
|
@14367
|
6 years |
Don-vip |
fix #16897 - catch InvalidPathException for invalid WMS GetCapabilities URL
|
|
|
@13901
|
7 years |
Don-vip |
add new XmlUtils class with more "safe factories" methods
|
|
|
@13883
|
7 years |
wiktorn |
Fix double quotation marks in get map queries.
Closes: #16350
|
|
|
@13878
|
7 years |
wiktorn |
Fix identifying if getMapUrl contains query part.
See: #16330
|
|
|
@13872
|
7 years |
wiktorn |
Fix WMS_ENDPOINT headers.
* Use custom headers when calling …
|
|
|
@13829
|
7 years |
Don-vip |
SonarQube - fix minor issues
|
|
|
@13828
|
7 years |
wiktorn |
Sonar fixes, javadocs.
See: #16249
|
|
|
@13827
|
7 years |
Don-vip |
SonarQube - fix minor issues
|
|
|
@13824
|
7 years |
Don-vip |
SonarQube - fix code style issues
|
|
|
@13796
|
7 years |
Don-vip |
see #16103 - checkstyle
|
|
|
@13792
|
7 years |
stoecker |
fix #16103 - add map type definitions
|
|
|
@13760
|
7 years |
Don-vip |
i18n fix
|
|
|
@13757
|
7 years |
wiktorn |
Change camelCase to hyphen-case for imagery attributes
See: #16249, #15940
|
|
|
@13743
|
7 years |
wiktorn |
Fix bugs spotted by findbugs
|
|
|
@13742
|
7 years |
wiktorn |
Checkstyle fixes
|
|
|
@13741
|
7 years |
wiktorn |
PMD fixes
|
|
|
@13733
|
7 years |
wiktorn |
Imagery definition refactor
Extend imagery definitions by:
- allowing …
|
|
|
@13699
|
7 years |
Don-vip |
fix #16248 - fix parsing of XML namespace in WMS capabilities (patch …
|
|
|
@13536
|
7 years |
stoecker |
add possibility to change map ids (see #14655), add overlay flag for …
|
|
|
@13398
|
7 years |
Don-vip |
sonar - fb-contrib:BED_HIERARCHICAL_EXCEPTION_DECLARATION - Method …
|
|
|
@13358
|
7 years |
Don-vip |
fix #15830 - Support (and autodetect) WMS 1.3.0
|
|
|
@13346
|
7 years |
Don-vip |
WMS capabilities: support 1.3.0-only servers such as …
|
|
|
@13328
|
7 years |
Don-vip |
see #15730 - sonar - squid:S1612 - Lambdas should be replaced with …
|
|
|
@13274
|
7 years |
Don-vip |
fix #15730 - support WMS capabilities with embedded HTML in layer …
|
|
|
@13272
|
7 years |
stoecker |
see #15713 - rename dirty mode
|
|
|
@13266
|
7 years |
Don-vip |
see #15713 - Add dirty-mode to TMS imagery sources
|
|
|
@13260
|
7 years |
Don-vip |
Correctly handle WMS capabilities encoding. Do not assume every server …
|
|
|
@13228
|
7 years |
Don-vip |
WMS robustness
|
|
|
@13203
|
7 years |
Don-vip |
javadoc fixes + some test timeout increases
|
|
|
@13199
|
7 years |
Don-vip |
fix #15666 - Display "Abstract" field of WMS layers
|
|
|
@13120
|
7 years |
Don-vip |
fix typos
|
|
|
@12620
|
7 years |
Don-vip |
see #15182 - deprecate all Main logging methods and introduce …
|
|
|
@12557
|
7 years |
Don-vip |
see #15102 - first batch of HTTP unit tests mocking, using WireMock 2.7.1
|
|
|
@12475
|
7 years |
Don-vip |
see #15012 - checkstyle + javadoc
|
|
|
@12469
|
7 years |
Don-vip |
fix #15012 - Support WMS endpoint in Imagery -> Rectified Image
|
|
|
@12279
|
8 years |
Don-vip |
sonar - squid:S3878 - Arrays should not be created for varargs parameters
|
|
|
@12259
|
8 years |
bastiK |
see #14794 - javadoc
|
|
|
@11975
|
8 years |
stoecker |
see #14655 - implement nearly all features in ELI sync XML output
|
|
|
@11913
|
8 years |
Don-vip |
sonar - squid:S1192 - String literals should not be duplicated
|
|
|
@11884
|
8 years |
stoecker |
see #7427 - drop old attribute
|
|
|
@11858
|
8 years |
bastiK |
fixed #7427 - Support reprojection (warping) of imagery layer
|
|
|
@11747
|
8 years |
Don-vip |
checkstyle - NoWhiteSpaceBefore ...
|
|
|
@11587
|
8 years |
Don-vip |
checkstyle - enable BooleanExpressionComplexity / 6
|
|
|
@11575
|
8 years |
stoecker |
see #12313 - add best marking and show it in image preferences
|
|
|
@11570
|
8 years |
stoecker |
add date field to imagery definition, allow to select mirror layers in …
|
|
|
@11518
|
8 years |
Don-vip |
sonar - fb-contrib:NAB_NEEDLESS_BOXING_PARSE - Performance - Method …
|
|
|
@11452
|
8 years |
Don-vip |
sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
|
|
|
@11386
|
8 years |
Don-vip |
sonar - squid:S1066 - Collapsible "if" statements should be merged
|
|
|
@11381
|
8 years |
Don-vip |
findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
|
|
|
@11374
|
8 years |
Don-vip |
sonar - squid:S00112 - Generic exceptions should never be thrown: …
|
|
|
@10754
|
8 years |
Don-vip |
sonar - squid:S1228 - Packages should have a javadoc file …
|
|
|
@10739
|
8 years |
Don-vip |
wms capabilities fetching: remove duplicate log, add unit test robustness
|
|
|
@10717
|
8 years |
simon04 |
see #11390, see #12890 - Lambda can be replaced with method reference
|
|
|
@10670
|
8 years |
Don-vip |
see #12472 - fix "OperatorPrecedence" warnings
|
|
|
@10638
|
8 years |
Don-vip |
see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
|
|
|
@10627
|
8 years |
Don-vip |
sonar - squid:S1166 - Exception handlers should preserve the original …
|
|
|
@10615
|
8 years |
Don-vip |
see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
|
|
|
@10612
|
8 years |
Don-vip |
see #11390, fix #12910 - Clean WMS Imagery (patch by michael2402) - …
|
|
|
@10520
|
8 years |
Don-vip |
fix #13115 - fix NPE, improve WMS errors handling
|
|
|
@10404
|
9 years |
Don-vip |
findbugs security - XML Parsing Vulnerable to XXE - enable …
|
|
|
@10217
|
9 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10216
|
9 years |
Don-vip |
findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
|
|
|
@10212
|
9 years |
Don-vip |
sonar - squid:S2221 - "Exception" should not be caught when not …
|
|
|
@9977
|
9 years |
Don-vip |
sonar - remove some transient modifiers
|
|
|
@9777
|
9 years |
stoecker |
fix coverity 1350293 - useless local storage
|
|
|
@9755
|
9 years |
bastiK |
add preference type MultiMap (closes #12437)
|
|
|
@9658
|
9 years |
stoecker |
see #12313 - support mirror URLs in editor compare and JOSM imagery loader
|
|
|
@9619
|
9 years |
wiktorn |
Finish removal of tile-size workaround code started in [9617].
Now …
|
|
|
@9615
|
9 years |
Don-vip |
fix #12412 - add new icon for multipolygon preset type (by Mkyral) + …
|
|
|
@9613
|
9 years |
stoecker |
fix #12437 - see #12425 - fix handling of equal no tile headers with …
|
|
|
@9610
|
9 years |
stoecker |
fix #12425 - add checksum based no-tile detection
|
|
|
@9414
|
9 years |
simon04 |
see #8824 - Fail fast when initializing imagery entries while starting …
|
|
|
@9412
|
9 years |
simon04 |
see #8824 - Allow to cancel updating of imagery entries in the preferences
|
|
|
@9406
|
9 years |
Don-vip |
findbugs - replace inefficient Boolean constructor call by …
|
|
|
@9171
|
9 years |
simon04 |
see #12231 - Use HttpClient instead of some Utils.openHttpConnection …
|
|
|
@9134
|
9 years |
wiktorn |
Introduce imagery-source warnings about alignment and reprojections.
…
|
|
|
@9108
|
9 years |
Don-vip |
checkstyle
|
|
|
@9107
|
9 years |
bastiK |
wms: allow all supported projections (also those only accessible by code)
|
|
|
@9078
|
9 years |
Don-vip |
sonar - Immutable Field
|
|
|
@8870
|
9 years |
Don-vip |
sonar - squid:S2325 - "private" methods that don't access instance …
|
|
|
@8856
|
9 years |
Don-vip |
fix #11957 - partial revert of r8851 - do not replace Stack by …
|
|
|
@8851
|
9 years |
Don-vip |
sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
|
|
|
@8846
|
9 years |
Don-vip |
sonar - fb-contrib - minor performance improvements:
* Method passes …
|
|
|
@8650
|
9 years |
wiktorn |
Follow HTTP(S) redirects in Add WMS wizzard / GetLayers. Closes: #11770
|
|
|
@8526
|
10 years |
wiktorn |
Introduce WMS layer based on TMS. (closes: #11255)
HEADS UP: After …
|
|
|
@8510
|
10 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
10 years |
Don-vip |
fix many checkstyle violations
|
|
|
@8444
|
10 years |
Don-vip |
remove extra whitespaces
|
|
|
@8418
|
10 years |
wiktorn |
Add posibility to display HTTP headers in Show Tile Info dialog. …
|
|
|
@8404
|
10 years |
Don-vip |
When doing a String.toLowerCase()/toUpperCase() call, use a …
|
|
|
@8390
|
10 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@8379
|
10 years |
Don-vip |
Consecutively calls to StringBuffer/StringBuilder .append should reuse …
|
|
|
@8376
|
10 years |
Don-vip |
code style - remove useless calls to toString()
|
|
|
@8349
|
10 years |
stoecker |
see #11419 - support different tile sizes better (patch by wiktorn)
|
|
|