You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with version 3.2.6, when importing OS Topo in v7 format schema, I get an error:
Post-processor error: Failed to download https://raw.githubusercontent.com/OrdnanceSurvey/OS-Master-Map-Topography/Styling/Stylesheets/Schema%20version%209/SQL/PostGIS/Array/topographicarea_createtable_array.sql
Adding /master to lines 47 (qml_base) and 56 (sql_base) in utils.py resolves this issue, as has already been done for v9 schemas further down in this module.
I suspect that line 56 should refer to Schema version 7 rather than Schema version 9. This was changed, and import worked fine for my data.
The text was updated successfully, but these errors were encountered:
sb2259
pushed a commit
to sb2259/ostranslator-ii
that referenced
this issue
Apr 8, 2024
with version 3.2.6, when importing OS Topo in v7 format schema, I get an error:
Post-processor error: Failed to download https://raw.githubusercontent.com/OrdnanceSurvey/OS-Master-Map-Topography/Styling/Stylesheets/Schema%20version%209/SQL/PostGIS/Array/topographicarea_createtable_array.sql
Adding
/master
to lines 47 (qml_base) and 56 (sql_base) in utils.py resolves this issue, as has already been done for v9 schemas further down in this module.I suspect that line 56 should refer to
Schema version 7
rather thanSchema version 9
. This was changed, and import worked fine for my data.The text was updated successfully, but these errors were encountered: