Skip to content

Commit

Permalink
Update Osmosis to osmosis-0.48.3-34-gb5383475-SNAPSHOT using openstre…
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jul 22, 2023
1 parent 1304b1e commit ba40c79
Show file tree
Hide file tree
Showing 83 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
url_frontend_opendata_update = u"https://opendata.osmose.openstreetmap.fr/control/send-update"

# where osmosis is located
bin_osmosis = dir_osmose + "/osmosis/osmosis-0.48.3-34-gb5383475-SNAPSHOT/bin/osmosis"
bin_osmosis = dir_osmose + "/osmosis/osmosis-0.48.3-35-g447e5df4-SNAPSHOT/bin/osmosis"

# where pyosmium_up_to_date is located
bin_pyosmium_up_to_date = "pyosmium-up-to-date"
Expand Down
8 changes: 4 additions & 4 deletions osmose_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class template_config:
bin_pyosmium_up_to_date = modules.config.bin_pyosmium_up_to_date
osmosis_pre_scripts = [
dir_scripts + "/osmosis/pgsnapshot_schema_0.6.sql",
# dir_scripts + "/osmosis/osmosis-0.48.3-34-gb5383475-SNAPSHOT/script/pgsnapshot_schema_0.6_bbox.sql",
dir_scripts + "/osmosis/osmosis-0.48.3-34-gb5383475-SNAPSHOT/script/pgsnapshot_schema_0.6_linestring.sql",
# dir_scripts + "/osmosis/osmosis-0.48.3-35-g447e5df4-SNAPSHOT/script/pgsnapshot_schema_0.6_bbox.sql",
dir_scripts + "/osmosis/osmosis-0.48.3-35-g447e5df4-SNAPSHOT/script/pgsnapshot_schema_0.6_linestring.sql",
dir_scripts + "/osmosis/CreateMetainfo.sql",
]
osmosis_import_prepare_scripts = [
Expand All @@ -71,14 +71,14 @@ class template_config:
]
osmosis_change_init_post_scripts = [ # Scripts to run on database initialisation
dir_scripts + "/osmosis/pgsimple_schema_0.6_action_drop.sql",
dir_scripts + "/osmosis/osmosis-0.48.3-34-gb5383475-SNAPSHOT/script/pgsnapshot_schema_0.6_action.sql",
dir_scripts + "/osmosis/osmosis-0.48.3-35-g447e5df4-SNAPSHOT/script/pgsnapshot_schema_0.6_action.sql",
]
osmosis_change_post_scripts = [ # Scripts to run each time the database is updated
dir_scripts + "/osmosis/CreateTouched.sql",
]
osmosis_resume_init_post_scripts = [ # Scripts to run on database initialisation
dir_scripts + "/osmosis/pgsimple_schema_0.6_action_drop.sql",
dir_scripts + "/osmosis/osmosis-0.48.3-34-gb5383475-SNAPSHOT/script/pgsnapshot_schema_0.6_action.sql",
dir_scripts + "/osmosis/osmosis-0.48.3-35-g447e5df4-SNAPSHOT/script/pgsnapshot_schema_0.6_action.sql",
]
osmosis_resume_post_scripts = [ # Scripts to run each time the database is updated
dir_scripts + "/osmosis/ActionFromTimestamp.sql",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ba40c79

Please sign in to comment.