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

[feature request:] use postgis databases instead of raster images for maps #971

Closed
conrad-heimbold opened this issue Mar 12, 2018 · 3 comments
Labels
wontfix idea rejected because it is out of scope or because required work is not matching expected benefits

Comments

@conrad-heimbold
Copy link

"PostGIS is an open source software program that adds support for geographic objects to the PostgreSQL object-relational database. PostGIS follows the Simple Features for SQL specification from the Open Geospatial Consortium (OGC)."

Benefits:

  • rendering seems to be faster than with raster images (only tested in Osmand and TilelessMap)
  • you can easily select which layers to show and hide (less distraction)

"Proof-of-Concept" implementation:
TilelessMap ( https://github.com/TilelessMap/TilelessMap ) .

@matkoniecz
Copy link
Member

matkoniecz commented Mar 12, 2018

For start, this app is not using raster images.

And it is not a feature request - it is an unfinished proposal to completely rearrange internal implementation.

@matkoniecz
Copy link
Member

Also, is it possible to painlessly integrate database based rendering with tangram-es? How updating map data would work?

Without answers to this questions this proposal is incomplete and of very limited usefulness.

@rugk rugk mentioned this issue Mar 12, 2018
@rugk
Copy link
Contributor

rugk commented Mar 12, 2018

@conrad-heimbold Good you opened a new issue for that (from the side effect that this library also allows offline maps, see #122 (comment)).

So my comment from there:

Okay, but this would mean switching to a completely different rendering library, as far as I see. So this is not really realistic.
Also vectors can sometimes be bad for performance reasons (OsmAnd uses vectors AFAIK), but for the simple mapstyle of SC, it would likely not be so bad.

@riQQ riQQ added the wontfix idea rejected because it is out of scope or because required work is not matching expected benefits label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix idea rejected because it is out of scope or because required work is not matching expected benefits
Projects
None yet
Development

No branches or pull requests

5 participants