#9958 closed defect (fixed)
color of steps not displayed proper with josm internal and additional mapcss style
Reported by: | Klumbumbus | Owned by: | bastiK |
---|---|---|---|
Priority: | normal | Milestone: | 14.05 |
Component: | External mappaint style | Version: | tested |
Keywords: | Cc: |
Description (last modified by )
the attached .osm file contains 4 ways, wich are highway=service, residential, steps and primary. If you use the JOSM internal mappaint style and the attached .mapcss file (which contais just the following code)
way[highway] {width: 6; color: red;}
the steps are displayed in another color. See Screenshot.
What is the expected result?
The .mapcss file should override the color of the internal style and display steps like the other highways in the example.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-04-25 17:49:40 Last Changed Author: Don-vip Revision: 7000 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-04-25 19:46:38 +0200 (Fri, 25 Apr 2014) Last Changed Rev: 7000 Identification: JOSM/1.5 (7000 de) Windows 7 32-Bit Memory Usage: 247 MB / 742 MB (165 MB allocated, but free) Java version: 1.7.0_55, Oracle Corporation, Java HotSpot(TM) Client VM VM arguments: [-Djava.security.policy=file:C:\Program Files\Java\jre7\lib\security\javaws.policy, -DtrustProxy=true, -Xverify:remote, -Djnlpx.home=<java.home>\bin, -Djnlpx.origFilenameArg=C:\Program Files\josm.jnlp, -Djnlpx.remove=true, -Dsun.awt.warmup=true, -Xbootclasspath/a:C:\Program Files\Java\jre7\lib\javaws.jar;C:\Program Files\Java\jre7\lib\deploy.jar;C:\Program Files\Java\jre7\lib\plugin.jar, -Djava.util.Arrays.useLegacyMergeSort=true, -Xms256m, -Xmx768m, -Djnlpx.heapsize=256m,768m, -Djnlpx.splashport=49836, -Djnlpx.jvm=<java.home>\bin\javaw.exe, -Djnlpx.vmargs=-Djava.util.Arrays.useLegacyMergeSort=true] Dataset consistency test: No problems found Plugin: DirectUpload (30375) Plugin: FastDraw (30375) Plugin: FixAddresses (30375) Plugin: HouseNumberTaggingTool (30375) Plugin: OpeningHoursEditor (30375) Plugin: PicLayer (30375) Plugin: RoadSigns (30375) Plugin: Tracer2 (30375) Plugin: buildings_tools (30375) Plugin: download_along (30277) Plugin: editgpx (30375) Plugin: imagery_offset_db (30375) Plugin: measurement (30410) Plugin: notes (v0.9.2) Plugin: openstreetbugs (30375) Plugin: osmarender (30277) Plugin: public_transport (30375) Plugin: reltoolbox (30375) Plugin: reverter (30375) Plugin: terracer (30375) Plugin: turnlanes (30375) Plugin: turnrestrictions (30375) Plugin: undelete (30375) Plugin: utilsplugin2 (30391)
Attachments (3)
Change History (11)
Changed 9 years ago by
Attachment: | color on steps.mapcss added |
---|
Changed 9 years ago by
Attachment: | color on steps.osm added |
---|
Changed 9 years ago by
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
Owner: | changed from team to bastiK |
---|
comment:4 Changed 9 years ago by
In [7045]:
mapcss: allow to turn off dashes with dashes: none; without getting warnings on the console
comment:5 Changed 9 years ago by
The following style should work now:
way[highway] { dashes: none; width: 6; color: blue;}
dashes: none
used to spam the command line with warnings, but I turned off these warnings in the latest version.
comment:6 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:7 Changed 9 years ago by
Milestone: | → 14.05 |
---|
screenshot