sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
These functions come from OGR C API's OSR*
namespace.
val t : t Ctypes.typ
val t_opt : t option Ctypes.typ
val to_proj4 : t -> string
to_proj4 t
returns the PROJ.4 string definition matching t
.
val to_wkt : ?pretty:bool -> ?simplify:bool -> t -> string
to_wkt ?pretty ?simplify t
returns the WKT string definition matching t
.