Skip to content

Commit 24d6e70

Browse files
committed
Issue #230 formatting problem in OGC tiles publication pages quickfix
1 parent e2cec19 commit 24d6e70

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

workshop/content/docs/publishing/ogcapi-tiles.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,7 @@ In this example, the colors of the symbols reflect the value of the `objectid` a
371371

372372
<iframe
373373
src="https://ogcincubator.github.io/ogcapi-tiles-demo/"
374-
style="width:100%; height:800px;"
375-
></iframe>
374+
style="width:100%; height:800px;"></iframe>
376375

377376
!!! tip
378377

workshop/content/docs/publishing/ogcapi-tiles.pt.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,18 +367,16 @@ Neste exemplo, as cores dos símbolos refletem o valor do atributo `objectid`.
367367

368368
### OpenLayers
369369

370-
O [OpenLayers](https://openlayers.org) é uma biblioteca JavaScript popular para adicionar mapas interativos a websites. O OpenLayers suporta nativamente a OGC API - Tiles (mapa e vetor). Pode verificar o código para o exemplo abaixo em: <https://ogcincubator.github.io/ogcapi-tiles-demo/>
370+
[OpenLayers](https://openlayers.org) é uma biblioteca JavaScript popular para adicionar mapas interativos a websites. O OpenLayers suporta nativamente a OGC API - Tiles (mapa e vetor). Pode verificar o código para o exemplo abaixo em: <https://ogcincubator.github.io/ogcapi-tiles-demo/>
371371

372372
<iframe
373373
src="https://ogcincubator.github.io/ogcapi-tiles-demo/"
374-
style="width:100%; height:800px;"
375-
></iframe>
374+
style="width:100%; height:800px;"></iframe>
376375

377376
!!! tip
378377

379378
Consulte a [documentação oficial do OpenLayers](https://openlayers.org/en/latest/examples/ogc-vector-tiles.html)
380379

381-
382380
# Resumo
383381

384382
Parabéns! Agora é capaz de publicar tiles na pygeoapi. Pode aprender mais sobre este Standard em: <https://tiles.developer.ogc.org/>

0 commit comments

Comments
 (0)