-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup osm service notes and caches, remove state variable
This seems like a lot but the main things here are: - remove the _loadingTiles "global" variable. It was causing problems because it was being checked from the callbacks, which are async. - cleanup the caches - use DOM API getElementsByTagName('id') to get note id - set a lower tilezoom z14 for notes (meaning: fetch larger bounding boxes)
- Loading branch information
Showing
2 changed files
with
89 additions
and
101 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
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