fry
Browse files
main.py
CHANGED
|
@@ -25,7 +25,8 @@ def get():
|
|
| 25 |
Link(rel="stylesheet", href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css"),
|
| 26 |
Style(style),
|
| 27 |
Script(src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"),
|
| 28 |
-
Body(onload='load()',
|
|
|
|
| 29 |
Script(js)
|
| 30 |
)
|
| 31 |
|
|
|
|
| 25 |
Link(rel="stylesheet", href="https://unpkg.com/leaflet@1.4.0/dist/leaflet.css"),
|
| 26 |
Style(style),
|
| 27 |
Script(src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js"),
|
| 28 |
+
Body(onload='load())',
|
| 29 |
+
Div(id='mapid'),
|
| 30 |
Script(js)
|
| 31 |
)
|
| 32 |
|