KAMI911 / osm_poi_matchmaker

OSM POI Matchmaker
GNU General Public License v3.0
9 stars 4 forks source link

Refactor: convert string type fake dictionaries to real dictionaries and PostgreSQL datatype to JSON #88

Closed KAMI911 closed 3 years ago

KAMI911 commented 3 years ago

Convert poi_tags and osm_live_tags fields to JSON and into it's Python dictionary representation.

KAMI911 commented 3 years ago

Fixed, tested