Ich erstelle eine Karte für ein Spiel und ich habe eine Reihe von CircleMarkers, aber sie sind nicht Farbe auf der Grundlage der Farbe oder FillColor Tags ändern.Leaflet - circleMarker nicht Farbmarkierung anwenden
var Tenaland = L.circleMarker([-417, 385.0625], 45, {
color: '#f03',
fillColor: '#f03',
fillOpacity: 0.80
}).addTo(map);
Sie sind standardmäßig auf blau.
Vielen Dank! Funktioniert jetzt :) – JoshQuake
kannst du mir dabei helfen? : D http://stackoverflow.com/questions/38775318/leaflet-prevent-loading-tiles-outside-of-maxbounds – JoshQuake