Worldwide routable Garmin maps: URL REMOVED

LOL!

Seems like the whole world wants a new map. The harddisks are maxed-out both in performance and in space-usage, Apache is serving tiles at 100Mbit and the CPU’s are doing what they can whenever the disks have a little breathing room to provide the data… 2500 unique visitors (ok, so not the whole world, but still a lot anyway) and nearly 300 GB traffic on one day.

I haven’t seen this in a long while. :slight_smile:

I can only predict it is going to get a whole lot busier. I have been looking at OSM many times over the years, but it was always too much of a hassle to actually use it. A good link between all that information and many Garmin users seemed to be missing. It was never really convenient to say the least. With this website, especially with the new update, that link is there and now everybody can get their maps easily. I may have missed it, but I do not see on the main OSM website a big red button that says go here to get your Garmin maps. Instead there is the “export” tab, which really is not doing much for most users I would guess.

Karst

BTW, is your donate button going to the same place as the .com website donate button??

Actually, I don’t think it’s OSM’s task to make the data available in every thinkable convenient format. OSM is about data gathering and making it available in planet form (XML or PBF format). Then third parties (like me) can do what they like with that data. I don’t even think the Mapnik slippy map on the frontpage is something that should concern OSM, but it shows what OSM is capable of, which is important to get new mappers. Anyway, this is what I think :confused:

I assume you mean the main OSM website with ‘.com website donate button’? In that case: No. The donatebutton on my website is for me personally. I do intend on share a portion of the funds there with the projects I used for the website, but also to buy my girlfriend a nice dinner to make up a little for all the time I spent on developing this site :wink:

Thanks btw! :slight_smile:

PS. I’m new to donations and donate buttons etc. Is it customary to send a thanks email to for every donation?

If i understand everything correctly then the OpenStreetMap is just the data and the TYP-file is the layout file. For the moment we only have the TYP-file from Mapnik available, is it possible to add this one (http://www.avdweb.nl/gps/garmin/improved-garmin-map-view-with-typ-files.html) to as an option? As it shows a good difference in colors and stuff… (on http://garmin.openstreetmap.nl/)

I tried the question part: http://help.openstreetmap.org/questions/13844/can-i-make-my-own-garmin-maps-from-osm-data-and-my-own-typ-file

I don’t think that typ file is 100% compatible with the mkgmap styles. You can try to use it yourself by adjusting the Family ID (2000) Product ID (6) with a typ file editor and rename it to mapnik.typ 2000.typ and see how it looks on your map.

Yes, you can redirect the donator after payment to a specific thank you url.

Shouldn’t that be 2000.typ? At least that’s the name of the file on the server…

Thanks for that. Will look into it.

Ah yes, 2000.typ it is :roll_eyes:

2012/06/28 18:45 here in Asia and all I get on the main page are the “Loading data, please wait” messages with the spinning wheels.
(Chrome and Firefox)

Multiple refreshes and cache emptying does not seem to help. Is the problem on my end, or perhaps yours due to the mad rush for maps?

Thanks for all your work.

When you use JaVaWa GMTK to add or replace a TYP file you don’t have to bother about ID’s and file names; that is taken care of automatically.

When the server is busy you might see some delay, but most times I have to wait it is the OpenLayers server that is slow in serving the OpenLayers JS library. In the statistics I see a dramatic reduction in activity since about 02:00 CET today, before that it was indeed a continuous mad rush for maps. At 02:00 the request queue was empty again and after that the server is only doing sporadic work which is likely to pick-up again this afternoon.

So, you shouldn’t be seeing the spinning wheels for long and at least Firefox should work just fine. Can’t reproduce your problem here, sorry.

Hello Lambertus,

I am trying to get some maps of France from the website. But all I get on the main page are the “Loading data, please wait” messages with the spinning wheels.
(Chrome, IE, Maxthon and Firefox) Is it too busy on the website or the server is overloaded?

At which time it is less crowded? So i can make a connection.

Regards Nico

Same problem here, this is the error:

OpenLayers.loadURL is not a function
http://garmin.openstreetmap.nl/routable.js
Line 162

Nico, user ‘alimamo’ describes the same problem above. But I can’t reproduce it. Each time I open the website the data is loaded (‘spinning wheels’) within a few seconds, this is the case at work and at home (Windows and Linux). I have no clue why the site responds this way for you.

Are you or ‘alimamo’ able to load the following file (you should see a large XML document listing countries/continents/tiles/etc.)? http://osm.pleiades.uni-wuppertal.de/garmin/generic/20-06-2012/countries.xml

If you can’t load this file then please post the result from the following command:
If you use Windows, using a command prompt:
tracert osm.pleiades.uni-wuppertal.de

Or if you use Linux or Mac, using a terminal:
traceroute osm.pleiades.uni-wuppertal.de

Edit: Ah, tune_it seems to be on the problem :slight_smile:

Ok, so there seems to be an OpenLayers problem. I’ll check it out. Thanks for reporting this!

This problem is neatly explained if you find that OpenLayers has just released a new version (2.12) that deprecates the OpenLayers.loadURL function :roll_eyes:

Edit: I replaced the loadURL() with Request.Get() function and now it works again. I guess I didn’t encounter this problem because I probably still had an older version of OpenLayers in my browser cache. This problem probably explains why the server was so relaxed today as well. :expressionless:

Thanks all for reporting!

Here it seems to hang forever at “Checking existing maps…”. Firefox and Opera, cache cleared, tried selecting a whole country and just a single tile.

Yes we are one step further now, here it also keeps spinning on checking for existing maps, can’t download anything.

Chrome error:

Uncaught TypeError: Cannot read property 'Request' of undefined routable.js:493
selectionDone routable.js:493
updateList routable.js:445
onUpdateTiles routable.js:387
(anonymous function)

Firefox error:

OpenLayers.Ajax is undefined
http://garmin.openstreetmap.nl/routable.js
Line 493

new OpenLayers.Ajax.Request('exists.php',

Oops, I was lazy and didn’t check the rest… Thanks for bringing this to my attention, but it will have to wait until tomorrow (bedtime now).

Edit: Added the deprecated.js file to the website so that it at least works for now. Will have to do some cleanup later.

Dear Lambertus,

Unfortunately I have to come back to the ‘hole’ in Paris I have reported earlier. Even in the latest update, it is still there although we now end up in Texas and Portugal. I’ve tried to follow this up on the Forum, but a lot has happened in the meantime and I’m not sure about the status.

Thanks once again.

I hoped this was only a one-time fluke. But now that it happened again I’m going to investigate more deeply. Thanks for reporting the problem.