-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Path Navigator, Now Supports geopositioning resolution (#1917)
* Refactored Path Navigator, now supports geopositioning resolution * Update path example config, for new format * Fixed typo in dict * Fixed Ref
- Loading branch information
1 parent
0cdbfa2
commit 8b887a1
Showing
3 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
[ | ||
{"lng":8.043531775474547,"lat":52.27777834853098}, | ||
{"lng":8.045151829719543,"lat":52.27796214757581}, | ||
{"lng":8.045924305915833,"lat":52.27753218790187}, | ||
{"lng":8.045715093612671,"lat":52.27696437216979}, | ||
{"lng":8.044642210006714,"lat":52.27692826803333}, | ||
{"lng":8.043639063835144,"lat":52.27722694682294}, | ||
{"lng":8.043547868728638,"lat":52.27761095945195} | ||
{"location": "32.087504, 34.806118"}, | ||
{"location": "Bialik 150, Ramat Gan"}, | ||
{"location": "Ayalon Highway, Ramat Gan"}, | ||
{"location": "32.091280, 34.795261"} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8b887a1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if coordinates are provided are less than 6-7 decimal points, they are fed to google's geo lookup and then you get an access denied error