Opened 12 years ago
Closed 12 years ago
#7952 closed defect (fixed)
[PATCH] add a checkbox for Antialiasing in wireframe mode
Reported by: | Cobra | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
After switching to the wireframe mode osm data is drawn as if antialiasing was disabled.
Attachments (1)
Change History (8)
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I have documented it on the wiki: http://josm.openstreetmap.de/wiki/Help/Action/WireframeToggle
comment:3 by , 12 years ago
you're right. But wouldn't it be nice to set both to true when the "normal" antialiasing is enabled in the settings?
comment:4 by , 12 years ago
I think it's for performance reasons as users probably want JOSM to be as smooth as possible in wireframe mode.
comment:5 by , 12 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Summary: | Antialiasing doesn't work in wireframe mode → [PATCH] add a checkbox for Antialiasing in wireframe mode |
I've created a patch which adds a checkbox for antialiasing in wireframe mode and another one for antialiasing for GPX layers. The preferences themselves are already implemented, but hidden behind their keys in the advanced settings tab.
This patch will make them visible to normal users when expert mode is activated.
Antialiasing can't be toggled per layer, source:trunk/src/org/openstreetmap/josm/gui/layer/GpxLayer.java does only check this preference globally. I think this is reasonable behaviour, so I didn't change it. The checkbox in the layer customization dialog will set the global preference instead.
by , 12 years ago
Attachment: | antialiasing_v0-5538.patch added |
---|
adds checkboxes for antialiasing preferences for wireframe mode and gpx layers
What is the value of your "mappaint.wireframe.use-antialiasing" property ? If if does not exist, set it to true and check again :)