Modify

Opened 4 years ago

Closed 4 years ago

#20093 closed defect (duplicate)

Neue Versionen der Presets werden nicht geladen. New versions of the presets are not loaded.

Reported by: Gisbert Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: template_report Cc:

Description (last modified by Gisbert)

What steps will reproduce the problem?

Wenn ich eine Vorlage mit Icons versehe und diese einfüge wird die als ZIP-Datei im Cache abgelegt.
Ändere ich dann in die Vorlage im Wiki, dann wird dort recht bald die beue Version angezeigt. Leider wir aber beim Start oder nach Updates des Josm die alte Versin im Cache benutzt und man muß den erst von Hand löschen.
Auch ein löschen des Presets aus der Liste der zu nutzenden Presets löscht die alte version nicht wenn das eine ZIP-Datei ist.
Es wäre gut wenn das zumindest funktionieren wurde.
Meine derzeitige Übergangslösung ist ein Script welches das tut.

Translated with www.DeepL.com/Translator (free version)
If I add icons to a template and insert them, the template is stored in the cache as a ZIP file.
If I change to the template in the wiki, the new version will be shown there very soon. But unfortunately the old version is used in the cache at startup or after updates of Josm and you have to delete it by hand.
Deleting a preset from the list of presets does not delete the old version if it is a ZIP file.
It would be good if at least this would work.
My current temporary solution is a script that does this.

#/bin/sh
# Linux
# lösche von JOSM und JOSM-latest die Vorlagen im Cache
rm ~/.cache/JOSM/mirror*.*
rm ~/.cache/JOSM-latest/mirror*.*
REM Windows 10
REM lösche von JOSM die Vorlagen im Cache
del %localappdata%\josm\cache\mirror*.*
del %localappdata%\josm-latest\cache\mirror*.*

Please provide any additional information below. Attach a screenshot if possible.

Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2020-11-15 19:47:37 +0100 (Sun, 15 Nov 2020)
Revision:17313
Build-Date:2020-11-15 18:50:11
URL:https://josm.openstreetmap.de/svn/trunk

Identification: JOSM/1.5 (17313 de) Linux Mint 20
Memory Usage: 1024 MB / 6144 MB (585 MB allocated, but free)
Java version: 14.0.2+12-Ubuntu-120.04, Private Build, OpenJDK 64-Bit Server VM
Look and Feel: javax.swing.plaf.metal.MetalLookAndFeel
Screen: :0.0 1920x1080 (scaling 1.0x1.0), :0.1 1920x1080 (scaling 1.0x1.0)
Maximum Screen Size: 1920x1080
Best cursor sizes: 16x16 -> 16x16, 32x32 -> 32x32
Desktop environment: MATE
Environment variable LANG: de_DE.UTF-8
fonts-noto: fonts-noto:-
VM arguments: [--add-modules=java.scripting,java.sql, -Djosm.restart=true, -Djosm.dir.name=JOSM-latest, -Djava.net.useSystemProxies=true]
Dataset consistency test: No problems found

Plugins:
+ FixAddresses (35640)
+ HouseNumberTaggingTool (35640)
+ Mapillary (1.5.27)
+ OpenStreetCam (350)
+ OpeningHoursEditor (35640)
+ RoadSigns (35640)
+ apache-commons (35524)
+ apache-http (35589)
+ buildings_tools (35640)
+ editgpx (35562)
+ fieldpapers (v0.5.0)
+ jna (35458)
+ photo_geotagging (35640)
+ photoadjust (35640)
+ terracer (35640)
+ utilsplugin2 (35640)

Tagging presets:
+ https://josm.openstreetmap.de/josmfile?page=Presets/ParkingLanes&zip=1
+ https://raw.githubusercontent.com/species/josm-preset-wheelchair/master/sidewalks_kerbs.xml
+ https://josm.openstreetmap.de/josmfile?page=Presets/Stolpersteine&zip=1
+ https://josm.openstreetmap.de/josmfile?page=Presets/Radwege&zip=1
+ https://josm.openstreetmap.de/josmfile?page=Presets/Community_Centre&zip=1

Attachments (0)

Change History (2)

comment:1 by Gisbert, 4 years ago

Description: modified (diff)

comment:2 by skyper, 4 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #8933.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.