Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Mar 22, 2012
1 parent aaaf8ae commit 4b9e336
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions placement_rules/area_feature_label_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Elseif RatioL2W >= 8 and MBRArea <= 10% LabelType = "Long and Skinny"

Else

If RatioL2W < 4 and MBRArea >= 20% Label type = "Splotch"
If RatioL2W < 4 and MBRArea >= 20% Label type = "Splotch"

Elseif RatioL2W < 8 and MBRArea > 12% Label Type = "Snaky or Pronged"
Elseif RatioL2W < 8 and MBRArea > 12% Label Type = "Snaky or Pronged"

Elseif RatioL2W < 8 and MBRArea <=12% Label Type = "Snaky or Pronged and Skinny"
Elseif RatioL2W < 8 and MBRArea <=12% Label Type = "Snaky or Pronged and Skinny"


This logic is essentially first determining whether the shape is round-ish, and if not, if it is oblong or long, and if not, if it is a splotch, or snaky or pronged. The specific thresholds may need to be tuned to spe- cific cartographic requirements.
Expand Down

0 comments on commit 4b9e336

Please sign in to comment.