<p></p>
<p dir="auto">I have two rendering DBs imported with <code class="notranslate">osm2pgsql</code> the way osm-carto still does (<code class="notranslate">pgsql</code> backend, not <code class="notranslate">flex</code>). 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.</p>
<p dir="auto">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.</p>
<p dir="auto">For instance, M1 has a bluish color:</p>
<p dir="auto"><a href="https://www.openstreetmap.org/relation/6274531" rel="nofollow">https://www.openstreetmap.org/relation/6274531</a></p>
<p dir="auto"><code class="notranslate">colour: #0075be</code></p>
<p dir="auto">And yes, I take in account the different spellings of the tag :) Also, notice <code class="notranslate">osm-carto</code>'s DB style does not import color as a column, so it's in the <code class="notranslate">tags</code> hstore.</p>
<p dir="auto">Meanwhile, in my updated DB:</p>
<pre class="notranslate"><code class="notranslate">europe=# select tags from planet_osm_line where osm_id = -6274531;
 tags 
------
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
(19 rows)
</code></pre>
<p dir="auto">All empty. In my static DB:</p>
<pre class="notranslate"><code class="notranslate">paca=# select tags->'colour' from planet_osm_line where osm_id = -6274531;
 ?column? 
----------
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
 #0075be
(19 rows)
</code></pre>
<p dir="auto">So it seems all tags have been removed? Any ideas?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/osm2pgsql-dev/osm2pgsql/discussions/2257">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353WZK5YZ6BGZRAWG3PTZZDZKXAVCNFSM6AAAAABPCS7Q36VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGI2TOMZVHE">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AA6353TKZTQOCEZ7HDOOSIDZZDZKXA5CNFSM6AAAAABPCS7Q36WGG33NNVSW45C7OR4XAZNKIRUXGY3VONZWS33OVJRW63LNMVXHIX3JMTHAA3V5B4.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><osm2pgsql-dev/osm2pgsql/repo-discussions/2257</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/osm2pgsql-dev/osm2pgsql/discussions/2257",
"url": "https://github.com/osm2pgsql-dev/osm2pgsql/discussions/2257",
"name": "View Discussion"
},
"description": "View this Discussion on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>