omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
710 stars 156 forks source link

support for optional jsonb_tags instead of hstore #270

Closed RobinKamps closed 3 years ago

RobinKamps commented 3 years ago

currently hstore extension is needed to import tags. however json columns provide more or less the same functionality. cockroachdb e.g. has no buioltin hstore functionality nor a hstore-extension, but instead could use jsonb columns for tags. is there a way to utilize json columns instead of hstore, or is this feature planned? Thanks in advance