I would like to use an osm Garmin .img that renders the residential building addr:housenumber tag to check them. asked 04 Mar '15, 06:31 nevw SimonPoole ♦ |
Thorsten Kukuk has a mkgmap style file for an address overlay, http://osm.thkukuk.de/ If you are familiar with generating Garmin maps with mkgmap you can use this style. answered 04 Mar '15, 12:48 ligfietser 1
You're welcome, recently someone asked the same question on the Dutch OSM forum: (use google translate) http://forum.openstreetmap.org/viewtopic.php?id=29829 Other alternatives are overpass api to create gpx file from the address pois or a smartphone with Osmand to check those housenumbers.
(04 Mar '15, 13:38)
ligfietser
|
I have listed the steps below that I took to get an OSM based Garmin map with house numbers rendered to aid checking the mapped house numbers in my area as I found it a bit of a trial to follow all the unix scripts that Thorsten uses to automate his map making. I only needed a simpler process for just my local area in Australia. This .img produced, being just the numbers, is enabled and overlays any another .img extracted elsewhere that has the house polygons or points rendered. I used the Thorsten Kukuk mkgmap style archive file listed at the bottom of the table at http://osm.thkukuk.de/ for an address overlay. I use an OS X iMac..
Run this mkgmap script… /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -jar /Applications/mkgmap-r3409/mkgmap.jar —gmapsupp —style-file=/Applications/mkgmap-tk-osm/tk-osm/address —style=style —list-styles —transparent —description=“tkaddress” —family-id=7129 --product-id=1 --draw-priority=15 --mapname=71212001 --family-name="OpenStreetmap Mkgmap" --series-name="Josm " --area-name="local " --route --drive-on=left --link-pois-to-ways --index --housenumbers --add-pois-to-areas /Applications/mkgmap-tk-osm/tk-osm/address/address2.typ --output-dir=/Users/mydirectory/Documents/JOSM/Save_OSM_file/ /Users/mydirectory/Documents/JOSM/Save_OSM_file/Josm_save.osm (a lot of these switches are not needed for the overlay but were in my file to begin with anyway) rename the gmapsupp.img file to something that won't overwrite files on your GPSr. …hope this works for you and a big thank you to Thorsten for all the work he has put in to the mkgmap process answered 08 Mar '15, 12:31 nevw 1
It's way easier to have most of the mkgmap parameters in a file, see the wiki page for how.
(08 Mar '15, 21:20)
SK53 ♦
1
Thank you for the helpful HowTo @SK53: a link to the matching wiki page would be helpful.
(25 Oct '15, 21:01)
malenki
|