gibs-web-examples icon indicating copy to clipboard operation
gibs-web-examples copied to clipboard

Examples of using GIBS with various web mapping libraries

Results 6 gibs-web-examples issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

external dependency

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.2 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

external dependency

Across many/most/all of the GIBS Web Examples, there are uses of deprecated GIBS `TileMatrixSet` values and possibly others. E.g. in this [Leaflet example](https://github.com/nasa-gibs/gibs-web-examples/blob/master/examples/leaflet/geographic-epsg4326.js#L62), the `TileMatrxSet` value is `EPSG4326_250m` but now...

FIRMS Vector layers are not provided in EPSG:3857 and it would be nice to be able to point users to an example of how to use EPSG:4326 vector layers on...

Hello! I have been looking into the mapbox-gl-js example and as I understand, you are setting the MODIS Terra true color image as a map background but not adding it...