TheAtlasRepository / Text2Map

Make maps from simple Text prompts using AI
GNU General Public License v3.0
5 stars 0 forks source link

Image fetching improvements and duplicate markers fixed #62

Closed GlennJoakimB closed 6 months ago

GlennJoakimB commented 6 months ago

Fixes bug #56, Improves the image display and fetching: Image url is now collected and sent together with marker coordinates from backend, resulting in quicker load-times, quicker display of images after first load, and no additional backend-calls being made.

Also fixed duplicate markers being made

Changes