File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11target
22.vscode
3+ underpass-wasm /.env
34underpass-wasm /dist
45underpass-wasm /pkg
56underpass-wasm /node_modules
Original file line number Diff line number Diff line change 1+ VITE_PARQUET_URL = http://localhost:5173/data/landes-latest_nofilter_noclip_compact.parquet
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ yarn build
1616
1717Folow data setup from [ ../src/duckdb_quackosm/README.md] , but do not run the server.
1818
19+ Adjust ` .env ` file from ` .env.template ` to set the default Parquet file URL.
20+
1921## Dev
2022
2123Run the demo
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ <h1>Underpass WASM</h1>
1818 < h2 > Demo</ h2 >
1919 < form >
2020 < label for ="parquet "> QuackOSM Parquet file URL</ label > </ br >
21- < input type ="text " id ="parquet " name ="parquet " size ="60 "
22- value ="http://localhost:5173/data/landes-latest_nofilter_noclip_compact.parquet " /> < br >
21+ < input type ="text " id ="parquet " name ="parquet " size ="60 " value ="%VITE_PARQUET_URL% " /> < br >
2322
2423 < label for ="overpass-query "> Overpass Query</ label > </ br >
2524 < textarea id ="overpass-query " rows ="10 " cols ="60 " placeholder ="Enter your Overpass query here ">
You can’t perform that action at this time.
0 commit comments