Skip to content

Commit

Permalink
Changed cloudmade layer into mapbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatossals committed Jan 13, 2015
1 parent 514591d commit b4e803b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/markers-clustering-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
},
layers: {
baselayers: {
cloudmade: {
name: 'Cloudmade Taiwan map',
mapbox_terrain: {
name: 'Mapbox Terrain',
url: 'http://api.tiles.mapbox.com/v4/{mapid}/{z}/{x}/{y}.png?access_token={apikey}',
type: 'xyz',
url: 'http://{s}.tile.cloudmade.com/{key}/{styleId}/256/{z}/{x}/{y}.png',
layerParams: {
key: '007b9471b4c74da4a6ec7ff43552b16f',
styleId: 7
layerOptions: {
apikey: 'pk.eyJ1IjoidG9tYmF0b3NzYWxzIiwiYSI6Imo3MWxyTHMifQ.TjXg_IV7ZYMHX6tqjMikPg',
mapid: 'examples.map-i86nkdio'
}
}
},
Expand Down

0 comments on commit b4e803b

Please sign in to comment.