Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import leafmap.foliumap as leafmap
|
|
4 |
|
5 |
st.set_page_config(layout="wide")
|
6 |
|
7 |
-
url = 'https://
|
8 |
repo = 'https://github.com/opengeos/maxar-open-data/blob/master/datasets'
|
9 |
m = leafmap.Map()
|
10 |
|
|
|
4 |
|
5 |
st.set_page_config(layout="wide")
|
6 |
|
7 |
+
url = 'https://open.gishub.org/maxar-open-data'
|
8 |
repo = 'https://github.com/opengeos/maxar-open-data/blob/master/datasets'
|
9 |
m = leafmap.Map()
|
10 |
|