forked from Ahlzen/TopOSM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added or improved rendering of many NHD features.
Based on Kevin Kenny's TopOSM-NY work, this adds improved rendering of several features in NHD: - Labels on area-based linear features (such as larger rivers) - Foreshores - Submerged rocks - Submerged streams - Inundation areas - Hazard zones - Special use zones - Rapids - Dams - Non-earthen shores - Water wells - Springs - Sinks - Rises - Gaging stations - Water tunnels The style files are also a bit cleaner by using entities from include/nhdfcodes.inc, rather than specifying NHD FCODEs directly.
- Loading branch information
Showing
6 changed files
with
573 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ include/*.inc | |
*.pyc | ||
errors.log | ||
geodata | ||
tile | ||
tile | ||
temp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -131,8 +131,6 @@ To render a PDF, use renderToPdf() in toposm.py | |
|
||
## Credits ## | ||
|
||
Created by Lars Ahlzen ([email protected]), with contributions from Ian Dees (hosting, | ||
rendering and troubleshooting), Phil Gold, Kevin Kenny (patches and style improvements), | ||
Yves Cainaud (legend), Richard Weait (shield graphics) and others. | ||
Created by Lars Ahlzen ([email protected]), with contributions from Ian Dees (hosting, rendering and troubleshooting), Phil Gold (patches and style improvements), Kevin Kenny (improved NHD rendering, misc patches), Yves Cainaud (legend), Richard Weait (shield graphics) and others. | ||
|
||
License: GPLv2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.