
14 changed files with 19615 additions and 7 deletions
@ -0,0 +1,17 @@
|
||||
# Creating custom polys (some rough notes) |
||||
|
||||
Head to https://www.openstreetmap.org/ and find the relation id of the boundry you want as a poly |
||||
|
||||
Grab an appropriate pbf/osm.bz2 from http://download.geofabrik.de/ that INCLUDES the region you want to extract if not available |
||||
|
||||
Head to http://polygons.openstreetmap.fr/index.py and enter relation id |
||||
|
||||
Extract the region using osmosis |
||||
https://wiki.openstreetmap.org/wiki/Osmosis/Examples |
||||
http://blog.geofabrik.de/?p=75 |
||||
../bin/osmosis/bin/osmosis --read-pbf central-america-latest.osm.pbf \ |
||||
--tee 3 \ |
||||
--bp file=costa_rica.poly --write-pbf costa-rica-latest.osm.pbf \ |
||||
--bp file=nicaragua.poly --write-pbf nicaragua-latest.osm.pbf \ |
||||
--bp file=panama.poly --write-pbf panama-latest.osm.pbf |
||||
|
@ -0,0 +1,23 @@
|
||||
# Elevation Data |
||||
|
||||
To add elevation data and contour lines to your maps, you'll need the below information. |
||||
|
||||
# Credits |
||||
|
||||
The information here and integration(s) in the main ```process_maps.py``` script were adapted from: |
||||
|
||||
* http://forum.locusmap.eu/index.php?topic=1839.0 |
||||
* https://www.openandromaps.org |
||||
|
||||
# Prep |
||||
* You'll need a theme from : https://www.openandromaps.org/en/legend/elevate-mountain-hike-theme |
||||
* You'll need tag mappings : https://www.openandromaps.org/en/map-basics-2/tag-mapping |
||||
* You'll probably want tag transformations : https://www.openandromaps.org/en/map-basics-2/tagtransform |
||||
|
||||
# Processing |
||||
|
||||
1. Download various elevation data needed using phyghtmap (http://katze.tfiu.de/projects/phyghtmap/phyghtmap.1.html) |
||||
1. Download maps using ```download_maps.py``` |
||||
1. Create a custom map list (see ```custom.list``` for an example) for use |
||||
1. Run map processing with ```--no-map-download```, ```--tag-mapping``` and ```--tag-transform``` |
||||
|
@ -0,0 +1,3 @@
|
||||
custom/costa-rica |
||||
custom/nicaragua |
||||
cusom/panama |
@ -0,0 +1,8 @@
|
||||
# Additional Processing |
||||
|
||||
If you're interested in additional processing applied by www.openandromaps.org you'll want to look at the following links. |
||||
|
||||
The additional tag processing in particular has been helpful for map usage in Locus |
||||
|
||||
* https://www.openandromaps.org/en/map-basics-2/tagtransform |
||||
* https://www.openandromaps.org/en/map-basics-2/tag-mapping |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue