Skip to content

Conversation

@giswqs
Copy link
Member

@giswqs giswqs commented Dec 4, 2023

Fix #627

import leafmap.foliumap as leafmap

m = leafmap.Map(center=[40, -100], zoom=4)
data = "https://raw.githubusercontent.com/opengeos/leafmap/master/examples/data/us_cities.csv"
m.add_circle_markers_from_xy(
    data, x="longitude", y="latitude", radius=10, color="blue", fill_color="black", font_size=5
)
m

image

@github-actions
Copy link

github-actions bot commented Dec 4, 2023

@github-actions github-actions bot temporarily deployed to pull request December 4, 2023 19:13 Inactive
@giswqs giswqs merged commit 59661a3 into master Dec 4, 2023
@giswqs giswqs deleted the circle-marker branch December 4, 2023 19:14
sthagen pushed a commit to sthagen/giswqs-leafmap that referenced this pull request Jul 10, 2024
kuzja111 pushed a commit to kuzja111/leafmap that referenced this pull request Jul 25, 2024
giswqs added a commit that referenced this pull request Dec 6, 2025
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