• Resolved teddyyun

    (@teddyyun)


    I’m glad I found an excellent plugin. But I have two questions. First, I want to turn the marker into a dot and change the color by a specific attribute. Second, I want to add a label to the map instead of a popup. Is this possible?
    The points are taken from a geojson file. The page under development went to the link below.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor hupe13

    (@hupe13)

    First, I want to turn the marker into a dot and change the color by a specific attribute.

    [leaflet-geojson circleMarker radius=1 color="red" src="..."]
    But I don’t know, how to change the color by a specific attribute of a marker.

    Second, I want to add a label to the map instead of a popup. Is this possible?

    You can use [hover].

    Thread Starter teddyyun

    (@teddyyun)

    Thank you. Markers turned into dots.
    I have one more question. I want to display two features in a popup. What should I do?

    • This reply was modified 2 years, 11 months ago by teddyyun.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[NSFW] change markers to dots’ is closed to new replies.