When building and installing Proj 7.2.0 on Windows and Linux, the following installed resources differs:
proj.db (differs)
deformation_model.schema.json (missing on Windows)
projjson.schema.json (missing on Windows)
triangulation.schema.json (missing on Windows)
Is this an issue?
The build and installation was not made the same day on Windows and Linux, so if any modification is made to the proj.db before installing it could certainly differ (e.g. update date/time).
In both cases, proj was built as a shared library.
On Windows, cmake was used and the "projsync", "curl" and "testing" features was disabled when building. On Linux, autogen, configure, make was used (built without curl).
When building and installing Proj 7.2.0 on Windows and Linux, the following installed resources differs:
proj.db(differs)deformation_model.schema.json(missing on Windows)projjson.schema.json(missing on Windows)triangulation.schema.json(missing on Windows)Is this an issue?
The build and installation was not made the same day on Windows and Linux, so if any modification is made to the proj.db before installing it could certainly differ (e.g. update date/time).
In both cases, proj was built as a shared library.
On Windows, cmake was used and the "projsync", "curl" and "testing" features was disabled when building. On Linux, autogen, configure, make was used (built without curl).