- 29 Mar, 2018 1 commit
-
-
Vladimir Agafonkin authored
* modernize geojson-vt into a ES module * try commiting yarn.lock * reshuffle coverage scripts a bit * add src to files
-
- 28 Mar, 2018 2 commits
-
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
* explode multilinestrings on line metrics * refactor tile creation * track line metrics when clipping * fix typo in line metrics * fix one more silly bug * clean up clipping code * minor fix for non-lineMetrics sources * add a line metrics test * fix metrics for wrapped lines, more tests * minor tests cleanup * rename line metric properties * improve test coverage more * prefix clip_start/end properties
-
- 09 Mar, 2018 1 commit
-
-
Andrew Harvey authored
-
- 10 Dec, 2017 1 commit
-
-
Steven Kalt authored
The missing comma within the object literal would cause copy-and-pasting the example to throw a syntax error.
-
- 04 Dec, 2017 4 commits
-
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
changelog is now maintained over https://github.com/mapbox/geojson-vt/releases
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
* WIP flat array refactor (preprocess stage) * refactor more type conversions * flat conversion refactoring * more convert cleanup * rewrite clipping for flat geometry * more flat geom code * more flat geom * simplify clip * more clip simplification * minor fixes * fix transformed coords * add back world wrapping * remove solid square heuristics they are mostly premature optimization that only makes the implementation more complex * various clipping fixes * some fixes * conversion fixes * simplify tile.js * lots of fixes * fix remaining tests and bugs * remove leftover
-
- 13 Nov, 2017 1 commit
-
-
Vladimir Agafonkin authored
-
- 20 Aug, 2017 3 commits
-
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
-
- 23 Dec, 2016 1 commit
-
-
Jed Schmidt authored
* Describe how to exhaustively pre-generate all tiles * clarify that `tileCoords` contains tile coordinates, not tiles
-
- 15 Oct, 2016 1 commit
-
-
Tom MacWright authored
* Support for topojson in example * Add topojson global
-
- 09 Aug, 2016 3 commits
-
-
Vladimir Agafonkin authored
-
Iván Sánchez Ortega authored
-
Vladimir Agafonkin authored
-
- 29 Jul, 2016 3 commits
-
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
-
Matthew Chase Whittemore authored
* start at supporting far away worlds * test 3 world limit * rename and lint
-
- 18 Jul, 2016 1 commit
-
-
Waldir Pimenta authored
It's not strictly required, but it's useful metadata, and part of the recommended license template text (see http://choosealicense.com/licenses/isc/ and https://opensource.org/licenses/isc-license)
-
- 26 Jun, 2016 1 commit
-
-
Young Hahn authored
Save empty tiles at the bottom of the pyramid, per https://github.com/mapbox/geojson-vt-cpp/pull/47#discussion_r68474205 (#65)
-
- 25 Jun, 2016 1 commit
-
-
Nazar Mokrynskyi authored
-
- 09 Jun, 2016 3 commits
-
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
-
- 25 May, 2016 1 commit
-
-
Vladimir Agafonkin authored
-
- 14 Jan, 2016 2 commits
-
-
Vladimir Agafonkin authored
ignore features with null geometry
-
Andrew Harvey authored
As per the GeoJSON spec, "A feature object must have a member with the name "geometry". The value of the geometry member is a geometry object as defined above or a JSON null value." [1] [1] http://geojson.org/geojson-spec.html#feature-objects Previously when there was a null geometry there would be a JS error in trying to access feature.geometry.type.
-
- 09 Dec, 2015 1 commit
-
-
Vladimir Agafonkin authored
-
- 07 Dec, 2015 1 commit
-
-
Vladimir Agafonkin authored
this is for consistency; it would be nicer to take buffer into account but we can handle this later, not a big deal.
-
- 09 Nov, 2015 3 commits
-
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
-
- 16 Oct, 2015 4 commits
-
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
-
Vladimir Agafonkin authored
Turns out this is an extremely rare use case and the public method is easy to misuse, so let’s move this code to external repo, just reusing the files from the repo.
-
Vladimir Agafonkin authored
-
- 15 Oct, 2015 1 commit
-
-
Anand Thakker authored
-