Skip to content

Commit

Permalink
Update mapping and style
Browse files Browse the repository at this point in the history
  • Loading branch information
alno committed Jun 17, 2012
1 parent f8917df commit 72b7a45
Show file tree
Hide file tree
Showing 2 changed files with 1,341 additions and 709 deletions.
8 changes: 8 additions & 0 deletions config/render/mapping.rb
Expand Up @@ -28,6 +28,14 @@
map :barrier, :natural => :cliff, :man_made => :enbankment
end

lines :powerlines, :boundaries => true do
map :power => :line
end

points :powerpoints, :boundaries => true do
map :power => [:tower, :pole]
end

polygons :territories do
map :landuse, :natural => [:wood, :scrub, :wetland, :beach]
end
Expand Down

0 comments on commit 72b7a45

Please sign in to comment.