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

Add vector map to index.html #194

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

brotkiste
Copy link
Contributor

Using mapbox-gl-leaflet, had to update leaflet.

Style is hosted on maptiler.com in a trash account for now, this has to be changed.
Alternative would be to replace {key} in the style with a maptiler.com key and self-host the style file.
I don't know which alternative is worse/Didn't find how to do it properly without hosting the style on maptiler.com :/

Using mapbox-gl-leaflet, had to update leaflet.

Style is hosted on maptiler.com in a trash account.
Alternative would be to replace {key} in the style with a maptiler.com key and self-host the style file.
I don't know which alternative is worse/how to do it properly
@brotkiste
Copy link
Contributor Author

Probably it will be necessary for every user to self-host the style file and replace {key}.
Same applies to contour lines and hillshading (will make a second pull request)

@brotkiste brotkiste closed this Sep 30, 2018
@brotkiste brotkiste reopened this Sep 30, 2018
Using mapbox-gl-leaflet, had to update leaflet.

Style is hosted on maptiler.com in a trash account.
Alternative would be to replace {key} in the style with a maptiler.com key and self-host the style file.
I don't know which alternative is worse/how to do it properly
@der-stefan
Copy link
Owner

Thank you very much, @brotkiste! My plan is to host vector tiles on our own server, including our preprocessing scripts. But I have no idea if we can use mod_tile and tirex. The tile "rendering" should be possible with plain postgis-postgresql.

@KrausMatthias
Copy link

KrausMatthias commented Oct 2, 2018

Ah ok, that would be awesome 👍
With rendering you mean producing the protobufs from openstreetmap data?

Do you also plan to host Hillshading and Contour Lines?

@der-stefan
Copy link
Owner

Yes, of course with hillshade and contours. We have all data in a postgresql database. But I have no clue yet how to manage that.

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

Successfully merging this pull request may close these issues.

3 participants