26 Commits

Author SHA1 Message Date
Vladimir Agafonkin
ffa28f80ec add initial support for VT3 draft spec 2018-10-31 18:56:58 +01:00
Anand Thakker
a9a91029c0
Fix infinite loop when reading closepath command (#63)
* Fix ininite loop when length goes below 0

* Fix infinite loop

* Add unit test
2018-03-02 19:33:28 -05:00
Blake Thompson
d96dc077d4 Update to mapbox namespace and update dev dependency of mapnik 2017-04-21 12:18:52 -05:00
John Firebaugh
5c453951e1 Make VectorTileFeature#id a public property 2016-07-18 13:57:47 -07:00
John Firebaugh
c16b5c0d59 Classify polygon rings to distinguish inner polygon rings and multipolygons 2016-05-18 11:40:35 -07:00
John Firebaugh
10795be36e Fix coordinates for MultiPoints in toGeoJSON 2016-05-17 16:19:43 -07:00
John Firebaugh
3d15fbae71 Include id in toGeoJSON result
Fixes #40
2015-12-10 10:49:46 -08:00
John Firebaugh
a615643598 Workaround for mapnik-vector-tile bug
https://github.com/mapbox/mapnik-vector-tile/issues/90
https://github.com/mapbox/mapbox-gl-js/issues/1019
2015-06-15 10:49:58 -07:00
Vladimir Agafonkin
5b91663df4 decode negative int64 properly 2015-03-05 19:14:09 +02:00
Vladimir Agafonkin
d47400e700 minor fixes, update deps 2015-03-05 19:13:09 +02:00
John Firebaugh
51d4f30a3f Handle what MultiPoints and MultiLineStrings we can
Upstream: https://github.com/mapbox/vector-tile-spec/issues/30
2015-02-25 11:35:35 -08:00
John Firebaugh
1d3f4c1ebb Inline Mercator math 2015-02-23 15:36:37 -08:00
John Firebaugh
b15016a0e4 Add feature.toGeoJSON(x, y, z) 2015-02-20 21:17:53 -08:00
Vladimir Agafonkin
e9cf298d8a refactor VectorTileFeature 2014-12-26 15:12:35 +02:00
Vladimir Agafonkin
7f0bde4668 refactor VectorTileLayer 2014-12-26 15:12:27 +02:00
Vladimir Agafonkin
19313868c1 refactor VectorTile 2014-12-26 15:12:20 +02:00
John Firebaugh
16c29286cc Correctly calculate end of tags (fixes #15) 2014-12-08 19:41:34 -08:00
Ansis Brammanis
7ff02ce76a remove support for embedded shaping and glyphs 2014-06-27 12:28:10 -07:00
Vladimir Agafonkin
ac2d6a6a12 make the code clean and tidy 2014-06-26 18:14:11 +03:00
Vladimir Agafonkin
a7f74ee5e4 remove _ from public VectorTileFeature props 2014-06-26 18:00:52 +03:00
Vladimir Agafonkin
030bb66bd0 use Point/LineString/Polygon for types 2014-06-26 17:37:00 +03:00
Christian Schwarz
685f27be06 Fixed changing first point of a polygon should not change last point 2014-06-24 23:45:35 +02:00
Tom MacWright
042553e3f9 Remove auto-pbf 2014-06-24 15:39:45 -04:00
Tom MacWright
046ff3198d Updates from upstream 2014-06-24 14:54:56 -04:00
Tom MacWright
7f9a295264 Update tests, use point-geometry module 2014-06-24 14:49:23 -04:00
Konstantin Käfer
b12f85f981 initial commit 2014-04-12 18:15:36 -04:00