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

@googlemaps/markerclusterer use Lit-HTML #24

Open
busynest opened this issue May 15, 2023 · 6 comments
Open

@googlemaps/markerclusterer use Lit-HTML #24

busynest opened this issue May 15, 2023 · 6 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@busynest
Copy link

create webcomponents using Lit-HTML for https://www.npmjs.com/package/@googlemaps/markerclusterer

@busynest busynest added triage me I really want to be triaged. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels May 15, 2023
@wangela
Copy link
Member

wangela commented May 15, 2023

If you would like to upvote the priority of this issue, please comment below or react with 👍 so we can see what is popular when we triage.

@busynest Thank you for opening this issue. 🙏
Please check out these other resources that might help you get to a resolution in the meantime:

This is an automated message, feel free to ignore.

@busynest
Copy link
Author

let's make it priority. Finally maps work as webcomponents, and this tool seems to be needed by a noob like me.

@awmack
Copy link
Collaborator

awmack commented May 16, 2023

Thanks for the comment! Any additional information you can give us about your use case? E.g. the framework you're using (if any), any pain points of using the existing library, or a specific piece of pseudocode that includes marker clustering?

@busynest
Copy link
Author

I use Lit-Element with Redux, and Redux-Thunk. My bundler was Polymer Build Function, but will be webpack or rollup. I have search results that result as a map marker. once the website goes big, it will be super important to group markers for accessability. The functions I have so far are: Get Markers, Create Marker, Delete Marker. will need to solve Group Markers.

@busynest
Copy link
Author

I also noticed that infoWindow take a string as a template. That's weak, because it's like a big RegEx.

@busynest
Copy link
Author

The feature would be successful if we could scale to 1 billion active markers that can auto uncluster when zoom.

@awmack awmack added priority: p3 Desirable enhancement or fix. May not be included in next release. and removed triage me I really want to be triaged. labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants