omniscale / imposm3

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

other_tags in JSON? #289

Open severinmenard opened 1 year ago

severinmenard commented 1 year ago

Many tools (eg GDAL https://gdal.org/drivers/vector/osm.html#other-tags-field, osm2pgsql https://github.com/openstreetmap/osm2pgsql/pull/1496) are switching from hstore to json for the other_tags, because it is much more widely used and directly readable by many softs. Is there a plan for imposm to do the same?