A full rewrite that uses MVT tiles generated by new scripts #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Sophox/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @nyurik
This rewrite makes the whole tile generation done by the openmaptiles SQL scripts,
without doing any funky local math, or strange SQL manipulations.
generate-sqltomvt
scripts(part of the
openmaptiles-tools
, uses prepared statement variant)Do not merge this PR until https://github.com/openmaptiles/openmaptiles-tools/pull/34 is merged.
TODO: (will be done as separate PRs)
Author: @smellman
I just research about folowing problem.
Your PRs solve this problem with postgis 2.5.1 & postgresql 11?
Author: @nyurik
@smellman generating 0/0/0 is always very slow - in some cases it could be a few minutes. My PR does not change the queries or the underlying data. It simply moves all of the MVT PBF generation logic to Postgres, without the need to use Mapnik or any other MVT processing software. The postserve update simplifies usage of those queries. P.S. I posted a link to the OMT slack channel -- come discuss it there.
Checkout
From your project repository, check out a new branch and test the changes.