0
votes
0answers
94 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 ...
1
vote
2answers
163 views

What are my hosting options for an app that needs tilestashe along side a django app?

I'm building a GIS webapp that uses tilestache to serve MBTiles and a django app to serve geoJson. I'm having trouble understanding exactly what kind of setup I'd need to host this. I'm new to server ...