-
Notifications
You must be signed in to change notification settings - Fork 0
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
Exporting process #8
Comments
export_mbtiles.sh should work since that is what i usually use. although this step is pretty picky... its usually where you find if tables are missing because the process will error out if there are. for postile there are a few steps to make a tm2 source. you can see them in wdb-map-gen/postile.sh. i think you also have to give style to use. |
Is there a good source for styles? |
I have all the styles I use with tileserver-gl here https://github.com/acalcutt/wifidb-tileserver-gl/tree/master/tileserver-gl/styles I think the one I had used with postile was this one, which was the basis for my WDB_OSM style EDIT: Thinking back I may have used something else, something like this ( https://github.com/Oslandia/postile-openmaptiles ) which has the sources set up for postile |
From the older guide on my website, it looks like I used the second link Serve live from postgresql with postile From ( https://www.techidiots.net/notes/mapbox-gl-tileserver-gl/create-an-open-map-tiles-map-without-docker ) |
I have tried both methods listed on the readme:
Are these still valid? I think I am missing some information about this piece. Any help is appreciated.
The text was updated successfully, but these errors were encountered: