Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/createmsi.pl
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ sub sign {

# for some unclear reason as of 2024-02-24 this requires
# now requires osslsigncode 2.7 and the verification
# using ossslsigncode fails eventhough the msi is apparently
# using ossslsigncode fails even though the msi is apparently
# fine (no complaints when installing)
my $cmd = "osslsigncode sign";
# $cmd .= " -nolegacy";
Expand Down
8 changes: 4 additions & 4 deletions src/librttopo/osgeo4w/patch
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ diff -Nur librttopo/headers/librttopo_geom.h ../librttopo/headers/librttopo_geom
+
+/******************************************************************
+* RTGBOX structure.
+* We include the flags (information about dimensinality),
+* We include the flags (information about dimensionality),
+* so we don't have to constantly pass them
+* into functions that use the RTGBOX.
+*/
Expand Down Expand Up @@ -1002,7 +1002,7 @@ diff -Nur librttopo/headers/librttopo_geom.h ../librttopo/headers/librttopo_geom
+
+/**
+* Add a component, allocating extra space if necessary. The compoundcurve
+* takes owership of the passed geometry.
+* takes ownership of the passed geometry.
+*/
+extern int rtcompound_add_rtgeom(const RTCTX *ctx, RTCOMPOUND *comp, RTGEOM *geom);
+
Expand Down Expand Up @@ -1445,7 +1445,7 @@ diff -Nur librttopo/headers/librttopo_geom.h ../librttopo/headers/librttopo_geom
+ */
+/** For GML3 only, include srsDimension attribute in output */
+#define RT_GML_IS_DIMS (1<<0)
+/** For GML3 only, declare that datas are lat/lon. Swaps axis order */
+/** For GML3 only, declare that data are lat/lon. Swaps axis order */
+#define RT_GML_IS_DEGREE (1<<1)
+/** For GML3, use <LineString> rather than <Curve> for lines */
+#define RT_GML_SHORTLINE (1<<2)
Expand Down Expand Up @@ -1962,7 +1962,7 @@ diff -Nur librttopo/headers/librttopo_geom.h ../librttopo/headers/librttopo_geom
+#define TWKB_BBOX 0x01 /* User wants bboxes */
+#define TWKB_SIZE 0x02 /* User wants sizes */
+#define TWKB_ID 0x04 /* User wants id */
+#define RTTWKB_NO_TYPE 0x10 /* No type because it is a sub geoemtry */
+#define RTTWKB_NO_TYPE 0x10 /* No type because it is a sub geometry */
+#define TWKB_NO_ID 0x20 /* No ID because it is a subgeoemtry */
+#define TWKB_DEFAULT_PRECISION 0 /* Aim for 1m (or ft) rounding by default */
+
Expand Down
4 changes: 2 additions & 2 deletions src/saga/osgeo4w/patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ diff -ur saga-9.5.1/saga-gis/CMakeLists.txt ../saga-9.5.1/saga-gis/CMakeLists.tx
@@ -23,7 +23,7 @@


# Platform independant compiler requirements
# Platform independent compiler requirements
-set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ standard to be used")
+set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ standard to be used")
set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE STRING "The C++ standard is required")

# Platform dependant compiler requirements
# Platform dependent compiler requirements
@@ -34,10 +34,10 @@

option(PARALLEL_BUILD "Multi-processor compilation (/MP)" ON)
Expand Down
2 changes: 1 addition & 1 deletion src/setup/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version HEAD

Version 2.573.2.2

- Fix crash when trying to MD5 a non-existant package file that failed to
- Fix crash when trying to MD5 a non-existent package file that failed to
download.

Version 2.573.2.1
Expand Down
Loading