Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OSMDROID android 4.2: Mapquest: As of july 11,2016 direct tile access has been discontinued

While using osmdroid. I get "As of july 11,2016 direct tile access has been discontinued." I think we have to use APIKEY to use this or a new sdk, but I don't find anywhere how to do it. Please help.

I am using OSMDROID 4.2 with OSMBonusPack_v5.0. Please have a look at screen shot below:

enter image description here

like image 329
Biswas Khayargoli Avatar asked Jul 12 '16 10:07

Biswas Khayargoli


1 Answers

You are using the tilesource from MapQuest. The easiest solution is to just use a different tilesource

    osmv.setTileSource(TileSourceFactory.DEFAULT_TILE_SOURCE);
like image 114
Ruben2112 Avatar answered Nov 05 '22 07:11

Ruben2112