forked from qgis/QGIS-Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
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 doctest by using epsg4326 dataset instead of epsg2964 #2
Open
folinimarc
wants to merge
142
commits into
master
Choose a base branch
from
fix_doctest_by_using_epsg4326_dataset_instead_of_epsg2964
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix doctest by using epsg4326 dataset instead of epsg2964 #2
folinimarc
wants to merge
142
commits into
master
from
fix_doctest_by_using_epsg4326_dataset_instead_of_epsg2964
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add field to attributes table native:addfieldtoattributestable - Advanced Python field calculator qgis:advancedpythonfieldcalculator - Field calculator native:fieldcalculator
Co-authored-by: Harrissou Sant-anna <[email protected]> Co-authored-by: selmaVH1 <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.9.1 to 2.10.1. - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@5c7944e...91182cc) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Three additions: 1) adding "GCP" before "point" in 2 entries in a legend to the buttons, for consistency with the remaining legend entries (although I'm aware, that the final "P" in "GCP" abbreviation also mean "Point" - but this regards all resp. entries); 2) adding explanations, what "Link QGIS to Georeferencer" and "Link Georeferencer to QGIS" buttons actually do (it was not written anywhere and I had to look for this over the Net for a while) 3) adding a tip, how to avoid switching between "Pan" and "Add" or "Move GCP Point" when moving from one location to the other (I also did not find it at once).
The geometry field is named 'geom' (and not 'the_geom') in .shp files and so are they in the resultant tables after import.
These commands are meant to be run on our servers to build the different releases. Instead of manually adjusting them at every new release, let's automatize using the target release as variable
format_date provides a direct preview of the formatting syntax these function rely on
formatting and indentation updates
I modified the geometric constraint name for **mPolygonTable** table to be more consistent
Changed 'the_geom' field to 'geom' for people data insertions Changed geometry field to geom for myPolygonTable
Co-authored-by: Harrissou Sant-anna <[email protected]>
Co-authored-by: Harrissou Sant-anna <[email protected]>
Co-authored-by: Harrissou Sant-anna <[email protected]>
…f epsg2964. Use geopackage airports layer (epsg4326) to avoid ambiguous reprojection warning of previously used Alaska scoped airports layer (epsg2964) when adding it programmatically to a vanilla qgis project during doctest. We do not simply reproject the layer, because the alaska airports crs is mentioned mutliple times in the codebase and streamlining the whole cookbook is out of scope for this PR.
87d1d6c
to
026ba89
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test