Skip to content

Commit ac0e0b8

Browse files
authored
Merge pull request #165 from cloudnativegeo/staging
Minor fixes and Improved COG visuals
2 parents af5587e + b0924a1 commit ac0e0b8

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ website:
1414
page-footer:
1515
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
1616
center: '<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1">'
17-
left: '&copy; [Cloud-Native Geospatial Foundation](https://cloudnativegeo.org/), 2023'
17+
left: '&copy; [Cloud-Native Geospatial Forum](https://cloudnativegeo.org/), 2023'
1818
sidebar:
1919
pinned: true
2020
align: center

_thankyous.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ This guide has been made possible through the support of:
99

1010
[![](./images/thankyous-devseed-logo.png){fig-alt="Development Seed Logo" fig-align="left" width=40%}](https://developmentseed.org)
1111

12-
[![](./images/thankyous-cng-logo.png){fig-alt="Cloud-Native Geospatial Foundation" fig-align="left" width=40%}](https://cloudnativegeo.org)
12+
[![](./images/thankyous-cng-logo.png){fig-alt="Cloud-Native Geospatial Forum" fig-align="left" width=40%}](https://cloudnativegeo.org)
1313
:::

cloud-optimized-geotiffs/intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Cloud-Optimized GeoTIFF (COG), a raster format, is a variant of the TIFF image f
88

99
For more details see [https://www.cogeo.org/](https://www.cogeo.org/)
1010

11-
<img alt="COG Diagram" src="../images/cog-diagram-1.png" width=300/>
11+
<img alt="COG Diagram" src="../images/cog-diagram-2.png" width=100%/>
1212

1313
## Dimensions
1414

images/cog-diagram-2.png

116 KB
Loading

images/cog-diagram.png

67.4 KB
Loading

overview.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ image source: https://www.kitware.com/deciphering-cloud-optimized-geotiffs/
136136
* This internal organization is friendly for consumption by clients issuing HTTP GET range request ("bytes: start_offset-end_offset" HTTP header)
137137
:::
138138

139-
::: {.column width="50%"}
140-
![](./images/cog-overviews.png)
139+
::: {.column width="40%"}
140+
![](./images/cog-diagram.png)
141141
:::
142142

143143
::::

pmtiles/intro.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If you have an existing PMTiles archive, either as a local file or hosted on clo
8080

8181
PMTiles doesn't have a standalone JavaScript library, but rather is designed to be used in conjunction with a JavaScript map rendering library.
8282

83-
See the docs on viewing PMTiles in [Leaflet](https://protomaps.com/docs/frontends/leaflet), [MapLibre GL JS](https://protomaps.com/docs/frontends/maplibre) and [OpenLayers](https://protomaps.com/docs/frontends/openlayers).
83+
See the docs on viewing PMTiles in [Leaflet](https://docs.protomaps.com/pmtiles/leaflet), [MapLibre GL JS](https://docs.protomaps.com/pmtiles/maplibre) and [OpenLayers](https://docs.protomaps.com/pmtiles/openlayers).
8484

8585
### Python
8686

0 commit comments

Comments
 (0)