|
|
@8795
|
9 years |
Don-vip |
fix javadoc errors/warnings seen with JDK9
|
|
|
@8783
|
9 years |
simon04 |
HostLimitQueue: log "host limit reached" as DEBUG message
|
|
|
@8777
|
9 years |
Don-vip |
Basic Java 9 support: make code compile, and Linux scripts detect it
|
|
|
@8772
|
9 years |
Don-vip |
remove deprecated code from jmapviewer, deprecate plugin …
|
|
|
@8768
|
9 years |
wiktorn |
When tile loading task was canceled, tiles were not properly mark as …
|
|
|
@8767
|
9 years |
Klumbumbus |
remove oneway arrows of deprecated tag waterway=rapids
|
|
|
@8764
|
9 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8753
|
9 years |
simon04 |
fix #11774 - Warn about obvious misspelled tag keys (patch by mdk, …
|
|
|
@8752
|
9 years |
wiktorn |
Support situations, where WMTS service provides more than one tile set …
|
|
|
@8743
|
9 years |
simon04 |
see #11834 - Use KeyValueVisitor in the UntaggedNode test
|
|
|
@8742
|
9 years |
simon04 |
fix #11834 - KeyValueVisitor : also provide primitive to the visitor
|
|
|
@8740
|
9 years |
simon04 |
fix #11834 - Use visitor pattern for key/value lookup (patch by …
|
|
|
@8739
|
9 years |
simon04 |
see #11833 - Attempt to fix infinite loop in MultipolygonCache (thanks …
|
|
|
@8737
|
9 years |
wiktorn |
Remove of org.openstreetmap.gui.jmapviewer.JobDispatcher. Closes: #11840
|
|
|
@8735
|
9 years |
simon04 |
fix #11839 - AbstractPrimitive: getKeys() is accessing this.keys …
|
|
|
@8734
|
9 years |
simon04 |
see #11843 - Give all started threads sensible names
…
|
|
|
@8724
|
9 years |
Don-vip |
fix #11813 - NPE
|
|
|
@8718
|
9 years |
simon04 |
Fix checkstyle warnings
|
|
|
@8714
|
9 years |
wiktorn |
Do not block in EDT thread, when waiting for attribution download. …
|
|
|
@8709
|
9 years |
simon04 |
see #11827 - fix NPE introduced in r8708
|
|
|
@8708
|
9 years |
simon04 |
see #11827 - see #11653 - Revert r8566 till its impacts are fully …
|
|
|
@8704
|
9 years |
wiktorn |
Fix minimum zooming breaking the calculation of best-zoom and zooming in.
|
|
|
@8697
|
9 years |
wiktorn |
fix failing tests
|
|
|
@8696
|
9 years |
wiktorn |
Glue WMS zoom levels to TMS zoom levels.
Based on WMTS well known …
|
|
|
@8680
|
10 years |
simon04 |
fix #11755 - Update version of opening_hours.js to 3.3.0
|
|
|
@8674
|
10 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8673
|
10 years |
wiktorn |
Bing fixes.
* Pass and handle error on url creation (attribution not …
|
|
|
@8659
|
10 years |
wiktorn |
More performance improvements
* Use one MemoryTileCache instance per …
|
|
|
@8652
|
10 years |
Don-vip |
fix #11767 - Use Arrays.copyOf in OsmPrimitive#put(String, String) …
|
|
|
@8649
|
10 years |
wiktorn |
* performance improvements - move all cache accesses to worker thread, …
|
|
|
@8647
|
10 years |
wiktorn |
Performance improvements.
* getTileUrl now uses generic, staticly …
|
|
|
@8643
|
10 years |
wiktorn |
Fix behaviour when exception is thrown during download.
* fix endless …
|
|
|
@8640
|
10 years |
wiktorn |
Fix retrieving expired elemetnts from cache for TMS
|
|
|
@8638
|
10 years |
Klumbumbus |
fix #11745 - typo
|
|
|
@8637
|
10 years |
Don-vip |
update to latest JMapViewer
|
|
|
@8636
|
10 years |
wiktorn |
Small TMS fixes.
* fix handling of minimum and maximum expiration …
|
|
|
@8635
|
10 years |
wiktorn |
Fix Coverity warnings:
* null pointer dereferences
* make maksimum …
|
|
|
@8634
|
10 years |
Don-vip |
proper JOSM/JMapViewer integration
|
|
|
@8633
|
10 years |
Don-vip |
fix some compile errors that arise with openjdk-9-b74
|
|
|
@8632
|
10 years |
Don-vip |
update Checkstyle to 6.8.1, update Eclipse project, fix checkstyle issues
|
|
|
@8629
|
10 years |
wiktorn |
Fix NPE in CacheEntry and TMS settings
* fix NPE in CacheEntry …
|
|
|
@8628
|
10 years |
wiktorn |
findbugs fixes
|
|
|
@8627
|
10 years |
wiktorn |
properly pass the message that user has not selected layer
|
|
|
@8626
|
10 years |
wiktorn |
checkstyle and sonar issues fixes
|
|
|
@8624
|
10 years |
bastiK |
add missing svn:eol-style=native
|
|
|
@8619
|
10 years |
wiktorn |
Class cleanup / style fixes.
* Replace Coordinate with ICoordinate
* …
|
|
|
@8618
|
10 years |
wiktorn |
Fix calculation of World Bounds for WMS when no projection has no …
|
|
|
@8616
|
10 years |
bastiK |
applied #11714 - StyledMapRenderer javadoc (patch by michael2402)
|
|
|
@8614
|
10 years |
bastiK |
applied #11708 - Removed redundant code from StyledMapRenderer (patch …
|
|
|
@8611
|
10 years |
Don-vip |
Add robustness to UNITS_TO_METERS parameters - this solves the …
|
|
|
@8610
|
10 years |
bastiK |
get rid of redundant ellipsoid info in epsg file
|
|
|
@8609
|
10 years |
bastiK |
add proj.4 syntax "+proj=utm +zone=... [+south]" for CustomProjection …
|
|
|
@8608
|
10 years |
Don-vip |
define static variable before first use to see if it solves NPE in …
|
|
|
@8607
|
10 years |
wiktorn |
fix error reporting when tiles were successfuly loaded
|
|
|
@8606
|
10 years |
wiktorn |
Properly report exceptions from tile download
|
|
|
@8604
|
10 years |
wiktorn |
Better error reporting in JCS, checkstyle fixes
|
|
|
@8602
|
10 years |
wiktorn |
Properly handle file based tile sources.
* move …
|
|
|
@8598
|
10 years |
wiktorn |
TileSource:
* added method - getTileId that returns unique identifier …
|
|
|
@8595
|
10 years |
Don-vip |
fix #11681 - NPE in tagging presets initialization
|
|
|
@8594
|
10 years |
Klumbumbus |
see #11600 see #11393 - fix r8591
|
|
|
@8591
|
10 years |
Klumbumbus |
fix #11600 see #11393 - (re)add default direction arrows for …
|
|
|
@8588
|
10 years |
Don-vip |
fix #11657 - User.createOsmUser() memory optimization
|
|
|
@8586
|
10 years |
wiktorn |
* (WMTS) Added Style support
* (WMTS) Added MatrixHeight and …
|
|
|
@8585
|
10 years |
wiktorn |
Checkstyle fixes
|
|
|
@8584
|
10 years |
wiktorn |
- added axis definition to ESPG projections definition, where it's not …
|
|
|
@8582
|
10 years |
Don-vip |
checkstyle
|
|
|
@8580
|
10 years |
Klumbumbus |
see #11600 see #11393 - try to fix r8579
|
|
|
@8579
|
10 years |
Klumbumbus |
fix #11600 see #11393 - don't assume oneway=yes without oneway on …
|
|
|
@8577
|
10 years |
Klumbumbus |
fix #11669 - don't warn about unclosed natural=valley
|
|
|
@8574
|
10 years |
bastiK |
applied #11655 - memory optimization (patch by shinigami, modified)
|
|
|
@8571
|
10 years |
Don-vip |
findbugs
|
|
|
@8570
|
10 years |
Don-vip |
checkstyle
|
|
|
@8569
|
10 years |
wiktorn |
Add tests for Wallonie and Wien, fixed Style substitution
|
|
|
@8568
|
10 years |
wiktorn |
Basic WMTS support.
* added information about units and to_meter to …
|
|
|
@8566
|
10 years |
Don-vip |
fix #11653 - AbstractPrimitive.getKeys optimization (patch by shinigami)
|
|
|
@8565
|
10 years |
Don-vip |
fix #11650 - performance: avoid creation of Date objects when it is …
|
|
|
@8558
|
10 years |
Don-vip |
update javadoc
|
|
|
@8557
|
10 years |
Don-vip |
checkstyle
|
|
|
@8554
|
10 years |
bastiK |
applied #11634 - Moved global SOM management out of …
|
|
|
@8549
|
10 years |
bastiK |
applied #11628 - Added documentation to EastNorth, changed x - y = …
|
|
|
@8541
|
10 years |
wiktorn |
Cast JsonValue to JsonString and use getString instead of toString on …
|
|
|
@8540
|
10 years |
Don-vip |
fix remaining checkstyle issues
|
|
|
@8533
|
10 years |
Don-vip |
findbugs
|
|
|
@8530
|
10 years |
Don-vip |
see #11255 - checkstyle/findbugs
|
|
|
@8528
|
10 years |
Don-vip |
see #11255 - remove references to imagery/types folder deleted since …
|
|
|
@8526
|
10 years |
wiktorn |
Introduce WMS layer based on TMS. (closes: #11255)
HEADS UP: After …
|
|
|
@8514
|
10 years |
Don-vip |
checkstyle: various checks
|
|
|
@8513
|
10 years |
Don-vip |
checkstyle: blocks
|
|
|
@8512
|
10 years |
Don-vip |
checkstyle: redundant modifiers
|
|
|
@8510
|
10 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
10 years |
Don-vip |
fix many checkstyle violations
|
|
|
@8506
|
10 years |
Don-vip |
fix some Sonar issues
|
|
|
@8496
|
10 years |
simon04 |
fix #11505 - Download objects: load a range of OSM objects (modified …
|
|
|
@8490
|
10 years |
Don-vip |
fix #11567 - Exception when running validator
|
|
|
@8488
|
10 years |
wiktorn |
Properly handle situation, when tile server returns something else …
|
|
|
@8487
|
10 years |
Don-vip |
Hide implicit public constructor for utility classes
|
|
|
@8485
|
10 years |
wiktorn |
Addresses: #11548 - do not assume, that we work with HTTP based …
|
|
|
@8474
|
10 years |
Don-vip |
fix #11177 - Notes: upload before deleting layer doesn't work
|
|
|
@8473
|
10 years |
Don-vip |
fix #11533 - proper use of Storage class in NoteData
|
|
|
@8471
|
10 years |
Don-vip |
offer to automatically download missing required plugins and restart. …
|
|
|