Skip to content

Commit

Permalink
Merge pull request #88 from codersforcauses/al
Browse files Browse the repository at this point in the history
console log
  • Loading branch information
Anay-Joshi26 authored Feb 10, 2024
2 parents 2e14406 + fefb58a commit 5a96858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/frontend/js/components/streetview.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,10 @@ function getRandomCoordinates() {

if (areaLoc < 0.8) {
const loc = getRandomPointInPolygon(mainCityPolygon);
console.log("THE LOCATION IS INSIDE POLYGON");
return loc;
}
console.log("NOT IN 80%");

}

Expand Down

0 comments on commit 5a96858

Please sign in to comment.