openstreetmap - How to categorize features based on hstore values in
QGIS?
I have a table with the columns of id,tags(hstore data type) and geometry. I want to categorize the table based on selecting the specific key form tags: for example:
select * FROM table_name WHERE tags @> 'public_transport=>stop_position'
No comments:
Post a Comment