File tree Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Expand file tree Collapse file tree 3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ machine by visiting, <http://0.0.0.0:8082/api.html>.
29
29
## Upgrading
30
30
31
31
The original source for ` main.py ` in this directory is:
32
- https://github.com/stac-utils/stac-fastapi-pgstac/blob/main/stac_fastapi/pgstac/app.py
32
+ < https://github.com/stac-utils/stac-fastapi-pgstac/blob/main/stac_fastapi/pgstac/app.py >
33
33
34
34
In order to upgrade, we should diff ` main.py ` against the 'official' ` app.py ` to
35
35
check for changes to incorporate, then update the version pinned in ` pyproject.toml ` ,
Original file line number Diff line number Diff line change @@ -51,16 +51,16 @@ function AppContent() {
51
51
height : `calc(100vh - var(--hot-spacing-4x-large))`
52
52
} }
53
53
>
54
- < Sidebar
55
- isDetailPaneShown = { showDetailPane }
56
- setShowDetailPane = { setShowDetailPane }
57
- />
58
- < Detail
59
- isDetailPaneShown = { showDetailPane }
60
- setShowDetailPane = { setShowDetailPane }
61
- />
54
+ < Sidebar
55
+ isDetailPaneShown = { showDetailPane }
56
+ setShowDetailPane = { setShowDetailPane }
57
+ />
58
+ < Detail
59
+ isDetailPaneShown = { showDetailPane }
60
+ setShowDetailPane = { setShowDetailPane }
61
+ />
62
62
< div style = { { flex : 1 , position : 'relative' } } >
63
- < MapComponent />
63
+ < MapComponent />
64
64
</ div >
65
65
</ div >
66
66
</ StacProvider >
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < html lang ="en " class ="hot-theme-light wa-theme-default wa-palette-hotosm wa-brand-red wa-neutral-gray wa-success-cyan wa-warning-yellow wa-danger-orange ">
2
+ < html
3
+ lang ="en "
4
+ class ="hot-theme-light wa-theme-default wa-palette-hotosm wa-brand-red wa-neutral-gray wa-success-cyan wa-warning-yellow wa-danger-orange "
5
+ >
3
6
< head >
4
7
< meta charset ="utf-8 " />
5
8
< meta
You can’t perform that action at this time.
0 commit comments