<div dir="ltr">It's not clear to me how osm2pgsql handles multiple values for the same key on an OSM feature. For example, imagine I have a way with the following tags:<div>parking:lane:right=perpendicular</div><div>parking:lane:left=parallel<br></div><div><ol><li>How does the "parking" column reflect this after the import assuming that my style file has an entry for parking?<br></li><li>Is there a way to define styles that separate these? (i.e. one column for parking:lane:right and another column for parking:lane:left?</li></ol><div>My understanding of hstore is that it will suffer from the same problem--if there's a duplicate entry for the same key it takes the first and ignores the others. If this is not the case I'll investigate using that for my purposes.</div><div><br></div><div>Thanks,</div></div><div>Spencer Gardner</div></div>