Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
OpenBuildingMap
spearhead
Commits
2ac4e7a4
Commit
2ac4e7a4
authored
Sep 02, 2021
by
Felix Delattre
Browse files
Switched to flat nodes.
parent
0e5cbb44
Pipeline
#27997
passed with stage
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
includes/import.sh
View file @
2ac4e7a4
...
...
@@ -38,7 +38,7 @@ function import::openstreetmap_data() {
--username
"
${
SPEARHEAD_DATABASE_USER
}
"
\
--database
"
${
SPEARHEAD_DATABASE_NAME
}
"
\
--style
"
${
SPEARHEAD_IMPORT_STYLE
}
"
\
--
slim
\
--
flat-nodes
"
${
SPEARHEAD_IMPORT_CACHE
}
"
\
--multi-geometry
\
--hstore
\
--latlong
\
...
...
@@ -71,7 +71,7 @@ function import::openstreetmap_changeset() {
--username
"
${
SPEARHEAD_DATABASE_USER
}
"
\
--database
"
${
SPEARHEAD_DATABASE_NAME
}
"
\
--style
"
${
SPEARHEAD_IMPORT_STYLE
}
"
\
--
slim
\
--
flat-nodes
"
${
SPEARHEAD_IMPORT_CACHE
}
"
\
--multi-geometry
\
--hstore
\
--latlong
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment