Skip to content

Commit

Permalink
Fix raster around point demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Aug 10, 2020
1 parent 5863b53 commit 5dd6178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h4 class="fnt--green webservices">Web Services</h4>
<div><a href="pyramid">Pyramid</a></div>
<div><a href="tile/0/0/0">Tiles</a></div>
<div><a href="raster/400/400/-156.533203,3.688855,-50.712891,56.800878">Raster</a></div>
<div><a href="raster/4/-122.387/47.581/EPSG:4326/400/400">Raster around Point</a></div>
<div><a href="raster/3/-122.387/47.581/EPSG:4326/400/400">Raster around Point</a></div>
<div><a href="metadata">Metadata</a></div>
<div><a href="tile/counts">Tile Counts</a></div>
<div><a href="gdal">QGIS Layer</a></div>
Expand Down

0 comments on commit 5dd6178

Please sign in to comment.