[Tile-serving] [osm2pgsql-dev/osm2pgsql] hstore not importing some tags? (Discussion #2192)

Marcos Dione notifications at github.com
Sun Jun 2 12:20:36 UTC 2024


Nor it's stored as `boundary`:

```sql
mc=# SELECT
            tags->boundary as boundary, tags->'maritime' as maritime,
            admin_level
          FROM planet_osm_roads
          WHERE boundary = 'administrative'
            -- was:         IN ('2', '3')
            AND admin_level = '2'
            AND osm_id < 0;
 boundary | maritime | admin_level 
----------+----------+-------------
          |          | 2
          |          | 2
          |          | 2
          |          | 2
(4 rows)
```

and why do I get 4 rows?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/discussions/2192#discussioncomment-9637651
You are receiving this because you are subscribed to this thread.

Message ID: <osm2pgsql-dev/osm2pgsql/repo-discussions/2192/comments/9637651 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240602/5828c721/attachment.htm>


More information about the Tile-serving mailing list