Worldwide routable Garmin maps: URL REMOVED

I understand. But hey, Iā€™m a hiker and apparently abusing your map :slight_smile:
How easy is it for me to modify your procedures to get them in again?

In Switzerland the Post Buses are equipped with bike racks ā€¦ so I guess that cyclists do use them :slight_smile:

I actually removed them because they cluttered the map. Especially when people were importing them massively from several sources so there where double pois for one bus stop. I noticed that since the new license a lot of them have been deleted so maybe I can bring them back on the map. We will see, I can make them almost invisible or a very small dot? If they are searchable and editable with the typ file, its ok with me.

Yes, a small dot.
Same for railway stations (maybe as a small rectangle like on other maps)
That would be nice!

Railway stations were always rendered, but in the latest Basecamp releases they are rendered only at a very high zoomlevel. It looks like garmin hate trains, because they seem to ignore railways in their own maps tooā€¦ :open_mouth:

In Mapsource you can set the display of pois on ā€œonā€ instead of ā€œautomaticā€, to render railway stations earlier on the map.

There is a new version available: http://www.openfietsmap.nl/downloads/europe :sunglasses:

GRi, can you test this map and see if it works on your Edge?

Thanks.
I have loaded W and N2 in Mapsource. Will check the Edge in a few days.
Searching in Mapsource works allright in W, however not in N2. It does find the places in the country in the upper area of the search window, however pressing find doesnā€™t yield any results on the map.

Do you look for a particular place in Norway perhaps?

It looks like there is something wrong in the OSM boundary data, if you search Oslo, Mapsource can find it without specifying the country, but not if you specify Norway.
If I search Stockholm, SWE then I could find it.

I searched for several places, none of them found. But all of them with Norway specified yes.
Without, it can find everything indeed.

Denmark is ok as well.

Done :sunglasses:

Iā€™d love to see thisā€”I currently switch back and forth between an official Garmin map (which has good elevation data but awful trail/road data) and OSM, depending on where I am, and having a unified map would be fantastic.

@Ligfietser: The EU card works fine on the Edge 705, even adress search (NL). Had a hard time to find my adress as it seems the villages are part of the Towns in The Netherlands.

Regards,
Bert

Hi Bert,
Canā€™t you find your address in Mapsource or Basecamp too? Because this should work since Sebastic has imported all place boundaries (woonplaatsgrenzen) in the Netherlands recently and they should be complete in the Europe map as well. Dont know if this is a Edge problem or a general issue.

Hi all,

I just used http://garmin.openstreetmap.nl/ to create small maps that fit in the internal memory of my Garmin Oregon 450. This speeds up its map display dramatically - I used OSM Freizeitkarte (http://www.freizeitkarte-osm.de/de/index.html) before, which has to be saved on the SD card because itā€™s too large to fit into the internal memory.

Works pretty well, but I noticed that all Umlauts in city, steet etc. names get lost (ƶ ā†’ o, Ƥ ā†’ a etc.). Is there anything I can do about that? Umlauts work fine in OSM Freizeitkarte.

Thank you in advance!

Best wishes,

Thomas.

Good question, I think it has to do with the codepage options that Lambertus uses?
Another question for Lambertus, why are the typ files not updated?
It is important that every time I update the style files, the typ files are updated as well.
Dont know if your scripts automatically load the latest versions?

Please be careful!! If you copy a corrupt map to the internal memory your GPS might get broken too so that you have to send it to Garmin to repair.
Instead you can always remove an SD card if it contains a corrupt map.

WanMil

Hi WanMil,

are you sure? Why should this happen? As long as the device boots up (and I donā€™t change anything in its operating system) I should be able to access it as USB mass storage device. If a corrupt map however prevents it from booting up, I would consider this a severe design flaw.

Best,

Thomas.

You can fix it yourself if that happens; all you need is to put the Oregon into the ā€˜Forced USB Mass Storage Modeā€™. It is described here for the Montana, but the same procedure applies to the Oregon: http://garminmontanagpsr.wikispaces.com/Recovery

First youā€™ll have to look at my maps from an international perspective:
There are hundreds of languages and scripts and only few people are able to read Roman, Cyrillic, Thai as well as Kanji to name only a few. So when I started this service I decided that Roman script and English language would be the base for my maps. Other map makers will have to provide localized maps, like Freizeitkarte.

Technically this translates to:
Before the OSM data is rendered by Mkgmap I use a custom built transliteration application to convert Cyrillic script to Roman. This application can transliterate more then just Cyrillic but the definitions for other scripts are lacking. After this step Mkgmap is used to create the Garmin tiles. For this I use the following Mkgmap parameter:

 --name-tag-list=name:en,int_name,name:zh_py,name:engels,name

This selects which name tag to use in the Garmin tiles in the order from left to right. All the name tags are documented in the OSM wiki with the exception of ā€˜name:engelsā€™ which comes from the transliteration step. So the normal ā€˜nameā€™ tag is only used when none of the other tags is available. This may be the cause of your missing Umlauts for cities but I think itā€™s unlikely the cause for the street names.

Another (remote) possible cause may be the ā€œā€“latin1ā€ Mkgmap parameter which should translate to CP1252 but this code page includes Umlauts so should not be the problem.

Typ file updating has been a manual operation up to now. Iā€™ll include automatic updates in the scripts for the next map update.

Thanks, Lambertus - I donā€™t think I get the complete message, but at least I understand what codepages are.

So is there any way I can fix Umlauts, or would it require extensive tuning of the logic behind your website?

Thank you! This will help in case I come across this problem (so far all maps were fine, knock on woodā€¦).

Happy Easter!

All the best,

Thomas.