source: josm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author
(edit) @15212   5 years Don-vip

ignore building=trullo (only concerns a small part of Italy)

(edit) @15211   5 years Don-vip

fix #13458 - display external resources icons in the preferences

(edit) @15210   5 years Don-vip

see #17853 - add missing preference change listener

(edit) @15209   5 years Don-vip

fix #17801 - create WMS URL correctly

(edit) @15208   5 years Don-vip

fix #17621 - Replace OSM History Viewer (osmrmhv) by OSM History Viewer (Mapki)

(edit) @15207   5 years Don-vip

fix #17826 - use a proper icon for "reorder imagery layers" action

(edit) @15206   5 years Don-vip

see #17860 - include more package details in status report for linux dependencies

(edit) @15205   5 years Don-vip

fix #17871 - Don't zoom to download area by default for "Update Data" and "Download Along" actions.

Zoom to download can be restored with advanced properties:

  • update.data.zoom-after-download
  • download.along.zoom-after-download
(edit) @15204   5 years Don-vip

fix #17877 - NPE

(edit) @15203   5 years Klumbumbus

see #17174 - remove strange voltage value 15000;200000

(edit) @15202   5 years Klumbumbus

see #16989 - fix typo in icon path

(edit) @15201   5 years Klumbumbus
  • see #10618 - move cycleway=asl icon
  • fix #16989 - add highway=toll_gantry (icon self created, derived from our toll_station icon, CC0 and PD licensed)
  • add enforcement=toll to enforcement relation preset, sort values
(edit) @15200   5 years Klumbumbus

deprecate contact:google_plus

(edit) @15199   5 years Klumbumbus

fix #17681 - add amenity=money_transfer (icon derived from our atm icon, CC0 and PD licensed), deprecate shop=money_transfer

(edit) @15198   5 years Klumbumbus

fix #17741 - draw man_made=dyke below highway=* in own layer

(edit) @15197   5 years Klumbumbus

fix #10618 - add cycleway=asl (icon self created, CC0 and PD licensed)

(edit) @15196   5 years Don-vip

fix #17845 - Add a MapCSS method to check for roles in relations (patch by taylor.smock)

(edit) @15195   5 years Klumbumbus

see #17808 - add traffic_signals:direction to Traffic Signal preset

(edit) @15194   5 years Klumbumbus

fix #17844 - don't warn about maxspeed on suspicious object if traffic_sign:forward or traffic_sign:backward is present

(edit) @15193   5 years Don-vip

fix #17831 - make sure we don't ask to update to current version of Java by mistake

(edit) @15192   5 years Don-vip

see #17434 - fix doors icon name

(edit) @15191   5 years Klumbumbus

see #10447 - add bridge=boardwalk and remove deprecated bridge=swing in rendering, sort values

(edit) @15190   5 years Klumbumbus
  • fix #17815 - add direction=* to traffic_sign presets
  • warn about traffic_sign=maxspeed without maxspeed=*
(edit) @15189   5 years Klumbumbus

fix #17791 - add junction:ref=* to motorway_link, trunk_link and primary_link presets

(edit) @15188   5 years Klumbumbus
  • fix #17434 - add shop=party, icon self created, derived from internal theme_park icon, CC0 and PD licensed
  • see #17434 - add shop=doors, icon self created, derived from internal apartments icon, CC0 and PD licensed
  • fix #17834 - add railway=railway_crossing, icon self created, CC0 and PD licensed
  • less obtrusive railway=switch icon, icon self created, CC0 and PD licensed, old icon moved to nodist folder
  • add railway:switch=* combo in railway=switch preset
(edit) @15187   5 years Don-vip

see #17835 - detect invalid plugin versions

(edit) @15186   5 years Don-vip

fix #17810 - incompletely downloaded turn restrictions sometimes break when splitting the from way (patch by taylor.smock, modified)

(edit) @15185   5 years Don-vip

fix #17823 - increase statusbar.decimal-format precision, for those crazy cartographers who do high-precision mapping

(edit) @15184   5 years Don-vip

fix #17825 - support Geo URIs with WGS84 CRS and/or uncertainty

(edit) @15183   5 years GerdP

fix #17768: Create / Update multipolygon did not work wich touching inner rings

(edit) @15182   5 years Don-vip

see #17819 - minor performance improvement, avoid to compute size twice

(edit) @15181   5 years Don-vip

see #17516 - use qualified access to Thread.yield() as it is a restricted identifier in Java 13, see https://bugs.openjdk.java.net/browse/JDK-8223305

(edit) @15180   5 years Don-vip

see #13201, see #17825 - allow to download geo: URI from the command line

(edit) @15179   5 years Don-vip

fix #17824 - Use %U code for Linux desktop Exec parameter to allow URLs in addition to file path

(edit) @15178   5 years GerdP

fix #17819

  • Create ArrayList instead of modifying a CopyList instance in joinWays()
  • Avoid to remove node, instead add sublist to avoid duplicate nodes, always use addAll().
  • use HashSet to store larger collections of way ids, Collections.singleton for single ids

Result: Multipolygon.load() performance is much better for very complex multipolygons (1.6 secs instead of 30), no changes for normal sized relations.

(edit) @15177   5 years Don-vip

see #14208 - NPE

(edit) @15176   5 years Don-vip

fix #14208 - improve filter dialog table header (dynamic width, sortable)

(edit) @15175   5 years Klumbumbus

fix #17814 - add man_made=street_cabinet (icon derived from power street cabinet icon, CC0 and PD licensed), unify the three presets

(edit) @15174   5 years Klumbumbus

see #17798, see #17817 - fix typo again, sorry for the noise

(edit) @15173   5 years Klumbumbus

see #17798, see #17817 - move opening_hours:kitchen combo to restaurant preset which was wrongly added to the fast food preset

(edit) @15172   5 years Klumbumbus
  • see #17798, fix #17817 - fix typo in preset key opening_hours:kitchen (patch by julianladisch)
(edit) @15171   5 years Klumbumbus

see #17689, see #17690, see #17692 - add rendering for telecom presets

(edit) @15170   5 years Klumbumbus
(edit) @15169   5 years Klumbumbus

fix #17804 - Add cemetery=sector and warn about cemetery=sector together with landuse=cemetery, icon self created, CC0 and PD licensed, little reorder in preset menu

(edit) @15168   5 years Don-vip

fix #17805 - return null when MergeNodesAction has nothing to do

(edit) @15167   5 years Don-vip

see #16047, fix #17794 - add java.sql module when loading JOSM with Java 11+

(edit) @15166   5 years Klumbumbus
  • fix #17043 - add Diet preset and link it in some others, add more cuisine=* values, deprecate cuisine=vegan|vegetarian in favor of diet:vegan|vegetarian (patch by naoliv) icon self created, derived from our farm icon, CC0 and PD licensed, improve the farm icon too
  • fix #17798 - add opening_hours:kitchen=*, deprecate kitchen_hours=* in favor of opening_hours:kitchen=*, add reservation=* to more presets
  • fix #17799 - add wetland=fen
(edit) @15165   5 years Klumbumbus

fix #17797 - add building=bakehouse, removes warning "...'bakehouse' unknown maybe 'warehouse' is meant?"

(edit) @15164   5 years Don-vip

remove TLD from IANA

(edit) @15163   5 years Don-vip

fix URL parsing errors

(edit) @15162   5 years GerdP

see #17768: activate unit test

(edit) @15161   5 years GerdP

fix checkstyle issue

(edit) @15160   5 years GerdP

fix #17768: Use code in MultipolygonTest to improve CreateMultipolygonAction

  • implement new method makeFromWays() in MultipolygonTest
  • let MultipolygonBuilder.makeFromWays() use the new method, it is much faster and detects more cases where the geometry is invalid.
  • remove now obsolete code in MultipolygonBuilder, add javadoc for some public fields
  • let CreateMultipolygonAction use the new method and add some code to improve user feedback when update removes members or when nothing was changed but the relation is still not a valid multipolygon.
  • let Geometry use final field JoinedPolygon.nodes instead of method JoinedPolygon.getNodes() as this is not a getter but a calculation routine which should be changed later.
(edit) @15159   5 years Klumbumbus
  • see #17770 - ignore service=irrigation for now
  • fix #17787 - make siren:purpose a multiselect and searchable
(edit) @15158   5 years Don-vip

fix #17781 - filter imagery list by (localized) country name

(edit) @15157   5 years Don-vip

add nudism attribute to beach, beach resort and campsite presets

(edit) @15156   5 years Don-vip

fix #17780 - add amenity=car_pooling

(edit) @15155   5 years Don-vip

i18n update

(edit) @15154   5 years Don-vip

fix #17779 - make sure imagery entries without shapes are displayed in imagery menu

(edit) @15153   5 years Don-vip

see #16301 - fix activation problem when filtering imagery sources

(edit) @15152   5 years Don-vip

more uses of Java 8 stream API

(edit) @15151   5 years Don-vip

see #10391 - report building=hangar outside of aeroway

(edit) @15150   5 years Don-vip

i18n update

(edit) @15149   5 years Don-vip

fix #17774 - NPE

(edit) @15148   5 years Don-vip

see #17719 - add missing text

(edit) @15147   5 years Don-vip

see #17744 - register JMapViewer SettingsAdapter so that the Bing API key can be set using jmapviewer.bing.api-key

(edit) @15146   5 years Don-vip

fix #17769 - test ISRG Root works

(edit) @15145   5 years Don-vip

see #17772 - make sure all JMapViewer instances in JOSM behave the same

(edit) @15144   5 years Klumbumbus

see #17486 - don't warn about addr:housenumber=bb in Bosnia and Herzegovina

(edit) @15143   5 years GerdP

fix #17767 (again)

  • make sure that we don't create multipolygon in update mode
  • ignore filtered relations when only ways are selected
(edit) @15142   5 years Don-vip

see #17668 - fix typo

(edit) @15141   5 years GerdP

see #17767 and #17768: add non regression unit tests
Test testTicket17768() fails with current code and is ignored for now.

(edit) @15140   5 years GerdP

see #17762: add resource=peat to ignoretags.cfg for now

(edit) @15139   5 years Don-vip

fix #17719 - Pipeline valve preset extension

(edit) @15138   5 years GerdP

use git mirror for apache commons jcs

(edit) @15137   5 years GerdP

fix #17767: "Update multipolygon" may change route relation to multipolygon
If no relation is selected but at least one way: Collect the multipolygon relations which have the selected way(s) as members. If the collection contains exactly one relation the action is enabled.
The implementation stops early when more than one multipolygon relation is found.

(edit) @15136   5 years GerdP

add test for handling of multipolygon ways

(edit) @15135   5 years Don-vip

Increase traditional timeouts to avoid random problems

(edit) @15134   5 years GerdP

see #17765: fix / add unit tests

(edit) @15133   5 years GerdP

see #17765: Further simplify code

(edit) @15132   5 years GerdP

fix #17765: Move code for error "Area style way is not closed" to UnclosedWays
This simplifies the code. Method UnclosedWays.getCheckedKeys() is no longer needed
by any code in core or the plugins directory, but I did not dare to remove it.

(edit) @15131   5 years Klumbumbus

see #17623 , see #17765 - fix validator warning, don't treat highway=services as linear object

(edit) @15130   5 years GerdP

fix wrong ticket number in javadoc

(edit) @15129   5 years GerdP

see #17011: Ignore relations without members in DuplicateRelation test

Don't produce "Relations with same members" for relations without members. They will be flagged as empty relations.

(edit) @15128   5 years Don-vip

see #16047, see #16498, see #17516, fix #17723

  • add java.scripting module when loading JOSM with Java 11+
  • detect java 12/13 on Linux
(edit) @15127   5 years Don-vip

fix #17724 - Allow DataSet merges without merging the Bounds (patch by taylor.smock)

(edit) @15126   5 years Don-vip

fix #15030 - make sure deleting a relation effectively removes it from selection

(edit) @15125   5 years Don-vip

fix #17740 - Lock the dataset before we get the selection to avoid disappearing primitives (patch by taylor.smock)

(edit) @15124   5 years Don-vip

fix #17668 - load "Microsec e-Szigno Root CA 2009" certificate, used by city of Budapest

(edit) @15123   5 years GerdP

improve javadoc: document some problems with intersection test PolyData.contains()

(edit) @15122   5 years Don-vip

see #17763 - use interfaces where possible

(edit) @15121   5 years Don-vip

sonarqube, javadoc

(edit) @15120   5 years GerdP

fix copy+paste error in javadoc

(edit) @15119   5 years GerdP

See #17055: Don't produce warning "Unknown property value - Value 'bank' for key 'building' is unknown, maybe
'barn' is meant?"
See also http://gis.19327.n8.nabble.com/building-bank-tp5940445.html

(edit) @15118   5 years Don-vip

don't throw warning "node connects highway and building" for entrance nodes

(edit) @15117   5 years Don-vip

make sure upload comments are not remembered if upload.comment.max-age is <= 0

(edit) @15116   5 years Don-vip

fix #16301 - add filter for default imagery entries

(edit) @15115   5 years Don-vip

see #16301 - extract ImageryProvidersPanel

(edit) @15114   5 years Don-vip

see #16301 - display tooltips for all columns

(edit) @15113   5 years GerdP

fix #17746: Detect invalid MapCSS search expressions

Note: See TracRevisionLog for help on using the revision log.