Elton Santos

Results 5 issues of Elton Santos

I tried: ``` pointToLayer: function (feature, latlng) { return L.marker(latlng, { icon: L.AwesomeMarkers.icon({ icon: 'tint', markerColor: 'blue', prefix: 'fa', extraClasses: 'someClass' }) }); } ``` But don't work, in source...

Please, include option for customize icon white for the chrome extension. Actually icon is black for default, making it invisible in chrome browser tab.

How I make a integrate between maplace and rails models? I trying, but nothing yet =/ I have a repositiry here for this: https://github.com/eltonsantos/maps_rails Someone help me? Thanks!

When I create a new user through the sign_up of devise in the audits table the **user_id** and **user_type** are registered as **NULL** and therefore the application crash. How to...