mapnik-vector-tile
Advanced tools
Comparing version 0.3.3 to 0.3.4
# Changlog | ||
## 0.3.4 | ||
- Fixed tile_datasource geometry decoding such that it respects multipart geometries (#19) | ||
## 0.3.3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "mapnik-vector-tile", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Mapnik vector tile API", | ||
@@ -5,0 +5,0 @@ "main": "./package.json", |
@@ -39,3 +39,3 @@ ## mapnik-vector-tile | ||
converted to screen coordinates, and [delta](http://en.wikipedia.org/wiki/Delta_encoding) | ||
and [zigzag](http://en.wikipedia.org/wiki/Delta_encoding) encoded. | ||
and [zigzag](https://developers.google.com/protocol-buffers/docs/encoding#types) encoded. | ||
@@ -42,0 +42,0 @@ Feature attributes are encoded as key:value pairs which are dictionary encoded |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
348234