From d9885ef9577697951660ca68bc6f381939bc5dbe Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 28 Mar 2019 10:44:58 +1000 Subject: Objet -> Object --- src/iso19111/io.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/iso19111/io.cpp') diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index 502f30e6..03fb6977 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -4510,7 +4510,7 @@ static BaseObjectNNPtr createFromUserInput(const std::string &text, * "urn:ogc:def:coordinateOperation:EPSG::1671", * "urn:ogc:def:ellipsoid:EPSG::7001" * or "urn:ogc:def:datum:EPSG::6326" - *
  • an objet name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as + *
  • an Object name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as * uniqueness is not guaranteed, the function may apply heuristics to * determine the appropriate best match.
  • * @@ -4546,7 +4546,7 @@ BaseObjectNNPtr createFromUserInput(const std::string &text, * "urn:ogc:def:coordinateOperation:EPSG::1671", * "urn:ogc:def:ellipsoid:EPSG::7001" * or "urn:ogc:def:datum:EPSG::6326" - *
  • an objet name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as + *
  • an Object name. e.g "WGS 84", "WGS 84 / UTM zone 31N". In that case as * uniqueness is not guaranteed, the function may apply heuristics to * determine the appropriate best match.
  • * -- cgit v1.2.3