Skip to content

Commit

Permalink
Merge pull request opengeospatial#160 from opengeospatial/20230111_ch…
Browse files Browse the repository at this point in the history
…eck_plantuml

fixes plantuml rendering
  • Loading branch information
ghobona authored Jan 11, 2023
2 parents 3845ae8 + b824319 commit ebff466
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions standard/clause_specification_text.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Range data can also be directly embedded into the main CoverageJSON document, ma

The following is a high-level UML class diagram of the main CoverageJSON objects and the relationships between them.

[plantuml]
....
@startuml
CoverageCollection "0..1" o-- "1..*" Coverage
Expand All @@ -103,6 +105,7 @@ TiledNdArray "0..1" *-- "1..*" NdArray
ParameterGroup "0..1" *-- "1..*" Parameter
@enduml
....

//## 2. i18n Objects
=== i18n Objects
Expand Down

0 comments on commit ebff466

Please sign in to comment.