Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chelm/mbtiles-server
- Owner: chelm
- Created: 2012-12-19T05:16:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T23:09:16.000Z (over 7 years ago)
- Last Synced: 2024-08-01T00:47:42.527Z (3 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 161
- Watchers: 13
- Forks: 97
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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)