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

History of locations per chat - browse map #120

Closed DJTommek closed 1 week ago

DJTommek commented 1 year ago

Visualize saved locations from #119:

URL should be secured, so only members of chat can access to this URL

DJTommek commented 2 months ago
alter table better_location_chat_location_history
    add address varchar(2048) null;
DJTommek commented 1 week ago

Implemented as basic map + table of locations, example:

image