| View previous topic :: View next topic |
| Author |
Message |
girlich
Joined: 10 Feb 2007 Posts: 36 Location: Germany
|
Posted: Thu Sep 06, 2007 11:04 pm Post subject: WebMaps from OpenStreetMap.org |
|
|
Please add WebMaps from http://openstreetmap.org. Downloading is really easy and there are no legal problems.
0<=zoom<=18, 0 is full earth
0<=x<2^zoom, from left to right
0<=y<2^zoom, from top to down
Mercator projection up to N85.051129.
Every tile is 256x256 pixel. So its completely like Google.
Openstreetmap has currently two tile renderer:
Mapnik:
sprintf(url,"http://tile.openstreetmap.org/%d/%d/%d.png",zoom,x,y);
Osmarender:
sprintf("url,"http://dev.openstreetmap.org/~ojw/Tiles/tile.php/%d/%d/%d.png",zoom,x,y);
Adding support in PathAway would speed up this project as it is then much easier to follow the unmapped streets. |
|
| Back to top |
|
 |
liyang
Joined: 20 Jan 2008 Posts: 2 Location: Nottingham Nottingham
|
Posted: Sun Jan 20, 2008 9:36 am Post subject: |
|
|
/me too.
I'm not sure about the legality of using the much more comprehensive Google/Yahoo Maps (well, I'm almost sure it's not) – but I am aware of a few mapping applications out there that can make use of these. In any case, there's certainly no issues with using OpenStreetMap.
I spent far too may hours writing a script to automate MapAway. If PathAway could just download these using the phone/PDA's various data connections, that would be fantastic. |
|
| Back to top |
|
 |
emmemm
Joined: 29 Jan 2007 Posts: 4
|
Posted: Wed Sep 03, 2008 8:20 pm Post subject: |
|
|
| Any official comment on adding openstreetmap as a source for Web Maps? Would be *really* nice. |
|
| Back to top |
|
 |
girlich
Joined: 10 Feb 2007 Posts: 36 Location: Germany
|
Posted: Fri Oct 23, 2009 1:57 pm Post subject: done in PA PRO 5 |
|
|
| done in PA PRO 5 |
|
| Back to top |
|
 |
|