commenthol / leaflet-rastercoords

Leaflet plugin for plain image map projection to display large images using tiles generated with gdal2tiles-leaflet
https://commenthol.github.io/leaflet-rastercoords
MIT License
120 stars 23 forks source link

Typescript Supporting? #6

Closed chinkan closed 5 years ago

chinkan commented 5 years ago

Hi,

Is this library support for typescript? I want to use in Angular 2+. Thanks :)

commenthol commented 5 years ago

There are no plans to offer support for typescript.

chinkan commented 5 years ago

could i add a typescript definition for your library? :)

commenthol commented 5 years ago

If you like to. Your PR is welcome.

chinkan commented 5 years ago

Hi @commenthol,

I have created a new typescript definitions for your library and tried in my angular project. I have created a PR to DefinitelyTyped. :) https://github.com/DefinitelyTyped/DefinitelyTyped/pull/35901

commenthol commented 5 years ago

Wouldn't it be better to add the type definitions within this package, instead of adding this to an external dependency?

commenthol commented 5 years ago

Closing due to issue resolved by PR in DefinitelyTyped package.