Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ <h1>Overture Maps DuckDB Sandbox</h1>
</summary>
<div class="editor-wrapper">
<textarea id="setup-editor" class="sql-editor" spellcheck="false">-- Install and load extensions
SELECT * FROM duckdb_coordinate_systems();
INSTALL spatial;
LOAD spatial;
Comment on lines +616 to 618
INSTALL httpfs;
Expand Down
Loading