Fix path to roads_import.lua in docs
This commit is contained in:
parent
15aaf06168
commit
b66784f1ed
|
@ -177,7 +177,7 @@ to import the whole region you are serving.
|
||||||
* Import each file like this:
|
* Import each file like this:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
osm2pgsql --create --hstore --style api/roads_import.lua -O flex \
|
osm2pgsql --create --hstore --style roads_import.lua -O flex \
|
||||||
-H localhost -d obs -U obs \
|
-H localhost -d obs -U obs \
|
||||||
path/to/downloaded/myarea-latest.osm.pbf
|
path/to/downloaded/myarea-latest.osm.pbf
|
||||||
```
|
```
|
||||||
|
@ -200,7 +200,7 @@ bit different each time, including when first importing, and the disk space
|
||||||
required is much higher.
|
required is much higher.
|
||||||
|
|
||||||
Refer to the documentation of `osm2pgsql` for assistance. We are using "flex
|
Refer to the documentation of `osm2pgsql` for assistance. We are using "flex
|
||||||
mode", the provided script `api/roads_import.lua` describes the transformations
|
mode", the provided script `roads_import.lua` describes the transformations
|
||||||
and extractions to perform on the original data.
|
and extractions to perform on the original data.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
-- 2. Convert and filter to your needs
|
-- 2. Convert and filter to your needs
|
||||||
-- 3. Run the import like this:
|
-- 3. Run the import like this:
|
||||||
--
|
--
|
||||||
-- osm2pgsql --create --hstore --style api/roads_import.lua -O flex \
|
-- osm2pgsql --create --hstore --style roads_import.lua -O flex \
|
||||||
-- --proj 32629 -H localhost -d obs -U obs -W \
|
-- --proj 32629 -H localhost -d obs -U obs -W \
|
||||||
-- YOUR_FILE.o5m
|
-- YOUR_FILE.o5m
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue