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
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ m.add_pmtiles(
50
  )
51
 
52
 
53
- polygon_ex ='{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-124.628906,34.741612],[-124.628906,42.423457],[-117.246094,42.423457],[-117.246094,34.741612],[-124.628906,34.741612]]]}}'
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
  '''