Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

506
Visualizações
change Leaflet circleMarker ,to any custom icon (large data)

enter image description here I load about 10K L.circleMarker on the leaflet map and its works great. I try to change the icon of the circle to anything but I cant I know that I can change the icon in the regular marker but I don't, know how can I change the L.circleMarker.

can't find any doc about changing circle markers: https://leafletjs.com/reference.html#circlemarker

I want to get a result something like this but with different shapes of circle markers: enter image description here

ill be thankful if you have any experience to share

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

It is not possible for L.circleMarker to load an icon directly. I have been in similar situation and used a bit of hack combining L.circle and L.marker. I need to specify radius in meters didn't know how to convert it to pixels. L.circleMarker allows to specify Radius of the circle marker, in pixels. L.circle allows to specify Radius of the circle, in meters.

try this function to set leftlet icon to any other icon :

You can take detailed reference from here (https://leafletjs.com/reference.html#icon)

function setLeafLetIcon(icon, marker) {
        var myIconReplc = L.Icon.extend({
            options: {
                iconUrl: icon, // icon image url here
                iconSize: [20, 24],
                iconAnchor: [10, 24]

            }
        });
        marker.setIcon(new myIconReplc);
    
}
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda