Spaces:
Runtime error
Runtime error
Jonathan Marokhovsky
commited on
Commit
•
6aa0f57
1
Parent(s):
98d2d22
moved the starting square to surround an area which features the pmtile data.
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ m.add_pmtiles(
|
|
50 |
)
|
51 |
|
52 |
|
53 |
-
polygon_ex ='{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-
|
54 |
code_ex = '''
|
55 |
m.add_gdf(geo, layer_name="selection")
|
56 |
'''
|
|
|
50 |
)
|
51 |
|
52 |
|
53 |
+
polygon_ex ='{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-6.108398,40.780541],[-6.108398,54.342149],[15.908203,54.342149],[15.908203,40.780541],[-6.108398,40.780541]]]}}'
|
54 |
code_ex = '''
|
55 |
m.add_gdf(geo, layer_name="selection")
|
56 |
'''
|