2
votes
2answers
93 views

Can PHP be used to set the XY, zoom of a Mapbox.js map?

All, Is there a way to set the xy and zoom level of a map using the URL of the site that is calling it? I'm thinking of a site I'm using now, built on php, which has mapbox maps built in javascript ...
2
votes
2answers
896 views

Fixing the OpenLayers MBTiles Example

I've been trying to implement the OpenLayers Example for reading MBTiles: http://projects.bryanmcbride.com/ol_mbtiles/ Right off, the link to the necessary mbtiles.php script was broken, but I found ...
0
votes
1answer
55 views

Why won't this mapbox map load into a DIV container?

All, For the life of me I can't figure out why I can't load a map into a CSS template I'm trying to customize. I've placed a fiddle here: http://jsfiddle.net/mapbaker/Du7zq/10/ Basically I'm ...
0
votes
0answers
100 views

Creating a Map Tile Server?

So, I've fallen in love with Mapbox's javascript API, but I'm working for a non-profit that can't afford Mapbox's hosting. Luckily, their js accepts TileJSONs and makes reference to TileStream on ...