Skip to content

Commit

Permalink
Cyan2048
Browse files Browse the repository at this point in the history
  • Loading branch information
LolloDev5123 committed Jul 27, 2022
1 parent 1941fa8 commit 723a55b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ Unlicense - Luxferre's TinyOLC
Polyfill > Promises
Ajax Autocomplete for jQuery
Google's Open Source Plus Codes
Cyan2048, for helping with the KaiUI Tab View

Check out our cousin map apps for KaiOS:
- https://github.com/strukturart/o.map
- https://github.com/canyouswim/Caching-on-Kai-with-API/
-

## Import & Export

Expand Down
5 changes: 1 addition & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1567,14 +1567,11 @@ document.addEventListener("DOMContentLoaded", function () {

//implement heading thing here
// I had to put back the newer leaflet.js version that does not support rotation, because of some bugs and the markers not working

if (north_rotation == false) {
map.setBearing(current_heading);
}




if (mym1 == false && retrying == true && !myMarker) {
myAccuracy = L.circle([crd.latitude, crd.longitude], crd.accuracy - 1).addTo(map);
myMarker = L.marker([current_lat, current_lng], {
Expand Down

0 comments on commit 723a55b

Please sign in to comment.