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

Allow picking location on a map #3244

Merged
merged 3 commits into from
Jun 4, 2019
Merged

Allow picking location on a map #3244

merged 3 commits into from
Jun 4, 2019

Conversation

balloob
Copy link
Member

@balloob balloob commented Jun 4, 2019

image


const map = Leaflet.map(mapElement);
const style = document.createElement("link");
style.setAttribute("href", "/static/images/leaflet/leaflet.css");
style.setAttribute("rel", "stylesheet");
mapElement.parentNode.appendChild(style);
map.setView([51.505, -0.09], 13);
map.setView([52.3731339, 4.8903147], 13);
Copy link
Member

Choose a reason for hiding this comment

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

🎉

@balloob balloob merged commit 2d056ba into dev Jun 4, 2019
@balloob balloob mentioned this pull request Jun 4, 2019
@balloob balloob deleted the onboarding-map branch July 1, 2019 06:04
@github-actions github-actions bot locked and limited conversation to collaborators Jul 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants