ok, maybe this is because it's an extract... I found that I can look for a way 
in the osm.pbf file so I did this

```
osmium getid gabon-latest.osm.pbf w1218021336 -o way_1218021336.osm
```

The contents contain only the bounds

```xml
<?xml version='1.0' encoding='UTF-8'?>
<osm version="0.6" generator="osmium/1.17.0">
  <bounds minlat="-5.756775" minlon="7.389727" maxlat="2.325716" 
maxlon="14.563751"/>
</osm>
```

So maybe this is because it's an extract? I'll download the entire continent 
and see if it's fixed there...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/issues/2301#issuecomment-2651324747
You are receiving this because you are subscribed to this thread.

Message ID: <osm2pgsql-dev/osm2pgsql/issues/2301/[email protected]>
_______________________________________________
Tile-serving mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/tile-serving

Reply via email to