https://github.com/springmeyer/vtile-as-json
Experiment providing MapBox vector tiles as json
https://github.com/springmeyer/vtile-as-json
Last synced: 11 months ago
JSON representation
Experiment providing MapBox vector tiles as json
- Host: GitHub
- URL: https://github.com/springmeyer/vtile-as-json
- Owner: springmeyer
- Created: 2013-06-10T20:54:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T21:23:04.000Z (about 13 years ago)
- Last Synced: 2024-12-28T18:28:06.445Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vtile-as-json
=============
Experiment providing MapBox vector tiles as json
## Depends
- Mapnik v2.2.0
- protobuf
- node-mapnik vector-tile branch
## Install
```
brew update
brew install mapnik protobuf
```
Check you have Mapnik v2.2.0:
```
mapnik-config --version
2.2.0
```
Then inside this directory do:
```
npm install
```
## Usage
```
./index.js
```