coryasilva / Leaflet.ExtraMarkers

Custom Markers for Leaflet JS based on Awesome Markers
MIT License
331 stars 125 forks source link

leaflet.extra-markers.d.ts typescript error #44

Closed ghost closed 4 years ago

ghost commented 4 years ago

In leaflet.extra-markers.d.ts, should the declaration iconRotation?: numeric; be iconRotation?: number;?

coryasilva commented 4 years ago

Dammit! Thanks for catching that. I will try to get to it this week. (Meetings all day rest of the week).

On Thu, Jan 30, 2020, 8:58 AM cstaszak-logicboostlabs < notifications@github.com> wrote:

In leaflet.extra-markers.d.ts, should the declaration iconRotation?: numeric; be iconRotation?: number;?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/coryasilva/Leaflet.ExtraMarkers/issues/44?email_source=notifications&email_token=AAUMSTBZEIPTMTJ3VBJ6QSTRAMBMPA5CNFSM4KNZPUD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IJ4W4BQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUMSTE7E5OVCOVEXTPKV2TRAMBMPANCNFSM4KNZPUDQ .

ghost commented 4 years ago

Thank you for your work here, we'll pick up your fix whenever it's in place. In the meantime, reverting to 1.1.0 gets the job done with no hassle.