You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
Reporter: SK53 [Submitted to the original trac issue database at 8.55am, Wednesday, 12th May 2010]
In various parts of the world major waterfalls are conspicuous landscape features and tourist attractions. Mapnik fails to render these at all with the result that certain waterfalls have been 'tagged for the renderer': e.g., Iguazu and Rheinfalle.
It is suggested that waterfalls pretty much fall in the same class as cliffs and barriers and can be treated using the same rules. Furthermore the type of line symbolizer required for waterfalls is similar to that of cliffs (a line, with some ornamentation on the lower (downstream) side).
Light experimentation suggests that the following changes are required:
Create 2 new line symbols "wfall.png" and "wfall2.png". Example of latter attached.
Create a new style, along these lines (basically 'cliffs')
Alter the layer 'line features' along the following lines
cliffs
waterfalls
barriers
mapnik
true
localhost
mapnik
5432
(select way,barrier,"natural",man_made, waterway from planet_osm_line where barrier is not null or "natural" in ('hedge','cliff') or man_made='embankment' or (waterway='waterfall')) as roads
postgis
mapnik
The text was updated successfully, but these errors were encountered:
Author: Federico Explorador [Added to the original trac issue at 5.48pm, Tuesday, 1st March 2011]
I support the request for rendering waterfalls.
However, I would prefer a polygon for tagging, because many waterfalls are not vertical, but inclined and may descent on a longer way. So also rapids could included.
Reporter: SK53
[Submitted to the original trac issue database at 8.55am, Wednesday, 12th May 2010]
In various parts of the world major waterfalls are conspicuous landscape features and tourist attractions. Mapnik fails to render these at all with the result that certain waterfalls have been 'tagged for the renderer': e.g., Iguazu and Rheinfalle.
It is suggested that waterfalls pretty much fall in the same class as cliffs and barriers and can be treated using the same rules. Furthermore the type of line symbolizer required for waterfalls is similar to that of cliffs (a line, with some ornamentation on the lower (downstream) side).
Light experimentation suggests that the following changes are required:
Create 2 new line symbols "wfall.png" and "wfall2.png". Example of latter attached.
Create a new style, along these lines (basically 'cliffs')
<Style name="waterfalls"> ([waterway]='waterfall') 25000 100000 ([waterway]='waterfall') 25000 </Style>Alter the layer 'line features' along the following lines
cliffs waterfalls barriers mapnik true localhost mapnik 5432 (select way,barrier,"natural",man_made, waterway from planet_osm_line where barrier is not null or "natural" in ('hedge','cliff') or man_made='embankment' or (waterway='waterfall')) as roads postgis mapnikThe text was updated successfully, but these errors were encountered: