Skip to content

Commit

Permalink
Style update
Browse files Browse the repository at this point in the history
  • Loading branch information
alno committed Jul 3, 2012
1 parent a600679 commit 3fdace9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 97 deletions.
6 changes: 3 additions & 3 deletions config/render/mapping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
map :waterway => [:riverbank, :drain, :pond], :natural => [:water, :lake, :bay], :landuse => [:basin, :reservoir]
end

lines :barriers, :boundaries => true do
lines :barriers do # TODO Add boundaries
map :barrier, :natural => :cliff, :man_made => :enbankment
end

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

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

Expand Down
Loading

0 comments on commit 3fdace9

Please sign in to comment.