Eric Fischer
5da636ba23
Merge pull request #252 from mapbox/glow-map2
...
Add an option to calculate feature density as a feature attribute
2016-05-27 17:34:27 -07:00
Eric Fischer
20b0fe1a52
Revert unneeded change
2016-05-27 16:35:46 -07:00
Eric Fischer
9d0a41521f
Forgot to add the test
2016-05-27 16:33:56 -07:00
Eric Fischer
692112ec3a
Add an option to calculate feature density as a feature attribute
2016-05-27 16:25:40 -07:00
Eric Fischer
4030cc7c58
Merge pull request #245 from mapbox/inline-meta2
...
Add the ability to inline metadata with geometry
2016-05-25 11:53:57 -07:00
Eric Fischer
b5c5d9dad6
Merge pull request #249 from mapbox/decode-check-error
...
Fail gracefully if input to tippecanoe-decode isn't a vector tile
2016-05-25 11:53:41 -07:00
Eric Fischer
1d636e5c0d
Consistently treat "prevent" and "additional" options as globals
2016-05-25 11:38:52 -07:00
Eric Fischer
e253bbfe1d
Round upward to catch narrow-but-tall or wide-but-short features
2016-05-25 11:08:04 -07:00
Eric Fischer
fa7a52d032
Bump version number
2016-05-23 17:44:41 -07:00
Eric Fischer
4638c6f273
Merge branch 'master' into inline-meta2
...
Conflicts:
tile.cpp
2016-05-23 15:57:28 -07:00
Eric Fischer
0f02e9fa95
Fix uninitialized variable
2016-05-23 15:45:55 -07:00
Eric Fischer
bba1c13b07
Warn if a feature that won't be clipped covers several tiles
2016-05-20 17:50:20 -07:00
Eric Fischer
f03fbdb5c1
Fail gracefully if input to tippecanoe-decode isn't a vector tile
2016-05-17 15:43:42 -07:00
Eric Fischer
b80081ec38
Merge pull request #247 from mapbox/less-memory
...
Pack structures tighter to use a little less memory
2016-05-13 15:59:07 -07:00
Eric Fischer
331deca4b4
Use bitfields to further reduce data structure size
2016-05-13 15:45:33 -07:00
Eric Fischer
f0e90620e4
A little more structure packing
2016-05-11 14:47:23 -07:00
Eric Fischer
c0edefa721
Pack structures tighter to use a little less memory
2016-05-11 14:23:39 -07:00
Eric Fischer
cc4a2736ea
Merge pull request #243 from mapbox/z0-extent
...
Fix clipping extent at z0, and area calculation in tippecanoe-decode
2016-05-10 16:55:39 -07:00
Eric Fischer
3655a54d22
Add the ability to inline metadata with geometry
2016-05-10 16:46:45 -07:00
Eric Fischer
167f3c59ef
Missed updating this test output
2016-05-10 16:39:54 -07:00
Eric Fischer
2a5e2091f3
Mention decoding fix in changelog
2016-05-10 13:29:14 -07:00
Eric Fischer
24327e195f
Fix area calculation for polygon rings in tippecanoe-decode
2016-05-10 12:13:03 -07:00
Eric Fischer
4f01b13fe1
Let zoom level 0 have just as much extent and buffer as any other zoom
2016-05-09 16:01:10 -07:00
Eric Fischer
f920c05c75
Merge pull request #241 from mapbox/save-polygons
...
Don't let polygons with nonzero area disappear during cleaning
2016-05-05 14:55:52 -07:00
Eric Fischer
5cc6d97d9f
Don't let polygons with nonzero area disappear during cleaning
...
If they collapse, turn them into placeholder squares with the
appropriate area so that there aren't visible coverage gaps.
2016-05-05 13:42:32 -07:00
Eric Fischer
fa523bff2b
Merge pull request #235 from mapbox/malloc
...
Remove more uses of malloc; fix more warnings
2016-05-03 17:20:39 -07:00
Eric Fischer
0bd06c6d82
Merge branch 'master' into malloc
2016-05-03 17:06:52 -07:00
Eric Fischer
808de5378b
Bump version number
2016-05-03 16:47:29 -07:00
Dane Springmeyer
1ce3f950b9
Merge pull request #236 from mapbox/enable-sanitizers
...
Add linux jobs that run address and integer sanitizers
2016-05-03 16:43:02 -07:00
Eric Fischer
0f1d2e4220
Fix additional g++ warnings
2016-05-03 16:39:26 -07:00
Eric Fischer
43ffd6fe11
Fix the warnings about the unused array of option names
2016-05-03 16:34:19 -07:00
Dane Springmeyer
ab3835d249
[travis] add linux jobs that run address and integer sanitizers
2016-05-03 16:18:44 -07:00
Eric Fischer
f1b3f6d231
Fix warnings about shadowed variables
2016-05-03 15:48:42 -07:00
Eric Fischer
5775d088eb
Get rid of the strdup for attribution
2016-05-03 11:40:36 -07:00
Eric Fischer
9fcd079084
Add a test from the tile-join example
2016-05-03 11:30:53 -07:00
Eric Fischer
d712edcdc9
Stop using strdup for tile-join matching
2016-05-03 11:14:09 -07:00
Eric Fischer
271ec3d154
Stop using malloc for layer names
2016-05-03 10:52:49 -07:00
Eric Fischer
68c3bafab0
Merge pull request #234 from mapbox/clipper-update
...
Update clipper to 9edc2924e39:
2016-05-02 16:31:10 -07:00
Eric Fischer
1aac686670
Update clipper to 9edc2924e39:
...
commit 9edc2924e39266d70774b0ed0e07329a95e76f10
Author: Blake Thompson <flippmoke@gmail.com>
Date: Mon May 2 14:45:21 2016 -0400
Updated to prevent segfault in case where specific iterator was being deleted
and therefore, the range second no longer existed.
2016-05-02 16:23:08 -07:00
Eric Fischer
364450ad4c
Merge pull request #233 from mapbox/overflow
...
Make better use of the C++ standard library
2016-04-28 16:41:18 -07:00
Eric Fischer
023ce03672
Fix indentation and bump version number
2016-04-28 15:11:57 -07:00
Eric Fischer
adc70341ad
Use std::set to track the layer-wide feature attribute types.
...
Track them during parsing, not tiling. Remove the old string pool code.
2016-04-28 14:59:58 -07:00
Eric Fischer
87b90a5033
Use std::set to track included and excluded feature properties
2016-04-28 12:57:03 -07:00
Eric Fischer
f75d9e0dd4
Avoid needlessly constructing a temporary string
2016-04-28 12:46:40 -07:00
Eric Fischer
444de1f086
Get rid of malloc around layer names
2016-04-28 12:20:51 -07:00
Eric Fischer
3f0904cce8
Use std::string instead of malloc strings to make mbtiles metadata
2016-04-28 11:56:30 -07:00
Eric Fischer
40a6b7b37a
Another attempt to ensure that string hashing can't overflow
2016-04-28 11:52:16 -07:00
Eric Fischer
5490f3e15f
Fix numeric overflow
2016-04-28 11:52:09 -07:00
Eric Fischer
666565e820
Merge pull request #232 from mapbox/cplusplus
...
Convert everything to C++
2016-04-27 15:52:05 -07:00
Eric Fischer
744915025d
Restore dependency on headers in subdirectories
2016-04-27 15:41:40 -07:00