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

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

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
```