Modify

Opened 5 years ago

Closed 4 years ago

#18207 closed enhancement (wontfix)

render natural=cliff names

Reported by: mkoniecz Owned by: team
Priority: normal Milestone:
Component: Internal mappaint style Version:
Keywords: template_report cliff name Cc:

Description (last modified by mkoniecz)

What steps will reproduce the problem?

  1. create natural=cliff way
  2. add name tag

What is the expected result?

Rendering changes to show name tag.

What happens instead?

Nothing.

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

https://www.openstreetmap.org/way/293258611

It is typical in Poland that nearly all rocks are named.

Due to fact that rocks are not a typical surface and many climbers.

Most of this names are already in OSM.

Worldwide there are 25k+ named natural=cliff objects - see https://taginfo.openstreetmap.org/tags/natural=cliff#combinations

URL:https://josm.openstreetmap.de/svn/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2019-10-01 09:31:13 +0200 (Tue, 01 Oct 2019)
Build-Date:2019-10-02 01:30:51
Revision:15401
Relative:URL: ^/trunk

Identification: JOSM/1.5 (15401 en) Linux Ubuntu 16.04.6 LTS
Memory Usage: 465 MB / 869 MB (184 MB allocated, but free)
Java version: 1.8.0_201-b09, Oracle Corporation, Java HotSpot(TM) 64-Bit Server VM
Screen: :0.0 1920x1080
Maximum Screen Size: 1920x1080
libcommons-logging-java: libcommons-logging-java:all-1.2-1+build1
fonts-noto: fonts-noto:-
Dataset consistency test: No problems found

Plugins:
+ OpeningHoursEditor (34977)
+ PicLayer (35104)
+ apache-commons (35092)
+ buildings_tools (34982)
+ continuosDownload (82)
+ ejml (35122)
+ geotools (35154)
+ imagery_offset_db (34908)
+ jts (35122)
+ log4j (34908)
+ measurement (35051)
+ reverter (35084)
+ todo (30306)

Validator rules:
+ ${HOME}/Documents/install_moje/OSM software/josm/data/validator/deprecated.mapcss
+ ${HOME}/Documents/install_moje/OSM software/josm/data/validator/unnecessary.mapcss
+ ${HOME}/Documents/install_moje/OSM software/josm/data/validator/combinations.mapcss

Last errors/warnings:
- W: Failed to add ${HOME}/Documents/install_moje/OSM software/josm/data/validator/unnecessary.mapcss to tag checker
- W: java.nio.file.NoSuchFileException: ${HOME}/Documents/install_moje/OSM software/josm/data/validator/unnecessary.mapcss
- W: Failed to add ${HOME}/Documents/install_moje/OSM software/josm/data/validator/combinations.mapcss to tag checker
- W: java.nio.file.NoSuchFileException: ${HOME}/Documents/install_moje/OSM software/josm/data/validator/combinations.mapcss
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out
- W: java.net.SocketTimeoutException: Read timed out

Attachments (1)

Selection_002.png (66.0 KB ) - added by mkoniecz 5 years ago.
missing name rendering

Download all attachments as: .zip

Change History (4)

by mkoniecz, 5 years ago

Attachment: Selection_002.png added

missing name rendering

comment:1 by mkoniecz, 5 years ago

Description: modified (diff)

comment:2 by mkoniecz, 5 years ago

Description: modified (diff)

comment:3 by Klumbumbus, 4 years ago

Resolution: wontfix
Status: newclosed

We render names for linear objects only for streets and this is for my personal taste already too much clutter for common mapping (there is a style setting to disable it). Rendering names for all linear objects seems not usefull as it creates even more clutter. I don't consider cliffs important enough to make a second exception and render their names.

If you wish to render them you can use an additional mappaint style with e.g. the following code:

way[natural=cliff] {
    text: auto;
    text-color: black;
    text-halo-radius: 1.5;
    text-halo-color: #b2b2b2;
}

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.