Skip to content

Commit b6bf0a8

Browse files
Adding
1 parent 11f48ce commit b6bf0a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Examples/test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
from GeoMap import GeoMap
1+
from mapconfig import GeoMap
22

33
m = GeoMap()
44

55
m.add_marker("New Delhi", popup="Capital City")
66
m.add_marker("Mumbai")
77
m.add_circle("Hyderabad", radius=10000, color="green", popup="Cyber City")
8+
m.add_path("New Delhi", "Mumbai", color="blue", weight=3, popup="Path from Delhi to Mumbai")
9+
m.add_path("chennai", "Mumbai", color="blue", weight=3, popup="Path from Delhi to Mumbai")
810

911
icon_url = "https://cdn-icons-png.flaticon.com/512/684/684908.png"
1012
m.add_custom_icon_marker("Chennai", icon_url=icon_url, popup="Marina Beach City")

0 commit comments

Comments
 (0)