From 9d3b10d1ceec1fb6b34ccb08b6ee5fda2b090cbf Mon Sep 17 00:00:00 2001 From: "Daniel J. Dufour" Date: Sun, 20 Dec 2020 21:30:17 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87310ca..374e14d 100644 --- a/README.md +++ b/README.md @@ -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`.