Skip to content

Commit

Permalink
Adde LPA and Geneva
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco committed Jun 29, 2024
1 parent f7a27f8 commit cc0cd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function initMap() {
// Importa la clase AdvancedMarkerElement de forma asíncrona
google.maps.importLibrary("marker").then(function() {
for (i = 0; i < locations.length; i++) {
marker = new google.maps.marker.AdvancedMarkerElement({
marker = new AdvancedMarkerElement({
position: new google.maps.LatLng(locations[i][1], locations[i][2]),
map: map
});
Expand Down

0 comments on commit cc0cd08

Please sign in to comment.