Opened 4 years ago
Last modified 4 years ago
#19484 reopened enhancement
Describe building=university multipolygon better ("university building", not "university")
Reported by: | mkoniecz | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | template_report | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- Create building=university multipolygon
- Create amenity=university multipolygon, with at least one shared way
- Select one of shared ways
- Become confused by two "university" relations
What is the expected result?
building=university
and amenity=university
relations have different names.
"university building", "building=university" would be better than "university"
What happens instead?
building=university
and amenity=university
relations have the same name
Please provide any additional information below. Attach a screenshot if possible.
I noticed "university" relation and I was sure that it is university relation, not for university building.
Triggered by work on https://www.openstreetmap.org/changeset/87518233
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-06-13 13:23:27 +0200 (Sat, 13 Jun 2020) Revision:16613 Build-Date:2020-06-14 01:30:46 URL:https://josm.openstreetmap.de/svn/trunk Identification: JOSM/1.5 (16613 en_GB) Linux Ubuntu 20.04 LTS Memory Usage: 310 MB / 976 MB (138 MB allocated, but free) Java version: 11.0.7+10-post-Ubuntu-3ubuntu1, Ubuntu, OpenJDK 64-Bit Server VM Look and Feel: javax.swing.plaf.metal.MetalLookAndFeel Screen: :0.0 1920x1080 (scaling 1.0x1.0) Maximum Screen Size: 1920x1080 Best cursor sizes: 16x16 -> 16x16, 32x32 -> 32x32 Java package: openjdk-11-jre:amd64-11.0.7+10-3ubuntu1 Java ATK Wrapper package: libatk-wrapper-java:all-0.37.1-1 libcommons-logging-java: libcommons-logging-java:all-1.2-2 fonts-noto: fonts-noto:- Dataset consistency test: No problems found Plugins: + buildings_tools (35474) + measurement (35405) + reverter (35487) + todo (30306)
Attachments (2)
Change History (17)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
by , 4 years ago
testcase with building=university and amenity=university
comment:3 by , 4 years ago
Attached GUI screenshot and testcase. Select way to trigger what is shown on screenshot.
comment:4 by , 4 years ago
Description: | modified (diff) |
---|
comment:6 by , 4 years ago
I found just
mappaint.renderer-class-name=org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer mappaint.style.known-defaults=[resource://styles/standard/elemstyles.mapcss, resource://styles/standard/potlatch2.mapcss]
Which parts should be also included?
In settings I see that I have enabled "Internal preset" and "JOSM default (MapCSS)"
comment:7 by , 4 years ago
Or should I include entire status report? (from private/semi-private info I noticed just recently used tags, but it is quite long)
comment:8 by , 4 years ago
Your status report should include the sections "Tagging presets:" and "Map paint styles:" after "Plugins:" like e.g. in #19480 or do you use solely the default internal preset and mappaint style?
comment:9 by , 4 years ago
Yes, I have only default map style and default preset enabled.
In settings I see that I have enabled "Internal preset" and "JOSM default (MapCSS)"
I will verify it again with status report over I have access to the computer.
comment:10 by , 4 years ago
And what you see? Maybe JOSM is confused by done language settings of my OS (language set to English, locale set to Poland)
follow-up: 12 comment:11 by , 4 years ago
I can reproduce. This could be adjusted with name templates and in the relation list panel more different icons would help, too.
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-06-30 19:13:42 +0200 (Tue, 30 Jun 2020) Revision:16731 Build-Date:2020-07-01 01:30:51 URL:https://josm.openstreetmap.de/svn/trunk
USER@BOX:~$ java -Xmx500m -Djosm.home=/tmp/.josm_test -jar /usr/share/josm-latest/josm-latest.jar 2020-07-05 12:52:50.887 INFO: Log level is at INFO (INFO, 800) 2020-07-05 12:52:51.509 INFO: Missing preference file '/tmp/.josm_test/preferences.xml'. Creating a default preference file. 2020-07-05 12:53:13.540 INFO: GET https://api.openstreetmap.org/api/capabilities -> HTTP/1.1 200 (2.1 s; 438 B) 2020-07-05 12:53:13.548 INFO: OK 2020-07-05 12:53:13.852 INFO: GET https://josm.openstreetmap.de/wiki/StartupPage -> HTTP/1.1 200 (2.5 s) 2020-07-05 12:53:13.960 INFO: Obtained 68 Tag2Link rules from META-INF/resources/webjars/tag2link/2020.5.16/index.json 2020-07-05 12:53:14.054 INFO: GET https://josm.openstreetmap.de/maps -> HTTP/1.1 200 (137 ms) 2020-07-05 12:53:16.792 INFO: GET https://josm.openstreetmap.de/remote/geofabrik-index-v1-nogeom.json -> HTTP/1.1 200 (67 ms; 23.0 kB) 2020-07-05 12:53:20.908 INFO: Changeset updater active (checks every 60 minutes if open changesets have been closed)
comment:12 by , 4 years ago
(I have now the same display.)
Replying to skyper:
This could be adjusted with name templates
The problem of name templates was iirc that it conflicts with relation.nameorder
(advanced preference key).
and in the relation list panel more different icons would help, too.
Yes, it seems some icons for multipolygons don't work and the default mulipolygon icon is displayed instead.
working:
- landuse=*
- natural=*
not working:
- highway=*
- leisure=*
- building=*
- amenity=*
follow-up: 14 comment:13 by , 4 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This ticket is obsolete once the icon bug is fixed. --> #19496
follow-up: 15 comment:14 by , 4 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Replying to Klumbumbus:
This ticket is obsolete once the icon bug is fixed. --> #19496
Ah no, the Tags/membeship dialog doesn't display icons.
comment:15 by , 4 years ago
Replying to Klumbumbus:
the Tags/membeship dialog doesn't display icons.
It might be a good idea to display the icons there too?
amenity=university doesn't display as "university relation" for me. Can you add a screenshot which GUI element you mean?