Skip to content

Releases: GeoTIFF/georaster-layer-for-leaflet

v1.0.2

28 Apr 11:30
Compare
Choose a tag to compare
  • added explanation to npm test ede1f72
  • Merge pull request #63 from Rennzie/enhancment/fix-type-exports 43fbfd9
  • fix: types emit 0a50c0f

v0.7.1...v1.0.2

v0.7.1

03 Nov 19:19
Compare
Choose a tag to compare
  • linting fix and rebuild 67e4d54
  • Merge pull request #48 from jomey/master 40fcc76
  • Fix debug log level check a9d9830
  • updated sea ice example with coloring 0468169
  • added support for L.CRS.Simple 8030504
  • updated webpack config 9dbb084
  • added code formatting 3c06eac
  • added code formatter f4d4c33
  • Update FAQs.md bc9705c
  • Update FAQs.md b2faef7
  • Update FAQs.md e7a5266
  • updated tests bbe03a4
  • added new params to customDrawFunction 1ee1499
  • updated tests 9463969
  • updated support for ie a5372db
  • added webpack 1035562
  • tried to add more support for ie 11 7a17709
  • added ie11 support a68172e
  • updated version 0de11b7
  • added GeoRaster as peer dependency 6ac96ee
  • added documentation on debug levels 7738a27
  • updated lint script cd5107c
  • added utm-utils 65ac8a3
  • Update README.md 0b6d296
  • Create FUNDING.yml 99f5a3f
  • added support for color palettes f1e66e3
  • updated to support display of raster across worlds 565bd12
  • added global test 8519716
  • updated test setup code 8cfaabd
  • added http-server to dev deps 76dfac9
  • Merge pull request #33 from DanielJDufour/UTMv2 78f2a39
  • fixed issue where mercator tile trying to sample outside edge of geotiff 1ce0411
  • added unpkg property to package.json 6728b8b
  • Merge pull request #30 from DanielJDufour/master a60d436
  • removed comment 4b7ba2e
  • fixed more merge conflicts 5036b2d
  • fixed merge conflicts e1becd9
  • ndvi example 2f4416a
  • Update README.md 78630bc
  • Update README.md 8d0eb98
  • Update FAQs.md 097eebb
  • Create FAQs.md f837f4b
  • ifr test 0b5e678
  • incremented package version to 0.3.0 8b0742e
  • Merge pull request #26 from aviklai/master cf006cb
  • Added 2 more proj4 supported projections c61f995
  • Merge pull request #22 from CarlQLange/patch-2 34cb389
  • Add debugLevel check for some console.logs 932cb95
  • kind working 1998133
  • Merge pull request #20 from DanielJDufour/COG-FOSS4G-2019 7d4b3ec
  • removed obsolete comment ab739ab
  • Merge branch 'master' of github.com:GeoTIFF/georaster-layer-for-leaflet into COG-FOSS4G-2019 716bcec
  • added better default options for cogs 807abc4
  • in progress 977b109
  • Update ADVANCED.md d32da7e
  • added customDrawFunction c20657e
  • updated alpha calculation e9a6fd0
  • added support for rgba tiffs 3e6fe84
  • added ci ba2e503
  • Merge pull request #14 from DanielJDufour/utm 5fad19b
  • rebuilt f5698e4
  • updated readme 2a7fed4
  • added utm support 27d0a0d
  • updated support for UTM and cogs c48bcf1
  • updated getValues call to match new version of georaster 9554e2a
  • Merge branch 'scratch' of https://github.com/mhiley/georaster-layer-for-leaflet into mhiley-scratch 4d48526
  • Update README.md be2a071
  • use destructuring assignments 6f695ae
  • require pixelValueToColorFn for URL-based single banded georaster 60700c9
  • get rid of redundant for-loop; move new COG-related code into getRasters function f7410e6
  • move loop to populate tile_values into function; get rid of some changes made for local testing 2e0dae3
  • get rid of hard coded no data value d4157d6
  • replace setTimeout with immediately invoked 46ce496
  • update to do one getValues per Leaflet tile, while maintaining original functionality of entire raster is already in memory 5be902f
  • naive/slow proof of concept replacing array index with single-pixel call to readRasters 3cbf2c3
  • snapshot: create tiles asynchronously; stub out where to call getValues 77d1a98
  • Update README.md 2ced422
  • Update README.md 10a246b
  • rebuilt 3b4fcee
  • incremented package.json version 40af8bf
  • Merge pull request #9 from marcon2/master 6d47ac9
  • Speed improvement for drawing smaller tiffs when zoomed in. When using a high resolution (256, being 1 pixel rectangles if tiles are 256x256) and zooming in, rendering the georaster-layer becomes slow, taking a few seconds per redraw. For smaller TIFFs, too much computation is done, as at some moment each TIFF pixel will be painted as multiple pixels on the screen. And with resolution 256, each screen pixel is painted separately. In that case, it would not need to compute each screen pixel anymore, but could revert to painting each TIFF pixel. 222de00
  • Update issue templates cc9d013
  • fixed noDataValue bug cd35605
  • Merge pull request #7 from marcon2/master 0be644b
  • Fix because georaster API changed, and now has noDataValue instead of no_data_value as property. 949168e
  • upgrade some dependencies and incremented package version ecb27f8
  • Merge pull request #6 from marcon2/master 4557608
  • Fixed problem of displaced painting, too far to north or south, due to inaccurate lat/lng computation. Now taking projection in consideration by letting map convert pixel to lat/lng. Also slight speed improvement by skipping the for loop across if latitude is out of range. 5f6cba8
  • incremented version to 0.1.0 because of GabiAxel's contribution of pixelValueToColorFn 690912b
  • Merge pull request #4 from GabiAxel/master be3a58b
  • Added pixelValueToColorFn option a508fa6
  • Merge pull request #2 from DanielJDufour/master 44b27e5
  • Merge branch 'master' of github.com:GeoTIFF/georaster-layer-for-leaflet ea07aa9
  • removed excess from package.json including georaster bc pass that in as param 697dec9
  • Merge pull request #1 from DanielJDufour/master f509de0
  • fixed typo 25d5a83
  • updated readme b36b442
  • browserified georaster-layer-for-leaflet 4000f65
  • working with 2-d version of values that georaster now sets f7b564e
  • added new version to npm d6c0781
  • updated package version 5b352b4
  • mvp 7e2ebd0

300e945...v0.7.1