1
0
Fork 0
mirror of https://github.com/systemed/tilemaker synced 2025-02-20 20:24:09 +01:00
tilemaker/src
Brandon Liu 0d01bc5bbd
pmtiles: always set leafStart when closing file [#794] (#795)
* the leafStart was only assigned in flushEntries, which never happens if there is only a root directory.
* resulted in erroneous leafDirectoryOffset and tileDataLength in the pmtiles header.
2025-01-30 09:52:42 +00:00
..
external use libdeflate rather than zlib (#769) 2024-10-13 18:03:44 +01:00
attribute_store.cpp Fix #750: allow no more than 512 attribute names (#760) 2024-09-21 14:10:28 +01:00
coordinates.cpp Alternate node store (#590) 2023-12-09 13:47:07 +00:00
coordinates_geom.cpp Alternate node store (#590) 2023-12-09 13:47:07 +00:00
geojson_processor.cpp GeoJSON lines: skip leading whitespace in a chunk 2024-01-28 21:47:53 -05:00
geom.cpp Faster polygon combining (#681) 2024-02-17 11:07:14 +00:00
helpers.cpp use libdeflate rather than zlib (#769) 2024-10-13 18:03:44 +01:00
mbtiles.cpp use libdeflate rather than zlib (#769) 2024-10-13 18:03:44 +01:00
mmap_allocator.cpp Boost 186 (#759) 2024-09-20 17:20:48 +01:00
node_stores.cpp be able to render the planet with 32gb of RAM (#618) 2023-12-28 15:23:35 +00:00
options_parser.cpp Add optional --quiet flag to tilemaker (#754) 2024-10-13 21:37:08 +01:00
osm_lua_processing.cpp docker: luarocks, luaflock, lua-sql-sqlite3 (#766) 2024-10-18 08:52:02 +01:00
osm_mem_tiles.cpp remove FAT_TILE_INDEX (#700) 2024-04-01 17:24:47 +01:00
osm_store.cpp fixup LayerAsCentroid(...) 2024-01-12 00:04:02 -05:00
output_object.cpp Faster polygon combining (#681) 2024-02-17 11:07:14 +00:00
pbf_processor.cpp be less chatty when run non-interactively (#767) 2024-10-13 15:41:32 +01:00
pbf_reader.cpp use protozero (#623) 2023-12-28 20:07:50 +00:00
pmtiles.cpp pmtiles: always set leafStart when closing file [#794] (#795) 2025-01-30 09:52:42 +00:00
pooled_string.cpp thread-safety fixes: PooledString, layer metadata (#761) 2024-09-23 09:36:22 +01:00
relation_roles.cpp extend NextRelation/FindInRelation to nodes (#632) 2024-01-07 16:51:08 +00:00
sharded_node_store.cpp be able to render the planet with 32gb of RAM (#618) 2023-12-28 15:23:35 +00:00
sharded_way_store.cpp be able to render the planet with 32gb of RAM (#618) 2023-12-28 15:23:35 +00:00
shared_data.cpp Visvalingam-Whyatt simplification (#772) 2024-10-19 11:34:29 +01:00
shp_mem_tiles.cpp faster Intersects queries (#765) 2024-10-03 09:06:39 +01:00
shp_processor.cpp Fix reading bools from shapefiles (#715) 2024-05-08 17:55:37 +01:00
significant_tags.cpp generalize node_keys; add way_keys 2023-12-29 18:02:11 -05:00
sorted_node_store.cpp Boost 186 (#759) 2024-09-20 17:20:48 +01:00
sorted_way_store.cpp Boost 186 (#759) 2024-09-20 17:20:48 +01:00
tag_map.cpp V3 post relation scan (#642) 2024-01-14 17:34:41 +00:00
tile_coordinates_set.cpp remove FAT_TILE_INDEX (#700) 2024-04-01 17:24:47 +01:00
tile_data.cpp remove FAT_TILE_INDEX (#700) 2024-04-01 17:24:47 +01:00
tile_worker.cpp Visvalingam-Whyatt simplification (#772) 2024-10-19 11:34:29 +01:00
tilemaker.cpp Add optional --quiet flag to tilemaker (#754) 2024-10-13 21:37:08 +01:00
visvalingam.cpp Visvalingam-Whyatt simplification (#772) 2024-10-19 11:34:29 +01:00
way_stores.cpp be able to render the planet with 32gb of RAM (#618) 2023-12-28 15:23:35 +00:00