Replies: 2 comments 6 replies
-
What version of osm2pgsql do you use (before and after)? What is the full command line of your import? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't know of any changes related to I am not sure I understand correctly. Both databases have been updated over time but with different intervals? What happens if you import a fresh database, does it have any tags in it? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two rendering DBs imported with
osm2pgsql
the way osm-carto still does (pgsql
backend, notflex
). One is updated daily, the other is smaller just for faster rendering tests, never updated. But the render is not updated every day, I just do it in batches from time to time.One of the things I render is subways with a thick semi transparent line using the color from the DB or red if not available. A few weeks back I rendered Paris with subways and noticed that all subway lines were all rendered with red. Today I decided to look into it. Using a smaller sample, I chose Marseille because it's in the smaller static DB.
For instance, M1 has a bluish color:
https://www.openstreetmap.org/relation/6274531
colour: #0075be
And yes, I take in account the different spellings of the tag :) Also, notice
osm-carto
's DB style does not import color as a column, so it's in thetags
hstore.Meanwhile, in my updated DB:
All empty. In my static DB:
So it seems all tags have been removed? Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions