Opened 8 years ago

Closed 8 years ago

Last modified 5 years ago

#3589 closed patch (fixed)

Error in Manual - extras_topology.xml.pot

Reported by: ruvyn Owned by: robe
Priority: low Milestone: PostGIS 2.3.0
Component: documentation Version: master
Keywords: PostGIS 2.3.0dev Manual Cc:

Description

  1. ST_ChangeEdgeGeom

"If any arguments are null, the given edge does not exist in the <varname>node</varname> table of the topology schema, …"

<varname>node</varname> → <varname>edge</varname>

  1. ST_RemoveIsoNode

"— Add an isolated node with no face —"

Add → Remove

  1. AsTopoJSON

"Arc indices in the TopoJSONjoutput are 0-based but they are 1-based in the "edgeMapTable" table."

TopoJSONjoutput → TopoJSON output

Change History (2)

comment:1 by strk, 8 years ago

Resolution: fixed
Status: newclosed

In 14978:

Fix typos. Closes #3589. Thanks ruvyn

comment:2 by strk, 5 years ago

Since commit r15336 references this ticket, you may be looking for #3689 instead (typo in commit might have taken you here).

Note: See TracTickets for help on using tickets.