gugurete

Results 4 issues of gugurete

tile server used by https://worldview.earthdata.nasa.gov has http caching disabled : ``` Request URL:https://gibs-b.earthdata.nasa.gov/wmts/epsg4326/best/wmts.cgi?layer=Coastlines&style=default&tilematrixset=250m&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=5&TileCol=16&TileRow=3 Request Method:GET Status Code:200 OK Remote Address:198.118.199.5:443 Referrer Policy:no-referrer-when-downgrade ``` ``` Access-Control-Allow-Origin:* Cache-Control:no-cache, no-store, must-revalidate Connection:Keep-Alive Content-Length:1096...

external dependency

it would be nice to have this simplified option for generic object persistence: @persist @observable layerOptions = { editInProgress: false, lightning: { renderer: 'webgl'} } a generic seriializer a la...

Would it be possible to include material ui as a peer dependency instead of a regular dependency ? So that users of material-ui-datatables won't ship duplicated versions of the material-ui...

By using xhr requests instead of canvas rendering you could have a major performance improvement. I do not have time for a proper pull request, but here is my take...