chronogramm
This commit is contained in:
@@ -218,7 +218,7 @@ def auswahl_verarbeiten():
|
||||
st.session_state.output_text = output
|
||||
st.session_state.map_data = mapd
|
||||
elif auswahl == "Quadtree/Quadkey":
|
||||
output, mapd = tools.quadtreekoordinaten(text)
|
||||
output, mapd = tools.quadtree_koordinaten(text)
|
||||
st.session_state.output_text = output
|
||||
st.session_state.map_data = mapd
|
||||
elif auswahl == "REPLACE":
|
||||
|
||||
Reference in New Issue
Block a user