chronogramm

This commit is contained in:
2025-07-26 18:41:41 +02:00
parent 31f55f13b3
commit 07dc37902b
2 changed files with 423 additions and 430 deletions

View File

@@ -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":