OSM for prefix in digital twin
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8e4ecb04ec
commit
69af6a9458
@ -44,7 +44,7 @@ async def handle_location(update: Update):
|
|||||||
f"🌍 Latitude: {lat}\n"
|
f"🌍 Latitude: {lat}\n"
|
||||||
f"🌍 Longitude: {lon}\n\n"
|
f"🌍 Longitude: {lon}\n\n"
|
||||||
"🔗 Access it here:\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!")
|
"Thanks for sharing your location!")
|
||||||
await update.message.reply_text(text)
|
await update.message.reply_text(text)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user