-
Notifications
You must be signed in to change notification settings - Fork 1
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
Youtube demo #1
Comments
This is where the magic happens: https://github.com/jerel/poc/blob/master/app/components/leaflet-popup.js#L4-L8 I'm creating my own popup element which I then pass to Leaflet as the popup content and also pass to the _super render method so it adds the template to it |
Thanks for responding so fast! Cool, I'll poke around with those lines. In the video it looks like you also added some hooks to the leaflet controls, did you? |
For people coming here, it's all about this demo: https://t.co/ACEUZHK5Hw |
No, I instead I implement my own controls and absolutely position them over the map. The tile switcher is as simple as
Yes, I run
Yes, no guarantees. However it's minimal, |
Hi Jerel, I just saw your youtube ember leaflet demo. Impressive stuff. Are you willing to share any insights in how you render the templates in the dialogs? It looks awesome! Thanks, Sjoerd
The text was updated successfully, but these errors were encountered: