GeoTIFF / georaster-layer-for-leaflet

Display GeoTIFFs and soon other types of raster on your Leaflet Map
https://geotiff.github.io/georaster-layer-for-leaflet-example/
Apache License 2.0
286 stars 57 forks source link

Added 2 more proj4 supported projections #26

Closed aviklai closed 4 years ago

aviklai commented 4 years ago

Hi,

I have added 2 more proj4 predefined projections: EPSG:4269 EPSG:3857

DanielJDufour commented 4 years ago

Awesome! Thank you for adding this support! Do you happen to have GeoTIFFs in the new projections (4269 and 3857) that you could share? Would you be able to add some tests here? https://github.com/GeoTIFF/georaster-layer-for-leaflet/tree/master/tests

Thank you again! :-)

aviklai commented 4 years ago

@DanielJDufour Sure.

I opened the following pull request for georaster-layer-for-leaflet-example: https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/pull/4

Which adds the two GeoTIFFs (4269 and 3857) and added 2 test files for these projections in this pull request.