79 Commits

Author SHA1 Message Date
jakepruitt
3ead9e4447 Begin vector tile serialization work 2016-06-17 10:09:20 -07:00
John Firebaugh
91b1349853 1.2.1 v1.2.1 2016-05-18 11:54:06 -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
df74de2098 Drop all but node 4 from test matrix 2016-05-17 16:23:25 -07:00
John Firebaugh
10795be36e Fix coordinates for MultiPoints in toGeoJSON 2016-05-17 16:19:43 -07:00
John Firebaugh
5177aec30b Add approximateDeepEqual function for tests 2016-05-17 16:19:26 -07:00
Tom MacWright
40f73eb2c4 Add eslint 2016-02-09 15:48:52 -05:00
John Firebaugh
4eba80337d 1.2.0 v1.2.0 2015-12-10 10:50:42 -08:00
John Firebaugh
3d15fbae71 Include id in toGeoJSON result
Fixes #40
2015-12-10 10:49:46 -08:00
Vladimir Agafonkin
a3e6da8c02 upgrade travis config for more targets 2015-11-11 16:28:11 +02:00
Tom MacWright
3426fc4231 Merge pull request #30 from ahocevar/patch-1
Mention public 'properties' property
2015-08-25 09:01:28 -04:00
Andreas Hocevar
e15dcd9522 Mention public 'properties' property
VectorTileFeature has a public 'properties'  property, which was missing from the API documentation.
2015-08-11 15:47:26 +02:00
Tom MacWright
1fae05a6ba Retitle readme 2015-07-07 17:30:45 -04:00
Tom MacWright
4afd5a3a05 Use svg badges 2015-07-07 17:30:08 -04:00
Tom MacWright
3ba9367b3e Add example with gunzip coding. Fixes #29 2015-07-07 17:28:57 -04:00
John Firebaugh
d1b8401c54 1.1.3 v1.1.3 2015-06-15 10:54:51 -07: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
John Firebaugh
3263ad998f Merge pull request #27 from anandthakker/master
Document toGeoJSON
2015-04-13 10:49:15 -07:00
Anand Thakker
dc27d43776 Document toGeoJSON 2015-04-12 17:10:44 -04:00
Vladimir Agafonkin
c6f6d83f57 1.1.2 v1.1.2 2015-03-05 19:16:05 +02:00
Vladimir Agafonkin
14753c01f1 update changelog 2015-03-05 19:15:56 +02:00
Vladimir Agafonkin
e3f9a54b27 update pbf to 1.3.2 2015-03-05 19:14:09 +02: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
c6407a579b Merge pull request #22 from mapbox/readme-fix
fixing readme: require(..); --> require(..).VectorTile
2015-03-04 11:33:00 -08:00
dnomadb
a69c58f146 fixing readme: require(..); --> require(..).VectorTile 2015-03-04 11:27:26 -08:00
John Firebaugh
a17e228dac sudo: false 2015-02-26 14:40:57 -08:00
John Firebaugh
bc79ebbeb7 v1.1.1 v1.1.1 2015-02-25 11:54:16 -08: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
bb979b79eb Be clear that a Protobuf object is required 2015-02-24 10:47:14 -08:00
John Firebaugh
1d3f4c1ebb Inline Mercator math 2015-02-23 15:36:37 -08:00
John Firebaugh
8b44523394 1.1.0 v1.1.0 2015-02-21 09:28:58 -08:00
John Firebaugh
98113ef7a3 Merge pull request #20 from mapbox/toGeoJSON
Add feature.toGeoJSON(x, y, z)
2015-02-21 09:25:13 -08:00
John Firebaugh
b15016a0e4 Add feature.toGeoJSON(x, y, z) 2015-02-20 21:17:53 -08:00
Vladimir Agafonkin
5b562b945a fix typo v1.0.0 2014-12-26 20:30:04 +02:00
Vladimir Agafonkin
bd3cd8b4f0 Merge pull request #16 from mapbox/pbf1
Refactor to use the new pbf version
2014-12-26 15:23:16 +02:00
Vladimir Agafonkin
4583d59a68 bump major version since it only works with the new pbf 2014-12-26 15:15:35 +02: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
Vladimir Agafonkin
54f69181cd update pbf to 1.1.1 and fix tests 2014-12-26 15:11:58 +02:00
Vladimir Agafonkin
865dbea223 add a simple benchmark 2014-12-26 15:10:56 +02:00
John Firebaugh
2b30a1dde1 v0.1.3 v0.1.3 2014-12-08 19:43:59 -08:00
John Firebaugh
16c29286cc Correctly calculate end of tags (fixes #15) 2014-12-08 19:41:34 -08:00
Tom MacWright
0a4a6b85bd Be more specific about which. 2014-09-02 16:13:09 -04:00
Tom MacWright
d7ede04dea just test in 0.10 2014-06-30 17:18:44 -04:00
Vladimir Agafonkin
21addd8843 bump version 2014-06-27 22:40:37 +03:00
Vladimir Agafonkin
20df91f755 Merge pull request #11 from mapbox/remove-embedded-glyphs
remove support for embedded shaping and glyphs
2014-06-27 22:40:19 +03:00
Ansis Brammanis
7ff02ce76a remove support for embedded shaping and glyphs 2014-06-27 12:28:10 -07:00
Vladimir Agafonkin
6b0f713f83 fix typos 2014-06-27 21:22:03 +03:00