Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chelm/mbtiles-server

A very simple node.js server for mbtiles
https://github.com/chelm/mbtiles-server

Last synced: 16 days ago
JSON representation

A very simple node.js server for mbtiles

Awesome Lists containing this project

README

        

mbtiles-server
==============

Wow. It's really easy to serve mbtiles files without having to host them with Mapbox, just serve them yourself.

First, just create an mbtiles file (via Tilemill probably cause it's freaking amazing), then:

1. `npm install`
1. `node server.js TILEFILE [PORT]`

Visit [http://localhost:3000/3/1/2.png](http://localhost:3000/3/1/2.png)