OSM for prefix in digital twin
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ekaropolus 2025-05-30 00:16:00 -06:00
parent 8e4ecb04ec
commit 69af6a9458

View File

@ -44,7 +44,7 @@ async def handle_location(update: Update):
f"🌍 Latitude: {lat}\n"
f"🌍 Longitude: {lon}\n\n"
"🔗 Access it here:\n"
f"https://app.polisplexity.tech/city/digital/twin/com_con/?lat={lat}&long={lon}\n\n"
f"https://app.polisplexity.tech/city/digital/twin/osm_city/?lat={lat}&long={lon}&scale=0.1\n\n"
"Thanks for sharing your location!")
await update.message.reply_text(text)
else: