Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup the script and update docker to generate vector tiles #1

Open
JinIgarashi opened this issue May 12, 2023 · 0 comments
Open

setup the script and update docker to generate vector tiles #1

JinIgarashi opened this issue May 12, 2023 · 0 comments
Assignees

Comments

@JinIgarashi
Copy link
Member

1 . setup postgis-billing-sync

Run SQLs to update PostGIS database for new customer table.
SQLs are in README.md
https://github.com/narwassco/postgis-billing-sync

2. update vt repo

Firstly, merge the following PR.
narwassco/vt#5

Then, work on local terminal (command prompt or powershell)

git fetch origin
git pull origin master

update .env

db_user=postgres
db_password={your password}
db_host=host.docker.internal
db_port=5432
db_name=narwassco

pull latest docker image

docker pull ghcr.io/watergis/vt-boilerplate:v1.1.1

run create_vt.bat to update vector tiles

3. merge mapbox-stylefiles repo's PR

Merge the following PR to adopt new customer status for maplibre style.json

narwassco/mapbox-stylefiles#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants