I have two resources related to displaying with Google Maps:
- Maps
- Map Points
Each Map contains hundreds of map points. In total, there are around 300 maps and 230,000 map points.
I’m using Laravel with MySQL. I send data from a controller to a view, where I use JavaScript to display the map. I loop through each map in the view, displaying each one as a zone on the large map. When clicking on a map point within a map, a modal opens with data about that map.
The issue is that the maps are perfectly delineated except for a few small details — there are some lines between maps that have no connection to reality. Has anyone encountered something similar? How can I make these lines disappear?
Clicking on these lines doesn’t open anything.
The link is: https://www.iridexsalubrizare.ro/site/hartazone
I tried to find the wrong map points but I can’t do it. I don’t know what to do.