Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring for clusterer #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Refactoring for clusterer #1

wants to merge 7 commits into from

Conversation

xdan
Copy link
Collaborator

@xdan xdan commented Sep 28, 2023

  • The logic for doubly hiding points has been removed.
  • Fixed an error when connecting to the API
  • Style refactoring
  • The self-throttle function has been replaced with lodash/throttle.

@@ -14,7 +14,9 @@
await mappable.ready;
const {MMap, MMapDefaultSchemeLayer, MMapLayer, MMapFeatureDataSource} = mappable;

const {MMapClusterer, clusterByGrid} = await mappable.import('@mappable-world/[email protected]');
const {MMapClusterer, clusterByGrid} = await mappable.import(
'@mappable-world/[email protected]'
Copy link

@shtyr-maxim shtyr-maxim Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: it is better to use without version with latest npm version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants