Open GoogleCodeExporter opened 8 years ago
I would also like to ask to make String getMapBoxMapId() non-static and
overridable.
It will allows not to depend on the AndroidManifest, context and on
retrieveMapBoxMapId().
Original comment by ls.illar...@gmail.com
on 27 Jan 2014 at 5:31
Do you know where the docs for this are?
I looked at https://www.mapbox.com/developers/api/ but it wasn't clear what the
tile url should be or what is the highest zoom level.
Original comment by neilboyd
on 31 Jan 2014 at 6:01
[deleted comment]
@ls.illarionov Or would you prefer a setter for mapBoxMapId? Then you don't
need to extend this class.
I don't really see the point of the getMapBoxMapId method as it is now.
Original comment by neilboyd
on 31 Jan 2014 at 6:09
This page https://www.mapbox.com/developers/api-overview/
mentions the tiles base farming: "http://a.tiles.mapbox.com/v3/", etc.
Highest zoom level: I've not found in the doc, it's experimental.
Patch for suggested changes available here:
https://drive.google.com/file/d/0B_8VOmRyW664Sk9CcEJtM2k3YU0/edit?usp=sharing
Original comment by mathieu....@gmail.com
on 1 Feb 2014 at 4:57
There are examples which sometimes mention a,b,c,d and sometimes don't. I was
looking for a spec rather than examples.
Original comment by neilboyd
on 2 Feb 2014 at 7:40
No spec found...
Searching for a doc, I discovered that MapBox guys are working on their own
fork of osmdroid. See: https://www.mapbox.com/blog/mapbox-android/
Original comment by mathieu....@gmail.com
on 3 Feb 2014 at 11:02
> mentions the tiles base farming: "http://a.tiles.mapbox.com/v3/", etc.
For tiles we recommend the [a, b, c, d] set that are under the api level. api
is also supported, but less emphasized for tiles.
> Highest zoom level: I've not found in the doc, it's experimental.
There isn't a service-wide maximum zoom level - we can support higher zooms on
road data than on satellite, and higher zooms for satellite in well-covered
metro areas than the country or the middle of the ocean, etc.
> Searching for a doc, I discovered that MapBox guys are working on their own
fork of osmdroid.
Yes, the repo is https://github.com/mapbox/mapbox-android-sdk
Original comment by t...@macwright.org
on 8 Feb 2014 at 3:59
[deleted comment]
I fixed point 1 and 3 in revision 1430. I chose zoom level 18 since that is the
highest zoom level that any of the other providers have.
I fixed point 4 in revision 1431, although it does highlight a fundamental
limitation of the resource proxy idea for external tile sources. A solution for
that would also help with point 2.
Original comment by neilboyd
on 9 Feb 2014 at 9:26
Original issue reported on code.google.com by
mathieu....@gmail.com
on 27 Jan 2014 at 5:14