Commit Graph

15 Commits

Author SHA1 Message Date
Richard Fairhurst 1f9a564d02 High-resolution geometries at max zoom level (#384) 2022-02-17 10:44:10 +00:00
systemed 7945f6e159 Update man page 2022-02-10 11:50:17 +00:00
systemed 4bfb415e7f Update docs 2022-02-05 15:33:25 +00:00
Richard Fairhurst 965f6ae349 (Non-multipolygon) relation support (#360) 2022-01-08 10:12:08 +00:00
systemed 670d21a6ca Warn about incomplete entities in pbfs 2022-01-04 08:59:44 +00:00
ǝɹʇʇɐʃǝ◖ xıʃǝɟ d7e66c4fed Update some documentation and Dockerfile with recent versions (#303) 2021-09-10 14:11:52 +01:00
Wouter van Kleunen 474e8bb852 Rely on provided rapidjson dependency + cmake (#306)
* Rely on packaged rapidjson dependency

* Add rapidjson to cmake

* Add -pthread option to LIB flags variable in Makefile.

* Allow environment setting of CXXFLAGS.

* Avoid git during build

* Github CI build using ubuntu 18.04

Co-authored-by: Felix Delattre <felix@delattre.de>
2021-09-10 14:01:59 +01:00
ǝɹʇʇɐʃǝ◖ xıʃǝɟ edd8a4ee27 Add man page for tilemaker (#299) 2021-08-28 22:05:02 +01:00
Michael Reichert ca0fd702c3 Add z_order sorting support (#283)
* Add support for a z_order field and sort output objects by z_order

PostGIS import tools like Osm2pgsql and Imposm can write a z_order field
to the database table in order to allow map styles to render features
ordered by road class and vertical layer. Tilemaker now gets a Lua
callback to set the z_order for an OSM object (default 0) and will sort
the vectortile features by z_order. z_order is also taken into account
for combining of features. z_order values are limited to 1-byte unsigned
integer.

* Document new ZOrder callback function

* Drop unnecessary variable

* Implement z_order sorting for the OpenMapTiles example config

This commit also adapts the minimum zoom levels to the lastest version.
2021-08-23 13:37:24 +01:00
Hsieh Chin Fan fe1f1f5ca5 Update instruction of Github Workflow (#264)
Good to go only if there is a new release v2.0.0
2021-07-09 13:30:45 +01:00
systemed 6fa5d4b2e7 Update docs 2021-07-09 10:10:47 +01:00
systemed 60d087d789 Update docs 2021-07-02 16:56:12 +01:00
Richard Fairhurst ead23531c4 Add :Centroid method to get lat/lon from Lua (#230) 2021-04-26 18:47:10 +01:00
Richard Fairhurst a73723702b Refactor shapefile spatial queries (#228) 2021-04-26 14:48:19 +01:00
systemed 6eb89913de Update docs 2021-04-19 12:28:16 +01:00