Opened 12 years ago
Closed 12 years ago
#8762 closed enhancement (wontfix)
[PATCH needs rework] updated cleaned defaultpresets.xml with improved usability
| Reported by: | kr12 | Owned by: | kr12 |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Internal preset | Version: | latest |
| Keywords: | presets | Cc: |
Description
subj↑
main:
- combine related tags (e.g. prison and sub_station commonly have some sort of barriers around)
- update enums from wiki
- clean mixed unix\win line ends, reformat
- add diagrams to sport pitch select
in progress: add diagrams to power tower design select
Attachments (3)
Change History (15)
by , 12 years ago
comment:1 by , 12 years ago
| Component: | Core → Internal preset |
|---|---|
| Summary: | updated cleaned defaultpresets.xml with improved usability → [PATCH] updated cleaned defaultpresets.xml with improved usability |
follow-up: 3 comment:2 by , 12 years ago
Replying to kr12:
- add diagrams to sport pitch select
in progress: add diagrams to power tower design select
If possible please use .svg and not .png . Thanks
comment:3 by , 12 years ago
Replying to skyper:
If possible please use .svg and not .png . Thanks
I dont found any svg in JOSM distr and it does not mentioned in defaultpresets.xml . I mention it.. Updated file in Attachment with minor fixes and diagrams to power tower design list items
comment:4 by , 12 years ago
Please attach a real patch as described in my first comment, we don't take entire files, especially for presets.
by , 12 years ago
| Attachment: | FileComparisonDiffReport.txt added |
|---|
comment:5 by , 12 years ago
patch attached. Also if you cant handle it, you can create it yourself from last version and attached file, it does not take many time if you have copyed repository, or you can unpack it from josm-latest.jar - defaultpresets does not changing often, so that may not be conflicts
follow-up: 7 comment:6 by , 12 years ago
We know how to handle new files or patches, but we're a few people and have to take care of many tickets and thus we value our time high.
A proper diff in unified format (you diff file is in pretty useless standard diff format) can be reviewed directly in the ticket and applied fast, whereas for any other format we need lot of time even to have a first look. E.g. for a attached XML we first need to find the revision you started from, so we can make a proper diff.
So if you want your changes to have a chance make a unified diff and attach the file with (.diff or .patch) as name, so it gets displayed like this one: build-source-zip.patch:ticket:8747
P.S. Even in its unreadable form your diff shows lots of changes, which don't seem to be right. Some of them look like inversions of recent changes.
follow-up: 9 comment:7 by , 12 years ago
This is because ticket was created 11 days ago and you was not enough agile to use it or to lock file. But this is not a problem, I dont know about SVN but GIT software has prety tools to fix conflicts, I think you can use it, also Araxis Merge has excelent 3-way compare - it will help. Or you can recreate all changes manually. It will a bit boring, but most of job is done, and you can get main used templates from this file. Or you can use description of ticket as hint and try to improve it yourself. Good luck!
comment:8 by , 12 years ago
| Summary: | [PATCH] updated cleaned defaultpresets.xml with improved usability → [PATCH needs rework] updated cleaned defaultpresets.xml with improved usability |
|---|
As said, we know how to use the development tools, but usually we don't spend time for this, as we have many other tasks to do. It is your decision, if you want your changes included or not - our minimum requirements are identical to most open source projects.
comment:9 by , 12 years ago
Replying to kr12:
This is because ticket was created 11 days ago and you was not enough agile to use it or to lock file.
Within one hour after your first submission, you have been directed to the patch guidelines. It can't get much faster, can it?
But this is not a problem, I dont know about SVN but GIT software has prety tools to fix conflicts, I think you can use it, also Araxis Merge has excelent 3-way compare - it will help. Or you can recreate all changes manually. It will a bit boring, but most of job is done, and you can get main used templates from this file. Or you can use description of ticket as hint and try to improve it yourself.
You seem know a lot about conflict resolution. That's good, because you'll need this, if you want your changes included. :)
comment:10 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → needinfo |
Can you provide a new patch ?
comment:11 by , 12 years ago
It's been 3 months we asked for information. Without any news from you this ticket will be closed.
comment:12 by , 12 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | needinfo → closed |



Please have a look to DevelopersGuide/PatchGuide to see how to submit a patch to JOSM core.