Cory Silva
Cory Silva
Were seeing a similar issue when lastpass or requestly chrome extensions are enabled...
I think you should have two directives; parent and child. The parent will contain the "api" methods on its controller and the child will require the parent controller and ask...
In the meantime I got the desired UX this way... In case anyone needs it. ``` var lastRowSelected = ''; var clearRowSelection = function () { grid.resetActiveCell(); grid.getSelectionModel().setSelectedRows([]); lastRowSelected =...
The only problem I see is that the value for shape should be "star" not "start". (but that might just be a typo in the issue...) On Thu, Aug 6,...
@leonardotvd Did you ever resolve this issue? (sorry for the 1 year later follow up... life)
@pate313373 Does the poorly named `number` property work for you? (Looking back at this project I really need to refactor...)
Thanks for sharing Dror. I will take a look at adding these transformations into css (along with the needed classes).
@celalo Not really. I was thinking that moving to SVG icons would be a prereq. Or we could add more sprites. What do you think?
@bloombar The new SVG markers are solid and you can use whatever color (flat) you would like. It should be easy to scale the with css, though I have not...
I did configure it in the [less file](https://github.com/coryasilva/Leaflet.ExtraMarkers/blob/master/src/assets/less/leaflet.extra-markers.less#L2). As for the CSS why don't you just add some overrides?