DJTommek / better-location

Telegram bot for parsing and generating various of location formats.
https://t.me/BetterLocationBot
MIT License
7 stars 2 forks source link

Settings - show only most important location #65

Closed DJTommek closed 2 years ago

DJTommek commented 3 years ago

If one input has multiple locations with multiple importance, show only the most important. Example: Input link: https://mapy.cz/zakladni?x=14.4210511&y=50.0873549&z=19&source=base&id=1832651 Output coordinates: Place ID: 50.087726,14.421127 <-- most important, show Map center: 50.087355,14.421051 <-- less important, don't show

DJTommek commented 2 years ago

Done in 0bd39b30f68c062b5e9a1ad35702bcd6256f5187.

Maybe it should show map center if searching via inline? Tag me in this issue or ping me in PM if you want this.