scottdejonge / map-icons

An icon font for use with Google Maps API and Google Places API using SVG markers and icon labels
http://map-icons.com/
MIT License
1.05k stars 198 forks source link

Overlapping Icons #62

Open juminoz opened 7 years ago

juminoz commented 7 years ago

As you can see in the screenshot, the icons on the pins seem to not be on the same z-index as the pin itself so it looks like all the icons are attached to each other when there are pins overlapping each other. Is this a bug or misconfiguration?

       var marker = new Marker({
            map: _this.map,
            position: geo,
            icon: {
                path: MAP_PIN,
                fillColor: '#ff5a5f',
                fillOpacity: 1,
                strokeColor: '',
                strokeWeight: 0
            },
            map_icon_label: '<span class="map-icon map-icon-circle" style="line-height: 54px;"></span>'
        });
screen shot 2017-02-20 at 7 11 21 am
hdrodriguez commented 5 years ago

Tengo el mismo problema como lo resolviste?