Open GoogleCodeExporter opened 8 years ago
Just realised that I didn't say please anywhere. It wasn't meant to sound like
demands - was just answering the default questions! I'll see if I can work out
how
to add it myself but I'm not familiar with the code. Thanks.
Original comment by mikeudal...@gmail.com
on 31 Mar 2010 at 8:27
Hello Mike
Thank you for reporting this issue, I'm always looking for new map services to
add.
See Issue 63 that was back when we added support for OpenStreetMap.
Now what we need to find out is the meaning of all the numbers, just like this
london
example of OpenStreetMap:
http://c.tile.openstreetmap.org/12/2046/1362.png
_--_://[server(a,b,c)].tile.openstreetmap.org/[zoom]/[x]/[y].png
I notice that in multimap the first number is the server and it goes from 0 to 3
we need to find the rest
Helder
Original comment by heldersepu
on 1 Apr 2010 at 11:39
Ok, I've been looking at the images by url in firefox's page info window but
can't
work out a pattern yet. Any other suggestions on how to work that out?
Original comment by laurauda...@gmail.com
on 1 Apr 2010 at 5:38
This page looks helpful. Looks like someone has decoded the url for the same
purpose
so it should be just what we need. I'll see if I can make sense of it.
http://tamingleopard.blogspot.com/2009_04_01_archive.html
Original comment by mikeudal...@gmail.com
on 2 Apr 2010 at 11:12
This is a better link as it is to the actual article rather than the archive.
http://tamingleopard.blogspot.com/2009/04/offline-os-maps-with-mg-maps.html
It looks as if he has written some perl to do the job. Although I don't write
perl
or python the code looks simple enough to interpret - it just builds the url
piece by
piece and the complicated bit seems to be that a range of zoom levels has an
associated string like "mi953".
The author says that the structure is very similar to Microsoft live if that
helps at
all.
Original comment by mikeudal...@gmail.com
on 2 Apr 2010 at 11:41
Great that should be very helpful on completing this issue
Original comment by heldersepu
on 2 Apr 2010 at 1:17
Original issue reported on code.google.com by
mikeudal...@gmail.com
on 31 Mar 2010 at 6:52