Lect0r / osmdroid

Automatically exported from code.google.com/p/osmdroid
0 stars 0 forks source link

Use separate API key for CloudMade tiles in OpenStreetMapRendererInfo.java #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In OpenStreetMapRendererInfo.java:

CLOUDMADESMALLTILES("http://tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/
2/64/",
"Cloudmade (Small tiles)", ".jpg", 13, 6),

CLOUDMADESTANDARDTILES("http://tile.cloudmade.com/BC9A493B41014CAABB98F0471D7597
07/2/256/",
"Cloudmade (Standard tiles)", ".jpg", 18, 8);

It is not allowed to use this apikey (BC9A493B41014CAABB98F0471D759707)
outside of CloudMade website.
You should go to http://cloudmade.com and generate your own API key.

Note: if you'll chose "Mobile" API key type - you should use new
Authorization schema: http://developers.cloudmade.com/projects/show/auth
I suggest to use "Web" apikey for now.

Original issue reported on code.google.com by vitaliy....@gmail.com on 5 May 2010 at 10:47

GoogleCodeExporter commented 9 years ago
Specify it in the manifest instead of OpenStreetMapRendererInfo

Original comment by neilboyd on 10 Jun 2010 at 2:10

GoogleCodeExporter commented 9 years ago
Issue 61 has been merged into this issue.

Original comment by neilboyd on 10 Jun 2010 at 2:10

GoogleCodeExporter commented 9 years ago
From the above linked site:

"All mobile applications must be fully migrated to token based authorization by 
1st Sep 2010."

Original comment by neilboyd on 10 Jun 2010 at 2:11

GoogleCodeExporter commented 9 years ago
Issue 60 has been merged into this issue.

Original comment by neilboyd on 10 Jun 2010 at 2:11

GoogleCodeExporter commented 9 years ago

Original comment by neilboyd on 25 Jun 2010 at 6:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r248.

Original comment by neilboyd on 28 Jun 2010 at 12:09