SpatialWebAgent commited on
Commit
fd497a9
·
verified ·
1 Parent(s): ac85001

Update pages/2_Tagger.py

Browse files
Files changed (1) hide show
  1. pages/2_Tagger.py +1 -0
pages/2_Tagger.py CHANGED
@@ -306,6 +306,7 @@ def set_map_menu():
306
 
307
  def draw_location(geojson):
308
  #gj = json.load(geojson)
 
309
  geojson = geojson['data'][0]
310
  centroid = geojson['features'][0]['properties']['centroid']
311
  centroid = (centroid[0],centroid[1])
 
306
 
307
  def draw_location(geojson):
308
  #gj = json.load(geojson)
309
+ st.markdown(geojson)
310
  geojson = geojson['data'][0]
311
  centroid = geojson['features'][0]['properties']['centroid']
312
  centroid = (centroid[0],centroid[1])