You are not logged in.
- Topics: Active | Unanswered
#1 2021-02-23 19:07:12
- walkwalkwalk
- Member
- Registered: 2021-02-23
- Posts: 3
DIY Etrex 10 Map broken - Bug or dump?
Hello everyone. I have created a map for my Etrex 10 with the following mkgmap style in which only towns are displayed. But this works only partially. The towns are displayed as a point but the name is missing. Am I too stupid to use mkgmap correctly or is it a bug? If it is a bug, can someone fix it? If I am too stupid, what am I doing wrong?
Link to the mkgmap style:
Offline
#2 2021-02-23 22:57:13
- Sandal man
- Member
- From: Benissa
- Registered: 2016-09-23
- Posts: 156
Re: DIY Etrex 10 Map broken - Bug or dump?
I use this method https://forums.geocaching.com/GC/index. … -etrex-10/ and after downloading I use osmfilter to delete everything from the map I don't use.
Fervent wandelaar aan de Costa Blanca.
Offline
#3 2021-02-24 13:46:06
- walkwalkwalk
- Member
- Registered: 2021-02-23
- Posts: 3
Re: DIY Etrex 10 Map broken - Bug or dump?
I have now tried osmfilter but I am too stupid for that. I want to have only the places mentioned in the following link but I get only a 8KB small file with an empty map! What am I doing wrong?
Offline
#4 2021-02-25 00:24:23
- Sandal man
- Member
- From: Benissa
- Registered: 2016-09-23
- Posts: 156
Re: DIY Etrex 10 Map broken - Bug or dump?
I think you have to use
5)Start in terminal
./osmfilter cb.osm --keep=" admin_level= " >streets.osm
Otherwise send me the osm file.
Fervent wandelaar aan de Costa Blanca.
Offline
#5 2021-02-25 13:23:00
- walkwalkwalk
- Member
- Registered: 2021-02-23
- Posts: 3
Re: DIY Etrex 10 Map broken - Bug or dump?
Thank you very much for your help. Unfortunately my computer is too slow for this method. I have now found the Etrex10Downloader on the net. Disadvantage, it is only in German but that is not a problem for me.
The Etrex10Downloader also has a bug. Actually, after the download should be automatically created a Garmin IMG but that does not work. I have therefore built a batch file that does that with one click.
But I have found a second method. With the IMG from GPX it works not only with the properties specified in the Etrex10Downloader but with all GPX files that contain POI. I then load me with overpass-turbo.eu the GPX and then convert it with GPX2IMG to a Garmin IMG. Simple and easy!
Etrex 10 Downloader + Source File : IMG from GPX / Both Windows only!
Offline
#6 2021-02-25 14:02:00
- Sandal man
- Member
- From: Benissa
- Registered: 2016-09-23
- Posts: 156
Re: DIY Etrex 10 Map broken - Bug or dump?
Good for you
Fervent wandelaar aan de Costa Blanca.
Offline
#7 2021-02-25 16:30:03
- GerdP
- Member
- Registered: 2015-12-18
- Posts: 1,290
Re: DIY Etrex 10 Map broken - Bug or dump?
Hello everyone. I have created a map for my Etrex 10 with the following mkgmap style in which only towns are displayed. But this works only partially. The towns are displayed as a point but the name is missing. Am I too stupid to use mkgmap correctly or is it a bug? If it is a bug, can someone fix it? If I am too stupid, what am I doing wrong?
Link to the mkgmap style:
You need something like this in the end of the points file:
<finalize>
# The finalizer section is executed for each element when a rule with an element type matches
name=* {name '${name}'}
Offline