Commit Graph

23 Commits

Author SHA1 Message Date
Eric Fischer
12be3e5a32 This one really is an int upstream 2016-03-25 13:21:32 -07:00
Eric Fischer
c2231318bd Many places where I used unsigned array indices but meant size_t 2016-03-25 12:20:32 -07:00
Eric Fischer
eee596d5f5 Check return values from memory allocation 2016-03-25 11:57:33 -07:00
Eric Fischer
a84061cf87 Add an option to ignore sqlite errors on existing mbtiles files 2016-01-28 14:18:31 -08:00
Eric Fischer
71e00fc8fe Calculate the min and max lat, lon, and zoom when merging tilesets 2015-11-02 14:34:01 -08:00
Eric Fischer
4df95df637 Fix tile-join crash when no CSV is specified. Accept multiple input files. 2015-10-30 17:59:15 -07:00
Eric Fischer
3a94106283 Don't write out tiles that have no features. 2015-09-30 11:56:22 -07:00
Eric Fischer
b3302c30e5 Add a flag to retain only the features that match the join CSV 2015-08-24 14:12:46 -07:00
Eric Fischer
a57b010245 Add a feature to exclude a key from the joined tileset 2015-08-21 17:32:44 -07:00
Eric Fischer
2814f1ccf2 Check for tiles that are too large to upload. 2015-08-21 14:37:55 -07:00
Eric Fischer
f99d320253 Fix indent style 2015-08-21 14:27:41 -07:00
Eric Fischer
88b9750959 Fix a bunch of compiler warnings 2015-08-21 10:33:57 -07:00
Eric Fischer
529c9aedc9 Join attributes from CSV into tiles 2015-08-20 17:32:58 -07:00
Eric Fischer
9a49534098 Parse the CSV 2015-08-20 16:45:45 -07:00
Eric Fischer
514da467e1 Only allow one input .mbtiles because multiple really won't work 2015-08-20 16:15:09 -07:00
Eric Fischer
06ca52526d Copy the bounding box, center, zoom range metadata over 2015-08-20 16:12:34 -07:00
Eric Fischer
f131987f9e Fix my pointer confusion around the global keys per layer 2015-08-20 15:48:11 -07:00
Eric Fischer
29fcbf244d Write each tile to the destination tileset 2015-08-20 15:15:47 -07:00
Eric Fischer
2e3f03172e Write out the JSON part of the metadata 2015-08-20 15:01:34 -07:00
Eric Fischer
ed378681e4 Making the string pool in the destination tile 2015-08-20 14:50:26 -07:00
Eric Fischer
863c9a5929 Retrieving keys and values 2015-08-20 14:27:39 -07:00
Eric Fischer
224321f6c8 Look up layers by name because the source mbtiles might be inconsistent 2015-08-20 13:42:24 -07:00
Eric Fischer
caafe2fe5c Checkpoint in copying data from one tileset to another 2015-08-20 13:02:34 -07:00