|
13049.
|
|
|
Delete nodes outside of data regions?
|
|
|
|
(no translation yet)
|
|
Translated and reviewed by
Ævar Arnfjörð Bjarmason
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaAction.java:74
|
|
13050.
|
|
|
average nearby nodes
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaAction.java:174
|
|
13051.
|
|
|
Node of the way (area) is removed if all of <u>Angle Weight</u>, <u>Area Weight</u> and <u>Distance Weight</u> are greater than 1. <u>Weight</u> is computed as <u>Value</u> / <u>Threshold</u>, where <u>Value</u> is one of <u>Angle</u>, <u>Area</u> and <u>Distance</u> computed from every three adjanced points of the way.<ul><li><u>Value</u> of <u>Angle</u> is angle in degrees on the second node</li><li><u>Value</u> of <u>Area</u> is area formed by triangle</li><li><u>Value</u> of the <u>Distance</u> is Cross Track Error Distance</li></ul>All three <u>Weight</u>s multiplied by its <u>Factor</u>s are summed and node of the lowest sum is removed first. Removal continues until there is no node to remove.Merge Nearby Nodes is another step of the simplification that merges adjanced nodes that are closer than <u>Threshold</u> meters.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java:36
|
|
13052.
|
|
|
Angle Threshold
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java:52
|
|
13053.
|
|
|
Angle Factor
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java:56
|
|
13054.
|
|
|
Area Threshold
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java:60
|
|
13055.
|
|
|
Area Factor
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java:64
|
|
13056.
|
|
|
Distance Threshold
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java:68
|
|
13057.
|
|
|
Distance Factor
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java:72
|
|
13058.
|
|
|
Merge Nearby Nodes Threshold
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../plugins/simplifyarea/src/org/openstreetmap/josm/plugins/simplifyarea/SimplifyAreaPreferenceSetting.java:76
|