-
The dkjson project is mentioned in [flex-config/places.lua](https://github.com/openstreetmap/osm2pgsql/blob/0ece4cc930602fd8caf07d4a1691a646a0c4b14c/flex-config/places.lua#L5-L10) as required for JSON…
-
```
$ osm2pgsql -d gis --prefix osm --create --slim --output=flex --style osm2pgsql.lua --flat-nodes ./osm_nodes.bin --middle-way-node-index-id-shift 5 --cache 32000 planet-latest.o5m
2021-03-24 17:…
-
I'm trying to use osm2pgsql to create a network suitable for routing, like osm2pgrouting does. To that end, I first collect the end nodes of ways in stage 1. Then in stage 2 I split each way at interi…
-
We've had issues come up which would involve changing the behavior of the C transforms. (#132, #315) (which no longer are C, but are C++ instead).
I would prefer to continue development on the transf…
-
Hello and thanks for the useful tool!
I'm trying to run the script on my machine (macOS 11.2), and when I start the script it complains about the missing dkjson package. I couldn't find instruction…
-
# Details
I did some initial testing of PgOSM using Geofabrik's North America and Europe regions (from Geofabrik) to compare against testing here: https://blog.rustprooflabs.com/2019/10/osm2pgsql-s…
-
Would you consider making the value of the `--prefix` option from the command line available in the `flex` back end, perhaps as a variable named `osm2pgsql.prefix`?
I occasionally wind up using `os…
-
# Details
Relates to my thought driving #76, setting up to try out partitioning OSM data by subregion. Use an env var to set region name (e.g. North America, Colorado, etc) in Lua. The Docker sc…
-
Hello,
When i import data from osm file, i can't select the admin centre place inside an administrative boundary polygon.
Cause the admin_center role of the node is not imported.
-
With the advent of the 'flex' backend in `osm2pgsql`, it now appears once more that `osm2pgsql` is fit for purpose to maintain the tables needed to track membership in route relations for placement of…