Skip to content

Commit

Permalink
review newCapabilities in clauses 7,12,16 & 18 as discussed in openge…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcollombin committed Feb 1, 2024
1 parent 224272a commit 931faed
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
18 changes: 9 additions & 9 deletions core/sections/clause_12_graphical_hierarchy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ ImageOutline : outlineStyle: OutlineStyle
.ImageOutline OutlineStyle properties
[width="90%",options="header"]
|===
| Name | Definition | Type | Multiplicity
dotted | Dotted outline | boolean | 1
dashed | Dashed outline | boolean | 1
solid | Solid outline | boolean | 1
double | Double outline | boolean | 1
groove | Groove outline | boolean | 1
ridge | Ridge outline | boolean | 1
inset | Inset outline | boolean | 1
outset | Outset outline | boolean | 1
| Name | Definition | Type | Multiplicity
| dotted | Dotted outline | boolean | 1
| dashed | Dashed outline | boolean | 1
| solid | Solid outline | boolean | 1
| double | Double outline | boolean | 1
| groove | Groove outline | boolean | 1
| ridge | Ridge outline | boolean | 1
| inset | Inset outline | boolean | 1
| outset | Outset outline | boolean | 1
|===

=== Requirements
Expand Down
2 changes: 2 additions & 0 deletions core/sections/clause_16_additional_expressions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ elements that can be associated with application control such as a slider or dro
| name | Name of the variable | string | 1
|===

// __NOTE:__ Consider adding a member and array element access expression

==== Requirements

include::../requirements/rc-variables.adoc[]
20 changes: 8 additions & 12 deletions core/sections/clause_18_functions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -578,15 +578,13 @@ GeometryManipulationFunctions : s_union(Geometry a, Geometry b) Geometry
GeometryManipulationFunctions : s_difference(Geometry a, Geometry b) Geometry
GeometryManipulationFunctions : s_symDifference(Geometry a, Geometry b) Geometry
GeometryManipulationFunctions : s_buffer(Geometry a, double d) Geometry
GeometryManipulationFunctions : s_concaveHull(Geometry a) Geometry
GeometryManipulationFunctions : s_convexHull(Geometry a) Geometry
GeometryManipulationFunctions : s_envelope(Geometry a) BoundingBox
GeometryManipulationFunctions : s_geometryN(Geometry a, int n) Geometry
GeometryManipulationFunctions : s_centroid(Geometry a) Point
GeometryManipulationFunctions : s_OffsetCurve(Geometry a, double d) Geometry
GeometryManipulationFunctions : s_VoronoiLines(Geometry a) Geometry
GeometryManipulationFunctions : s_VoronoiPolygons(Geometry a) Geometry
GeometryManipulationFunctions : s_DelaunayTriangles(Geometry a) Geometry
GeometryManipulationFunctions : s_offsetCurve(Geometry a, double d) Geometry
GeometryManipulationFunctions : s_voronoiLines(Geometry a) Geometry
GeometryManipulationFunctions : s_voronoiPolygons(Geometry a) Geometry
GeometryManipulationFunctions : s_delaunayTriangles(Geometry a) Geometry
GeometryManipulationFunctions --> Geometry
....

Expand All @@ -598,16 +596,14 @@ GeometryManipulationFunctions --> Geometry
| s_union | (Geometry a, Geometry b) | Geometry |
| s_difference | (Geometry a, Geometry b) | Geometry |
| s_symDifference | (Geometry a, Geometry b) | Geometry |
| s_concaveHull | (Geometry a) | Geometry |
| s_convexHull | (Geometry a) | Geometry |
| s_buffer | (Geometry a, double d) | Geometry |
| s_envelope | (Geometry a) | BoundingBox |
| s_geometryN | (Geometry a, int n) | Geometry |
| s_centroid | (Geometry a) | Point |
| s_OffsetCurve | (Geometry a, double d) | Geometry |
| s_VoronoiLines | (Geometry a) | Geometry |
| s_VoronoiPolygons | (Geometry a) | Geometry |
| s_DelaunayTriangles | (Geometry a) | Geometry |
| s_offsetCurve | (Geometry a, double d) | Geometry |
| s_voronoiLines | (Geometry a) | Geometry |
| s_voronoiPolygons | (Geometry a) | Geometry |
| s_delaunayTriangles | (Geometry a) | Geometry |
|===


Expand Down
2 changes: 1 addition & 1 deletion core/sections/clause_7_core.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ TOCHECK: How to handle parent objects ? e.g., visualization, dataLayer, feature
| visualization.pass | Current visualization rendering pass | int
|===

======= Visualization Rendering Passes
**Visualization Rendering Passes**

Setting up symbolization rules for a selector on a visualization pass allows to render all data of
the map using different set of symbolizers.
Expand Down

0 comments on commit 931faed

Please sign in to comment.