Skip to content

Commit

Permalink
Update places.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SB-Designs authored Dec 10, 2024
1 parent 2c1ae67 commit f9d9980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overground/places.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const sourcePlaces = [
{ name: "CLAPHAM HIGH STREET", pt: [51.4650, -0.1320] },
{ name: "WANDSWORTH ROAD", pt: [51.4670, -0.1440] },
{ name: "BATTERSEA PARK", pt: [51.4770, -0.1480] },
];
]; /* The list of place names and their GPS coordinates */

App.prototype.initializePlaces = function () {
console.log("initialize places");
Expand Down

0 comments on commit f9d9980

Please sign in to comment.