Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour authored Dec 21, 2020
1 parent aa32a31 commit 9d3b10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ https://geotiff.github.io/georaster-layer-for-leaflet-example/
8) Identifying Wildfires from a Landsat 8 Scene. You can view the source code [here](https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/blob/master/examples/identifying-wildfires-with-landsat.html) and the live demo [here](https://geotiff.github.io/georaster-layer-for-leaflet-example/examples/identifying-wildfires-with-landsat.html).
8) Visualizing Population COG. You can view the source code [here](https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/blob/master/examples/population.html) and the live demo [here](https://geotiff.github.io/georaster-layer-for-leaflet-example/examples/population.html).
9) Displaying Bathymetry Layer from a COG. You can view the source code [here](https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/blob/master/examples/bathymetry.html) and the live demo [here](https://geotiff.github.io/georaster-layer-for-leaflet-example/examples/bathymetry.html). Data comes from [here](http://www.shadedrelief.com/blue-earth/#download).
10) Display a COG in an Angular Application. You can view the source code [here](https://geotiff.github.io/georaster-layer-for-leaflet-example/examples/georaster-layer-angular-example/dist/georaster-layer-angular-example/index.html). You'll want to review the dependencies [here](https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/blob/master/examples/georaster-layer-angular-example/package.json#L15) and the Map Component [here](https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/blob/master/examples/georaster-layer-angular-example/src/app/map/map.component.ts). In order to run it, clone this repo, change into the georaster-layer-angular-example directory, install npm dependencies, and run `npm run start`.

<!--Only display pixels within a certain range. You can view the source code [here](https://github.com/GeoTIFF/georaster-layer-for-leaflet-example/blob/master/examples/thresholding.html) and the live demo [here](https://geotiff.github.io/georaster-layer-for-leaflet-example/examples/thresholding.html).-->

0 comments on commit 9d3b10d

Please sign in to comment.