-
There is a major effort going on to fix broken (multi)polygons in OSM and also to finally get rid of *old-style* multipolygon relations. This will hopefully lead to simpler and more efficient software…
-
## What version of osm2pgsql are you using?
osm2pgsql --version
osm2pgsql version 2.0.0 (2.0.0)
Build: RelWithDebInfo
Compiled using the following library versions:
Libosmium 2.20.0
Proj 8…
-
Hello, I just stumbled upon this project today and saw the really great demo. I got a few problems while exploring the project:
1. Is it possible to add intereactivity to the map labels? I mean somewh…
-
boost.geomtery have various coordinate system [here](https://github.com/pgRouting/osm2pgrouting/wiki/Tags-speed), which one to choose for osm data and do user have to be given an option to choose coor…
-
The following code removes members from object.members that have a role other than 'inner' or 'outer'.
```lua
function osm2pgsql.process_relation(object)
if object.tags.type == 'boundary' and…
-
Related to #5, it would be good to have a tileset that showed different land usage so you could see if your 15-minute-isochrone included green space, somewhere to shop, places to work (both in an offi…
-
After having several issues with the `dbConnect()` function to reproduce the [BNA-Europe.Rmd](https://github.com/loreabad6/masters-thesis-geotech/blob/master/docs/BNA-Europe.Rmd), I updated the code t…
-
Please add -- index-only mode to existing --append and --create modes.
I try load osm planet. The data has been uploaded. But at the stage of indexation, there was a сrash. Probably out of memory.
…
-
### Expected behavior
Following the Docker recipe from https://github.com/gravitystorm/openstreetmap-carto/blob/master/DOCKER.md#quick-start, I've been able to import the database and I expect `doc…
-
Hi,
i try to use UPDATES=enabled as outlined in the documentation for the whole planet on import, but it errors out with no clear error message. Without UPDATES=enabled the import runs fine.
Is …