Jim Phillips

Results 41 comments of Jim Phillips

If I zoom in far enough to see pixels I get a "polys is not defined" error from https://github.com/GeoTIFF/dufour-peyton-intersection/blob/f38f16ce87d71be685a46f399847ee5cd96f69a1/src/calculate.js#L7 Reported as https://github.com/GeoTIFF/dufour-peyton-intersection/issues/4

Also not sure how to reproduce the behavior of the old getProjector() function (with no arguments) that would return a transform from raster coordinates to (longitude, latitude).

When I have multiple georaster layers loaded at the same time somehow the tile lists are getting crossed. If I change which layer is attached to the map the tiles...

Please see https://github.com/GeoTIFF/georaster-layer-for-leaflet/pull/132/files#r1687367106 for the likely cause of the crossed tile lists issue I reported in January.

When I zoom in on https://geotiff.github.io/georaster-layer-for-leaflet-example/examples/load-cog-via-script-tag.html I see multiple partial fetches of 20170831_172754_101c_3b_Visual.tif and it definitely loads faster than downloading the entire raster. Some of the other demos fetch the...

This is likely a duplicate of #77.

I think you can remove the "Needed: replication" label since the issue is visible at https://sphinx-rtd-theme.readthedocs.io/en/latest/demo/lists_tables.html#list-tables

You can use fromBlob() to load directly from a File object on demand.

Please merge this small change. It eliminates redundant fetches by moving the fetch inside of the request, which is cached. If the fetch fails the request is removed from the...