Skip to content

Commit 5ca8351

Browse files
authored
Merge pull request #137 from latot/topo_intro
Minor fixes
2 parents 3b31e91 + 547a42d commit 5ca8351

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed
Loading

postgis-intro/sources/en/topology_topo_types.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,19 @@ Layers are the biggest box, they store TopoGeometries which also stores TopoElem
2929

3030
Just to write in two ways:
3131

32-
- Layer contains
32+
* Layer contains
3333

34-
- TopoGeometries where each one one contains
35-
- TopoElements where each one can represent a
34+
* TopoGeometries where all of them has the same TopoElement's type, each one one contains:
3635

37-
- TopoGeometry of other Layer
38-
- Primitive from the Topology
36+
* TopoElements where each one can represent a:
3937

40-
- Nodes
41-
- Edges
42-
- Faces
43-
- Geometry Collections
38+
* TopoGeometry of other Layer
39+
* Geometry Collection
40+
* Primitive from the Topology
41+
42+
* Nodes
43+
* Edges
44+
* Faces
4445

4546
TopoGeometries are exposed as keys, they has a unique key inside the Layer, but also stores its Layer Key, this allows Postgis to store it in an arbitrary column and always be able to find its TopoElements, and with them what they represent.
4647

0 commit comments

Comments
 (0)