Hi ! Is possible to make preset button to be filled with my values and pin on toolbar ? Expecting that values will be prefilled next time when button hit. asked 13 Jul '14, 12:29 pschonmann |
2 Answers:
Yes it's possible to add presets to your toolbar, but I'm not sure if they are expended by all previous values etc: You might also use F3 key, as the list is ordered by your editing history, so most recent preset comes first. answered 13 Jul '14, 13:40 iii |
You can add multiple key & value pairs in the XML file of the preset. I added key1 & key2 as given below in the "Crafts" preset downloaded from https://josm.openstreetmap.de/josmfile?page=Presets/Crafts&preset
Selected a POI, pressed F3 and selected beekeeper and all the 3 key value pair were added to the POI. Alternatively you can copy the tags from a text file and paste them into a POI. You need to have the tags and their values something like this:
Copy these text and paste it into the POI using Ctrl-Shift-V. answered 13 Jul '14, 18:28 BlueTiger |