File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ can find this raster by name because of the setup with the Catalog we did earlie
368
368
` SimpleRenderPng ` takes in a raster and a color ramp. Color ramps have been
369
369
chosen by the designers at Azavea to handle representing common raster visualization
370
370
use cases in an esteticly pleasing and informative way. You can see the different color ramps available in our
371
- [ Color Documentation] ( http://localhost:4000/gettingstarted /rendering.html) .
371
+ [ Color Documentation] ( {{ site.baseurl }}/overviews /rendering.html).
372
372
The ` SimpleRenderPng ` operation returns a Byte Array which contains the raw PNG file. To return
373
373
this to the browser, we just return the data with the MIME type ` image/png ` .
374
374
You can’t perform that action at this time.
0 commit comments