Skip to content

Commit

Permalink
Merge c16aeda into b0b193a
Browse files Browse the repository at this point in the history
  • Loading branch information
flippmoke committed Feb 27, 2018
2 parents b0b193a + c16aeda commit dcca190
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.0.0

- Update to mapnik v3.7.0
- Drops support for windows

## 3.10.2

- Pass `scale`, `legacy`, and `upgrade` params through to backend source.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ tilelive-vector
Implements the tilelive API for rendering mapnik vector tiles to raster images.

[![Build Status](https://secure.travis-ci.org/mapbox/tilelive-vector.png)](http://travis-ci.org/mapbox/tilelive-vector)
[![Build status](https://ci.appveyor.com/api/projects/status/p9qx11cn2rl3ym4m?svg=true)](https://ci.appveyor.com/project/Mapbox/tilelive-vector)
[![Coverage Status](https://coveralls.io/repos/mapbox/tilelive-vector/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapbox/tilelive-vector?branch=master)

### new Vector(options, callback)
Expand Down
22 changes: 0 additions & 22 deletions appveyor.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/tilelive-vector",
"version": "3.10.2",
"version": "4.0.0",
"main": "./index.js",
"description": "Vector tile => raster tile backend for tilelive",
"repository": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"aws-sdk": "^2.2.30",
"s3urls": "^1.3.0",
"mapnik": "~3.6.0",
"mapnik": "~3.7.0",
"@mapbox/tilelive": "~5.12.0",
"@mapbox/tiletype": "0.3.x",
"tar": "~2.2.1",
Expand Down

0 comments on commit dcca190

Please sign in to comment.