diff --git a/.flake8 b/.flake8 index 9786c9775a3..7019d947c03 100644 --- a/.flake8 +++ b/.flake8 @@ -39,7 +39,7 @@ per-file-ignores = doc/python/vector_example_ctypes.py: F403, F405 doc/python/m.distance.py: F403, F405, E501 doc/gui/wxpython/example/dialogs.py: F401 - locale/grass_po_stats.py: E122, E128, E231, E401, E722, E741 + locale/grass_po_stats.py: E122, E128, E231, E401, E722 gui/scripts/d.wms.py: E501 gui/wxpython/core/gcmd.py: E402 gui/wxpython/core/gthread.py: F841 @@ -126,7 +126,6 @@ per-file-ignores = python/grass/pygrass/vector/__init__.py: E402 python/grass/pygrass/modules/interface/*.py: F401 python/grass/pygrass/modules/grid/*.py: F401 - python/grass/pygrass/raster/rowio.py: E741 python/grass/pygrass/raster/category.py: E721 python/grass/pygrass/rpc/__init__.py: F401, F403 python/grass/pygrass/utils.py: E402 @@ -136,13 +135,11 @@ per-file-ignores = python/grass/temporal/datetime_math.py: F841, E722 python/grass/temporal/open_stds.py: F841 python/grass/temporal/spatial_topology_dataset_connector.py: E722 - python/grass/temporal/temporal_algebra.py: E741, F841, E722 + python/grass/temporal/temporal_algebra.py: F841, E722 python/grass/temporal/temporal_granularity.py: F841, E722 - python/grass/temporal/temporal_raster_algebra.py: E741 python/grass/temporal/temporal_raster_base_algebra.py: F841, E722 - python/grass/temporal/temporal_raster3d_algebra.py: E741 python/grass/temporal/temporal_topology_dataset_connector.py: E722 - python/grass/temporal/temporal_vector_algebra.py: E741, F841 + python/grass/temporal/temporal_vector_algebra.py: F841 python/grass/temporal/univar_statistics.py: E231 # Current benchmarks/tests are changing sys.path before import. # Possibly, a different approach should be taken there anyway. @@ -161,7 +158,7 @@ per-file-ignores = # E402 module level import not at top of file scripts/d.polar/d.polar.py: F841 scripts/r.in.wms/wms_gdal_drv.py: F841, E722 - scripts/r.in.wms/wms_cap_parsers.py: F841, E741 + scripts/r.in.wms/wms_cap_parsers.py: F841 scripts/r.in.wms/wms_drv.py: E402, E722 scripts/r.in.wms/srs.py: E722 scripts/r.semantic.label/r.semantic.label.py: F841, E501 @@ -170,8 +167,7 @@ per-file-ignores = scripts/g.extension/g.extension.py: F841, E722, E501 scripts/v.unpack/v.unpack.py: F841, E722, E501 scripts/v.import/v.import.py: F841, E722, E501 - scripts/db.univar/db.univar.py: E741, E501 - scripts/d.rast.leg/d.rast.leg.py: E741 + scripts/db.univar/db.univar.py: E501 scripts/d.frame/d.frame.py: E722 scripts/i.pansharpen/i.pansharpen.py: E722, E501 scripts/r.in.srtm/r.in.srtm.py: E722 diff --git a/.github/actions/create-upload-suggestions/action.yml b/.github/actions/create-upload-suggestions/action.yml index 7d105a5fbd4..8ac14895db8 100644 --- a/.github/actions/create-upload-suggestions/action.yml +++ b/.github/actions/create-upload-suggestions/action.yml @@ -177,7 +177,7 @@ runs: echo "diff-file-name=${INPUT_DIFF_FILE_NAME}" >> "${GITHUB_OUTPUT}" env: INPUT_DIFF_FILE_NAME: ${{ steps.tool-name-safe.outputs.diff-file-name }} - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 id: upload-diff if: >- ${{ (steps.files_changed.outputs.files_changed == 'true') && @@ -200,7 +200,7 @@ runs: echo 'Suggestions can only be added near to lines changed in this PR.' echo 'If any fixes can be added as code suggestions, they will be added shortly from another workflow.' } >> "${GITHUB_STEP_SUMMARY}" - - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 id: upload-changes if: >- ${{ always() && diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3ce82c218fb..491f9c2f170 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: sudo apt-get install -y wget git gawk findutils xargs -a <(awk '! /^ *(#|$)/' ".github/workflows/apt.txt") -r -- \ sudo apt-get install -y --no-install-recommends --no-install-suggests - - uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e # v1 + - uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0 # v1 if: ${{ matrix.language == 'c-cpp' }} - name: Initialize CodeQL diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 61942fa6df0..a10ec7545a0 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -66,9 +66,9 @@ jobs: latest=false suffix=-${{ matrix.os }} - name: Set up QEMU - uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 + uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3.1.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + uses: docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4.0 - name: Login to DockerHub uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 with: @@ -76,7 +76,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push id: docker_build - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c # v6.3.0 with: push: true pull: true diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b56aab0039c..da6a1a4d295 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -72,7 +72,7 @@ jobs: nc_spm_full_v2alpha2.tar.gz" - name: Make HTML test report available if: ${{ always() }} - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: testreport-macOS path: testreport diff --git a/.github/workflows/osgeo4w.yml b/.github/workflows/osgeo4w.yml index 0aa84bcbb1a..d96cd0c3ff8 100644 --- a/.github/workflows/osgeo4w.yml +++ b/.github/workflows/osgeo4w.yml @@ -83,7 +83,7 @@ jobs: - name: Make HTML test report available if: ${{ always() }} - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: testreport-${{ matrix.os }} path: testreport diff --git a/.github/workflows/post-pr-reviews.yml b/.github/workflows/post-pr-reviews.yml index 7bfa9b9091f..afd9726ee34 100644 --- a/.github/workflows/post-pr-reviews.yml +++ b/.github/workflows/post-pr-reviews.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Create a .git directory needed by reviewdog run: git init - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 id: diff continue-on-error: true with: @@ -47,6 +47,7 @@ jobs: INPUT_TOOL_NAMES: >- black clang-format + ruff - name: Post Black suggestions if: ${{ steps.tools.outputs.black == 'true' }} run: | @@ -83,3 +84,21 @@ jobs: CI_REPO_OWNER: ${{ github.event.workflow_run.repository.owner.login }} CI_REPO_NAME: ${{ github.event.workflow_run.repository.name }} # CI_PULL_REQUEST: "" # Populated from reviewdog's "-guess" flag since hard to get + - name: Post Ruff suggestions + if: ${{ steps.tools.outputs.ruff == 'true' }} + run: | + TMPFILE="diff-${INPUT_TOOL_NAME}.patch" + GITHUB_ACTIONS="" reviewdog \ + -name="${INPUT_TOOL_NAME:-reviewdog-suggester}" \ + -f=diff \ + -f.diff.strip=1 \ + -filter-mode=nofilter \ + -guess \ + -reporter="github-pr-review" < "${TMPFILE}" + env: + INPUT_TOOL_NAME: ruff + REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} + CI_COMMIT: ${{ github.event.workflow_run.head_sha }} + CI_REPO_OWNER: ${{ github.event.workflow_run.repository.owner.login }} + CI_REPO_NAME: ${{ github.event.workflow_run.repository.name }} + # CI_PULL_REQUEST: "" # Populated from reviewdog's "-guess" flag since hard to get diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 52b0cd8a808..3a91534a80b 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -46,7 +46,7 @@ jobs: xargs -a <(awk '! /^ *(#|$)/' ".github/workflows/apt.txt") -r -- \ sudo apt-get install -y --no-install-recommends --no-install-suggests - - uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e # v1 + - uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0 # v1 - name: Install Python dependencies run: | diff --git a/.github/workflows/python-code-quality.yml b/.github/workflows/python-code-quality.yml index d54ceb5e0d9..802dc18b227 100644 --- a/.github/workflows/python-code-quality.yml +++ b/.github/workflows/python-code-quality.yml @@ -35,6 +35,8 @@ jobs: PYLINT_VERSION: "2.12.2" # renovate: datasource=pypi depName=bandit BANDIT_VERSION: "1.7.9" + # renovate: datasource=pypi depName=ruff + RUFF_VERSION: "0.5.1" runs-on: ${{ matrix.os }} permissions: @@ -50,6 +52,7 @@ jobs: echo Flake8: ${{ env.FLAKE8_VERSION }} echo Pylint: ${{ env.PYLINT_VERSION }} echo Bandit: ${{ env.BANDIT_VERSION }} + echo Ruff: ${{ env.RUFF_VERSION }} - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 @@ -61,6 +64,21 @@ jobs: - name: Upgrade pip run: python -m pip install --upgrade pip + - name: Install Ruff + run: pip install ruff==${{ env.RUFF_VERSION }} + - name: Run Ruff + run: ruff check --output-format=github . --preview --fix --unsafe-fixes + - name: Create and uploads code suggestions to apply for Ruff + # Will fail fast here if there are changes required + id: diff-ruff + # To run after ruff step exits with failure when rules don't have fixes available + if: ${{ !cancelled() }} + uses: ./.github/actions/create-upload-suggestions + with: + tool-name: ruff + # To keep repo's file structure in formatted changes artifact + extra-upload-changes: pyproject.toml + - name: Install Black only run: pip install black[jupyter]==${{ env.BLACK_VERSION }} @@ -108,7 +126,7 @@ jobs: bandit -c pyproject.toml -iii -r . -f sarif -o bandit.sarif --exit-zero - name: Upload Bandit Scan Results - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: bandit.sarif path: bandit.sarif @@ -126,7 +144,7 @@ jobs: run: | echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV - - uses: rui314/setup-mold@65685f45207903d37d006cd402c397653c57660e # v1 + - uses: rui314/setup-mold@2e332a0b602c2fc65d2d3995941b1b29a5f554a0 # v1 - name: Build run: .github/workflows/build_${{ matrix.os }}.sh $HOME/install @@ -180,7 +198,7 @@ jobs: cp -rp dist.$ARCH/docs/html/libpython sphinx-grass - name: Make Sphinx documentation available - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: sphinx-grass path: sphinx-grass diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 460b5e02fe3..95a9d8329c0 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -31,7 +31,7 @@ jobs: # list of files that changed across commits fetch-depth: 0 - name: Lint code base - uses: super-linter/super-linter/slim@88ea3923a7e1f89dd485d079f6eb5f5e8f937589 # v6.6.0 + uses: super-linter/super-linter/slim@3fe03abab2eafb293ace16d4a3b07aeabcb3f1a0 # v6.7.0 env: DEFAULT_BRANCH: main # To report GitHub Actions status checks diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index fa113ad7d22..e6f2899c2ce 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -147,7 +147,7 @@ jobs: - name: Make HTML test report available if: ${{ always() }} - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4 with: name: testreport-${{ matrix.os }}-${{ matrix.config }}-${{ matrix.extra-include }} path: testreport diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d596da4f85c..8146d2b1a9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,6 +35,14 @@ repos: python/libgrass_interface_generator/ctypesgen/| lib/fonts/fonts/.* ) + - repo: https://github.com/astral-sh/ruff-pre-commit + # Ruff version. + rev: v0.5.1 + hooks: + # Run the linter. + - id: ruff + types_or: [python, pyi, jupyter] + args: [--fix, --preview] - repo: https://github.com/igorshubovych/markdownlint-cli rev: v0.41.0 hooks: diff --git a/CHANGES b/CHANGES index 8ddfc532b40..4cb98c2446a 100644 --- a/CHANGES +++ b/CHANGES @@ -11,6 +11,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27,6 +28,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main CHANGES in GRASS GIS 8.x ======= CHANGES in GRASS GIS 8.x compared to GRASS GIS 7.x @@ -60,6 +63,7 @@ List of releases: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -185,6 +189,8 @@ List of releases: >>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= +======= +>>>>>>> osgeo-main CHANGES in GRASS GIS 8.x https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 @@ -192,6 +198,7 @@ https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 List of releases: +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD @@ -218,6 +225,9 @@ List of releases: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= CHANGES in GRASS GIS 8.x https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80 @@ -226,7 +236,10 @@ https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 List of releases: >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - GitHub list: https://github.com/OSGeo/grass/releases - Overview list: https://trac.osgeo.org/grass/wiki/Release - History: https://grass.osgeo.org/home/history/releases/ (starting 1984!) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39da791f109..f01617feb01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,6 +130,7 @@ You can use your favorite tools to change source code or other files <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -149,6 +150,8 @@ You can use your favorite tools to change source code or other files >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main in the local copy of the code. When making changes, please follow the [Programming Style Guide](./doc/development/style_guide.md). @@ -176,6 +179,7 @@ to your code. ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -184,6 +188,10 @@ to your code. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main in the local copy of the code. When making changes, please follow Submitting Guidelines at . @@ -233,6 +241,7 @@ For Python, run `black .` to apply standardized formatting. You can also run linter tools such as Pylint which will suggest different improvements to your code. <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -358,6 +367,8 @@ also run linter tools such as Pylint which will suggest different improvements to your code. ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ### Committing diff --git a/Dockerfile b/Dockerfile index 51084d9d3b9..d645865b771 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" @@ -27,12 +28,15 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 ======= +======= +>>>>>>> osgeo-main # syntax=docker/dockerfile:1.8@sha256:e87caa74dcb7d46cd820352bfea12591f3dba3ddc4285e19c7dcd13359f7cefd ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -62,16 +66,22 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" ======= # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD # syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Note: This file must be kept in sync in ./Dockerfile and ./docker/ubuntu/Dockerfile. # Changes to this file must be copied over to the other file. @@ -92,6 +102,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101,6 +112,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" @@ -111,6 +124,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -128,6 +142,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LABEL maintainer="tawalika@mundialis.de,neteler@mundialis.de,weinmann@mundialis.de" ENV DEBIAN_FRONTEND noninteractive @@ -141,6 +157,7 @@ ENV DEBIAN_FRONTEND noninteractive <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # define versions to be used # https://github.com/PDAL/PDAL/releases ARG PDAL_VERSION=2.4.3 @@ -166,6 +183,8 @@ ARG LAZ_PERF_VERSION=3.2.0 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] WORKDIR /tmp @@ -189,6 +208,7 @@ ARG LAZ_PERF_VERSION=3.2.0 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -198,6 +218,8 @@ ARG LAZ_PERF_VERSION=3.2.0 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # define versions to be used # https://github.com/PDAL/PDAL/releases ARG PDAL_VERSION=2.4.3 @@ -211,6 +233,7 @@ ARG LAZ_PERF_VERSION=3.2.0 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -228,6 +251,8 @@ ARG LAZ_PERF_VERSION=3.2.0 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] WORKDIR /tmp @@ -247,6 +272,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -289,6 +315,11 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main curl \ flex \ g++ \ @@ -303,6 +334,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -322,6 +354,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main geos-bin \ proj-bin \ netcdf-bin \ @@ -379,6 +413,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -408,6 +443,10 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main git \ language-pack-en-base \ libbz2-dev \ @@ -465,6 +504,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -507,6 +547,11 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main unzip \ vim \ wget \ @@ -520,6 +565,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -539,6 +585,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main zlib1g \ " ENV GRASS_RUN_PACKAGES=${GRASS_RUN_PACKAGES} @@ -728,6 +776,7 @@ WORKDIR /src/grass_build <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -757,6 +806,10 @@ WORKDIR /src/grass_build ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main zlib1g-dev RUN echo LANG="en_US.UTF-8" > /etc/default/locale @@ -839,6 +892,7 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -881,6 +935,11 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Set environmental variables for GRASS GIS compilation, without debug symbols # Set gcc/g++ environmental variables for GRASS GIS compilation, without debug symbols ENV MYCFLAGS "-O2 -std=gnu99 -m64" @@ -903,6 +962,7 @@ RUN make distclean || echo "nothing to clean" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD RUN /src/grass_build/configure \ --with-cxx \ --enable-largefile \ @@ -944,6 +1004,8 @@ RUN /src/grass_build/configure \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main RUN ./configure $GRASS_CONFIG \ && make -j $NUMTHREADS \ && make install && ldconfig \ @@ -976,6 +1038,7 @@ RUN if [ ! -e /usr/local/bin/grass ] ; then ln -s /usr/local/bin/grass* /usr/loc <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) @@ -1005,6 +1068,11 @@ RUN if [ ! -e /usr/local/bin/grass ] ; then ln -s /usr/local/bin/grass* /usr/loc ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main # Leave build stage FROM grass_gis as grass_gis_final @@ -1061,6 +1129,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= CMD ["$GRASSBIN", "--version"] ======= @@ -1218,6 +1287,10 @@ CMD ["$GRASSBIN", "--version"] CMD ["$GRASSBIN", "--version"] ======= >>>>>>> osgeo-main +======= +CMD ["$GRASSBIN", "--version"] +======= +>>>>>>> osgeo-main CMD ["bash", "-c", "$GRASSBIN", "--version"] ======= RUN /src/grass_build/configure \ @@ -1267,6 +1340,9 @@ RUN /src/grass_build/configure \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1331,6 +1407,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -1338,11 +1415,14 @@ VOLUME /grassdb ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -1362,3 +1442,5 @@ VOLUME /grassdb >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/INSTALL b/INSTALL index b297f23f521..a59788a0cf3 100644 --- a/INSTALL +++ b/INSTALL @@ -74,6 +74,7 @@ explains the options used to disable the compilation of non-mandatory <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 59b367cd2d (WMS: replace broken URLs with alternative WMS (#1635)) ======= @@ -82,6 +83,8 @@ explains the options used to disable the compilation of non-mandatory >>>>>>> osgeo-main ======= >>>>>>> 3141a6d48c (WMS: replace broken URLs with alternative WMS (#1635)) +======= +>>>>>>> osgeo-main GRASS modules. See REQUIREMENTS.html for details on dependencies. Detailed Wiki notes for various operating systems (MS-Windows, GNU/Linux distributions, FreeBSD, AIX, etc) are available at: @@ -90,6 +93,7 @@ https://grasswiki.osgeo.org/wiki/Compile_and_Install <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= GRASS modules. See REQUIREMENTS.html for details. >>>>>>> 5af337c699 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -104,6 +108,8 @@ GRASS modules. See REQUIREMENTS.html for details. >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 3141a6d48c (WMS: replace broken URLs with alternative WMS (#1635)) +======= +>>>>>>> osgeo-main First step of the compilation (-g for debugging, or -O2 for optimization): @@ -137,6 +143,7 @@ Next step is the compilation itself: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD make ======= @@ -163,6 +170,9 @@ https://grasswiki.osgeo.org/wiki/Compile_and_Install ======= make >>>>>>> 3141a6d48c (WMS: replace broken URLs with alternative WMS (#1635)) +======= + make +>>>>>>> osgeo-main Note for Solaris users (see also Wiki page above): diff --git a/INSTALL.md b/INSTALL.md index 37c5a216bfa..d57a86397ca 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,6 +24,7 @@ Please read _all_ text below. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43,6 +44,8 @@ Please read _all_ text below. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - (K) SUPPORT - (L) GRASS GIS PROGRAMMER'S MANUAL - (M) CONTRIBUTING CODE AND PATCHES @@ -53,6 +56,7 @@ Please read _all_ text below. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -82,6 +86,10 @@ Please read _all_ text below. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main - (K) LARGE FILE SUPPORT (for raster maps) - (L) SUPPORT - (M) GRASS GIS PROGRAMMER'S MANUAL @@ -96,6 +104,7 @@ Please read _all_ text below. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -138,6 +147,11 @@ Please read _all_ text below. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## PREREQUISITES @@ -156,6 +170,7 @@ which have to be installed before installing/compiling GRASS: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -199,6 +214,11 @@ For links to the software, see [REQUIREMENTS.md](REQUIREMENTS.md) in this directory. ======= >>>>>>> osgeo-main +======= +For links to the software, see [REQUIREMENTS.md](REQUIREMENTS.md) in this +directory. +======= +>>>>>>> osgeo-main For links to the software, see ./REQUIREMENTS.html in this directory: >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -216,6 +236,7 @@ directory. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -225,6 +246,8 @@ directory. ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= For links to the software, see ./REQUIREMENTS.html in this directory: ======= @@ -238,6 +261,7 @@ directory. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -288,6 +312,8 @@ directory: >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Installation order: @@ -326,6 +352,7 @@ from <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Further instructions at ======= <<<<<<< HEAD @@ -343,6 +370,8 @@ Further instructions at ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= Further instructions at >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -354,6 +383,7 @@ Further instructions at <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -377,6 +407,8 @@ Further instructions at >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## (B) COMPILATION @@ -403,6 +435,7 @@ explains the options used to disable the compilation of non-mandatory <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -440,6 +473,10 @@ GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencie GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencies. ======= >>>>>>> osgeo-main +======= +GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencies. +======= +>>>>>>> osgeo-main GRASS modules. See REQUIREMENTS.html for details on dependencies. >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -454,6 +491,7 @@ GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencie <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -463,6 +501,8 @@ GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencie ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= GRASS modules. See REQUIREMENTS.html for details on dependencies. ======= GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencies. @@ -474,6 +514,7 @@ GRASS modules. See [REQUIREMENTS.md](REQUIREMENTS.md) for details on dependencie <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -519,6 +560,8 @@ GRASS modules. See REQUIREMENTS.html for details on dependencies. >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Detailed Wiki notes for various operating systems (MS-Windows, GNU/Linux distributions, FreeBSD, AIX, etc) are available at: @@ -605,6 +648,7 @@ make install <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -648,6 +692,11 @@ make install ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main To fully enable 64bit library usage for GRASS on 64bit platforms, the following additional parameters are recommended/required: @@ -669,6 +718,7 @@ See also CODE OPTIMIZATION below. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -711,6 +761,11 @@ See also CODE OPTIMIZATION below. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## (D) INSTALLATION (first time) After compilation, the resulting code is stored in the directory @@ -845,6 +900,7 @@ CFLAGS="-mcpu=pentium4" # Intel Pentium4 processor <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -888,6 +944,11 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ -minline-all-stringops" # Intel XEON 64bit processor ======= >>>>>>> osgeo-main +======= +CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ + -minline-all-stringops" # Intel XEON 64bit processor +======= +>>>>>>> osgeo-main CFLAGS="-O2 -msse -msse2 -mfpmath=sse -minline-all-stringops" # Intel XEON 64bit processor >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -903,6 +964,7 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -912,6 +974,8 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= CFLAGS="-O2 -msse -msse2 -mfpmath=sse -minline-all-stringops" # Intel XEON 64bit processor ======= CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ @@ -924,6 +988,7 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -971,6 +1036,8 @@ CFLAGS="-O2 -msse -msse2 -mfpmath=sse -minline-all-stringops" # Intel XEON 64bit >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main CFLAGS="-mtune=nocona -m64 -minline-all-stringops" # Intel Pentium 64bit processor ``` @@ -1021,6 +1088,7 @@ See also the file ./doc/debugging.txt and the Wiki page <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1036,6 +1104,8 @@ See also the file ./doc/debugging.txt and the Wiki page >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## (K) SUPPORT ======= ======= @@ -1046,6 +1116,7 @@ See also the file ./doc/debugging.txt and the Wiki page <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1067,6 +1138,8 @@ See also the file ./doc/debugging.txt and the Wiki page >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## (K) LARGE FILE SUPPORT (for raster maps) GRASS GIS includes improved support for reading and writing large files @@ -1095,6 +1168,7 @@ See also <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1137,6 +1211,11 @@ See also ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Note that this code is still actively being developed and errors inevitably turn up. If you find a bug, please report it to the GRASS bug tracking system @@ -1154,6 +1233,7 @@ developers mailing list. See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ## (M) GRASS PROGRAMMER'S MANUAL ======= <<<<<<< HEAD @@ -1174,6 +1254,8 @@ developers mailing list. See >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## (L) GRASS PROGRAMMER'S MANUAL ======= ## (M) GRASS PROGRAMMER'S MANUAL @@ -1184,6 +1266,7 @@ developers mailing list. See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ## (M) GRASS PROGRAMMER'S MANUAL >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1218,6 +1301,11 @@ developers mailing list. See ## (M) GRASS PROGRAMMER'S MANUAL >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +## (M) GRASS PROGRAMMER'S MANUAL +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main The Programmer's manual is generated with doxygen from the source code. Please see the README file and the files at: @@ -1232,6 +1320,7 @@ Please see the README file and the files at: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ## (N) CONTRIBUTING CODE AND PATCHES ======= <<<<<<< HEAD @@ -1252,6 +1341,8 @@ Please see the README file and the files at: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## (M) CONTRIBUTING CODE AND PATCHES ======= ## (N) CONTRIBUTING CODE AND PATCHES @@ -1262,6 +1353,7 @@ Please see the README file and the files at: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ## (N) CONTRIBUTING CODE AND PATCHES >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1296,6 +1388,11 @@ Please see the README file and the files at: ## (N) CONTRIBUTING CODE AND PATCHES >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +## (N) CONTRIBUTING CODE AND PATCHES +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Please see ./SUBMITTING in this directory, or better, @@ -1308,6 +1405,7 @@ Please see ./SUBMITTING in this directory, or better, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1351,6 +1449,11 @@ Please see ./SUBMITTING in this directory, or better, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## (O) TUTORIALS @@ -1364,6 +1467,7 @@ Please see ./SUBMITTING in this directory, or better, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1406,6 +1510,11 @@ Please see ./SUBMITTING in this directory, or better, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Authors Markus Neteler and the GRASS Development Team diff --git a/Makefile b/Makefile index 8399e2c9f71..6fe095ec0e4 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # COPYRIGHT: (C) 2002-2023 by the GRASS Development Team ======= <<<<<<< HEAD @@ -53,6 +54,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main # COPYRIGHT: (C) 2002-2024 by the GRASS Development Team ======= # COPYRIGHT: (C) 2002-2022 by the GRASS Development Team @@ -63,6 +66,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -79,6 +85,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2002-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -127,6 +134,11 @@ # COPYRIGHT: (C) 2002-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +# COPYRIGHT: (C) 2002-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main # # This program is free software under the GNU General Public # License (>=v2). Read the file COPYING that comes with GRASS @@ -181,6 +193,7 @@ SUBDIRS = $(DIRS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -218,6 +231,10 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contri FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv ======= >>>>>>> osgeo-main +======= +FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv +======= +>>>>>>> osgeo-main FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html contributors.csv contributors_extra.csv translators.csv >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -232,6 +249,7 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contri <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -241,6 +259,8 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contri ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html contributors.csv contributors_extra.csv translators.csv ======= FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contributors.csv contributors_extra.csv translators.csv @@ -252,6 +272,7 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.md contri <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -297,6 +318,8 @@ FILES = AUTHORS CHANGES CITING COPYING GPL.TXT INSTALL.md REQUIREMENTS.html cont >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main FILES_DST = $(patsubst %,$(ARCH_DISTDIR)/%,$(FILES)) default: diff --git a/NEWS b/NEWS index 6a7b68d4279..63bf7095528 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,7 @@ GRASS GIS 8 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48,6 +49,10 @@ GRASS GIS 8 o https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 ======= >>>>>>> osgeo-main +======= + o https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82 +======= +>>>>>>> osgeo-main >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -63,6 +68,7 @@ GRASS GIS 8 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -116,6 +122,8 @@ GRASS GIS 8 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GRASS GIS 7 o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78 diff --git a/README.md b/README.md index efa8df4050e..021428cc3f7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD [![CentOS](https://github.com/OSGeo/grass/workflows/CentOS/badge.svg)](https://github.com/OSGeo/grass/actions?query=workflow%3ACentOS) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5176030.svg)](https://doi.org/10.5281/zenodo.5176030) [![Join the chat at https://gitter.im/grassgis/community](https://badges.gitter.im/grassgis/community.svg)](https://gitter.im/grassgis/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -37,6 +38,8 @@ >>>>>>> 6573d7219c (ci: Remove duplication in Ubuntu workflow, keep test job only (#1749)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/OSGeo/grass/badge)](https://securityscorecards.dev/viewer/?uri=github.com/OSGeo/grass) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/2470/badge)](https://www.bestpractices.dev/projects/2470) [![Coverity](https://scan.coverity.com/projects/1038/badge.svg)](https://scan.coverity.com/projects/grass) @@ -55,6 +58,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # GRASS GIS Repository >>>>>>> 0b33f0923a (ci: Remove duplication in Ubuntu workflow, keep test job only (#1749)) @@ -105,6 +109,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # GRASS GIS Repository >>>>>>> 0b33f0923a (ci: Remove duplication in Ubuntu workflow, keep test job only (#1749)) @@ -113,6 +119,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> bbd009e3f8 (ci: Remove duplication in Ubuntu workflow, keep test job only (#1749)) ======= ======= @@ -120,6 +127,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5176030.svg)](https://doi.org/10.5281/zenodo.5176030) [![Join the chat at https://gitter.im/grassgis/community](https://badges.gitter.im/grassgis/community.svg)](https://gitter.im/grassgis/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -129,6 +138,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -136,6 +146,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= [![CentOS](https://github.com/OSGeo/grass/workflows/CentOS/badge.svg)](https://github.com/OSGeo/grass/actions?query=workflow%3ACentOS) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5176030.svg)](https://doi.org/10.5281/zenodo.5176030) @@ -144,6 +156,7 @@ >>>>>>> 67fc38245a (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -178,6 +191,8 @@ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 67fc38245a (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## Description @@ -199,6 +214,7 @@ visualization. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> d7010890e1 (Add Binder badge/button to readme (#1628)) ======= @@ -270,6 +286,13 @@ Jupyter Notebooks by clicking the button below: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +Launch this repository in Binder and experiment with GRASS's Python API in +Jupyter Notebooks by clicking the button below: +======= +>>>>>>> osgeo-main Launch this repository in Binder and experiment with GRASS's Python API in Jupyter Notebooks by clicking the button below: ======= Launch this repository in Binder and experiment with GRASS's Python API in @@ -282,6 +305,7 @@ Jupyter Notebooks by clicking the button below: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -294,6 +318,8 @@ Jupyter Notebooks by clicking the button below: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OSGeo/grass/main?labpath=doc%2Fnotebooks%2Fjupyter_example.ipynb) @@ -305,6 +331,7 @@ Jupyter Notebooks by clicking the button below: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) Launch this repository in Binder and experiment with GRASS's Python API in Jupyter Notebooks by clicking the button below: @@ -320,6 +347,11 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyt >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) Launch this repository in Binder and experiment with GRASS's Python API in Jupyter Notebooks by clicking the button below: >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +Launch this repository in Binder and experiment with GRASS's Python API in Jupyter Notebooks by clicking the button below: +>>>>>>> osgeo-main [![Binder](https://camo.githubusercontent.com/581c077bdbc6ca6899c86d0acc6145ae85e9d80e6f805a1071793dbe48917982/68747470733a2f2f6d7962696e6465722e6f72672f62616467655f6c6f676f2e737667)](https://mybinder.org/v2/gh/OSGeo/grass/main?urlpath=lab%2Ftree%2Fdoc%2Fnotebooks%2Fjupyter_example.ipynb) @@ -334,6 +366,7 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyt <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -360,6 +393,8 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyt >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= ## Contributing @@ -368,6 +403,7 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyt <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -431,6 +467,8 @@ Launch this repository in Binder and experiment with GRASS's Python API in Jupyt ## Contributing >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main In general: you don't really need write access as you can simply open a [pull request](https://github.com/OSGeo/grass/pulls) to contribute to @@ -458,6 +496,7 @@ Want to become a core developer? See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -487,6 +526,8 @@ Want to become a core developer? See >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install) in the Wiki. @@ -501,6 +542,7 @@ in the Wiki. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install) in the Wiki. @@ -513,6 +555,8 @@ in the Wiki. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install) in the Wiki. >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -524,6 +568,7 @@ Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are det <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install) in the Wiki. >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -539,6 +584,8 @@ Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are det ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= +>>>>>>> osgeo-main +======= Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are detailed [compile instructions](https://grasswiki.osgeo.org/wiki/Compile_and_Install) in the Wiki. >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= @@ -552,6 +599,7 @@ in the Wiki. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -560,6 +608,8 @@ in the Wiki. >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -570,6 +620,7 @@ in the Wiki. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -601,6 +652,8 @@ Yes, you should really read [INSTALL.md](INSTALL.md). In addition, there are det >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ## Docker @@ -622,6 +675,7 @@ containing the source code): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -663,6 +717,10 @@ containing the source code): ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main A. Docker image **without graphical user interface - wxGUI**. ======= @@ -685,6 +743,7 @@ docker build -t grassgis . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -710,6 +769,8 @@ docker build -t grassgis . >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ``` docker build -t grassgis80 . <<<<<<< HEAD @@ -726,6 +787,7 @@ docker build -t grassgis . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -735,6 +797,8 @@ docker build -t grassgis . ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ```bash docker build -t grassgis . >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -744,6 +808,7 @@ docker build -t grassgis . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -783,6 +848,8 @@ docker build -t grassgis80 . >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ``` A test run (assuming you have the existing GRASS GIS test location; it can be @@ -805,6 +872,7 @@ docker run -it --rm --user=$(id -u):$(id -g) --volume $(pwd):/data \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -841,6 +909,10 @@ docker run -it --rm --user=$(id -u):$(id -g) --volume $(pwd):/data \ ======= --env HOME=/data/ grassgis grass --text nc_basic_spm_grass7/user1 \ ======= +>>>>>>> osgeo-main +======= + --env HOME=/data/ grassgis grass --text nc_basic_spm_grass7/user1 \ +======= >>>>>>> osgeo-main --env HOME=/data/ grassgis80 grass --text nc_basic_spm_grass7/user1 \ >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -856,6 +928,7 @@ docker run -it --rm --user=$(id -u):$(id -g) --volume $(pwd):/data \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= --env HOME=/data/ grassgis grass --text nc_basic_spm_grass7/user1 \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -918,6 +991,11 @@ docker run -it --rm --user=$(id -u):$(id -g) --volume $(pwd):/data \ --env HOME=/data/ grassgis grass --text nc_basic_spm_grass7/user1 \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + --env HOME=/data/ grassgis grass --text nc_basic_spm_grass7/user1 \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main --exec g.region -p # case 2: launching anywhere @@ -935,6 +1013,7 @@ docker run -it --rm --user=$(id -u):$(id -g) \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -970,6 +1049,8 @@ docker run -it --rm --user=$(id -u):$(id -g) \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p ``` @@ -982,6 +1063,7 @@ Note that the first `grassgis` is the name of the image while the second <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -995,6 +1077,8 @@ Note that the first `grassgis` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis80 \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1008,6 +1092,7 @@ Note that the first `grassgis80` is the name of the image while the second <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -1016,6 +1101,8 @@ Note that the first `grassgis80` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis80 \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1029,6 +1116,7 @@ Note that the first `grassgis80` is the name of the image while the second <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1037,6 +1125,8 @@ Note that the first `grassgis80` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1050,6 +1140,7 @@ Note that the first `grassgis` is the name of the image while the second <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1058,6 +1149,8 @@ Note that the first `grassgis` is the name of the image while the second >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= --volume /your/test/grassdata/:/data --env HOME=/data/ grassgis \ grass /data/nc_basic_spm_grass7/PERMANENT --exec g.region -p @@ -1071,6 +1164,7 @@ Note that the first `grassgis` is the name of the image while the second <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1096,6 +1190,8 @@ Note that the first `grassgis` is the name of the image while the second >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main `grass` is the name of the executable. To run the tests (again assuming local location): @@ -1116,6 +1212,7 @@ docker run -it --rm --user=$(id -u):$(id -g) \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1152,6 +1249,10 @@ docker run -it --rm --user=$(id -u):$(id -g) \ ======= grassgis grass /data/nc_basic_spm_grass7/PERMANENT --exec \ ======= +>>>>>>> osgeo-main +======= + grassgis grass /data/nc_basic_spm_grass7/PERMANENT --exec \ +======= >>>>>>> osgeo-main grassgis80 grass /data/nc_basic_spm_grass7/PERMANENT --exec \ >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1167,6 +1268,7 @@ docker run -it --rm --user=$(id -u):$(id -g) \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= grassgis grass /data/nc_basic_spm_grass7/PERMANENT --exec \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1229,6 +1331,11 @@ docker run -it --rm --user=$(id -u):$(id -g) \ grassgis grass /data/nc_basic_spm_grass7/PERMANENT --exec \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + grassgis grass /data/nc_basic_spm_grass7/PERMANENT --exec \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main python -m grass.gunittest.main \ --location nc_basic_spm_grass7 --location-type nc ``` @@ -1268,6 +1375,7 @@ make distclean <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1287,6 +1395,8 @@ make distclean >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## Thanks to all contributors ⤠@@ -1298,6 +1408,7 @@ make distclean <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -1306,6 +1417,8 @@ make distclean >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main [![GRASS contributors](https://contrib.rocks/image?repo=OSGeo/grass "GRASS contributors")](https://github.com/OSGeo/grass/graphs/contributors) ======= ======= @@ -1314,6 +1427,7 @@ make distclean <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= [![GRASS contributors](https://contrib.rocks/image?repo=OSGeo/grass "GRASS contributors")](https://github.com/OSGeo/grass/graphs/contributors) ======= @@ -1330,6 +1444,8 @@ make distclean >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main You can generate locally the [GRASS GIS Programmer's Manual](https://grass.osgeo.org/programming8/). This needs doxygen () and optionally @@ -1372,6 +1488,9 @@ make pdfdocs <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1386,6 +1505,7 @@ make pdfdocs <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1411,3 +1531,5 @@ make pdfdocs >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/REQUIREMENTS.html b/REQUIREMENTS.html index e2212406aff..d93ef4f40f4 100644 --- a/REQUIREMENTS.html +++ b/REQUIREMENTS.html @@ -8,6 +8,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -22,6 +25,7 @@

REQUIREMENTS to compile GRASS GIS 8

<<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= REQUIREMENTS to compile GRASS GIS 7 ======= @@ -60,6 +64,8 @@

REQUIREMENTS to compile GRASS GIS 7

=======

REQUIREMENTS to compile GRASS GIS 8

>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main A workstation running some flavor of UNIX including GNU/Linux, Solaris, IRIX, BSD, Mac OSX, Cygwin or MinGW (on Win32/Win64). Ideally, you should have at least 800 MB of @@ -74,6 +80,7 @@

REQUIREMENTS to compile GRASS GIS 8

<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD To enable and disable features please read the INSTALL.md file. ======= To enable and disable features please read the INSTALL file. @@ -93,6 +100,9 @@

REQUIREMENTS to compile GRASS GIS 8

======= To enable and disable features please read the INSTALL.md file. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +To enable and disable features please read the INSTALL.md file. +>>>>>>> osgeo-main

General requirements:

@@ -137,6 +147,7 @@

General requirements:

<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD
  • Python >= 3.7 (for temporal framework, scripts, wxGUI, and ctypes interface)
    =======
  • Python >= 3.6 (for temporal framework, scripts, wxGUI, and ctypes interface)
    @@ -156,6 +167,9 @@

    General requirements:

    =======
  • Python >= 3.7 (for temporal framework, scripts, wxGUI, and ctypes interface)
    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +
  • Python >= 3.7 (for temporal framework, scripts, wxGUI, and ctypes interface)
    +>>>>>>> osgeo-main https://www.python.org
  • @@ -320,6 +334,7 @@

    Optional packages:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 5af337c699 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -334,6 +349,8 @@

    Optional packages:

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main

    Note:

    @@ -360,6 +377,9 @@

    Note:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -370,6 +390,7 @@

    Note:


    https://grass.osgeo.org/contribute/ <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -407,5 +428,7 @@

    Note:

    Please report bugs here:
    https://grass.osgeo.org/contribute/ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/REQUIREMENTS.md b/REQUIREMENTS.md index ce8de6eb1db..d14377082c3 100644 --- a/REQUIREMENTS.md +++ b/REQUIREMENTS.md @@ -74,6 +74,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -93,6 +94,8 @@ Note: also the respective development packages (commonly named `xxx-dev` or >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main - **LIBSVM** (for SVM classification modules `i.svm.train` and `i.svm.predict`) [https://www.csie.ntu.edu.tw/~cjlin/libsvm/](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) ======= @@ -103,6 +106,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -132,6 +136,10 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main - **libtiff** (for `r.out.tiff`), usually already installed. [https://gitlab.com/libtiff/libtiff](https://gitlab.com/libtiff/libtiff) - **readline** for extra command prompt functionality @@ -146,6 +154,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -165,6 +174,8 @@ Note: also the respective development packages (commonly named `xxx-dev` or >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main - **PDAL** ( for LAS import modules `r.in.pdal` and `v.in.pdal`) [https://pdal.io](https://pdal.io) ======= @@ -175,6 +186,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -204,6 +216,10 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main - **PostgreSQL libraries** (for the PostgreSQL database interface and PostGIS support) [https://www.postgresql.org](https://www.postgresql.org) - **MariaDB/MySQL libraries** (for the MySQL database interface) @@ -224,6 +240,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -267,6 +284,11 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main - **Ctypes** (for ctypes interface) Ctypes can be added as a third-party module in Python 2.3 and 2.4 - [https://pypi.org/project/ctypes/1.0.2/](https://pypi.org/project/ctypes/1.0.2/) @@ -280,6 +302,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -322,6 +345,11 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main - **wxPython >= 2.8.10.1** (for wxGUI) [https://www.wxpython.org](https://www.wxpython.org) - **NumPy >= 1.0.4** (for various wxGUI components and pyGRASS) @@ -351,6 +379,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -394,6 +423,11 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main - **six** (`python-six`, needed for Python API and for cross-version Python compatibility) [https://pypi.python.org/pypi/six](https://pypi.python.org/pypi/six) @@ -407,6 +441,7 @@ Note: also the respective development packages (commonly named `xxx-dev` or <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -449,6 +484,11 @@ Note: also the respective development packages (commonly named `xxx-dev` or ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main - **FFMPEG or alternative** (for wxGUI Animation tool - `g.gui.module`), specifically ffmpeg tool [https://ffmpeg.org](https://ffmpeg.org) @@ -486,6 +526,7 @@ MacOSX users may go here to download precompiled libraries etc.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD © _GRASS Development Team 1997-2023_ ======= <<<<<<< HEAD @@ -506,6 +547,8 @@ MacOSX users may go here to download precompiled libraries etc.: >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main © _GRASS Development Team 1997-2024_ ======= © _GRASS Development Team 1997-2023_ @@ -516,6 +559,7 @@ MacOSX users may go here to download precompiled libraries etc.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= © _GRASS Development Team 1997-2023_ >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -550,6 +594,11 @@ MacOSX users may go here to download precompiled libraries etc.: © _GRASS Development Team 1997-2023_ >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +© _GRASS Development Team 1997-2023_ +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main Please report bugs here: [https://grass.osgeo.org/contribute/](https://grass.osgeo.org/contribute/) diff --git a/aclocal.m4 b/aclocal.m4 index 1e4cfe7cc2a..bd7cc2aad5d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -228,6 +228,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -262,6 +263,10 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ ======= >>>>>>> osgeo-main ======= +#include +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #include >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -280,6 +285,7 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -329,6 +335,8 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main #include <$1> int main(void) { FILE *fp = fopen("conftestdata","w"); @@ -531,6 +539,7 @@ AC_DEFUN([SC_ENABLE_SHARED], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(STATIC_BUILD, 1, [define for Windows static build]) ======= @@ -552,6 +561,8 @@ AC_DEFUN([SC_ENABLE_SHARED], [ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(STATIC_BUILD, 1, [Define to 1 for Windows static build.]) ======= AC_DEFINE(STATIC_BUILD, 1, [define for Windows static build]) @@ -562,6 +573,7 @@ AC_DEFUN([SC_ENABLE_SHARED], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(STATIC_BUILD, 1, [define for Windows static build]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -596,6 +608,11 @@ AC_DEFUN([SC_ENABLE_SHARED], [ AC_DEFINE(STATIC_BUILD, 1, [define for Windows static build]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(STATIC_BUILD, 1, [define for Windows static build]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main GRASS_LIBRARY_TYPE='stlib' fi AC_SUBST(GRASS_LIBRARY_TYPE) @@ -713,6 +730,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -735,6 +753,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(_REENTRANT, 1, [Define to 1 for _REENTRANT flag (for SunOS).]) AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [Define to 1 to enable threading extensions on Solaris.]) ======= @@ -747,6 +767,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -755,6 +776,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -765,6 +788,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -782,6 +806,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Note: need the LIBS below, otherwise Tk won't find Tcl's # symbols when dynamically loaded into tclsh. if test "$GCC" = "yes" ; then @@ -811,6 +837,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -833,6 +860,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(_REENTRANT, 1, [Define to 1 for _REENTRANT flag (for SunOS).]) AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [Define to 1 to enable threading extensions on Solaris.]) ======= @@ -845,6 +874,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -853,6 +883,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -863,6 +895,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -880,6 +913,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Note: need the LIBS below, otherwise Tk won't find Tcl's # symbols when dynamically loaded into tclsh. if test "$GCC" = "yes" ; then @@ -918,6 +953,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # TODO: add optional pthread support with any combination of: # CFLAGS="$CFLAGS -pthread" @@ -954,6 +990,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main # TODO: add optional pthread support with any combination of: # CFLAGS="$CFLAGS -pthread" # LDFLAGS="$LDFLAGS -lpthread" @@ -966,6 +1004,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -975,6 +1014,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) # TODO: add optional pthread support with any combination of: ======= @@ -986,6 +1027,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -994,6 +1036,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= # TODO: add optional pthread support with any combination of: ======= @@ -1004,6 +1048,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # TODO: add optional pthread support with any combination of: >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -1022,6 +1067,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main # CFLAGS="$CFLAGS -pthread" # LDFLAGS="$LDFLAGS -lpthread" # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) @@ -1033,6 +1080,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1069,6 +1117,11 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ;; *-netbsd*) # NetBSD has ELF. @@ -1097,6 +1150,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -1119,6 +1173,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # AC_DEFINE(_REENTRANT, 1, [Define to 1 for _REENTRANT flag (for SunOS).]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [Define to 1 to enable threading extensions on Solaris.]) ======= @@ -1131,6 +1187,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1139,6 +1196,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -1149,6 +1208,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1166,6 +1226,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ;; *aix*) # NOTE: do we need to support aix < 6 ? @@ -1213,12 +1275,15 @@ dnl to enable Clang detection <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main # _LOC_LANG_OPENMP # --------------- @@ -1319,6 +1384,7 @@ AC_DEFUN([LOC_OPENMP], dnl -------------------- / OpenMP --------------------------------------------- +<<<<<<< HEAD >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) # _LOC_LANG_OPENMP @@ -1556,6 +1622,11 @@ dnl -------------------- / OpenMP --------------------------------------------- >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= + +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main dnl -------------------- OpenMP ----------------------------------------------- dnl OpenMP code borrowed and modified from Autoconf 2.71 (AC_OPENMP) dnl to enable Clang detection @@ -1702,6 +1773,7 @@ dnl -------------------- / OpenMP --------------------------------------------- <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -1731,6 +1803,10 @@ dnl -------------------- / OpenMP --------------------------------------------- ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main dnl XXXX Begin Stolen from cdrtools-2.01 dnl XXXX by Joerg Schilling et al. XXXXXXXXX diff --git a/binder/requirements.txt b/binder/requirements.txt index 0d29c6d5197..206054bc3b2 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -14,6 +14,7 @@ ply <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44,6 +45,10 @@ PyVirtualDisplay PyVirtualDisplay ======= >>>>>>> osgeo-main +======= +PyVirtualDisplay +======= +>>>>>>> osgeo-main folium >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= @@ -58,6 +63,7 @@ PyVirtualDisplay <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99,3 +105,5 @@ PyVirtualDisplay >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/config.guess b/config.guess index 58efbcb7f8e..d3756816f37 100755 --- a/config.guess +++ b/config.guess @@ -3,6 +3,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -39,6 +40,8 @@ timestamp='2022-01-09' >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Copyright 1992-2024 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale @@ -46,10 +49,13 @@ timestamp='2022-01-09' timestamp='2024-01-01' <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Copyright 1992-2022 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale @@ -62,6 +68,7 @@ timestamp='2022-01-09' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -71,6 +78,8 @@ timestamp='2022-01-09' ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Copyright 1992-2022 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale @@ -83,6 +92,7 @@ timestamp='2022-01-09' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -104,6 +114,8 @@ timestamp='2022-01-09' >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -171,6 +183,7 @@ Copyright 1992-2024 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Copyright 1992-2022 Free Software Foundation, Inc. ======= <<<<<<< HEAD @@ -236,6 +249,13 @@ Copyright 1992-2022 Free Software Foundation, Inc. Copyright 1992-2022 Free Software Foundation, Inc. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -644,6 +664,7 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in # Japanese Language versions have a version number like '4.1.3-JL'. <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= # Japanese Language versions have a version number like `4.1.3-JL'. @@ -693,16 +714,23 @@ case $UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION in >>>>>>> osgeo-main >>>>>>> main ======= +======= +>>>>>>> osgeo-main ======= # Japanese Language versions have a version number like `4.1.3-JL'. <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/-/_/'` GUESS=sparc-sun-sunos$SUN_REL ;; @@ -1158,6 +1186,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD UNAME_PROCESSOR=`/usr/bin/uname -p` ======= @@ -1224,6 +1253,13 @@ EOF UNAME_PROCESSOR=`/usr/bin/uname -p` >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + UNAME_PROCESSOR=`/usr/bin/uname -p` +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + UNAME_PROCESSOR=`/usr/bin/uname -p` +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case $UNAME_PROCESSOR in amd64) UNAME_PROCESSOR=x86_64 ;; @@ -1288,6 +1324,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1319,6 +1356,8 @@ EOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main x86_64:[Mm]anagarm:*:*|i?86:[Mm]anagarm:*:*) GUESS="$UNAME_MACHINE-pc-managarm-mlibc" ;; @@ -1327,6 +1366,7 @@ EOF ;; <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1370,6 +1410,12 @@ EOF ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *:Minix:*:*) GUESS=$UNAME_MACHINE-unknown-minix ;; @@ -1377,6 +1423,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1409,6 +1456,8 @@ EOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main set_cc_for_build CPU=$UNAME_MACHINE LIBCABI=$LIBC @@ -1432,6 +1481,7 @@ EOF GUESS=$CPU-unknown-linux-$LIBCABI <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= GUESS=$UNAME_MACHINE-unknown-linux-$LIBC @@ -1482,6 +1532,14 @@ EOF GUESS=$UNAME_MACHINE-unknown-linux-$LIBC >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + GUESS=$UNAME_MACHINE-unknown-linux-$LIBC +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be @@ -1550,6 +1608,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1582,6 +1641,8 @@ EOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main kvx:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; @@ -1594,6 +1655,7 @@ EOF loongarch32:Linux:*:* | loongarch64:Linux:*:*) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) @@ -1644,6 +1706,14 @@ EOF loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) @@ -1782,9 +1852,12 @@ EOF GUESS=$CPU-pc-linux-$LIBCABI <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ @@ -1803,6 +1876,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1849,6 +1923,11 @@ EOF ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ;; xtensa*:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC @@ -2022,6 +2101,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2070,6 +2150,12 @@ EOF PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # says GUESS=i586-unisys-sysv4 ;; @@ -2118,6 +2204,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2151,6 +2238,8 @@ EOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ppc:Haiku:*:*) # Haiku running on Apple PowerPC GUESS=powerpc-apple-haiku ;; @@ -2158,9 +2247,12 @@ EOF GUESS=$UNAME_MACHINE-unknown-haiku <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= x86_64:Haiku:*:*) GUESS=x86_64-unknown-haiku @@ -2171,6 +2263,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2179,6 +2272,8 @@ EOF >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= x86_64:Haiku:*:*) GUESS=x86_64-unknown-haiku @@ -2189,6 +2284,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2210,6 +2306,8 @@ EOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ;; SX-4:SUPER-UX:*:*) GUESS=sx4-nec-superux$UNAME_RELEASE @@ -2395,6 +2493,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2454,6 +2553,11 @@ EOF ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main esac # Do we have a guess based on uname results? diff --git a/config.sub b/config.sub index 5517fe208e5..fed913ce5ba 100755 --- a/config.sub +++ b/config.sub @@ -3,6 +3,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -39,6 +40,8 @@ timestamp='2022-01-03' >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Copyright 1992-2024 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale @@ -46,10 +49,13 @@ timestamp='2022-01-03' timestamp='2024-01-01' <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Copyright 1992-2022 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale @@ -62,6 +68,7 @@ timestamp='2022-01-03' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -71,6 +78,8 @@ timestamp='2022-01-03' ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Copyright 1992-2022 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale @@ -83,6 +92,7 @@ timestamp='2022-01-03' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -104,6 +114,8 @@ timestamp='2022-01-03' >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -187,6 +199,7 @@ Copyright 1992-2024 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Copyright 1992-2022 Free Software Foundation, Inc. ======= <<<<<<< HEAD @@ -252,6 +265,13 @@ Copyright 1992-2022 Free Software Foundation, Inc. Copyright 1992-2022 Free Software Foundation, Inc. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +Copyright 1992-2022 Free Software Foundation, Inc. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -1500,6 +1520,7 @@ EOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1531,12 +1552,15 @@ EOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ;; managarm*) kernel=managarm os=`echo "$basic_os" | sed -e 's|managarm|mlibc|'` <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1580,6 +1604,12 @@ EOF ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ;; *) kernel= @@ -1988,6 +2018,7 @@ case $os in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD musl* | newlib* | relibc* | uclibc*) ======= @@ -2054,6 +2085,13 @@ case $os in musl* | newlib* | relibc* | uclibc*) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + musl* | newlib* | relibc* | uclibc*) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ;; # Likewise for "kernel-abi" eabi* | gnueabi*) @@ -2109,6 +2147,7 @@ case $os in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD | fiwix* ) ======= @@ -2175,6 +2214,13 @@ case $os in | fiwix* ) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + | fiwix* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + | fiwix* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ;; # This one is extra strict with allowed versions sco3.2v2 | sco3.2v[4-9]* | sco5v6*) @@ -2238,6 +2284,7 @@ case $kernel-$os-$obj in | linux-mlibc*- | linux-musl*- | linux-newlib*- \ | linux-relibc*- | linux-uclibc*- ) <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ;; uclinux-uclibc*- ) @@ -2336,6 +2383,21 @@ case $kernel-$os in ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +case $kernel-$os in + linux-gnu* | linux-dietlibc* | linux-android* | linux-newlib* \ + | linux-musl* | linux-relibc* | linux-uclibc* ) +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + ;; + uclinux-uclibc*- ) + ;; +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main managarm-mlibc*- | managarm-kernel*- ) ;; windows*-msvc*-) @@ -2344,6 +2406,7 @@ case $kernel-$os in | -uclibc*- ) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) @@ -2394,6 +2457,14 @@ case $kernel-$os in -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + -dietlibc* | -newlib* | -musl* | -relibc* | -uclibc* ) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # These are just libc implementations, not actual OSes, and thus # require a kernel. echo "Invalid configuration '$1': libc '$os' needs explicit kernel." 1>&2 diff --git a/configure b/configure index f07d468d091..d17261ae6e4 100755 --- a/configure +++ b/configure @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28,6 +29,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Generated by GNU Autoconf 2.71. # # @@ -40,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -69,6 +73,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Generated by GNU Autoconf 2.69. # # @@ -82,6 +90,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -124,6 +133,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # # # This configure script is free software; the Free Software Foundation @@ -143,6 +157,7 @@ DUALCASE=1; export DUALCASE # for MKS sh <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : ======= <<<<<<< HEAD @@ -163,6 +178,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : @@ -175,6 +192,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -209,6 +227,11 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which @@ -224,6 +247,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -244,6 +268,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -254,6 +280,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -288,6 +315,11 @@ else else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( @@ -306,6 +338,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -325,6 +358,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Reset variables that may have inherited troublesome values from # the environment. @@ -372,6 +407,7 @@ if ${PATH_SEPARATOR+false} :; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -401,6 +437,10 @@ if ${PATH_SEPARATOR+false} :; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_nl=' ' export as_nl @@ -450,6 +490,7 @@ if test "${PATH_SEPARATOR+set}" != set; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -492,6 +533,11 @@ if test "${PATH_SEPARATOR+set}" != set; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || @@ -508,6 +554,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -551,6 +598,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. @@ -567,6 +619,7 @@ IFS=" "" $as_nl" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -609,6 +662,11 @@ IFS=" "" $as_nl" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( @@ -625,6 +683,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break @@ -647,6 +706,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -663,6 +724,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -671,6 +733,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break @@ -681,6 +745,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -698,6 +763,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done IFS=$as_save_IFS @@ -718,6 +785,7 @@ if test ! -f "$as_myself"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -737,6 +805,8 @@ if test ! -f "$as_myself"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi @@ -748,6 +818,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -777,6 +848,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi @@ -810,6 +885,7 @@ export LANGUAGE <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -852,6 +928,11 @@ export LANGUAGE ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. @@ -882,6 +963,7 @@ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 ======= @@ -903,6 +985,8 @@ as_fn_exit 255 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 ======= @@ -915,6 +999,7 @@ as_fn_exit 255 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -924,6 +1009,8 @@ as_fn_exit 255 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -933,6 +1020,7 @@ as_fn_exit 255 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -950,6 +1038,8 @@ as_fn_exit 255 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} @@ -962,6 +1052,7 @@ if test "x$CONFIG_SHELL" = x; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : ======= @@ -983,6 +1074,8 @@ if test "x$CONFIG_SHELL" = x; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_bourne_compatible="as_nop=: if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : @@ -995,6 +1088,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1029,6 +1123,11 @@ then : as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which @@ -1044,6 +1143,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -1064,6 +1164,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else \$as_nop ======= else @@ -1074,6 +1176,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1108,6 +1211,11 @@ else else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( @@ -1136,6 +1244,7 @@ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1155,6 +1264,8 @@ as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ( set x; as_fn_ret_success y && test x = \"\$1\" ) then : @@ -1171,6 +1282,7 @@ test x\"\$blah\" = xblah || exit 1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1200,6 +1312,10 @@ test x\"\$blah\" = xblah || exit 1 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else @@ -1215,6 +1331,7 @@ test x\$exitcode = x0 || exit 1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1257,6 +1374,11 @@ test x\$exitcode = x0 || exit 1 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO @@ -1272,6 +1394,7 @@ test \$(( 1 + 1 )) = 2 || exit 1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1291,6 +1414,8 @@ test \$(( 1 + 1 )) = 2 || exit 1" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (eval "$as_required") 2>/dev/null then : as_have_required=yes @@ -1308,6 +1433,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1337,6 +1463,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else @@ -1354,6 +1484,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1396,6 +1527,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH @@ -1409,6 +1545,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test -z "$as_dir" && as_dir=. ======= @@ -1430,6 +1567,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -1444,6 +1583,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= test -z "$as_dir" && as_dir=. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1478,6 +1618,11 @@ do test -z "$as_dir" && as_dir=. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + test -z "$as_dir" && as_dir=. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_found=: case $as_dir in #( /*) @@ -1492,6 +1637,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1511,6 +1657,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_shell=$as_dir$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null @@ -1525,6 +1673,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1554,6 +1703,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : @@ -1568,6 +1721,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1610,6 +1764,11 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi fi @@ -1626,6 +1785,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1645,6 +1805,8 @@ done >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main IFS=$as_save_IFS if $as_found then : @@ -1667,6 +1829,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1696,6 +1859,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes @@ -1713,6 +1880,7 @@ IFS=$as_save_IFS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1755,6 +1923,11 @@ IFS=$as_save_IFS ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also @@ -1781,6 +1954,7 @@ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1800,6 +1974,8 @@ exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi @@ -1820,6 +1996,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1849,6 +2026,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi @@ -1870,6 +2051,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1912,6 +2094,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $0: including any error possibly output before this $0: message. Then install a modern shell, or manually run $0: the script under such a shell if you do have one." @@ -1947,6 +2134,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1962,6 +2150,8 @@ as_unset=as_fn_unset >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1973,6 +2163,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1996,6 +2187,8 @@ as_unset=as_fn_unset >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. @@ -2022,6 +2215,7 @@ as_fn_exit () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2041,6 +2235,8 @@ as_fn_exit () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # as_fn_nop # --------- # Do nothing but, unlike ":", preserve the value of $?. @@ -2057,6 +2253,7 @@ as_nop=as_fn_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2086,6 +2283,10 @@ as_nop=as_fn_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # as_fn_mkdir_p # ------------- @@ -2108,6 +2309,7 @@ as_fn_mkdir_p () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ======= @@ -2129,6 +2331,8 @@ as_fn_mkdir_p () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ======= *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( @@ -2139,6 +2343,7 @@ as_fn_mkdir_p () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2173,6 +2378,11 @@ as_fn_mkdir_p () *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -2190,6 +2400,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X"$as_dir" | ======= <<<<<<< HEAD @@ -2210,6 +2421,8 @@ $as_echo X"$as_dir" | >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" X"$as_dir" | ======= $as_echo X"$as_dir" | @@ -2220,6 +2433,7 @@ $as_echo X"$as_dir" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X"$as_dir" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2254,6 +2468,11 @@ $as_echo X"$as_dir" | $as_echo X"$as_dir" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo X"$as_dir" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -2301,6 +2520,7 @@ as_fn_executable_p () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : ======= <<<<<<< HEAD @@ -2321,6 +2541,8 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : ======= @@ -2332,6 +2554,7 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2366,6 +2589,11 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main eval 'as_fn_append () { eval $1+=\$2 @@ -2379,6 +2607,7 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -2399,6 +2628,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -2409,6 +2640,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2443,6 +2675,11 @@ else else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_append () { eval $1=\$$1\$2 @@ -2463,6 +2700,7 @@ fi # as_fn_append <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : ======= <<<<<<< HEAD @@ -2483,6 +2721,8 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : ======= @@ -2494,6 +2734,7 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2528,6 +2769,11 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main eval 'as_fn_arith () { as_val=$(( $* )) @@ -2541,6 +2787,7 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -2561,6 +2808,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -2571,6 +2820,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2605,6 +2855,11 @@ else else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` @@ -2620,6 +2875,7 @@ fi # as_fn_arith <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2639,6 +2895,8 @@ fi # as_fn_arith >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # as_fn_nop # --------- # Do nothing but, unlike ":", preserve the value of $?. @@ -2655,6 +2913,7 @@ as_nop=as_fn_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2684,6 +2943,10 @@ as_nop=as_fn_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- @@ -2703,6 +2966,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -2726,6 +2990,8 @@ as_fn_error () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi printf "%s\n" "$as_me: error: $2" >&2 @@ -2740,6 +3006,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2748,6 +3015,8 @@ as_fn_error () >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -2759,6 +3028,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2776,6 +3046,8 @@ as_fn_error () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_exit $as_status } # as_fn_error @@ -2811,6 +3083,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X/"$0" | ======= <<<<<<< HEAD @@ -2831,6 +3104,8 @@ $as_echo X/"$0" | >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" X/"$0" | ======= $as_echo X/"$0" | @@ -2841,6 +3116,7 @@ $as_echo X/"$0" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X/"$0" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2875,6 +3151,11 @@ $as_echo X/"$0" | $as_echo X/"$0" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo X/"$0" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -2926,6 +3207,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } ======= @@ -2947,6 +3229,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } ======= { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } @@ -2957,6 +3241,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2991,6 +3276,11 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall @@ -3013,6 +3303,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3032,6 +3323,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Determine whether it's possible to make 'echo' print without a newline. # These variables are no longer used directly by Autoconf, but are AC_SUBSTed @@ -3044,6 +3337,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3073,6 +3367,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) @@ -3095,6 +3393,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3114,6 +3413,8 @@ esac >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # For backward compatibility with old third-party macros, we provide # the shell variables $as_echo and $as_echo_n. New code should use # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. @@ -3129,6 +3430,7 @@ as_echo_n='printf %s' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3158,6 +3460,10 @@ as_echo_n='printf %s' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file @@ -3232,6 +3538,7 @@ MAKEFLAGS= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3251,6 +3558,8 @@ MAKEFLAGS= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main PACKAGE_NAME='' PACKAGE_TARNAME='' PACKAGE_VERSION='' @@ -3264,6 +3573,7 @@ PACKAGE_URL='' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3293,6 +3603,10 @@ PACKAGE_URL='' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main PACKAGE_NAME= PACKAGE_TARNAME= PACKAGE_VERSION= @@ -3308,6 +3622,7 @@ PACKAGE_URL= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3350,6 +3665,11 @@ PACKAGE_URL= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_unique_file="configure.ac" # Factoring default headers for most tests. @@ -3363,6 +3683,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3382,6 +3703,8 @@ ac_includes_default="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include #ifdef HAVE_STDIO_H # include @@ -3399,6 +3722,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3428,6 +3752,10 @@ ac_includes_default="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include #ifdef HAVE_SYS_TYPES_H # include @@ -3461,6 +3789,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3503,6 +3832,11 @@ ac_includes_default="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef HAVE_INTTYPES_H # include #endif @@ -3518,6 +3852,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3537,6 +3872,8 @@ ac_includes_default="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #ifdef HAVE_STRINGS_H # include #endif @@ -3554,6 +3891,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3583,6 +3921,10 @@ ac_includes_default="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef HAVE_UNISTD_H # include #endif" @@ -3596,6 +3938,7 @@ ac_includes_default="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3611,6 +3954,8 @@ ac_includes_default="\ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_header_c_list= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3622,6 +3967,7 @@ ac_header_c_list= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3645,6 +3991,8 @@ ac_header_c_list= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_subst_vars='LTLIBOBJS LIBOBJS GRASS_HOME @@ -3670,6 +4018,7 @@ USE_OPENMP <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3716,6 +4065,10 @@ USE_OPENMP ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main OPENMP_LIB OPENMP_LIBPATH OPENMP_INCPATH @@ -3727,6 +4080,7 @@ OPENMP_CFLAGS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3745,11 +4099,15 @@ OPENMP_CFLAGS ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -3782,6 +4140,8 @@ OPENMP_CFLAGS ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main OMPCFLAGS OMPLIB OMPLIBPATH @@ -3796,6 +4156,7 @@ OMPINCPATH <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3804,6 +4165,8 @@ OMPINCPATH >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3815,6 +4178,7 @@ OMPINCPATH <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3824,6 +4188,8 @@ OMPINCPATH ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= OPENMP_LIB OPENMP_LIBPATH @@ -3837,6 +4203,7 @@ OPENMP_CFLAGS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3870,6 +4237,8 @@ OPENMP_CFLAGS >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main USE_PTHREAD PTHREADLIB PTHREADLIBPATH @@ -3896,6 +4265,7 @@ CAIRO_HAS_XRENDER <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3915,6 +4285,8 @@ CAIRO_HAS_XRENDER >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main USE_LIBSVM LIBSVM_LIB LIBSVM_INC @@ -3926,6 +4298,7 @@ LIBSVM_INC <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3955,6 +4328,10 @@ LIBSVM_INC ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LAPACKINC LAPACKLIB BLASINC @@ -4008,6 +4385,7 @@ PDAL_LIBS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD PDAL_CONFIG ======= <<<<<<< HEAD @@ -4025,6 +4403,8 @@ PDAL_CONFIG ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= PDAL_CONFIG >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4036,6 +4416,7 @@ PDAL_CONFIG <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4059,6 +4440,8 @@ PDAL_CONFIG >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main USE_LIBLAS LIBLAS_INC LIBLAS_CFLAGS @@ -4209,6 +4592,7 @@ includedir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4224,6 +4608,8 @@ includedir >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main runstatedir ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4235,6 +4621,7 @@ runstatedir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4258,6 +4645,8 @@ runstatedir >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main localstatedir sharedstatedir sysconfdir @@ -4304,6 +4693,7 @@ with_lapack <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4319,6 +4709,8 @@ with_lapack >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main with_libsvm ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4330,6 +4722,7 @@ with_libsvm <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4353,6 +4746,8 @@ with_libsvm >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main with_cairo with_freetype with_nls @@ -4373,6 +4768,7 @@ with_zstd <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4392,6 +4788,8 @@ with_zstd >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main with_pdal with_libpng with_gdal @@ -4403,6 +4801,7 @@ with_liblas <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4432,6 +4831,10 @@ with_liblas ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main with_libpng with_gdal with_liblas @@ -4445,6 +4848,7 @@ with_pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4487,6 +4891,11 @@ with_pdal ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main with_netcdf with_geos with_includes @@ -4527,6 +4936,7 @@ with_lapack_libs <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4546,6 +4956,8 @@ with_lapack_libs >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main with_libsvm_includes with_libsvm_libs ======= @@ -4556,6 +4968,7 @@ with_libsvm_libs <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4585,6 +4998,10 @@ with_libsvm_libs ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main with_cairo_includes with_cairo_libs with_cairo_ldflags @@ -4617,6 +5034,7 @@ with_x <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -4650,6 +5068,10 @@ enable_openmp enable_openmp ======= >>>>>>> osgeo-main +======= +enable_openmp +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4667,6 +5089,7 @@ enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4720,6 +5143,8 @@ enable_openmp >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main enable_largefile ' ac_precious_vars='build_alias @@ -4784,6 +5209,7 @@ localstatedir='${prefix}/var' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4799,6 +5225,8 @@ localstatedir='${prefix}/var' >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main runstatedir='${localstatedir}/run' ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4810,6 +5238,7 @@ runstatedir='${localstatedir}/run' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4833,6 +5262,8 @@ runstatedir='${localstatedir}/run' >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE}' @@ -4875,6 +5306,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4917,6 +5349,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; @@ -4965,6 +5402,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -4988,6 +5426,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` @@ -5002,6 +5442,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5010,6 +5451,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -5021,6 +5464,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5038,6 +5482,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_user_opts in *" "enable_$ac_useropt" @@ -5069,6 +5515,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -5092,6 +5539,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "invalid feature name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` @@ -5106,6 +5555,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5114,6 +5564,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -5125,6 +5577,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5142,6 +5595,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_user_opts in *" "enable_$ac_useropt" @@ -5360,6 +5815,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -5383,6 +5839,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` @@ -5397,6 +5855,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5405,6 +5864,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -5416,6 +5877,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5433,6 +5895,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_user_opts in *" "with_$ac_useropt" @@ -5454,6 +5918,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -5477,6 +5942,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "invalid package name: \`$ac_useropt'" ac_useropt_orig=$ac_useropt ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` @@ -5491,6 +5958,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5499,6 +5967,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt @@ -5510,6 +5980,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5527,6 +5998,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_user_opts in *" "with_$ac_useropt" @@ -5578,6 +6051,7 @@ Try \`$0 --help' for more information" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && @@ -5601,6 +6075,8 @@ Try \`$0 --help' for more information" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 @@ -5615,6 +6091,7 @@ Try \`$0 --help' for more information" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5623,6 +6100,8 @@ Try \`$0 --help' for more information" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && @@ -5634,6 +6113,7 @@ Try \`$0 --help' for more information" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5651,6 +6131,8 @@ Try \`$0 --help' for more information" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; @@ -5674,6 +6156,7 @@ if test -n "$ac_unrecognized_opts"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; ======= @@ -5695,6 +6178,8 @@ if test -n "$ac_unrecognized_opts"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; ======= *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; @@ -5705,6 +6190,7 @@ if test -n "$ac_unrecognized_opts"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5739,6 +6225,11 @@ if test -n "$ac_unrecognized_opts"; then *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main esac fi @@ -5754,6 +6245,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD libdir localedir mandir ======= @@ -5775,6 +6267,8 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main libdir localedir mandir runstatedir ======= libdir localedir mandir @@ -5785,6 +6279,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= libdir localedir mandir >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5819,6 +6314,11 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ libdir localedir mandir >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + libdir localedir mandir +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -5883,6 +6383,7 @@ $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X"$as_myself" | ======= <<<<<<< HEAD @@ -5903,6 +6404,8 @@ $as_echo X"$as_myself" | >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" X"$as_myself" | ======= $as_echo X"$as_myself" | @@ -5913,6 +6416,7 @@ $as_echo X"$as_myself" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X"$as_myself" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5947,6 +6451,11 @@ $as_echo X"$as_myself" | $as_echo X"$as_myself" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo X"$as_myself" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -6052,6 +6561,7 @@ Fine tuning of the installation directories: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6067,6 +6577,8 @@ Fine tuning of the installation directories: >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6078,6 +6590,7 @@ Fine tuning of the installation directories: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6101,6 +6614,8 @@ Fine tuning of the installation directories: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -6152,6 +6667,7 @@ Optional Features: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -6185,6 +6701,10 @@ Optional Features: --disable-openmp do not use OpenMP ======= >>>>>>> osgeo-main +======= + --disable-openmp do not use OpenMP +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6202,6 +6722,7 @@ Optional Features: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6255,6 +6776,8 @@ Optional Features: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main --disable-largefile omit support for large files (LFS) Optional Packages: @@ -6285,6 +6808,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6300,6 +6824,8 @@ Optional Packages: >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --with-libsvm support LIBSVM functionality (default: no) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6311,6 +6837,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6334,6 +6861,8 @@ Optional Packages: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --with-cairo support Cairo functionality (default: yes) --with-freetype support FreeType functionality (default: yes) --with-nls support NLS functionality (default: no) @@ -6354,6 +6883,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6369,6 +6899,8 @@ Optional Packages: >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --with-pdal support PDAL functionality (default: yes) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6380,6 +6912,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6403,6 +6936,8 @@ Optional Packages: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --with-libpng=path/libpng-config enable PNG support (libpng-config with path, e.g. '--with-libpng=/usr/local/bin/libpng-config') @@ -6421,6 +6956,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -6464,6 +7000,11 @@ Optional Packages: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main --with-pdal=path/pdal-config enable PDAL support (pdal-config with path, e.g. '--with-pdal=/usr/local/bin/pdal-config', @@ -6477,6 +7018,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6519,6 +7061,11 @@ Optional Packages: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main --with-netcdf=path/nc-config enable NetCDF support (nc-config with path, e.g. '--with-nc=/usr/local/bin/nc-config', @@ -6581,6 +7128,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6600,6 +7148,8 @@ Optional Packages: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --with-libsvm-includes=DIRS LIBSVM include files are in DIRS --with-libsvm-libs=DIRS LIBSVM library files are in DIRS @@ -6611,6 +7161,7 @@ Optional Packages: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6640,6 +7191,10 @@ Optional Packages: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main --with-cairo-includes=DIRS cairo include files are in DIRS --with-cairo-libs=DIRS cairo library files are in DIRS @@ -6718,6 +7273,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. @@ -6741,6 +7297,8 @@ case "$ac_dir" in >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` @@ -6755,6 +7313,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6763,6 +7322,8 @@ case "$ac_dir" in >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. @@ -6774,6 +7335,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6791,6 +7353,8 @@ case "$ac_dir" in >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -6826,6 +7390,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Check for guested configure. ======= @@ -6847,6 +7412,8 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Check for configure.gnu first; this name is used for a wrapper for # Metaconfig's "Configure" on case-insensitive file systems. ======= @@ -6858,6 +7425,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Check for guested configure. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6892,6 +7460,11 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix # Check for guested configure. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + # Check for guested configure. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive @@ -6907,6 +7480,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 ======= @@ -6928,6 +7502,8 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 ======= $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 @@ -6938,6 +7514,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6972,6 +7549,11 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -6990,6 +7572,7 @@ configure <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -7012,6 +7595,8 @@ Copyright (C) 2012 Free Software Foundation, Inc. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -7026,6 +7611,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7035,6 +7621,8 @@ Copyright (C) 2012 Free Software Foundation, Inc. ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -7045,6 +7633,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7062,6 +7651,8 @@ Copyright (C) 2012 Free Software Foundation, Inc. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -7086,6 +7677,7 @@ ac_fn_c_try_compile () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD rm -f conftest.$ac_objext ======= @@ -7107,6 +7699,8 @@ ac_fn_c_try_compile () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f conftest.$ac_objext conftest.beam ======= rm -f conftest.$ac_objext @@ -7117,6 +7711,7 @@ ac_fn_c_try_compile () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f conftest.$ac_objext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7151,6 +7746,11 @@ ac_fn_c_try_compile () rm -f conftest.$ac_objext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; @@ -7166,6 +7766,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -7186,6 +7787,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -7196,6 +7799,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7230,6 +7834,11 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -7246,6 +7855,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7265,6 +7875,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || @@ -7281,6 +7893,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7310,6 +7923,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || @@ -7327,6 +7944,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7369,6 +7987,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -7392,6 +8015,7 @@ ac_fn_cxx_try_compile () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD rm -f conftest.$ac_objext ======= @@ -7413,6 +8037,8 @@ ac_fn_cxx_try_compile () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f conftest.$ac_objext conftest.beam ======= rm -f conftest.$ac_objext @@ -7423,6 +8049,7 @@ ac_fn_cxx_try_compile () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f conftest.$ac_objext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7457,6 +8084,11 @@ ac_fn_cxx_try_compile () rm -f conftest.$ac_objext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; @@ -7472,6 +8104,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -7492,6 +8125,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -7502,6 +8137,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7536,6 +8172,11 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -7552,6 +8193,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7571,6 +8213,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || @@ -7587,6 +8231,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7616,6 +8261,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || @@ -7633,6 +8282,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7675,6 +8325,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -7695,6 +8350,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ======= @@ -7716,6 +8372,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Try to run conftest.$ac_ext, and return whether this succeeded. Assumes that # executables *can* be run. ======= @@ -7728,6 +8386,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7737,6 +8396,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7746,6 +8407,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7763,6 +8425,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack @@ -7781,6 +8445,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7800,6 +8465,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? @@ -7811,6 +8478,7 @@ printf "%s\n" "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7840,6 +8508,10 @@ printf "%s\n" "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? @@ -7853,6 +8525,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7895,6 +8568,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; @@ -7910,6 +8588,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7929,6 +8608,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? @@ -7946,6 +8627,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7975,6 +8657,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? @@ -7993,6 +8679,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8035,6 +8722,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status @@ -8059,6 +8751,7 @@ ac_fn_c_try_link () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD rm -f conftest.$ac_objext conftest$ac_exeext ======= @@ -8080,6 +8773,8 @@ ac_fn_c_try_link () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext ======= rm -f conftest.$ac_objext conftest$ac_exeext @@ -8090,6 +8785,7 @@ ac_fn_c_try_link () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f conftest.$ac_objext conftest$ac_exeext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8124,6 +8820,11 @@ ac_fn_c_try_link () rm -f conftest.$ac_objext conftest$ac_exeext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; @@ -8139,6 +8840,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -8159,6 +8861,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -8169,6 +8873,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8203,6 +8908,11 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -8218,6 +8928,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ======= @@ -8239,6 +8950,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ======= $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 @@ -8249,6 +8962,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8283,6 +8997,11 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err @@ -8298,6 +9017,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8317,6 +9037,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } then : ac_retval=0 @@ -8329,6 +9051,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8358,6 +9081,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main }; then : ac_retval=0 else @@ -8371,6 +9098,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8413,6 +9141,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -8436,6 +9169,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8455,6 +9189,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in @@ -8545,6 +9281,7 @@ printf "%s\n" "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8574,6 +9311,10 @@ printf "%s\n" "$ac_res" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. @@ -8595,6 +9336,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -8615,6 +9357,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -8625,6 +9369,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8659,6 +9404,11 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -8675,6 +9425,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8694,6 +9445,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || @@ -8710,6 +9463,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8739,6 +9493,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || @@ -8756,6 +9514,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8798,6 +9557,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -8815,6 +9579,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -8858,6 +9623,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using @@ -9029,6 +9799,7 @@ $as_echo "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9071,6 +9842,11 @@ $as_echo "$ac_res" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly @@ -9085,6 +9861,7 @@ ac_fn_c_check_func () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } @@ -9107,6 +9884,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 printf %s "checking for $2... " >&6; } ======= @@ -9119,6 +9898,7 @@ $as_echo_n "checking for $2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9127,6 +9907,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } @@ -9137,6 +9919,7 @@ $as_echo_n "checking for $2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -9154,6 +9937,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -9171,6 +9956,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9190,6 +9976,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main which can conflict with char $2 (); below. */ #include @@ -9200,6 +9988,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -9229,6 +10018,10 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ @@ -9248,6 +10041,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9290,6 +10084,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #undef $2 /* Override any GCC internal prototype to avoid an error. @@ -9316,6 +10115,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -9336,6 +10136,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -9346,6 +10148,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9380,6 +10183,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return $2 (); ; @@ -9395,6 +10203,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9414,6 +10223,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : eval "$3=yes" @@ -9432,6 +10243,7 @@ printf "%s\n" "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -9461,6 +10273,10 @@ printf "%s\n" "$ac_res" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else @@ -9480,6 +10296,7 @@ $as_echo "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9522,6 +10339,11 @@ $as_echo "$ac_res" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func @@ -9540,6 +10362,7 @@ ac_fn_cxx_try_link () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD rm -f conftest.$ac_objext conftest$ac_exeext ======= @@ -9561,6 +10384,8 @@ ac_fn_cxx_try_link () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext ======= rm -f conftest.$ac_objext conftest$ac_exeext @@ -9571,6 +10396,7 @@ ac_fn_cxx_try_link () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f conftest.$ac_objext conftest$ac_exeext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9605,6 +10431,11 @@ ac_fn_cxx_try_link () rm -f conftest.$ac_objext conftest$ac_exeext >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + rm -f conftest.$ac_objext conftest$ac_exeext +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; @@ -9620,6 +10451,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -9640,6 +10472,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -9650,6 +10484,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9684,6 +10519,11 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -9699,6 +10539,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ======= @@ -9720,6 +10561,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 ======= $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 @@ -9730,6 +10573,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9764,6 +10608,11 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test $ac_status = 0; } && { test -z "$ac_cxx_werror_flag" || test ! -s conftest.err @@ -9779,6 +10628,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9798,6 +10648,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } then : ac_retval=0 @@ -9810,6 +10662,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -9839,6 +10692,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main }; then : ac_retval=0 else @@ -9852,6 +10709,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9894,6 +10752,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 @@ -9922,6 +10785,7 @@ ac_fn_cxx_check_func () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } @@ -9944,6 +10808,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 printf %s "checking for $2... " >&6; } ======= @@ -9956,6 +10822,7 @@ $as_echo_n "checking for $2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9964,6 +10831,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } @@ -9974,6 +10843,7 @@ $as_echo_n "checking for $2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -9991,6 +10861,8 @@ $as_echo_n "checking for $2... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -10008,6 +10880,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10027,6 +10900,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main which can conflict with char $2 (); below. */ #include @@ -10037,6 +10912,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -10066,6 +10942,10 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ @@ -10085,6 +10965,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10127,6 +11008,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #undef $2 /* Override any GCC internal prototype to avoid an error. @@ -10153,6 +11039,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -10173,6 +11060,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -10183,6 +11072,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -10217,6 +11107,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return $2 (); ; @@ -10232,6 +11127,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10251,6 +11147,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_link "$LINENO" then : eval "$3=yes" @@ -10292,6 +11190,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -10321,6 +11220,10 @@ esac ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_cxx_try_link "$LINENO"; then : eval "$3=yes" else @@ -10343,6 +11246,7 @@ $as_echo "$ac_res" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10385,6 +11289,11 @@ $as_echo "$ac_res" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. @@ -10399,6 +11308,7 @@ It was created by $as_me, which was <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -10421,6 +11331,8 @@ generated by GNU Autoconf 2.69. Invocation command line was >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -10435,6 +11347,7 @@ generated by GNU Autoconf 2.69. Invocation command line was <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10444,6 +11357,8 @@ generated by GNU Autoconf 2.69. Invocation command line was ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -10454,6 +11369,7 @@ generated by GNU Autoconf 2.69. Invocation command line was <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -10471,6 +11387,8 @@ generated by GNU Autoconf 2.69. Invocation command line was >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _ACEOF exec 5>>config.log @@ -10511,6 +11429,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" @@ -10533,6 +11452,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -10549,6 +11470,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10557,6 +11479,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" @@ -10567,6 +11491,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -10584,6 +11509,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done IFS=$as_save_IFS @@ -10626,6 +11553,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -10647,6 +11575,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; @@ -10657,6 +11587,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -10691,6 +11622,11 @@ do ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; @@ -10734,6 +11670,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -10753,6 +11690,8 @@ trap 'exit_status=$? >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Sanitize IFS. IFS=" "" $as_nl" ======= @@ -10763,6 +11702,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -10792,6 +11732,10 @@ trap 'exit_status=$? ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Save into config.log some information that might help in debugging. { echo @@ -10804,6 +11748,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "## ---------------- ## ======= @@ -10825,6 +11770,8 @@ trap 'exit_status=$? >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "## ---------------- ## ======= $as_echo "## ---------------- ## @@ -10835,6 +11782,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "## ---------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -10869,6 +11817,11 @@ trap 'exit_status=$? $as_echo "## ---------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "## ---------------- ## +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Cache variables. ## ## ---------------- ##" echo @@ -10887,6 +11840,7 @@ trap 'exit_status=$? <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; @@ -10909,6 +11863,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; ======= @@ -10921,6 +11877,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10929,6 +11886,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; @@ -10939,6 +11898,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -10956,6 +11916,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main esac case $ac_var in #( _ | IFS | as_nl) ;; #( @@ -10987,6 +11949,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "## ----------------- ## ======= @@ -11008,6 +11971,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "## ----------------- ## ======= $as_echo "## ----------------- ## @@ -11018,6 +11983,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "## ----------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -11052,6 +12018,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; $as_echo "## ----------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "## ----------------- ## +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Output variables. ## ## ----------------- ##" echo @@ -11067,6 +12038,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac @@ -11090,6 +12062,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac printf "%s\n" "$ac_var='\''$ac_val'\''" @@ -11104,6 +12078,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11112,6 +12087,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac @@ -11123,6 +12100,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -11140,6 +12118,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done | sort echo @@ -11152,6 +12132,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "## ------------------- ## ======= @@ -11173,6 +12154,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "## ------------------- ## ======= $as_echo "## ------------------- ## @@ -11183,6 +12166,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "## ------------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -11217,6 +12201,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; $as_echo "## ------------------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "## ------------------- ## +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## File substitutions. ## ## ------------------- ##" echo @@ -11232,6 +12221,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac @@ -11255,6 +12245,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac printf "%s\n" "$ac_var='\''$ac_val'\''" @@ -11269,6 +12261,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11277,6 +12270,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac @@ -11288,6 +12283,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -11305,6 +12301,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done | sort echo fi @@ -11318,6 +12316,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "## ----------- ## ======= @@ -11339,6 +12338,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "## ----------- ## ======= $as_echo "## ----------- ## @@ -11349,6 +12350,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "## ----------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -11383,6 +12385,11 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; $as_echo "## ----------- ## >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "## ----------- ## +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## confdefs.h. ## ## ----------- ##" echo @@ -11398,6 +12405,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" @@ -11420,6 +12428,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me: caught signal $ac_signal" printf "%s\n" "$as_me: exit $exit_status" ======= @@ -11432,6 +12442,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -11440,6 +12451,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" @@ -11450,6 +12463,7 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -11467,6 +12481,8 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -11489,6 +12505,7 @@ rm -f -r conftest* confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -11508,6 +12525,8 @@ rm -f -r conftest* confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. @@ -11530,6 +12549,7 @@ printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11559,6 +12579,10 @@ printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. @@ -11595,6 +12619,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11637,6 +12662,11 @@ _ACEOF ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Let the site file select an alternate cache file if it wants to. @@ -11650,6 +12680,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -11669,6 +12700,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$CONFIG_SITE"; then ac_site_files="$CONFIG_SITE" elif test "x$prefix" != xNONE; then @@ -11699,6 +12732,7 @@ printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11728,6 +12762,10 @@ printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then @@ -11763,6 +12801,7 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11805,6 +12844,11 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi @@ -11820,6 +12864,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false @@ -11888,6 +12933,8 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Test code for whether the C compiler supports C89 (global declarations) ac_c_conftest_c89_globals=' /* Does the compiler advertise C89 conformance? @@ -12558,6 +13605,7 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -12571,6 +13619,8 @@ $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 @@ -12585,6 +13635,7 @@ $as_echo "$as_me: error: changes in the environment can compromise the build" >& <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -12598,6 +13649,8 @@ $as_echo "$as_me: error: changes in the environment can compromise the build" >& >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) fi ## -------------------- ## @@ -12635,6 +13688,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -12654,6 +13708,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) # Check that the precious variables saved in the cache have kept the same # value. @@ -12846,6 +13902,7 @@ $as_echo "$ac_cv_build" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -12888,6 +13945,11 @@ $as_echo "$ac_cv_build" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; @@ -12915,6 +13977,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } ======= @@ -12936,6 +13999,8 @@ $as_echo_n "checking host system type... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 printf %s "checking host system type... " >&6; } ======= @@ -12948,6 +14013,7 @@ $as_echo_n "checking host system type... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12957,6 +14023,8 @@ $as_echo_n "checking host system type... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -12966,6 +14034,7 @@ $as_echo_n "checking host system type... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -12983,6 +14052,8 @@ $as_echo_n "checking host system type... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build @@ -12995,6 +14066,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 @@ -13021,6 +14093,8 @@ $as_echo "$ac_cv_host" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_cv_host=`$SHELL "${ac_aux_dir}config.sub" $host_alias` || as_fn_error $? "$SHELL ${ac_aux_dir}config.sub $host_alias failed" "$LINENO" 5 fi @@ -13041,6 +14115,7 @@ $as_echo "$ac_cv_host" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13049,6 +14124,8 @@ $as_echo "$ac_cv_host" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 @@ -13063,6 +14140,7 @@ $as_echo "$ac_cv_host" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13080,6 +14158,8 @@ $as_echo "$ac_cv_host" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; @@ -13107,6 +14187,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -13126,6 +14207,8 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @@ -13143,6 +14226,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13172,6 +14256,10 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -13189,6 +14277,7 @@ set dummy ${ac_tool_prefix}gcc; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -13210,6 +14299,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -13222,6 +14313,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13231,6 +14323,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -13240,6 +14334,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13257,6 +14352,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -13274,6 +14371,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -13293,6 +14391,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -13309,6 +14409,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13338,6 +14439,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -13352,6 +14457,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -13394,6 +14500,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -13411,6 +14522,7 @@ if test -n "$CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -13436,6 +14548,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else @@ -13454,6 +14568,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13462,6 +14577,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -13475,6 +14592,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13492,6 +14610,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -13509,6 +14629,7 @@ set dummy gcc; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -13530,6 +14651,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -13542,6 +14665,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13551,6 +14675,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -13560,6 +14686,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13577,6 +14704,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -13594,6 +14723,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -13613,6 +14743,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -13629,6 +14761,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13658,6 +14791,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -13672,6 +14809,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -13714,6 +14852,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -13732,6 +14875,7 @@ if test -n "$ac_ct_CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -13751,6 +14895,8 @@ if test -n "$ac_ct_CC"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else @@ -13763,6 +14909,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13792,6 +14939,10 @@ printf "%s\n" "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else @@ -13806,6 +14957,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -13848,6 +15000,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi if test "x$ac_ct_CC" = x; then @@ -13864,6 +15021,7 @@ yes:) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ======= @@ -13885,6 +15043,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ======= @@ -13897,6 +15057,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13906,6 +15067,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -13915,6 +15078,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13932,6 +15096,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -13953,6 +15119,7 @@ set dummy ${ac_tool_prefix}cc; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -13974,6 +15141,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -13986,6 +15155,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13995,6 +15165,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -14004,6 +15176,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -14021,6 +15194,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -14038,6 +15213,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14057,6 +15233,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -14073,6 +15251,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14102,6 +15281,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -14116,6 +15299,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14158,6 +15342,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -14176,6 +15365,7 @@ if test -n "$CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14195,6 +15385,8 @@ if test -n "$CC"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else @@ -14207,6 +15399,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14236,6 +15429,10 @@ printf "%s\n" "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else @@ -14250,6 +15447,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14292,6 +15490,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -14309,6 +15512,7 @@ set dummy cc; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -14330,6 +15534,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -14342,6 +15548,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14351,6 +15558,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -14360,6 +15569,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -14377,6 +15587,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -14395,6 +15607,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14414,6 +15627,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -14429,6 +15644,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14458,6 +15674,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -14471,6 +15691,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14513,6 +15734,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_prog_rejected=yes continue fi @@ -14525,6 +15751,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 ======= @@ -14546,6 +15773,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 ======= $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 @@ -14556,6 +15785,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -14590,6 +15820,11 @@ do $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -14613,6 +15848,7 @@ if test $ac_prog_rejected = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" ======= @@ -14634,6 +15870,8 @@ if test $ac_prog_rejected = yes; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" ======= ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" @@ -14644,6 +15882,7 @@ if test $ac_prog_rejected = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -14678,6 +15917,11 @@ if test $ac_prog_rejected = yes; then ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi fi fi @@ -14691,6 +15935,7 @@ if test -n "$CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -14716,6 +15961,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else @@ -14734,6 +15981,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14742,6 +15990,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -14755,6 +16005,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -14772,6 +16023,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -14791,6 +16044,7 @@ set dummy $ac_tool_prefix$ac_prog; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -14812,6 +16066,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -14824,6 +16080,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14833,6 +16090,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -14842,6 +16101,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -14859,6 +16119,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -14876,6 +16138,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14895,6 +16158,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -14911,6 +16176,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14940,6 +16206,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -14954,6 +16224,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14996,6 +16267,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -15013,6 +16289,7 @@ if test -n "$CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -15038,6 +16315,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 printf "%s\n" "$CC" >&6; } else @@ -15056,6 +16335,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15064,6 +16344,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } @@ -15077,6 +16359,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -15094,6 +16377,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -15115,6 +16400,7 @@ set dummy $ac_prog; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -15136,6 +16422,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -15148,6 +16436,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15157,6 +16446,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -15166,6 +16457,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -15183,6 +16475,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -15200,6 +16494,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -15219,6 +16514,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -15235,6 +16532,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15264,6 +16562,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -15278,6 +16580,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15320,6 +16623,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -15338,6 +16646,7 @@ if test -n "$ac_ct_CC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -15357,6 +16666,8 @@ if test -n "$ac_ct_CC"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 printf "%s\n" "$ac_ct_CC" >&6; } else @@ -15369,6 +16680,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15398,6 +16710,10 @@ printf "%s\n" "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else @@ -15412,6 +16728,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15454,6 +16771,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -15474,6 +16796,7 @@ yes:) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ======= @@ -15495,6 +16818,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ======= @@ -15507,6 +16832,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -15520,6 +16846,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_tool_warned=yes ;; esac CC=$ac_ct_CC @@ -15534,6 +16862,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 @@ -15717,6 +17046,8 @@ $as_echo "$ac_cv_exeext" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. @@ -16169,6 +17500,7 @@ $as_echo "$ac_cv_exeext" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16178,6 +17510,8 @@ $as_echo "$ac_cv_exeext" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 @@ -16354,6 +17688,7 @@ $as_echo "$ac_cv_exeext" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -16371,6 +17706,8 @@ $as_echo "$ac_cv_exeext" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT @@ -16387,6 +17724,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -16407,6 +17745,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -16417,6 +17757,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -16451,6 +17792,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; @@ -16471,6 +17817,7 @@ ac_clean_files="$ac_clean_files conftest.out" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } ======= @@ -16492,6 +17839,8 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 printf %s "checking whether we are cross compiling... " >&6; } ======= @@ -16504,6 +17853,7 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16513,6 +17863,8 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -16522,6 +17874,7 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -16539,6 +17892,8 @@ $as_echo_n "checking whether we are cross compiling... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in @@ -16555,6 +17910,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -16574,6 +17930,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? @@ -16585,6 +17943,7 @@ printf "%s\n" "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -16614,6 +17973,10 @@ printf "%s\n" "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? @@ -16627,6 +17990,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16669,6 +18033,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in @@ -16685,6 +18054,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -16704,6 +18074,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? @@ -16715,6 +18087,7 @@ printf "%s\n" "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -16744,6 +18117,10 @@ printf "%s\n" "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? @@ -16757,6 +18134,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16799,6 +18177,11 @@ $as_echo "$ac_try_echo"; } >&5 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test $ac_status = 0; }; }; then cross_compiling=no else @@ -16813,6 +18196,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -16836,6 +18220,8 @@ as_fn_error $? "cannot run C compiled programs. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot run C compiled programs. @@ -16850,6 +18236,7 @@ as_fn_error $? "cannot run C compiled programs. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16858,6 +18245,8 @@ as_fn_error $? "cannot run C compiled programs. >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} @@ -16869,6 +18258,7 @@ as_fn_error $? "cannot run C compiled programs. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -16886,6 +18276,8 @@ as_fn_error $? "cannot run C compiled programs. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi @@ -16900,6 +18292,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -16919,6 +18312,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 printf "%s\n" "$cross_compiling" >&6; } @@ -16933,6 +18328,7 @@ printf %s "checking for suffix of object files... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -16962,6 +18358,10 @@ printf %s "checking for suffix of object files... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } @@ -16978,6 +18378,7 @@ $as_echo_n "checking for suffix of object files... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17020,6 +18421,11 @@ $as_echo_n "checking for suffix of object files... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -17034,6 +18440,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -17054,6 +18461,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -17064,6 +18473,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17098,6 +18508,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -17120,6 +18535,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17139,6 +18555,8 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? @@ -17152,6 +18570,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17181,6 +18600,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? @@ -17195,140 +18618,6 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) - for ac_file in conftest.o conftest.obj conftest.*; do - test -f "$ac_file" || continue; - case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` - break;; - esac -done -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= ->>>>>>> osgeo-main -<<<<<<< HEAD -======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -else $as_nop - printf "%s\n" "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} -======= -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) -<<<<<<< HEAD -<<<<<<< HEAD ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -else - $as_echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - -{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD <<<<<<< HEAD ======= <<<<<<< HEAD @@ -17372,6 +18661,160 @@ $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi @@ -17385,6 +18828,7 @@ rm -f conftest.$ac_cv_objext conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17404,6 +18848,8 @@ rm -f conftest.$ac_cv_objext conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 printf "%s\n" "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext @@ -17417,6 +18863,7 @@ printf %s "checking whether the compiler supports GNU C... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17446,6 +18893,10 @@ printf %s "checking whether the compiler supports GNU C... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext @@ -17461,6 +18912,7 @@ $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17503,6 +18955,11 @@ $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -17517,6 +18974,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -17537,6 +18995,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -17547,6 +19007,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17581,6 +19042,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { #ifndef __GNUC__ choke me @@ -17599,6 +19065,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else @@ -17628,6 +19095,8 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_compiler_gnu=yes @@ -17659,6 +19128,7 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17668,6 +19138,8 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else @@ -17685,6 +19157,7 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -17702,6 +19175,8 @@ $as_echo "$ac_cv_c_compiler_gnu" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test $ac_compiler_gnu = yes; then GCC=yes else @@ -17716,6 +19191,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17735,6 +19211,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_test_CFLAGS=${CFLAGS+y} ac_save_CFLAGS=$CFLAGS { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 @@ -17746,6 +19224,7 @@ printf %s "checking whether $CC accepts -g... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17775,6 +19254,10 @@ printf %s "checking whether $CC accepts -g... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 @@ -17788,6 +19271,7 @@ $as_echo_n "checking whether $CC accepts -g... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17830,6 +19314,11 @@ $as_echo_n "checking whether $CC accepts -g... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -17848,6 +19337,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -17868,6 +19358,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -17878,6 +19370,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17912,6 +19405,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -17927,6 +19425,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17946,6 +19445,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_cc_g=yes @@ -17999,6 +19500,7 @@ if test $ac_test_CFLAGS; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18028,6 +19530,10 @@ if test $ac_test_CFLAGS; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else @@ -18080,6 +19586,7 @@ if test "$ac_test_CFLAGS" = set; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18122,6 +19629,11 @@ if test "$ac_test_CFLAGS" = set; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then @@ -18145,6 +19657,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } @@ -18207,6 +19720,8 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_prog_cc_stdc=no if test x$ac_prog_cc_stdc = xno then : @@ -18361,6 +19876,7 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18370,6 +19886,8 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } @@ -18420,6 +19938,7 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -18437,6 +19956,8 @@ int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; @@ -18468,6 +19989,7 @@ rm -f core conftest.err conftest.$ac_objext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18510,6 +20032,11 @@ rm -f core conftest.err conftest.$ac_objext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext @@ -18524,6 +20051,7 @@ CC=$ac_save_CC <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18543,6 +20071,8 @@ CC=$ac_save_CC >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_prog_cc_c89" = xno then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 @@ -18567,6 +20097,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18596,6 +20127,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) @@ -18620,6 +20155,7 @@ if test "x$ac_cv_prog_cc_c89" != xno; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18662,6 +20198,11 @@ if test "x$ac_cv_prog_cc_c89" != xno; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi ac_ext=c @@ -18685,6 +20226,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_cxx+set}" = set; then : withval=$with_cxx; else @@ -18707,6 +20249,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_cxx+y} then : withval=$with_cxx; @@ -18722,6 +20266,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18731,6 +20276,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if test "${with_cxx+set}" = set; then : withval=$with_cxx; else @@ -18741,6 +20288,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -18758,6 +20306,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main with_cxx=yes fi @@ -18773,6 +20323,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18792,6 +20343,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use C++" >&5 printf %s "checking whether to use C++... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_cxx\"" >&5 @@ -18803,6 +20356,7 @@ printf "%s\n" "\"$with_cxx\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18832,6 +20386,10 @@ printf "%s\n" "\"$with_cxx\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use C++" >&5 $as_echo_n "checking whether to use C++... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_cxx\"" >&5 @@ -18845,6 +20403,7 @@ $as_echo "\"$with_cxx\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18887,6 +20446,11 @@ $as_echo "\"$with_cxx\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_cxx" in "no") USE_CXX= ;; "yes") USE_CXX="1" ;; @@ -18904,6 +20468,7 @@ if test -n "$USE_CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_ext=cpp ======= @@ -18925,6 +20490,8 @@ if test -n "$USE_CXX"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @@ -18941,6 +20508,7 @@ ac_ext=cpp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ac_ext=cpp >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18975,6 +20543,11 @@ ac_ext=cpp ac_ext=cpp >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + ac_ext=cpp +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' @@ -18993,6 +20566,7 @@ if test -z "$CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19012,6 +20586,8 @@ if test -z "$CXX"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. @@ -19025,6 +20601,7 @@ printf %s "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19054,6 +20631,10 @@ printf %s "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. @@ -19069,6 +20650,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19111,6 +20693,11 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test -n "$CXX"; then ac_cv_prog_CXX="$CXX" # Let the user override the test. @@ -19128,6 +20715,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19147,6 +20735,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -19163,6 +20753,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19192,6 +20783,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -19206,6 +20801,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19248,6 +20844,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -19266,6 +20867,7 @@ if test -n "$CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19285,6 +20887,8 @@ if test -n "$CXX"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 printf "%s\n" "$CXX" >&6; } else @@ -19297,6 +20901,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19326,6 +20931,10 @@ printf "%s\n" "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5 $as_echo "$CXX" >&6; } else @@ -19340,6 +20949,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19382,6 +20992,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -19399,6 +21014,7 @@ if test -z "$CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19418,6 +21034,8 @@ if test -z "$CXX"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC clang++ do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -19431,6 +21049,7 @@ printf %s "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19460,6 +21079,10 @@ printf %s "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC do # Extract the first word of "$ac_prog", so it can be a program name with args. @@ -19475,6 +21098,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19517,6 +21141,11 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test -n "$ac_ct_CXX"; then ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. @@ -19534,6 +21163,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19553,6 +21183,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -19569,6 +21201,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19598,6 +21231,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -19612,6 +21249,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19654,6 +21292,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -19672,6 +21315,7 @@ if test -n "$ac_ct_CXX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19691,6 +21335,8 @@ if test -n "$ac_ct_CXX"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 printf "%s\n" "$ac_ct_CXX" >&6; } else @@ -19703,6 +21349,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19732,6 +21379,10 @@ printf "%s\n" "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5 $as_echo "$ac_ct_CXX" >&6; } else @@ -19746,6 +21397,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19788,6 +21440,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -19808,6 +21465,7 @@ yes:) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ======= @@ -19829,6 +21487,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ======= @@ -19841,6 +21501,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19850,6 +21511,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19859,6 +21522,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -19876,6 +21540,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_tool_warned=yes ;; esac CXX=$ac_ct_CXX @@ -19894,6 +21560,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 ======= <<<<<<< HEAD @@ -19914,6 +21581,8 @@ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 ======= $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 @@ -19924,6 +21593,7 @@ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19958,6 +21628,11 @@ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do @@ -19976,6 +21651,7 @@ eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "$ac_try_echo"; } >&5 ======= <<<<<<< HEAD @@ -19996,6 +21672,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_try_echo"; } >&5 ======= $as_echo "$ac_try_echo"; } >&5 @@ -20006,6 +21684,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -20040,6 +21719,11 @@ $as_echo "$ac_try_echo"; } >&5 $as_echo "$ac_try_echo"; } >&5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "$ac_try_echo"; } >&5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then @@ -20058,6 +21742,7 @@ $as_echo "$ac_try_echo"; } >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -20077,6 +21762,8 @@ $as_echo "$ac_try_echo"; } >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done @@ -20090,6 +21777,7 @@ printf %s "checking whether the compiler supports GNU C++... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -20119,6 +21807,10 @@ printf %s "checking whether the compiler supports GNU C++... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done @@ -20134,6 +21826,7 @@ $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20176,6 +21869,11 @@ $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -20190,6 +21888,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -20210,6 +21909,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -20220,6 +21921,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -20254,6 +21956,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { #ifndef __GNUC__ choke me @@ -20272,6 +21979,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_cxx_try_compile "$LINENO"; then : ac_compiler_gnu=yes else @@ -20311,6 +22019,8 @@ $as_echo_n "checking whether $CXX accepts -g... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO" then : ac_compiler_gnu=yes @@ -20381,6 +22091,7 @@ $as_echo_n "checking whether $CXX accepts -g... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -20394,6 +22105,8 @@ $as_echo_n "checking whether $CXX accepts -g... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_save_cxx_werror_flag=$ac_cxx_werror_flag ac_cxx_werror_flag=yes ac_cv_prog_cxx_g=no @@ -20411,6 +22124,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -20431,6 +22145,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -20441,6 +22157,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -20475,6 +22192,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -20490,6 +22212,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else @@ -20512,6 +22235,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_g=yes @@ -20527,6 +22252,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20536,6 +22262,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes else @@ -20546,6 +22274,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -20563,6 +22292,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main CXXFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -20577,6 +22308,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -20597,6 +22329,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -20607,6 +22341,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -20641,6 +22376,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -20656,6 +22396,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_cxx_try_compile "$LINENO"; then : else @@ -20678,6 +22419,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO" then : @@ -20693,6 +22436,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20702,6 +22446,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_cxx_try_compile "$LINENO"; then : else @@ -20712,6 +22458,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -20729,6 +22476,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_cxx_werror_flag=$ac_save_cxx_werror_flag CXXFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -20744,6 +22493,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -20764,6 +22514,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -20774,6 +22526,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -20808,6 +22561,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -20823,6 +22581,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -20842,6 +22601,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO" then : ac_cv_prog_cxx_g=yes @@ -20862,6 +22623,7 @@ if test $ac_test_CXXFLAGS; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -20891,6 +22653,10 @@ if test $ac_test_CXXFLAGS; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_cxx_try_compile "$LINENO"; then : ac_cv_prog_cxx_g=yes fi @@ -20912,6 +22678,7 @@ if test "$ac_test_CXXFLAGS" = set; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20954,6 +22721,11 @@ if test "$ac_test_CXXFLAGS" = set; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main CXXFLAGS=$ac_save_CXXFLAGS elif test $ac_cv_prog_cxx_g = yes; then if test "$GXX" = yes; then @@ -20977,6 +22749,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -20996,6 +22769,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_prog_cxx_stdcxx=no if test x$ac_prog_cxx_stdcxx = xno then : @@ -21090,6 +22865,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -21119,6 +22895,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -21153,6 +22933,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for executable suffix" >&5 $as_echo_n "checking for executable suffix... " >&6; } ======= @@ -21174,6 +22955,8 @@ $as_echo_n "checking for executable suffix... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for executable suffix" >&5 printf %s "checking for executable suffix... " >&6; } ======= @@ -21186,6 +22969,7 @@ $as_echo_n "checking for executable suffix... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21195,6 +22979,8 @@ $as_echo_n "checking for executable suffix... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for executable suffix" >&5 $as_echo_n "checking for executable suffix... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -21204,6 +22990,7 @@ $as_echo_n "checking for executable suffix... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -21221,6 +23008,8 @@ $as_echo_n "checking for executable suffix... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "$CYGWIN" = yes || test "$MINGW32" = yes; then ac_cv_exeext=.exe @@ -21239,6 +23028,7 @@ test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_exeext}" >&5 $as_echo "${ac_cv_exeext}" >&6; } ======= @@ -21260,6 +23050,8 @@ $as_echo "${ac_cv_exeext}" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_exeext}" >&5 printf "%s\n" "${ac_cv_exeext}" >&6; } ======= @@ -21272,6 +23064,7 @@ $as_echo "${ac_cv_exeext}" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21281,6 +23074,8 @@ $as_echo "${ac_cv_exeext}" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_exeext}" >&5 $as_echo "${ac_cv_exeext}" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -21290,6 +23085,7 @@ $as_echo "${ac_cv_exeext}" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -21307,6 +23103,8 @@ $as_echo "${ac_cv_exeext}" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_exeext=$EXEEXT @@ -21337,6 +23135,7 @@ IEEEFLAG= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21356,6 +23155,8 @@ IEEEFLAG= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for full floating-point support" >&5 printf %s "checking for full floating-point support... " >&6; } if test "$cross_compiling" = yes @@ -21372,6 +23173,7 @@ printf %s "checking whether \"cc -mieee\" works... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -21401,6 +23203,10 @@ printf %s "checking whether \"cc -mieee\" works... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for full floating-point support" >&5 $as_echo_n "checking for full floating-point support... " >&6; } if test "$cross_compiling" = yes; then : @@ -21418,6 +23224,7 @@ $as_echo_n "checking whether \"cc -mieee\" works... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21460,6 +23267,11 @@ $as_echo_n "checking whether \"cc -mieee\" works... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_save_cflags=${CFLAGS} CFLAGS="$CFLAGS -mieee" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -21475,6 +23287,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -21495,6 +23308,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -21505,6 +23320,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -21539,6 +23355,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -21554,6 +23375,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21573,6 +23395,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -21594,6 +23418,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -21623,6 +23448,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -21645,6 +23474,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21687,6 +23517,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -21710,6 +23545,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_run "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -21747,6 +23583,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -21793,6 +23631,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21802,6 +23641,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_run "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -21827,6 +23668,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -21844,6 +23686,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -21867,6 +23711,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -21886,6 +23731,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -21903,6 +23750,7 @@ printf "%s\n" "$as_me: WARNING: *** Incomplete floating-point support." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -21932,6 +23780,10 @@ printf "%s\n" "$as_me: WARNING: *** Incomplete floating-point support." >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -21950,6 +23802,7 @@ $as_echo "$as_me: WARNING: *** Incomplete floating-point support." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21992,6 +23845,11 @@ $as_echo "$as_me: WARNING: *** Incomplete floating-point support." >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext @@ -22029,6 +23887,7 @@ set dummy pwd; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -22050,6 +23909,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -22062,6 +23923,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22071,6 +23933,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -22080,6 +23944,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -22097,6 +23962,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $pwd in [\\/]* | ?:[\\/]*) @@ -22116,6 +23983,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -22135,6 +24003,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -22151,6 +24021,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22180,6 +24051,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -22194,6 +24069,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22236,6 +24112,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -22255,6 +24136,7 @@ if test -n "$pwd"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pwd" >&5 $as_echo "$pwd" >&6; } @@ -22280,6 +24162,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $pwd" >&5 printf "%s\n" "$pwd" >&6; } else @@ -22298,6 +24182,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22306,6 +24191,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pwd" >&5 $as_echo "$pwd" >&6; } @@ -22319,6 +24206,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -22336,6 +24224,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -22355,6 +24245,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for source directory" >&5 $as_echo_n "checking for source directory... " >&6; } ======= @@ -22376,6 +24267,8 @@ $as_echo_n "checking for source directory... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for source directory" >&5 printf %s "checking for source directory... " >&6; } ======= @@ -22388,6 +24281,7 @@ $as_echo_n "checking for source directory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22397,6 +24291,8 @@ $as_echo_n "checking for source directory... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for source directory" >&5 $as_echo_n "checking for source directory... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -22406,6 +24302,7 @@ $as_echo_n "checking for source directory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -22423,6 +24320,8 @@ $as_echo_n "checking for source directory... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -z "$srcdir" ; then SRCDIR=`$pwd` @@ -22439,6 +24338,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$SRCDIR\"" >&5 $as_echo "\"$SRCDIR\"" >&6; } @@ -22463,6 +24363,8 @@ $as_echo_n "checking for build directory... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$SRCDIR\"" >&5 printf "%s\n" "\"$SRCDIR\"" >&6; } @@ -22481,6 +24383,7 @@ $as_echo_n "checking for build directory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22490,6 +24393,8 @@ $as_echo_n "checking for build directory... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$SRCDIR\"" >&5 $as_echo "\"$SRCDIR\"" >&6; } @@ -22502,6 +24407,7 @@ $as_echo_n "checking for build directory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -22519,6 +24425,8 @@ $as_echo_n "checking for build directory... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main DSTDIR=`$pwd` WINDSTDIR=`$winpwd` @@ -22532,6 +24440,7 @@ WINDSTDIR=`$winpwd` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$DSTDIR\"" >&5 $as_echo "\"$DSTDIR\"" >&6; } ======= @@ -22553,6 +24462,8 @@ $as_echo "\"$DSTDIR\"" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$DSTDIR\"" >&5 printf "%s\n" "\"$DSTDIR\"" >&6; } ======= @@ -22565,6 +24476,7 @@ $as_echo "\"$DSTDIR\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22574,6 +24486,8 @@ $as_echo "\"$DSTDIR\"" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$DSTDIR\"" >&5 $as_echo "\"$DSTDIR\"" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -22583,6 +24497,7 @@ $as_echo "\"$DSTDIR\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -22600,6 +24515,8 @@ $as_echo "\"$DSTDIR\"" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @@ -22653,6 +24570,7 @@ set dummy git; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -22674,6 +24592,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -22686,6 +24606,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22695,6 +24616,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -22704,6 +24627,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -22721,6 +24645,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $GIT in [\\/]* | ?:[\\/]*) @@ -22740,6 +24666,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -22759,6 +24686,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -22775,6 +24704,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22804,6 +24734,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -22818,6 +24752,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22860,6 +24795,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -22879,6 +24819,7 @@ if test -n "$GIT"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIT" >&5 $as_echo "$GIT" >&6; } @@ -22907,6 +24848,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GIT" >&5 printf "%s\n" "$GIT" >&6; } else @@ -22952,6 +24895,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22960,6 +24904,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GIT" >&5 $as_echo "$GIT" >&6; } @@ -22976,6 +24922,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -22993,6 +24940,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "$GIT" != "no" ; then GRASS_VERSION_GIT=`$GIT rev-parse --short HEAD 2>/dev/null` if test -z "$GRASS_VERSION_GIT"; then @@ -23041,6 +24990,7 @@ printf "%s\n" "$GRASS_HEADERS_GIT_DATE" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23060,6 +25010,8 @@ printf "%s\n" "$GRASS_HEADERS_GIT_DATE" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${enable_macosx_app+y} then : enableval=$enable_macosx_app; @@ -23071,6 +25023,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -23100,6 +25053,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${enable_macosx_app+set}" = set; then : enableval=$enable_macosx_app; else @@ -23117,6 +25074,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MacOSX App" >&5 $as_echo_n "checking for MacOSX App... " >&6; } ======= @@ -23138,6 +25096,8 @@ $as_echo_n "checking for MacOSX App... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MacOSX App" >&5 printf %s "checking for MacOSX App... " >&6; } ======= @@ -23150,6 +25110,7 @@ $as_echo_n "checking for MacOSX App... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23159,6 +25120,8 @@ $as_echo_n "checking for MacOSX App... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MacOSX App" >&5 $as_echo_n "checking for MacOSX App... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -23168,6 +25131,7 @@ $as_echo_n "checking for MacOSX App... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -23185,6 +25149,8 @@ $as_echo_n "checking for MacOSX App... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$enable_macosx_app" in yes) MACOSX_APP=1 ;; no) MACOSX_APP= ;; @@ -23199,6 +25165,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$enable_macosx_app\"" >&5 $as_echo "\"$enable_macosx_app\"" >&6; } ======= @@ -23220,6 +25187,8 @@ $as_echo "\"$enable_macosx_app\"" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$enable_macosx_app\"" >&5 printf "%s\n" "\"$enable_macosx_app\"" >&6; } ======= @@ -23232,6 +25201,7 @@ $as_echo "\"$enable_macosx_app\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23241,6 +25211,8 @@ $as_echo "\"$enable_macosx_app\"" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$enable_macosx_app\"" >&5 $as_echo "\"$enable_macosx_app\"" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -23250,6 +25222,7 @@ $as_echo "\"$enable_macosx_app\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -23267,6 +25240,8 @@ $as_echo "\"$enable_macosx_app\"" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Check for MacOSX archs @@ -23280,6 +25255,7 @@ $as_echo "\"$enable_macosx_app\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MacOSX architectures" >&5 $as_echo_n "checking for MacOSX architectures... " >&6; } ======= @@ -23301,6 +25277,8 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MacOSX architectures" >&5 printf %s "checking for MacOSX architectures... " >&6; } ======= @@ -23313,6 +25291,7 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23322,6 +25301,8 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MacOSX architectures" >&5 $as_echo_n "checking for MacOSX architectures... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -23331,6 +25312,7 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -23348,6 +25330,8 @@ $as_echo_n "checking for MacOSX architectures... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main MACOSX_ARCHS= @@ -23360,6 +25344,7 @@ if test -z "$with_macosx_archs" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -23382,6 +25367,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } ======= @@ -23394,6 +25381,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23402,6 +25390,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -23412,6 +25402,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -23429,6 +25420,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else for a in $with_macosx_archs do @@ -23447,6 +25440,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACOSX_ARCHS" >&5 $as_echo "$MACOSX_ARCHS" >&6; } @@ -23469,6 +25463,8 @@ $as_echo "$MACOSX_ARCHS" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MACOSX_ARCHS" >&5 printf "%s\n" "$MACOSX_ARCHS" >&6; } ======= @@ -23481,6 +25477,7 @@ $as_echo "$MACOSX_ARCHS" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23489,6 +25486,8 @@ $as_echo "$MACOSX_ARCHS" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACOSX_ARCHS" >&5 $as_echo "$MACOSX_ARCHS" >&6; } @@ -23499,6 +25498,7 @@ $as_echo "$MACOSX_ARCHS" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -23516,6 +25516,8 @@ $as_echo "$MACOSX_ARCHS" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LDFLAGS="$LDFLAGS $MACOSX_ARCHS" CFLAGS="$CFLAGS $MACOSX_ARCHS" CXXFLAGS="$CXXFLAGS $MACOSX_ARCHS" @@ -23536,6 +25538,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MacOSX SDK" >&5 $as_echo_n "checking for MacOSX SDK... " >&6; } ======= @@ -23557,6 +25560,8 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for MacOSX SDK" >&5 printf %s "checking for MacOSX SDK... " >&6; } ======= @@ -23569,6 +25574,7 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23578,6 +25584,8 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for MacOSX SDK" >&5 $as_echo_n "checking for MacOSX SDK... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -23587,6 +25595,7 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -23604,6 +25613,8 @@ $as_echo_n "checking for MacOSX SDK... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main MACOSX_SDK= @@ -23616,6 +25627,7 @@ if test -z "$with_macosx_sdk" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -23642,6 +25654,8 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } else @@ -23662,6 +25676,7 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23670,6 +25685,8 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -23684,6 +25701,7 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -23701,6 +25719,8 @@ $as_echo_n "checking for $with_macosx_sdk/SDKSettings.plist... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main test "$cross_compiling" = yes && as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 @@ -23719,6 +25739,7 @@ eval ac_res=\$$as_ac_File <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23738,6 +25759,8 @@ eval ac_res=\$$as_ac_File >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } if eval test \"x\$"$as_ac_File"\" = x"yes" @@ -23753,6 +25776,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -23782,6 +25806,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_ac_File"\" = x"yes"; then : @@ -23798,6 +25826,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23840,6 +25869,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** specified SDK does not exist or is not a SDK" "$LINENO" 5 fi @@ -23874,6 +25908,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23893,6 +25928,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to build libraries" >&5 printf %s "checking how to build libraries... " >&6; } # Check whether --enable-shared was given. @@ -23907,6 +25944,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -23936,6 +25974,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to build libraries" >&5 $as_echo_n "checking how to build libraries... " >&6; } # Check whether --enable-shared was given. @@ -23963,6 +26005,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: shared" >&5 $as_echo "shared" >&6; } @@ -23993,6 +26036,8 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: shared" >&5 printf "%s\n" "shared" >&6; } SHARED_BUILD=1 @@ -24021,6 +26066,7 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24029,6 +26075,8 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: shared" >&5 $as_echo "shared" >&6; } @@ -24047,6 +26095,7 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -24064,6 +26113,8 @@ $as_echo "#define STATIC_BUILD 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GRASS_LIBRARY_TYPE='stlib' fi @@ -24130,6 +26181,7 @@ ac_save_ldflags="$LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24149,6 +26201,8 @@ ac_save_ldflags="$LDFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define _REENTRANT 1" >>confdefs.h @@ -24160,6 +26214,7 @@ printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24189,6 +26244,10 @@ printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "#define _REENTRANT 1" >>confdefs.h @@ -24202,6 +26261,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24244,6 +26304,11 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Note: need the LIBS below, otherwise Tk won't find Tcl's # symbols when dynamically loaded into tclsh. @@ -24276,6 +26341,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24295,6 +26361,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define _REENTRANT 1" >>confdefs.h @@ -24306,6 +26374,7 @@ printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24335,6 +26404,10 @@ printf "%s\n" "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "#define _REENTRANT 1" >>confdefs.h @@ -24348,6 +26421,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24390,6 +26464,11 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Note: need the LIBS below, otherwise Tk won't find Tcl's # symbols when dynamically loaded into tclsh. @@ -24428,6 +26507,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -24450,6 +26530,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # AC_DEFINE(_REENTRANT, 1, [Define to 1 for _REENTRANT flag (for SunOS).]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [Define to 1 to enable threading extensions on Solaris.]) ======= @@ -24462,6 +26544,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24470,6 +26553,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -24480,6 +26565,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -24497,6 +26583,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ;; *-netbsd*) # NetBSD has ELF. @@ -24525,6 +26613,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -24547,6 +26636,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # AC_DEFINE(_REENTRANT, 1, [Define to 1 for _REENTRANT flag (for SunOS).]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [Define to 1 to enable threading extensions on Solaris.]) ======= @@ -24559,6 +26650,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24567,6 +26659,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # AC_DEFINE(_REENTRANT, 1, [define _REENTRANT flag (for SunOS)]) # AC_DEFINE(_POSIX_PTHREAD_SEMANTICS, 1, [enable threading extensions on Solaris]) @@ -24577,6 +26671,7 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -24594,6 +26689,8 @@ $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ;; *aix*) # NOTE: do we need to support aix < 6 ? @@ -24647,6 +26744,7 @@ LDFLAGS="${ac_save_ldflags} $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24666,6 +26764,8 @@ LDFLAGS="${ac_save_ldflags} $LDFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${enable_w11+y} then : enableval=$enable_w11; @@ -24677,6 +26777,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24706,6 +26807,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${enable_w11+set}" = set; then : enableval=$enable_w11; else @@ -24729,6 +26834,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24748,6 +26854,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_macosx_archs+y} then : withval=$with_macosx_archs; @@ -24759,6 +26867,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24788,6 +26897,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_macosx_archs+set}" = set; then : withval=$with_macosx_archs; else @@ -24806,6 +26919,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24825,6 +26939,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_macosx_sdk+y} then : withval=$with_macosx_sdk; @@ -24836,6 +26952,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24865,6 +26982,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_macosx_sdk+set}" = set; then : withval=$with_macosx_sdk; else @@ -24884,6 +27005,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24903,6 +27025,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_tiff+y} then : withval=$with_tiff; @@ -24914,6 +27038,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24943,6 +27068,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_tiff+set}" = set; then : withval=$with_tiff; else @@ -24963,6 +27092,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24982,6 +27112,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_postgres+y} then : withval=$with_postgres; @@ -24993,6 +27125,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25022,6 +27155,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_postgres+set}" = set; then : withval=$with_postgres; else @@ -25042,6 +27179,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25061,6 +27199,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_mysql+y} then : withval=$with_mysql; @@ -25072,6 +27212,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25101,6 +27242,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_mysql+set}" = set; then : withval=$with_mysql; else @@ -25121,6 +27266,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25140,6 +27286,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_sqlite+y} then : withval=$with_sqlite; @@ -25151,6 +27299,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25180,6 +27329,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_sqlite+set}" = set; then : withval=$with_sqlite; else @@ -25200,6 +27353,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25219,6 +27373,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opengl+y} then : withval=$with_opengl; @@ -25230,6 +27386,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25259,6 +27416,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_opengl+set}" = set; then : withval=$with_opengl; else @@ -25279,6 +27440,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25298,6 +27460,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_odbc+y} then : withval=$with_odbc; @@ -25309,6 +27473,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25338,6 +27503,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_odbc+set}" = set; then : withval=$with_odbc; else @@ -25358,6 +27527,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25377,6 +27547,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_fftw+y} then : withval=$with_fftw; @@ -25388,6 +27560,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25417,6 +27590,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_fftw+set}" = set; then : withval=$with_fftw; else @@ -25437,6 +27614,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25456,6 +27634,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_blas+y} then : withval=$with_blas; @@ -25467,6 +27647,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25496,6 +27677,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_blas+set}" = set; then : withval=$with_blas; else @@ -25516,6 +27701,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25535,6 +27721,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_lapack+y} then : withval=$with_lapack; @@ -25546,6 +27734,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25575,6 +27764,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_lapack+set}" = set; then : withval=$with_lapack; else @@ -25594,6 +27787,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25613,6 +27807,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Check whether --with-libsvm was given. if test ${with_libsvm+y} then : @@ -25636,6 +27832,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25665,6 +27862,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Check whether --with-cairo was given. if test "${with_cairo+set}" = set; then : withval=$with_cairo; @@ -25686,6 +27887,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25705,6 +27907,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_freetype+y} then : withval=$with_freetype; @@ -25716,6 +27920,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25745,6 +27950,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_freetype+set}" = set; then : withval=$with_freetype; else @@ -25765,6 +27974,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25784,6 +27994,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_nls+y} then : withval=$with_nls; @@ -25795,6 +28007,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25824,6 +28037,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_nls+set}" = set; then : withval=$with_nls; else @@ -25844,6 +28061,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25863,6 +28081,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_readline+y} then : withval=$with_readline; @@ -25874,6 +28094,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25903,6 +28124,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_readline+set}" = set; then : withval=$with_readline; else @@ -25923,6 +28148,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25942,6 +28168,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opendwg+y} then : withval=$with_opendwg; @@ -25953,6 +28181,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25982,6 +28211,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_opendwg+set}" = set; then : withval=$with_opendwg; else @@ -26002,6 +28235,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26021,6 +28255,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_regex+y} then : withval=$with_regex; @@ -26032,6 +28268,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26061,6 +28298,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_regex+set}" = set; then : withval=$with_regex; else @@ -26081,6 +28322,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26100,6 +28342,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_pthread+y} then : withval=$with_pthread; @@ -26111,6 +28355,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26140,6 +28385,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_pthread+set}" = set; then : withval=$with_pthread; else @@ -26160,6 +28409,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26179,6 +28429,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_openmp+y} then : withval=$with_openmp; @@ -26190,6 +28442,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26219,6 +28472,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_openmp+set}" = set; then : withval=$with_openmp; else @@ -26239,6 +28496,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26258,6 +28516,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opencl+y} then : withval=$with_opencl; @@ -26269,6 +28529,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26298,6 +28559,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_opencl+set}" = set; then : withval=$with_opencl; else @@ -26318,6 +28583,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26337,6 +28603,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_bzlib+y} then : withval=$with_bzlib; @@ -26348,6 +28616,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26377,6 +28646,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_bzlib+set}" = set; then : withval=$with_bzlib; else @@ -26397,6 +28670,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26416,6 +28690,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_zstd+y} then : withval=$with_zstd; @@ -26427,6 +28703,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26456,6 +28733,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_zstd+set}" = set; then : withval=$with_zstd; else @@ -26475,6 +28756,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Check whether --with-libpng was given. if test "${with_libpng+set}" = set; then : withval=$with_libpng; @@ -26497,6 +28779,8 @@ if test "${with_libpng+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Check whether --with-pdal was given. if test ${with_pdal+y} then : @@ -26514,6 +28798,7 @@ if test "${with_libpng+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -26523,6 +28808,8 @@ if test "${with_libpng+set}" = set; then : ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Check whether --with-libpng was given. if test "${with_libpng+set}" = set; then : withval=$with_libpng; @@ -26533,6 +28820,7 @@ if test "${with_libpng+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -26550,6 +28838,8 @@ if test "${with_libpng+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -26563,6 +28853,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Check whether --with-gdal was given. if test "${with_gdal+set}" = set; then : ======= @@ -26584,6 +28875,8 @@ if test "${with_gdal+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Check whether --with-libpng was given. if test ${with_libpng+y} @@ -26606,6 +28899,7 @@ if test "${with_gdal+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -26615,6 +28909,8 @@ if test "${with_gdal+set}" = set; then : ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Check whether --with-gdal was given. if test "${with_gdal+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -26624,6 +28920,7 @@ if test "${with_gdal+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -26641,6 +28938,8 @@ if test "${with_gdal+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main withval=$with_gdal; fi @@ -26656,6 +28955,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26675,6 +28975,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_liblas+y} then : withval=$with_liblas; @@ -26686,6 +28988,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26715,6 +29018,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_liblas+set}" = set; then : withval=$with_liblas; else @@ -26732,6 +29039,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26751,6 +29059,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Check whether --with-netcdf was given. if test ${with_netcdf+y} @@ -26764,6 +29074,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26793,6 +29104,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Check whether --with-pdal was given. if test "${with_pdal+set}" = set; then : @@ -26825,6 +29140,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26844,6 +29160,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_geos+y} then : withval=$with_geos; @@ -26855,6 +29173,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26884,6 +29203,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "${with_geos+set}" = set; then : withval=$with_geos; else @@ -26903,6 +29226,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -26923,6 +29247,8 @@ if test "${with_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_includes+y} then : ======= @@ -26934,6 +29260,7 @@ if test "${with_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -26968,6 +29295,11 @@ if test "${with_includes+set}" = set; then : if test "${with_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_includes; fi @@ -26983,6 +29315,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -27003,6 +29336,8 @@ if test "${with_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_libs+y} then : ======= @@ -27014,6 +29349,7 @@ if test "${with_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27048,6 +29384,11 @@ if test "${with_libs+set}" = set; then : if test "${with_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_libs; fi @@ -27064,6 +29405,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_zlib_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -27084,6 +29426,8 @@ if test "${with_zlib_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_zlib_includes+y} then : ======= @@ -27095,6 +29439,7 @@ if test "${with_zlib_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_zlib_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27129,6 +29474,11 @@ if test "${with_zlib_includes+set}" = set; then : if test "${with_zlib_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_zlib_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_zlib_includes; fi @@ -27145,6 +29495,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_zlib_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -27165,6 +29516,8 @@ if test "${with_zlib_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_zlib_libs+y} then : ======= @@ -27176,6 +29529,7 @@ if test "${with_zlib_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_zlib_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27210,6 +29564,11 @@ if test "${with_zlib_libs+set}" = set; then : if test "${with_zlib_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_zlib_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_zlib_libs; fi @@ -27227,6 +29586,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_bzlib_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -27247,6 +29607,8 @@ if test "${with_bzlib_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_bzlib_includes+y} then : ======= @@ -27258,6 +29620,7 @@ if test "${with_bzlib_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_bzlib_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27292,6 +29655,11 @@ if test "${with_bzlib_includes+set}" = set; then : if test "${with_bzlib_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_bzlib_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_bzlib_includes; fi @@ -27308,6 +29676,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_bzlib_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -27328,6 +29697,8 @@ if test "${with_bzlib_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_bzlib_libs+y} then : ======= @@ -27339,6 +29710,7 @@ if test "${with_bzlib_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_bzlib_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27373,6 +29745,11 @@ if test "${with_bzlib_libs+set}" = set; then : if test "${with_bzlib_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_bzlib_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_bzlib_libs; fi @@ -27390,6 +29767,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_zstd_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -27410,6 +29788,8 @@ if test "${with_zstd_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_zstd_includes+y} then : ======= @@ -27421,6 +29801,7 @@ if test "${with_zstd_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_zstd_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27455,6 +29836,11 @@ if test "${with_zstd_includes+set}" = set; then : if test "${with_zstd_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_zstd_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_zstd_includes; fi @@ -27471,6 +29857,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_zstd_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -27491,6 +29878,8 @@ if test "${with_zstd_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_zstd_libs+y} then : ======= @@ -27502,6 +29891,7 @@ if test "${with_zstd_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_zstd_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27536,6 +29926,11 @@ if test "${with_zstd_libs+set}" = set; then : if test "${with_zstd_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_zstd_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_zstd_libs; fi @@ -27553,6 +29948,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_readline_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -27573,6 +29969,8 @@ if test "${with_readline_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_readline_includes+y} then : ======= @@ -27584,6 +29982,7 @@ if test "${with_readline_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_readline_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27618,6 +30017,11 @@ if test "${with_readline_includes+set}" = set; then : if test "${with_readline_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_readline_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_readline_includes; fi @@ -27634,6 +30038,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_readline_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -27654,6 +30059,8 @@ if test "${with_readline_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_readline_libs+y} then : ======= @@ -27665,6 +30072,7 @@ if test "${with_readline_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_readline_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27699,6 +30107,11 @@ if test "${with_readline_libs+set}" = set; then : if test "${with_readline_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_readline_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_readline_libs; fi @@ -27716,6 +30129,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_tiff_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -27736,6 +30150,8 @@ if test "${with_tiff_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_tiff_includes+y} then : ======= @@ -27747,6 +30163,7 @@ if test "${with_tiff_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_tiff_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27781,6 +30198,11 @@ if test "${with_tiff_includes+set}" = set; then : if test "${with_tiff_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_tiff_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_tiff_includes; fi @@ -27797,6 +30219,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_tiff_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -27817,6 +30240,8 @@ if test "${with_tiff_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_tiff_libs+y} then : ======= @@ -27828,6 +30253,7 @@ if test "${with_tiff_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_tiff_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27862,6 +30288,11 @@ if test "${with_tiff_libs+set}" = set; then : if test "${with_tiff_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_tiff_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_tiff_libs; fi @@ -27879,6 +30310,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_postgres_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -27899,6 +30331,8 @@ if test "${with_postgres_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_postgres_includes+y} then : ======= @@ -27910,6 +30344,7 @@ if test "${with_postgres_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_postgres_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27944,6 +30379,11 @@ if test "${with_postgres_includes+set}" = set; then : if test "${with_postgres_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_postgres_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_postgres_includes; fi @@ -27960,6 +30400,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_postgres_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -27980,6 +30421,8 @@ if test "${with_postgres_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_postgres_libs+y} then : ======= @@ -27991,6 +30434,7 @@ if test "${with_postgres_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_postgres_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28025,6 +30469,11 @@ if test "${with_postgres_libs+set}" = set; then : if test "${with_postgres_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_postgres_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_postgres_libs; fi @@ -28042,6 +30491,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_mysql_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -28062,6 +30512,8 @@ if test "${with_mysql_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_mysql_includes+y} then : ======= @@ -28073,6 +30525,7 @@ if test "${with_mysql_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_mysql_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28107,6 +30560,11 @@ if test "${with_mysql_includes+set}" = set; then : if test "${with_mysql_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_mysql_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_mysql_includes; fi @@ -28123,6 +30581,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_mysql_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -28143,6 +30602,8 @@ if test "${with_mysql_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_mysql_libs+y} then : ======= @@ -28154,6 +30615,7 @@ if test "${with_mysql_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_mysql_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28188,6 +30650,11 @@ if test "${with_mysql_libs+set}" = set; then : if test "${with_mysql_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_mysql_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_mysql_libs; fi @@ -28205,6 +30672,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_sqlite_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -28225,6 +30693,8 @@ if test "${with_sqlite_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_sqlite_includes+y} then : ======= @@ -28236,6 +30706,7 @@ if test "${with_sqlite_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_sqlite_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28270,6 +30741,11 @@ if test "${with_sqlite_includes+set}" = set; then : if test "${with_sqlite_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_sqlite_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_sqlite_includes; fi @@ -28286,6 +30762,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_sqlite_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -28306,6 +30783,8 @@ if test "${with_sqlite_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_sqlite_libs+y} then : ======= @@ -28317,6 +30796,7 @@ if test "${with_sqlite_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_sqlite_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28351,6 +30831,11 @@ if test "${with_sqlite_libs+set}" = set; then : if test "${with_sqlite_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_sqlite_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_sqlite_libs; fi @@ -28368,6 +30853,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opengl_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -28388,6 +30874,8 @@ if test "${with_opengl_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opengl_includes+y} then : ======= @@ -28399,6 +30887,7 @@ if test "${with_opengl_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_opengl_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28433,6 +30922,11 @@ if test "${with_opengl_includes+set}" = set; then : if test "${with_opengl_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_opengl_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_opengl_includes; fi @@ -28449,6 +30943,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opengl_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -28469,6 +30964,8 @@ if test "${with_opengl_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opengl_libs+y} then : ======= @@ -28480,6 +30977,7 @@ if test "${with_opengl_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_opengl_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28514,6 +31012,11 @@ if test "${with_opengl_libs+set}" = set; then : if test "${with_opengl_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_opengl_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_opengl_libs; fi @@ -28530,6 +31033,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opengl_framework+set}" = set; then : ======= <<<<<<< HEAD @@ -28550,6 +31054,8 @@ if test "${with_opengl_framework+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opengl_framework+y} then : ======= @@ -28561,6 +31067,7 @@ if test "${with_opengl_framework+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_opengl_framework+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28595,6 +31102,11 @@ if test "${with_opengl_framework+set}" = set; then : if test "${with_opengl_framework+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_opengl_framework+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_opengl_framework; fi @@ -28612,6 +31124,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_odbc_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -28632,6 +31145,8 @@ if test "${with_odbc_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_odbc_includes+y} then : ======= @@ -28643,6 +31158,7 @@ if test "${with_odbc_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_odbc_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28677,6 +31193,11 @@ if test "${with_odbc_includes+set}" = set; then : if test "${with_odbc_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_odbc_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_odbc_includes; fi @@ -28693,6 +31214,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_odbc_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -28713,6 +31235,8 @@ if test "${with_odbc_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_odbc_libs+y} then : ======= @@ -28724,6 +31248,7 @@ if test "${with_odbc_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_odbc_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28758,6 +31283,11 @@ if test "${with_odbc_libs+set}" = set; then : if test "${with_odbc_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_odbc_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_odbc_libs; fi @@ -28775,6 +31305,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_fftw_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -28795,6 +31326,8 @@ if test "${with_fftw_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_fftw_includes+y} then : ======= @@ -28806,6 +31339,7 @@ if test "${with_fftw_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_fftw_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28840,6 +31374,11 @@ if test "${with_fftw_includes+set}" = set; then : if test "${with_fftw_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_fftw_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_fftw_includes; fi @@ -28856,6 +31395,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_fftw_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -28876,6 +31416,8 @@ if test "${with_fftw_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_fftw_libs+y} then : ======= @@ -28887,6 +31429,7 @@ if test "${with_fftw_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_fftw_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28921,6 +31464,11 @@ if test "${with_fftw_libs+set}" = set; then : if test "${with_fftw_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_fftw_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_fftw_libs; fi @@ -28938,6 +31486,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_blas_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -28958,6 +31507,8 @@ if test "${with_blas_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_blas_includes+y} then : ======= @@ -28969,6 +31520,7 @@ if test "${with_blas_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_blas_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29003,6 +31555,11 @@ if test "${with_blas_includes+set}" = set; then : if test "${with_blas_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_blas_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_blas_includes; fi @@ -29019,6 +31576,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_blas_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -29039,6 +31597,8 @@ if test "${with_blas_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_blas_libs+y} then : ======= @@ -29050,6 +31610,7 @@ if test "${with_blas_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_blas_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29084,6 +31645,11 @@ if test "${with_blas_libs+set}" = set; then : if test "${with_blas_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_blas_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_blas_libs; fi @@ -29101,6 +31667,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_lapack_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -29121,6 +31688,8 @@ if test "${with_lapack_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_lapack_includes+y} then : ======= @@ -29132,6 +31701,7 @@ if test "${with_lapack_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_lapack_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29166,6 +31736,11 @@ if test "${with_lapack_includes+set}" = set; then : if test "${with_lapack_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_lapack_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_lapack_includes; fi @@ -29182,6 +31757,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_lapack_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -29202,6 +31778,8 @@ if test "${with_lapack_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_lapack_libs+y} then : ======= @@ -29213,6 +31791,7 @@ if test "${with_lapack_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_lapack_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29247,6 +31826,11 @@ if test "${with_lapack_libs+set}" = set; then : if test "${with_lapack_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_lapack_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_lapack_libs; fi @@ -29263,6 +31847,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Check whether --with-cairo-includes was given. if test "${with_cairo_includes+set}" = set; then : ======= @@ -29284,6 +31869,8 @@ if test "${with_cairo_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Check whether --with-libsvm-includes was given. if test ${with_libsvm_includes+y} then : @@ -29316,6 +31903,7 @@ if test "${with_cairo_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -29325,6 +31913,8 @@ if test "${with_cairo_includes+set}" = set; then : ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Check whether --with-cairo-includes was given. if test "${with_cairo_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29334,6 +31924,7 @@ if test "${with_cairo_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -29351,6 +31942,8 @@ if test "${with_cairo_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main withval=$with_cairo_includes; fi @@ -29367,6 +31960,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_cairo_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -29387,6 +31981,8 @@ if test "${with_cairo_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_cairo_libs+y} then : ======= @@ -29398,6 +31994,7 @@ if test "${with_cairo_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_cairo_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29432,6 +32029,11 @@ if test "${with_cairo_libs+set}" = set; then : if test "${with_cairo_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_cairo_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_cairo_libs; fi @@ -29448,6 +32050,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_cairo_ldflags+set}" = set; then : ======= <<<<<<< HEAD @@ -29468,6 +32071,8 @@ if test "${with_cairo_ldflags+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_cairo_ldflags+y} then : ======= @@ -29479,6 +32084,7 @@ if test "${with_cairo_ldflags+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_cairo_ldflags+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29513,6 +32119,11 @@ if test "${with_cairo_ldflags+set}" = set; then : if test "${with_cairo_ldflags+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_cairo_ldflags+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_cairo_ldflags; fi @@ -29530,6 +32141,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_freetype_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -29550,6 +32162,8 @@ if test "${with_freetype_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_freetype_includes+y} then : ======= @@ -29561,6 +32175,7 @@ if test "${with_freetype_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_freetype_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29595,6 +32210,11 @@ if test "${with_freetype_includes+set}" = set; then : if test "${with_freetype_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_freetype_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_freetype_includes; fi @@ -29611,6 +32231,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_freetype_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -29631,6 +32252,8 @@ if test "${with_freetype_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_freetype_libs+y} then : ======= @@ -29642,6 +32265,7 @@ if test "${with_freetype_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_freetype_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29676,6 +32300,11 @@ if test "${with_freetype_libs+set}" = set; then : if test "${with_freetype_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_freetype_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_freetype_libs; fi @@ -29693,6 +32322,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_proj_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -29713,6 +32343,8 @@ if test "${with_proj_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_proj_includes+y} then : ======= @@ -29724,6 +32356,7 @@ if test "${with_proj_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_proj_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29758,6 +32391,11 @@ if test "${with_proj_includes+set}" = set; then : if test "${with_proj_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_proj_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_proj_includes; fi @@ -29774,6 +32412,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_proj_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -29794,6 +32433,8 @@ if test "${with_proj_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_proj_libs+y} then : ======= @@ -29805,6 +32446,7 @@ if test "${with_proj_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_proj_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29839,6 +32481,11 @@ if test "${with_proj_libs+set}" = set; then : if test "${with_proj_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_proj_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_proj_libs; fi @@ -29855,6 +32502,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_proj_share+set}" = set; then : ======= <<<<<<< HEAD @@ -29875,6 +32523,8 @@ if test "${with_proj_share+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_proj_share+y} then : ======= @@ -29886,6 +32536,7 @@ if test "${with_proj_share+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_proj_share+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29920,6 +32571,11 @@ if test "${with_proj_share+set}" = set; then : if test "${with_proj_share+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_proj_share+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_proj_share; fi @@ -29937,6 +32593,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opendwg_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -29957,6 +32614,8 @@ if test "${with_opendwg_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opendwg_includes+y} then : ======= @@ -29968,6 +32627,7 @@ if test "${with_opendwg_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_opendwg_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30002,6 +32662,11 @@ if test "${with_opendwg_includes+set}" = set; then : if test "${with_opendwg_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_opendwg_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_opendwg_includes; fi @@ -30018,6 +32683,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opendwg_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -30038,6 +32704,8 @@ if test "${with_opendwg_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opendwg_libs+y} then : ======= @@ -30049,6 +32717,7 @@ if test "${with_opendwg_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_opendwg_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30083,6 +32752,11 @@ if test "${with_opendwg_libs+set}" = set; then : if test "${with_opendwg_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_opendwg_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_opendwg_libs; fi @@ -30100,6 +32774,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_regex_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -30120,6 +32795,8 @@ if test "${with_regex_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_regex_includes+y} then : ======= @@ -30131,6 +32808,7 @@ if test "${with_regex_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_regex_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30165,6 +32843,11 @@ if test "${with_regex_includes+set}" = set; then : if test "${with_regex_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_regex_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_regex_includes; fi @@ -30181,6 +32864,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_regex_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -30201,6 +32885,8 @@ if test "${with_regex_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_regex_libs+y} then : ======= @@ -30212,6 +32898,7 @@ if test "${with_regex_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_regex_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30246,6 +32933,11 @@ if test "${with_regex_libs+set}" = set; then : if test "${with_regex_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_regex_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_regex_libs; fi @@ -30263,6 +32955,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_pthread_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -30283,6 +32976,8 @@ if test "${with_pthread_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_pthread_includes+y} then : ======= @@ -30294,6 +32989,7 @@ if test "${with_pthread_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_pthread_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30328,6 +33024,11 @@ if test "${with_pthread_includes+set}" = set; then : if test "${with_pthread_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_pthread_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_pthread_includes; fi @@ -30344,6 +33045,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_pthread_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -30364,6 +33066,8 @@ if test "${with_pthread_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_pthread_libs+y} then : ======= @@ -30375,6 +33079,7 @@ if test "${with_pthread_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_pthread_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30409,6 +33114,11 @@ if test "${with_pthread_libs+set}" = set; then : if test "${with_pthread_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_pthread_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_pthread_libs; fi @@ -30426,6 +33136,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_openmp_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -30446,6 +33157,8 @@ if test "${with_openmp_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_openmp_includes+y} then : ======= @@ -30457,6 +33170,7 @@ if test "${with_openmp_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_openmp_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30491,6 +33205,11 @@ if test "${with_openmp_includes+set}" = set; then : if test "${with_openmp_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_openmp_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_openmp_includes; fi @@ -30507,6 +33226,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_openmp_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -30527,6 +33247,8 @@ if test "${with_openmp_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_openmp_libs+y} then : ======= @@ -30538,6 +33260,7 @@ if test "${with_openmp_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_openmp_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30572,6 +33295,11 @@ if test "${with_openmp_libs+set}" = set; then : if test "${with_openmp_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_openmp_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_openmp_libs; fi @@ -30589,6 +33317,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opencl_includes+set}" = set; then : ======= <<<<<<< HEAD @@ -30609,6 +33338,8 @@ if test "${with_opencl_includes+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opencl_includes+y} then : ======= @@ -30620,6 +33351,7 @@ if test "${with_opencl_includes+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_opencl_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30654,6 +33386,11 @@ if test "${with_opencl_includes+set}" = set; then : if test "${with_opencl_includes+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_opencl_includes+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_opencl_includes; fi @@ -30670,6 +33407,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${with_opencl_libs+set}" = set; then : ======= <<<<<<< HEAD @@ -30690,6 +33428,8 @@ if test "${with_opencl_libs+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${with_opencl_libs+y} then : ======= @@ -30701,6 +33441,7 @@ if test "${with_opencl_libs+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${with_opencl_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30735,6 +33476,11 @@ if test "${with_opencl_libs+set}" = set; then : if test "${with_opencl_libs+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${with_opencl_libs+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main withval=$with_opencl_libs; fi @@ -30758,6 +33504,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for additional include dirs" >&5 $as_echo_n "checking for additional include dirs... " >&6; } ======= @@ -30779,6 +33526,8 @@ $as_echo_n "checking for additional include dirs... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for additional include dirs" >&5 printf %s "checking for additional include dirs... " >&6; } ======= @@ -30791,6 +33540,7 @@ $as_echo_n "checking for additional include dirs... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30800,6 +33550,8 @@ $as_echo_n "checking for additional include dirs... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for additional include dirs" >&5 $as_echo_n "checking for additional include dirs... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30809,6 +33561,7 @@ $as_echo_n "checking for additional include dirs... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -30826,6 +33579,8 @@ $as_echo_n "checking for additional include dirs... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to list --with-includes." "$LINENO" 5 @@ -30840,6 +33595,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_includes" >&5 $as_echo "$with_includes" >&6; } ======= @@ -30861,6 +33617,8 @@ $as_echo "$with_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_includes" >&5 printf "%s\n" "$with_includes" >&6; } ======= @@ -30873,6 +33631,7 @@ $as_echo "$with_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30882,6 +33641,8 @@ $as_echo "$with_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_includes" >&5 $as_echo "$with_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30891,6 +33652,7 @@ $as_echo "$with_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -30908,6 +33670,8 @@ $as_echo "$with_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_includes"; then for dir in $with_includes; do @@ -30932,6 +33696,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for additional library dirs" >&5 $as_echo_n "checking for additional library dirs... " >&6; } ======= @@ -30953,6 +33718,8 @@ $as_echo_n "checking for additional library dirs... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for additional library dirs" >&5 printf %s "checking for additional library dirs... " >&6; } ======= @@ -30965,6 +33732,7 @@ $as_echo_n "checking for additional library dirs... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30974,6 +33742,8 @@ $as_echo_n "checking for additional library dirs... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for additional library dirs" >&5 $as_echo_n "checking for additional library dirs... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30983,6 +33753,7 @@ $as_echo_n "checking for additional library dirs... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -31000,6 +33771,8 @@ $as_echo_n "checking for additional library dirs... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory list to --with-libs." "$LINENO" 5 @@ -31014,6 +33787,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_libs" >&5 $as_echo "$with_libs" >&6; } ======= @@ -31035,6 +33809,8 @@ $as_echo "$with_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_libs" >&5 printf "%s\n" "$with_libs" >&6; } ======= @@ -31047,6 +33823,7 @@ $as_echo "$with_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31056,6 +33833,8 @@ $as_echo "$with_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_libs" >&5 $as_echo "$with_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31065,6 +33844,7 @@ $as_echo "$with_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -31082,6 +33862,8 @@ $as_echo "$with_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_libs"; then for dir in $with_libs; do @@ -31121,6 +33903,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } ======= @@ -31142,6 +33925,8 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 printf %s "checking for a BSD-compatible install... " >&6; } ======= @@ -31154,6 +33939,7 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31163,6 +33949,8 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31172,6 +33960,7 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -31189,6 +33978,8 @@ $as_echo_n "checking for a BSD-compatible install... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -z "$INSTALL"; then as_save_IFS=$IFS; IFS=$PATH_SEPARATOR @@ -31204,6 +33995,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31223,6 +34015,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -31238,6 +34032,7 @@ case $as_dir in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31267,6 +34062,10 @@ case $as_dir in #(( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( @@ -31280,6 +34079,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31322,6 +34122,11 @@ case $as_dir/ in #(( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; @@ -31339,6 +34144,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && @@ -31366,6 +34172,8 @@ case $as_dir/ in #(( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then @@ -31388,6 +34196,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31396,6 +34205,8 @@ case $as_dir/ in #(( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && @@ -31411,6 +34222,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -31428,6 +34240,8 @@ case $as_dir/ in #(( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # program-specific install script used by HP pwplus--don't use. : else @@ -31443,6 +34257,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && ======= @@ -31464,6 +34279,8 @@ case $as_dir/ in #(( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && ======= if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && @@ -31474,6 +34291,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31508,6 +34326,11 @@ case $as_dir/ in #(( if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two @@ -31520,6 +34343,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" ======= @@ -31541,6 +34365,8 @@ case $as_dir/ in #(( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" ======= ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" @@ -31551,6 +34377,7 @@ case $as_dir/ in #(( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31585,6 +34412,11 @@ case $as_dir/ in #(( ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 3 fi fi @@ -31601,6 +34433,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -31623,6 +34456,10 @@ esac ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main done @@ -31634,6 +34471,7 @@ rm -rf conftest.one conftest.two conftest.dir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if test "${ac_cv_path_install+set}" = set; then ======= @@ -31716,6 +34554,8 @@ rm -rf conftest.one conftest.two conftest.dir ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main if test ${ac_cv_path_install+y}; then ======= @@ -31727,13 +34567,19 @@ rm -rf conftest.one conftest.two conftest.dir if test "${ac_cv_path_install+set}" = set; then >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +======= +>>>>>>> osgeo-main ======= if test "${ac_cv_path_install+set}" = set; then >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a @@ -31752,6 +34598,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } ======= @@ -31773,6 +34620,8 @@ $as_echo "$INSTALL" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 printf "%s\n" "$INSTALL" >&6; } ======= @@ -31785,6 +34634,7 @@ $as_echo "$INSTALL" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31794,6 +34644,8 @@ $as_echo "$INSTALL" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31803,6 +34655,7 @@ $as_echo "$INSTALL" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -31820,6 +34673,8 @@ $as_echo "$INSTALL" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -31843,6 +34698,7 @@ set dummy $ac_prog; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -31864,6 +34720,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -31876,6 +34734,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31885,6 +34744,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31894,6 +34755,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -31911,6 +34773,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$LEX"; then ac_cv_prog_LEX="$LEX" # Let the user override the test. @@ -31928,6 +34792,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31947,6 +34812,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -31963,6 +34830,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31992,6 +34860,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -32006,6 +34878,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32048,6 +34921,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -32062,6 +34940,7 @@ IFS=$as_save_IFS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD fi LEX=$ac_cv_prog_LEX @@ -32174,6 +35053,8 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi LEX=$ac_cv_prog_LEX @@ -32418,6 +35299,7 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32427,6 +35309,8 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= fi LEX=$ac_cv_prog_LEX @@ -32527,6 +35411,7 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32544,6 +35429,8 @@ $as_echo_n "checking whether yytext is a pointer... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # POSIX says lex can declare yytext either as a pointer or an array; the # default is implementation-dependent. Figure out which it is, since @@ -32558,6 +35445,7 @@ ac_cv_prog_lex_yytext_pointer=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_save_LIBS=$LIBS LIBS="$LEXLIB $ac_save_LIBS" ======= @@ -32580,6 +35468,8 @@ LIBS="$LEXLIB $ac_save_LIBS" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_save_LIBS=$LIBS LIBS="$LEXLIB $ac_save_LIBS" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32589,6 +35479,7 @@ LIBS="$LEXLIB $ac_save_LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32598,6 +35489,8 @@ LIBS="$LEXLIB $ac_save_LIBS" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_save_LIBS=$LIBS LIBS="$LEXLIB $ac_save_LIBS" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -32607,6 +35500,7 @@ LIBS="$LEXLIB $ac_save_LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32624,6 +35518,8 @@ LIBS="$LEXLIB $ac_save_LIBS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -32639,6 +35535,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32658,6 +35555,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_cv_prog_lex_yytext_pointer=yes @@ -32678,6 +35577,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32707,6 +35607,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : ac_cv_prog_lex_yytext_pointer=yes fi @@ -32728,6 +35632,7 @@ $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32770,6 +35675,11 @@ $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi rm -f conftest.l $LEX_OUTPUT_ROOT.c @@ -32784,6 +35694,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32803,6 +35714,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$LEX" = "x:"; then as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 elif test "$LEX" = "lex"; then @@ -32817,6 +35730,7 @@ printf %s "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32846,6 +35760,10 @@ printf %s "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "$LEX" = "lex"; then # Extract the first word of "lex", so it can be a program name with args. set dummy lex; ac_word=$2 @@ -32860,6 +35778,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32902,6 +35821,11 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case $LEXPATH in [\\/]* | ?:[\\/]*) @@ -32921,6 +35845,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32940,6 +35865,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -32956,6 +35883,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32985,6 +35913,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -32999,6 +35931,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33041,6 +35974,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -33060,6 +35998,7 @@ if test -n "$LEXPATH"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEXPATH" >&5 $as_echo "$LEXPATH" >&6; } @@ -33085,6 +36024,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LEXPATH" >&5 printf "%s\n" "$LEXPATH" >&6; } else @@ -33103,6 +36044,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33111,6 +36053,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEXPATH" >&5 $as_echo "$LEXPATH" >&6; } @@ -33124,6 +36068,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -33141,6 +36086,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -33153,6 +36100,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 ======= @@ -33174,6 +36122,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 ======= as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 @@ -33184,6 +36134,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -33218,6 +36169,11 @@ fi as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + as_fn_error $? "*** Unable to locate lex." "$LINENO" 5 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi fi @@ -33234,6 +36190,7 @@ set dummy $ac_prog; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -33255,6 +36212,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -33267,6 +36226,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33276,6 +36236,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -33285,6 +36247,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -33302,6 +36265,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$YACC"; then ac_cv_prog_YACC="$YACC" # Let the user override the test. @@ -33319,6 +36284,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33338,6 +36304,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -33354,6 +36322,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33383,6 +36352,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -33397,6 +36370,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33439,6 +36413,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -33456,6 +36435,7 @@ if test -n "$YACC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 $as_echo "$YACC" >&6; } @@ -33481,6 +36461,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 printf "%s\n" "$YACC" >&6; } else @@ -33499,6 +36481,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33507,6 +36490,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5 $as_echo "$YACC" >&6; } @@ -33520,6 +36505,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -33537,6 +36523,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -33556,6 +36544,7 @@ set dummy yacc; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -33577,6 +36566,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -33589,6 +36580,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33598,6 +36590,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -33607,6 +36601,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -33624,6 +36619,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $YACCPATH in [\\/]* | ?:[\\/]*) @@ -33643,6 +36640,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33662,6 +36660,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -33678,6 +36678,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33707,6 +36708,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -33721,6 +36726,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33763,6 +36769,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -33782,6 +36793,7 @@ if test -n "$YACCPATH"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACCPATH" >&5 $as_echo "$YACCPATH" >&6; } @@ -33807,6 +36819,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $YACCPATH" >&5 printf "%s\n" "$YACCPATH" >&6; } else @@ -33825,6 +36839,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33833,6 +36848,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACCPATH" >&5 $as_echo "$YACCPATH" >&6; } @@ -33846,6 +36863,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -33863,6 +36881,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -33883,6 +36903,7 @@ set dummy ${ac_tool_prefix}ranlib; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -33904,6 +36925,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -33916,6 +36939,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33925,6 +36949,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -33934,6 +36960,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -33951,6 +36978,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -33968,6 +36997,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33987,6 +37017,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -34003,6 +37035,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34032,6 +37065,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -34046,6 +37083,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34088,6 +37126,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -34105,6 +37148,7 @@ if test -n "$RANLIB"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } @@ -34130,6 +37174,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 printf "%s\n" "$RANLIB" >&6; } else @@ -34148,6 +37194,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34156,6 +37203,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } @@ -34169,6 +37218,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -34186,6 +37236,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -34203,6 +37255,7 @@ set dummy ranlib; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -34224,6 +37277,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -34236,6 +37291,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34245,6 +37301,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -34254,6 +37312,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -34271,6 +37330,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -34288,6 +37349,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34307,6 +37369,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -34323,6 +37387,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34352,6 +37417,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -34366,6 +37435,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34408,6 +37478,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -34426,6 +37501,7 @@ if test -n "$ac_ct_RANLIB"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34445,6 +37521,8 @@ if test -n "$ac_ct_RANLIB"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 printf "%s\n" "$ac_ct_RANLIB" >&6; } else @@ -34457,6 +37535,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34486,6 +37565,10 @@ printf "%s\n" "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else @@ -34500,6 +37583,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34542,6 +37626,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi if test "x$ac_ct_RANLIB" = x; then @@ -34558,6 +37647,7 @@ yes:) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ======= @@ -34579,6 +37669,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ======= @@ -34591,6 +37683,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34600,6 +37693,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -34609,6 +37704,7 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -34626,6 +37722,8 @@ $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB @@ -34647,6 +37745,7 @@ set dummy $ac_prog; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -34668,6 +37767,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -34680,6 +37781,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34689,6 +37791,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -34698,6 +37802,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -34715,6 +37820,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. @@ -34732,6 +37839,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34751,6 +37859,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -34767,6 +37877,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34796,6 +37907,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -34810,6 +37925,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34852,6 +37968,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -34869,6 +37990,7 @@ if test -n "$AR"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } @@ -34894,6 +38016,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 printf "%s\n" "$AR" >&6; } else @@ -34912,6 +38036,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34920,6 +38045,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } @@ -34933,6 +38060,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -34950,6 +38078,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -34969,6 +38099,7 @@ set dummy $ac_prog; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -34990,6 +38121,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -35002,6 +38135,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35011,6 +38145,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -35020,6 +38156,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -35037,6 +38174,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$ENV"; then ac_cv_prog_ENV="$ENV" # Let the user override the test. @@ -35054,6 +38193,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -35073,6 +38213,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -35089,6 +38231,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -35118,6 +38261,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -35132,6 +38279,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35174,6 +38322,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -35191,6 +38344,7 @@ if test -n "$ENV"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENV" >&5 $as_echo "$ENV" >&6; } @@ -35216,6 +38370,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ENV" >&5 printf "%s\n" "$ENV" >&6; } else @@ -35234,6 +38390,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35242,6 +38399,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENV" >&5 $as_echo "$ENV" >&6; } @@ -35255,6 +38414,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -35272,6 +38432,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -35289,6 +38451,7 @@ set dummy perl; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -35310,6 +38473,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -35322,6 +38487,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35331,6 +38497,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -35340,6 +38508,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -35357,6 +38526,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $PERL in [\\/]* | ?:[\\/]*) @@ -35376,6 +38547,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -35395,6 +38567,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -35411,6 +38585,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -35440,6 +38615,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -35454,6 +38633,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35496,6 +38676,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -35515,6 +38700,7 @@ if test -n "$PERL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5 $as_echo "$PERL" >&6; } @@ -35543,6 +38729,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5 printf "%s\n" "$PERL" >&6; } else @@ -35716,6 +38904,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35724,6 +38913,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5 $as_echo "$PERL" >&6; } @@ -35740,6 +38931,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -35757,6 +38949,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -35771,6 +38965,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } ======= @@ -35792,6 +38987,8 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 printf %s "checking how to run the C preprocessor... " >&6; } ======= @@ -35804,6 +39001,7 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35813,6 +39011,8 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -35822,6 +39022,7 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -35839,6 +39040,8 @@ $as_echo_n "checking how to run the C preprocessor... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -35853,6 +39056,7 @@ if test -z "$CPP"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -35875,6 +39079,8 @@ if test -z "$CPP"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Double quotes because $CC needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" cpp /lib/cpp ======= @@ -35887,6 +39093,7 @@ if test -z "$CPP"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35895,6 +39102,8 @@ if test -z "$CPP"; then >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -35905,6 +39114,7 @@ if test -z "$CPP"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -35922,6 +39132,8 @@ if test -z "$CPP"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -35936,6 +39148,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. @@ -35958,6 +39171,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. @@ -35968,6 +39183,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35976,6 +39192,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. @@ -35986,6 +39204,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -36003,6 +39222,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -36016,6 +39237,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #ifdef __STDC__ # include #else @@ -36050,6 +39272,8 @@ rm -f conftest.err conftest.i conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include Syntax error _ACEOF @@ -36074,6 +39298,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Broken: fails on valid input. continue @@ -36121,6 +39346,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Broken: fails on valid input. continue fi @@ -36138,6 +39365,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -36154,6 +39382,8 @@ if ac_fn_c_try_cpp "$LINENO"; then : >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_cpp "$LINENO" then : >>>>>>> osgeo-main @@ -36328,6 +39558,37 @@ break _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : +else + # Broken: fails on valid input. +continue +fi +rm -f conftest.err conftest.i conftest.$ac_ext + + # OK, works on sane cases. Now check whether nonexistent headers + # can be detected and how. + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +_ACEOF +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +if ac_fn_c_try_cpp "$LINENO"; then : + # Broken: success on invalid input. +continue +else + # Passes both tests. +ac_preproc_ok=: +break +======= +#ifdef __STDC__ +# include +#else +# include +#endif + Syntax error +_ACEOF +if ac_fn_c_try_cpp "$LINENO"; then : + else # Broken: fails on valid input. continue @@ -36697,6 +39958,7 @@ fi done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext +<<<<<<< HEAD if $ac_preproc_ok; then : break fi @@ -37418,6 +40680,8 @@ rm -f conftest.i conftest.err conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if $ac_preproc_ok then : break @@ -37681,6 +40945,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -37705,6 +40970,9 @@ _ACEOF ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main fi done @@ -37718,6 +40986,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_header in sys/ioctl.h sys/mtio.h sys/resource.h sys/time.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -37740,6 +41009,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in limits.h termio.h termios.h unistd.h values.h f2c.h g2c.h do : @@ -37757,6 +41028,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -37770,6 +41042,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi done @@ -37781,6 +41055,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_header in sys/timeb.h sys/types.h sys/utsname.h ======= <<<<<<< HEAD @@ -37796,6 +41071,8 @@ for ac_header in sys/timeb.h sys/types.h sys/utsname.h >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in libintl.h iconv.h ======= for ac_header in sys/ioctl.h sys/mtio.h sys/resource.h sys/time.h @@ -37806,6 +41083,7 @@ for ac_header in sys/ioctl.h sys/mtio.h sys/resource.h sys/time.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -37819,6 +41097,8 @@ for ac_header in sys/ioctl.h sys/mtio.h sys/resource.h sys/time.h >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @@ -37838,6 +41118,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_header in libintl.h iconv.h ======= <<<<<<< HEAD @@ -37853,6 +41134,8 @@ for ac_header in libintl.h iconv.h >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in langinfo.h do : ac_fn_c_check_header_mongrel "$LINENO" "langinfo.h" "ac_cv_header_langinfo_h" "$ac_includes_default" @@ -37867,6 +41150,7 @@ for ac_header in sys/timeb.h sys/types.h sys/utsname.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -37880,6 +41164,8 @@ for ac_header in sys/timeb.h sys/types.h sys/utsname.h >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @@ -37893,6 +41179,7 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -37914,6 +41201,9 @@ if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _ACEOF fi @@ -37927,6 +41217,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_header in langinfo.h do : ac_fn_c_check_header_mongrel "$LINENO" "langinfo.h" "ac_cv_header_langinfo_h" "$ac_includes_default" @@ -37949,6 +41240,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } @@ -37957,6 +41250,7 @@ $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37969,6 +41263,8 @@ $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in libintl.h iconv.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -37996,6 +41292,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -38009,6 +41306,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi done @@ -38025,6 +41324,7 @@ $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -38050,6 +41350,9 @@ $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include @@ -38111,6 +41414,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38153,6 +41457,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_type_uid_t=no fi rm -rf conftest* @@ -38166,6 +41475,7 @@ rm -rf conftest* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 $as_echo "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then @@ -38189,6 +41499,8 @@ if test $ac_cv_type_uid_t = no; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 printf "%s\n" "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then @@ -38208,6 +41520,7 @@ if test $ac_cv_type_uid_t = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38217,6 +41530,8 @@ if test $ac_cv_type_uid_t = no; then ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5 $as_echo "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then @@ -38228,6 +41543,7 @@ if test $ac_cv_type_uid_t = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -38245,6 +41561,8 @@ if test $ac_cv_type_uid_t = no; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main $as_echo "#define uid_t int" >>confdefs.h @@ -38258,6 +41576,7 @@ $as_echo "#define gid_t int" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38300,6 +41619,11 @@ $as_echo "#define gid_t int" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -38319,6 +41643,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38338,6 +41663,8 @@ esac >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "ftime" "ac_cv_func_ftime" if test "x$ac_cv_func_ftime" = xyes then : @@ -38367,6 +41694,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -38396,6 +41724,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_func in ftime gethostname gettimeofday lseek nice time uname do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` @@ -38413,6 +41745,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -38432,6 +41765,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -38447,6 +41782,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38481,6 +41817,11 @@ then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi ac_fn_c_check_func "$LINENO" "time" "ac_cv_func_time" if test "x$ac_cv_func_time" = xyes @@ -38504,6 +41845,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -38523,6 +41865,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -38538,6 +41882,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38572,6 +41917,11 @@ then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi ac_fn_c_check_func "$LINENO" "seteuid" "ac_cv_func_seteuid" @@ -38595,6 +41945,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -38614,6 +41965,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -38629,6 +41982,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38663,6 +42017,11 @@ then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi ac_fn_c_check_func "$LINENO" "setreuid" "ac_cv_func_setreuid" if test "x$ac_cv_func_setreuid" = xyes @@ -38686,6 +42045,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -38705,6 +42065,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -38720,6 +42082,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38754,6 +42117,11 @@ then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi ac_fn_c_check_func "$LINENO" "drand48" "ac_cv_func_drand48" @@ -38797,6 +42165,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -38816,6 +42185,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fi @@ -38881,6 +42252,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -38906,6 +42278,10 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + +>>>>>>> osgeo-main fi done @@ -38942,6 +42318,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -38967,6 +42344,9 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi @@ -38985,6 +42365,7 @@ $as_echo "#define SETPGRP_VOID 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39027,6 +42408,11 @@ $as_echo "#define SETPGRP_VOID 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -39044,6 +42430,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 $as_echo_n "checking for long long int... " >&6; } ======= @@ -39065,6 +42452,8 @@ $as_echo_n "checking for long long int... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 printf %s "checking for long long int... " >&6; } ======= @@ -39077,6 +42466,7 @@ $as_echo_n "checking for long long int... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39086,6 +42476,8 @@ $as_echo_n "checking for long long int... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long int" >&5 $as_echo_n "checking for long long int... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -39095,6 +42487,7 @@ $as_echo_n "checking for long long int... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -39112,6 +42505,8 @@ $as_echo_n "checking for long long int... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -39125,6 +42520,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -39145,6 +42541,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -39155,6 +42553,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -39189,6 +42588,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { long long int x; ; @@ -39204,6 +42608,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39223,6 +42628,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -39249,6 +42656,7 @@ printf %s "checking for int64_t... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -39278,6 +42686,10 @@ printf %s "checking for int64_t... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -39305,6 +42717,7 @@ $as_echo_n "checking for int64_t... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39347,6 +42760,11 @@ $as_echo_n "checking for int64_t... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include @@ -39360,6 +42778,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -39380,6 +42799,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -39390,6 +42811,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -39424,6 +42846,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int64_t x; ; @@ -39439,6 +42866,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39458,6 +42886,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -39487,6 +42917,7 @@ printf "%s\n" "\"$enable_w11\"" >&6; } ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -39516,6 +42947,10 @@ printf "%s\n" "\"$enable_w11\"" >&6; } ;; ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -39546,6 +42981,7 @@ $as_echo "\"$enable_w11\"" >&6; } ;; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39588,6 +43024,11 @@ $as_echo "\"$enable_w11\"" >&6; } ;; ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *) as_fn_error $? "*** You must answer yes or no." "$LINENO" 5 ;; esac @@ -39616,6 +43057,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 $as_echo_n "checking for X... " >&6; } @@ -39642,6 +43084,8 @@ if test "${with_x+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for X" >&5 printf %s "checking for X... " >&6; } @@ -39663,6 +43107,7 @@ if test "${with_x+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39671,6 +43116,8 @@ if test "${with_x+set}" = set; then : >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5 $as_echo_n "checking for X... " >&6; } @@ -39685,6 +43132,7 @@ if test "${with_x+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -39702,6 +43150,8 @@ if test "${with_x+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main withval=$with_x; fi @@ -39723,6 +43173,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_x_includes=no ac_x_libraries=no rm -f -r conftest.dir ======= @@ -39744,6 +43195,8 @@ rm -f -r conftest.dir >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_x_includes=no ac_x_libraries=no # Do we need to do anything special at all? @@ -39784,6 +43237,7 @@ rm -f -r conftest.dir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39793,6 +43247,8 @@ rm -f -r conftest.dir ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_x_includes=no ac_x_libraries=no rm -f -r conftest.dir >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -39802,6 +43258,7 @@ rm -f -r conftest.dir <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -39819,6 +43276,8 @@ rm -f -r conftest.dir >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if mkdir conftest.dir; then cd conftest.dir cat >Imakefile <<'_ACEOF' @@ -39866,6 +43325,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Standard set of common directories for X headers. ======= <<<<<<< HEAD @@ -39886,6 +43346,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Standard set of common directories for X headers. ======= # Standard set of common directories for X headers. @@ -39896,6 +43358,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Standard set of common directories for X headers. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -39930,6 +43393,11 @@ fi # Standard set of common directories for X headers. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +# Standard set of common directories for X headers. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Check X11 before X11Rn because it is often a symlink to the current release. ac_x_header_dirs=' /usr/X11/include @@ -39965,6 +43433,7 @@ ac_x_header_dirs=' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39984,6 +43453,8 @@ ac_x_header_dirs=' >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /opt/X11/include ======= @@ -39994,6 +43465,7 @@ ac_x_header_dirs=' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -40023,6 +43495,10 @@ ac_x_header_dirs=' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /usr/X386/include /usr/x386/include /usr/XFree86/include/X11 @@ -40053,6 +43529,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -40072,6 +43549,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_cpp "$LINENO" then : # We can compile using X headers with no special include directory. @@ -40084,6 +43563,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -40113,6 +43593,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_cpp "$LINENO"; then : # We can compile using X headers with no special include directory. ac_x_includes= @@ -40126,6 +43610,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40168,6 +43653,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_dir in $ac_x_header_dirs; do if test -r "$ac_dir/X11/Xlib.h"; then ac_x_includes=$ac_dir @@ -40197,6 +43687,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -40217,6 +43708,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -40227,6 +43720,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -40261,6 +43755,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { XrmInitialize () ; @@ -40276,6 +43775,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -40295,6 +43795,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : LIBS=$ac_save_LIBS @@ -40310,6 +43812,7 @@ for ac_dir in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -40339,6 +43842,10 @@ for ac_dir in `printf "%s\n" "$ac_x_includes $ac_x_header_dirs" | sed s/include/ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : LIBS=$ac_save_LIBS # We can link X programs with no special library path. @@ -40355,6 +43862,7 @@ for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40397,6 +43905,11 @@ for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main do # Don't even attempt the hair of trying to link an X program! for ac_extension in a so sl dylib la dll; do @@ -40416,6 +43929,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = no @@ -40439,6 +43953,8 @@ fi # $ac_x_libraries = no >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = no @@ -40465,6 +43981,7 @@ fi # $ac_x_libraries = no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40474,6 +43991,8 @@ fi # $ac_x_libraries = no ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi # $ac_x_libraries = no @@ -40485,6 +44004,7 @@ fi # $ac_x_libraries = no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -40502,6 +44022,8 @@ fi # $ac_x_libraries = no >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_x_includes,$ac_x_libraries in #( no,* | *,no | *\'*) # Didn't find X, or a directory has "'" in its name. @@ -40520,6 +44042,7 @@ case $ac_x_includes,$ac_x_libraries in #( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40562,6 +44085,11 @@ case $ac_x_includes,$ac_x_libraries in #( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main esac ;; #( *) have_x=yes;; @@ -40578,6 +44106,7 @@ if test "$have_x" != yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 $as_echo "$have_x" >&6; } @@ -40600,6 +44129,8 @@ $as_echo "$have_x" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 printf "%s\n" "$have_x" >&6; } ======= @@ -40612,6 +44143,7 @@ $as_echo "$have_x" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40620,6 +44152,8 @@ $as_echo "$have_x" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5 $as_echo "$have_x" >&6; } @@ -40630,6 +44164,7 @@ $as_echo "$have_x" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -40647,6 +44182,8 @@ $as_echo "$have_x" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main no_x=yes else # If each of the values was on the command line, it overrides each guess. @@ -40664,6 +44201,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 $as_echo "libraries $x_libraries, headers $x_includes" >&6; } @@ -40686,6 +44224,8 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 printf "%s\n" "libraries $x_libraries, headers $x_includes" >&6; } ======= @@ -40698,6 +44238,7 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40706,6 +44247,8 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5 $as_echo "libraries $x_libraries, headers $x_includes" >&6; } @@ -40716,6 +44259,7 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -40733,6 +44277,8 @@ $as_echo "libraries $x_libraries, headers $x_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi if test "$no_x" = yes; then @@ -40747,6 +44293,7 @@ if test "$no_x" = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h ======= <<<<<<< HEAD @@ -40767,6 +44314,8 @@ $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define X_DISPLAY_MISSING 1" >>confdefs.h ======= $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h @@ -40777,6 +44326,7 @@ $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -40811,6 +44361,11 @@ $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS= else @@ -40831,6 +44386,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 $as_echo_n "checking whether -R must be followed by a space... " >&6; } @@ -40853,6 +44409,8 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 printf %s "checking whether -R must be followed by a space... " >&6; } ======= @@ -40865,6 +44423,7 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40873,6 +44432,8 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5 $as_echo_n "checking whether -R must be followed by a space... " >&6; } @@ -40883,6 +44444,7 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -40900,6 +44462,8 @@ $as_echo_n "checking whether -R must be followed by a space... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" ac_xsave_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -40916,6 +44480,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -40936,6 +44501,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -40946,6 +44513,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -40980,6 +44548,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -40995,6 +44568,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41014,6 +44588,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 @@ -41027,6 +44603,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41056,6 +44633,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -41070,6 +44651,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41112,6 +44694,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LIBS="$ac_xsave_LIBS -R $x_libraries" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -41126,6 +44713,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -41146,6 +44734,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -41156,6 +44746,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -41190,6 +44781,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { ; @@ -41205,6 +44801,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -41228,6 +44825,8 @@ $as_echo "yes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 @@ -41252,6 +44851,7 @@ $as_echo "yes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -41261,6 +44861,8 @@ $as_echo "yes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } @@ -41272,6 +44874,7 @@ $as_echo "yes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -41289,6 +44892,8 @@ $as_echo "yes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5 $as_echo "neither works" >&6; } @@ -41306,6 +44911,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41348,6 +44954,11 @@ rm -f core conftest.err conftest.$ac_objext \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext ac_c_werror_flag=$ac_xsave_c_werror_flag LIBS=$ac_xsave_LIBS @@ -41379,6 +44990,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41398,6 +45010,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char XOpenDisplay (); int main (void) @@ -41408,6 +45022,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41437,6 +45052,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -41452,6 +45071,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41494,6 +45114,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return XOpenDisplay (); ; @@ -41509,6 +45134,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41528,6 +45154,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -41541,6 +45169,7 @@ printf %s "checking for dnet_ntoa in -ldnet... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41570,6 +45199,10 @@ printf %s "checking for dnet_ntoa in -ldnet... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : else @@ -41584,6 +45217,7 @@ $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41626,6 +45260,11 @@ $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" @@ -41644,6 +45283,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41663,6 +45303,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char dnet_ntoa (); int main (void) @@ -41673,6 +45315,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -41702,6 +45345,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -41717,6 +45364,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41759,6 +45407,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return dnet_ntoa (); ; @@ -41774,6 +45427,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dnet_dnet_ntoa=yes else @@ -41798,6 +45452,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dnet_dnet_ntoa=yes @@ -41823,6 +45479,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -41832,6 +45489,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dnet_dnet_ntoa=yes else @@ -41844,6 +45503,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -41861,6 +45521,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -41876,6 +45538,7 @@ if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41918,6 +45581,11 @@ if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" fi @@ -41930,6 +45598,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } @@ -41952,6 +45621,8 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 printf %s "checking for dnet_ntoa in -ldnet_stub... " >&6; } ======= @@ -41964,6 +45635,7 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -41972,6 +45644,8 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } @@ -41982,6 +45656,7 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -41999,6 +45674,8 @@ $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" @@ -42017,6 +45694,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42036,6 +45714,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char dnet_ntoa (); int main (void) @@ -42046,6 +45726,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42075,6 +45756,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -42090,6 +45775,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42132,6 +45818,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return dnet_ntoa (); ; @@ -42147,6 +45838,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -42171,6 +45863,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dnet_stub_dnet_ntoa=yes @@ -42196,6 +45890,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -42205,6 +45900,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -42217,6 +45914,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -42234,6 +45932,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -42249,6 +45949,7 @@ if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42291,6 +45992,11 @@ if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" fi @@ -42305,6 +46011,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ ======= <<<<<<< HEAD @@ -42325,6 +46032,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= rm -f core conftest.err conftest.$ac_objext \ @@ -42335,6 +46044,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -42369,6 +46079,11 @@ rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +rm -f core conftest.err conftest.$ac_objext \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext LIBS="$ac_xsave_LIBS" @@ -42390,6 +46105,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_gethostbyname" = xyes; then : ======= <<<<<<< HEAD @@ -42410,6 +46126,8 @@ if test "x$ac_cv_func_gethostbyname" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_gethostbyname" = xyes then : ======= @@ -42421,6 +46139,7 @@ if test "x$ac_cv_func_gethostbyname" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "x$ac_cv_func_gethostbyname" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -42455,6 +46174,11 @@ if test "x$ac_cv_func_gethostbyname" = xyes; then : if test "x$ac_cv_func_gethostbyname" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "x$ac_cv_func_gethostbyname" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -42467,6 +46191,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } @@ -42489,6 +46214,8 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 printf %s "checking for gethostbyname in -lnsl... " >&6; } ======= @@ -42501,6 +46228,7 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -42509,6 +46237,8 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } @@ -42519,6 +46249,7 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -42536,6 +46267,8 @@ $as_echo_n "checking for gethostbyname in -lnsl... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" @@ -42554,6 +46287,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42573,6 +46307,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char gethostbyname (); int main (void) @@ -42583,6 +46319,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42612,6 +46349,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -42627,6 +46368,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42669,6 +46411,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return gethostbyname (); ; @@ -42684,6 +46431,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_nsl_gethostbyname=yes else @@ -42708,6 +46456,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_nsl_gethostbyname=yes @@ -42733,6 +46483,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -42742,6 +46493,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_nsl_gethostbyname=yes else @@ -42754,6 +46507,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -42771,6 +46525,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -42786,6 +46542,7 @@ if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42828,6 +46585,11 @@ if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" fi @@ -42840,6 +46602,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } @@ -42862,6 +46625,8 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 printf %s "checking for gethostbyname in -lbsd... " >&6; } ======= @@ -42874,6 +46639,7 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -42882,6 +46648,8 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } @@ -42892,6 +46660,7 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -42909,6 +46678,8 @@ $as_echo_n "checking for gethostbyname in -lbsd... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" @@ -42927,6 +46698,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -42946,6 +46718,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char gethostbyname (); int main (void) @@ -42956,6 +46730,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42985,6 +46760,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -43000,6 +46779,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43042,6 +46822,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return gethostbyname (); ; @@ -43057,6 +46842,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43076,6 +46862,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_bsd_gethostbyname=yes @@ -43096,6 +46884,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43125,6 +46914,10 @@ then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_bsd_gethostbyname=yes else @@ -43145,6 +46938,7 @@ if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43187,6 +46981,11 @@ if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" fi @@ -43210,6 +47009,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_connect" = xyes; then : ======= <<<<<<< HEAD @@ -43230,6 +47030,8 @@ if test "x$ac_cv_func_connect" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_connect" = xyes then : ======= @@ -43241,6 +47043,7 @@ if test "x$ac_cv_func_connect" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "x$ac_cv_func_connect" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -43275,6 +47078,11 @@ if test "x$ac_cv_func_connect" = xyes; then : if test "x$ac_cv_func_connect" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "x$ac_cv_func_connect" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -43287,6 +47095,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 $as_echo_n "checking for connect in -lsocket... " >&6; } @@ -43309,6 +47118,8 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 printf %s "checking for connect in -lsocket... " >&6; } ======= @@ -43321,6 +47132,7 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -43329,6 +47141,8 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5 $as_echo_n "checking for connect in -lsocket... " >&6; } @@ -43339,6 +47153,7 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -43356,6 +47171,8 @@ $as_echo_n "checking for connect in -lsocket... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" @@ -43374,6 +47191,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43393,6 +47211,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char connect (); int main (void) @@ -43403,6 +47223,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43432,6 +47253,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -43447,6 +47272,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43489,6 +47315,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return connect (); ; @@ -43504,6 +47335,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_connect=yes else @@ -43528,6 +47360,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_socket_connect=yes @@ -43553,6 +47387,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -43562,6 +47397,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_connect=yes else @@ -43574,6 +47411,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -43591,6 +47429,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -43606,6 +47446,7 @@ if test "x$ac_cv_lib_socket_connect" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43648,6 +47489,11 @@ if test "x$ac_cv_lib_socket_connect" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" fi @@ -43664,6 +47510,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_remove" = xyes; then : ======= <<<<<<< HEAD @@ -43684,6 +47531,8 @@ if test "x$ac_cv_func_remove" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_remove" = xyes then : ======= @@ -43695,6 +47544,7 @@ if test "x$ac_cv_func_remove" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "x$ac_cv_func_remove" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -43729,6 +47579,11 @@ if test "x$ac_cv_func_remove" = xyes; then : if test "x$ac_cv_func_remove" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "x$ac_cv_func_remove" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -43741,6 +47596,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 $as_echo_n "checking for remove in -lposix... " >&6; } @@ -43763,6 +47619,8 @@ $as_echo_n "checking for remove in -lposix... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 printf %s "checking for remove in -lposix... " >&6; } ======= @@ -43775,6 +47633,7 @@ $as_echo_n "checking for remove in -lposix... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -43783,6 +47642,8 @@ $as_echo_n "checking for remove in -lposix... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5 $as_echo_n "checking for remove in -lposix... " >&6; } @@ -43793,6 +47654,7 @@ $as_echo_n "checking for remove in -lposix... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -43810,6 +47672,8 @@ $as_echo_n "checking for remove in -lposix... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" @@ -43828,6 +47692,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43847,6 +47712,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char remove (); int main (void) @@ -43857,6 +47724,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43886,6 +47754,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -43901,6 +47773,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43943,6 +47816,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return remove (); ; @@ -43958,6 +47836,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_posix_remove=yes else @@ -43982,6 +47861,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_posix_remove=yes @@ -44007,6 +47888,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44016,6 +47898,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_posix_remove=yes else @@ -44028,6 +47912,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -44045,6 +47930,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -44060,6 +47947,7 @@ if test "x$ac_cv_lib_posix_remove" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44102,6 +47990,11 @@ if test "x$ac_cv_lib_posix_remove" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" fi @@ -44118,6 +48011,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_shmat" = xyes; then : ======= <<<<<<< HEAD @@ -44138,6 +48032,8 @@ if test "x$ac_cv_func_shmat" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_shmat" = xyes then : ======= @@ -44149,6 +48045,7 @@ if test "x$ac_cv_func_shmat" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "x$ac_cv_func_shmat" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -44183,6 +48080,11 @@ if test "x$ac_cv_func_shmat" = xyes; then : if test "x$ac_cv_func_shmat" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "x$ac_cv_func_shmat" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -44195,6 +48097,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 $as_echo_n "checking for shmat in -lipc... " >&6; } @@ -44217,6 +48120,8 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 printf %s "checking for shmat in -lipc... " >&6; } ======= @@ -44229,6 +48134,7 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44237,6 +48143,8 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5 $as_echo_n "checking for shmat in -lipc... " >&6; } @@ -44247,6 +48155,7 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -44264,6 +48173,8 @@ $as_echo_n "checking for shmat in -lipc... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" @@ -44282,6 +48193,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44301,6 +48213,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char shmat (); int main (void) @@ -44311,6 +48225,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44340,6 +48255,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -44355,6 +48274,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44397,6 +48317,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return shmat (); ; @@ -44412,6 +48337,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ipc_shmat=yes else @@ -44436,6 +48362,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_ipc_shmat=yes @@ -44461,6 +48389,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44470,6 +48399,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ipc_shmat=yes else @@ -44482,6 +48413,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -44499,6 +48431,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -44514,6 +48448,7 @@ if test "x$ac_cv_lib_ipc_shmat" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44556,6 +48491,11 @@ if test "x$ac_cv_lib_ipc_shmat" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" fi @@ -44579,6 +48519,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } @@ -44601,6 +48542,8 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 printf %s "checking for IceConnectionNumber in -lICE... " >&6; } ======= @@ -44613,6 +48556,7 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44621,6 +48565,8 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } @@ -44631,6 +48577,7 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -44648,6 +48595,8 @@ $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" @@ -44666,6 +48615,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44685,6 +48635,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char IceConnectionNumber (); int main (void) @@ -44695,6 +48647,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44724,6 +48677,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -44739,6 +48696,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44781,6 +48739,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return IceConnectionNumber (); ; @@ -44796,6 +48759,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -44820,6 +48784,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_ICE_IceConnectionNumber=yes @@ -44845,6 +48811,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44854,6 +48821,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -44866,6 +48835,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -44883,6 +48853,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -44898,6 +48870,7 @@ if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44940,6 +48913,11 @@ if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" fi @@ -44971,6 +48949,7 @@ LIBS="" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing cuserid" >&5 $as_echo_n "checking for library containing cuserid... " >&6; } ======= @@ -44992,6 +48971,8 @@ $as_echo_n "checking for library containing cuserid... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing cuserid" >&5 printf %s "checking for library containing cuserid... " >&6; } ======= @@ -45004,6 +48985,7 @@ $as_echo_n "checking for library containing cuserid... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -45013,6 +48995,8 @@ $as_echo_n "checking for library containing cuserid... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing cuserid" >&5 $as_echo_n "checking for library containing cuserid... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -45022,6 +49006,7 @@ $as_echo_n "checking for library containing cuserid... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -45039,6 +49024,8 @@ $as_echo_n "checking for library containing cuserid... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -45056,6 +49043,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -45075,6 +49063,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char cuserid (); int main (void) @@ -45085,6 +49075,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -45114,6 +49105,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -45129,6 +49124,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45171,6 +49167,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return cuserid (); ; @@ -45186,6 +49187,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_lib in '' compat; do ======= <<<<<<< HEAD @@ -45206,6 +49208,8 @@ for ac_lib in '' compat; do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_lib in '' compat do ======= @@ -45217,6 +49221,7 @@ for ac_lib in '' compat; do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= for ac_lib in '' compat; do >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -45251,6 +49256,11 @@ for ac_lib in '' compat; do for ac_lib in '' compat; do >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +for ac_lib in '' compat; do +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test -z "$ac_lib"; then ac_res="none required" else @@ -45265,6 +49275,7 @@ for ac_lib in '' compat; do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_cuserid=$ac_res @@ -45301,6 +49312,8 @@ LIBS=$ac_func_search_save_LIBS >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_search_cuserid=$ac_res @@ -45347,6 +49360,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -45355,6 +49369,8 @@ then : >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_cuserid=$ac_res @@ -45379,6 +49395,7 @@ LIBS=$ac_func_search_save_LIBS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -45396,6 +49413,8 @@ LIBS=$ac_func_search_save_LIBS >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_cuserid" >&5 $as_echo "$ac_cv_search_cuserid" >&6; } ac_res=$ac_cv_search_cuserid @@ -45409,6 +49428,7 @@ if test "$ac_res" != no; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45451,6 +49471,11 @@ if test "$ac_res" != no; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi @@ -45468,6 +49493,7 @@ LIBS="$ac_save_libs" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_func in asprintf do : ac_fn_c_check_func "$LINENO" "asprintf" "ac_cv_func_asprintf" @@ -45495,6 +49521,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "asprintf" "ac_cv_func_asprintf" if test "x$ac_cv_func_asprintf" = xyes then : @@ -45516,6 +49544,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -45525,6 +49554,8 @@ _ACEOF ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= for ac_func in asprintf do : ac_fn_c_check_func "$LINENO" "asprintf" "ac_cv_func_asprintf" @@ -45540,6 +49571,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -45557,6 +49589,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi done >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45574,6 +49608,7 @@ ac_fn_c_check_func "$LINENO" "atan" "ac_cv_func_atan" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -45593,6 +49628,8 @@ ac_fn_c_check_func "$LINENO" "atan" "ac_cv_func_atan" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_atan" = xyes then : MATHLIB= @@ -45607,6 +49644,7 @@ printf %s "checking for atan in -lm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -45636,6 +49674,10 @@ printf %s "checking for atan in -lm... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "x$ac_cv_func_atan" = xyes; then : MATHLIB= else @@ -45651,6 +49693,7 @@ $as_echo_n "checking for atan in -lm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45693,6 +49736,11 @@ $as_echo_n "checking for atan in -lm... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" @@ -45711,6 +49759,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -45730,6 +49779,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char atan (); int main (void) @@ -45740,6 +49791,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -45769,6 +49821,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -45784,6 +49840,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45826,6 +49883,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return atan (); ; @@ -45841,6 +49903,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_m_atan=yes else @@ -45865,6 +49928,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_m_atan=yes @@ -45892,6 +49957,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -45901,6 +49967,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_m_atan=yes else @@ -45913,6 +49981,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -45930,6 +49999,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -45947,6 +50018,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45989,6 +50061,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Failed check for math library." "$LINENO" 5 @@ -46008,6 +50085,7 @@ ac_fn_c_check_func "$LINENO" "dlsym" "ac_cv_func_dlsym" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -46027,6 +50105,8 @@ ac_fn_c_check_func "$LINENO" "dlsym" "ac_cv_func_dlsym" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_dlsym" = xyes then : DLLIB= @@ -46041,6 +50121,7 @@ printf %s "checking for dlsym in -ldl... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -46070,6 +50151,10 @@ printf %s "checking for dlsym in -ldl... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "x$ac_cv_func_dlsym" = xyes; then : DLLIB= else @@ -46085,6 +50170,7 @@ $as_echo_n "checking for dlsym in -ldl... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46127,6 +50213,11 @@ $as_echo_n "checking for dlsym in -ldl... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -46145,6 +50236,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -46164,6 +50256,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char dlsym (); int main (void) @@ -46174,6 +50268,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -46203,6 +50298,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -46218,6 +50317,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46260,6 +50360,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return dlsym (); ; @@ -46275,6 +50380,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlsym=yes else @@ -46299,6 +50405,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_dl_dlsym=yes @@ -46326,6 +50434,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -46335,6 +50444,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlsym=yes else @@ -46347,6 +50458,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -46364,6 +50476,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -46381,6 +50495,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46423,6 +50538,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main DLLIB= @@ -46442,6 +50562,7 @@ ac_fn_c_check_func "$LINENO" "iconv" "ac_cv_func_iconv" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -46461,6 +50582,8 @@ ac_fn_c_check_func "$LINENO" "iconv" "ac_cv_func_iconv" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_iconv" = xyes then : ICONVLIB= @@ -46475,6 +50598,7 @@ printf %s "checking for iconv in -liconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -46504,6 +50628,10 @@ printf %s "checking for iconv in -liconv... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "x$ac_cv_func_iconv" = xyes; then : ICONVLIB= else @@ -46519,6 +50647,7 @@ $as_echo_n "checking for iconv in -liconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46561,6 +50690,11 @@ $as_echo_n "checking for iconv in -liconv... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-liconv $LIBS" @@ -46579,6 +50713,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -46598,6 +50733,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char iconv (); int main (void) @@ -46608,6 +50745,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -46637,6 +50775,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -46652,6 +50794,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46694,6 +50837,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return iconv (); ; @@ -46709,6 +50857,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_iconv_iconv=yes else @@ -46733,6 +50882,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_iconv_iconv=yes @@ -46763,6 +50914,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -46772,6 +50924,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_iconv_iconv=yes else @@ -46784,6 +50938,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -46801,6 +50956,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -46821,6 +50978,7 @@ $as_echo_n "checking for iconv in -lgiconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46863,6 +51021,11 @@ $as_echo_n "checking for iconv in -lgiconv... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lgiconv $LIBS" @@ -46881,6 +51044,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -46900,6 +51064,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char iconv (); int main (void) @@ -46910,6 +51076,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -46939,6 +51106,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -46954,6 +51125,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46996,6 +51168,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return iconv (); ; @@ -47011,6 +51188,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_giconv_iconv=yes else @@ -47035,6 +51213,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_giconv_iconv=yes @@ -47071,6 +51251,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -47080,6 +51261,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_giconv_iconv=yes else @@ -47092,6 +51275,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -47109,6 +51293,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -47134,6 +51320,7 @@ $as_echo_n "checking for libiconv in -liconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47176,6 +51363,11 @@ $as_echo_n "checking for libiconv in -liconv... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-liconv $LIBS" @@ -47194,6 +51386,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47213,6 +51406,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char libiconv (); int main (void) @@ -47223,6 +51418,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47252,6 +51448,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -47267,6 +51467,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47309,6 +51510,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return libiconv (); ; @@ -47324,6 +51530,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_iconv_libiconv=yes else @@ -47348,6 +51555,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_iconv_libiconv=yes @@ -47378,6 +51587,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -47387,6 +51597,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_iconv_libiconv=yes else @@ -47399,6 +51611,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -47416,6 +51629,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -47436,6 +51651,7 @@ $as_echo_n "checking for libiconv in -lgiconv... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47478,6 +51694,11 @@ $as_echo_n "checking for libiconv in -lgiconv... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lgiconv $LIBS" @@ -47496,6 +51717,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47515,6 +51737,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char libiconv (); int main (void) @@ -47525,6 +51749,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47554,6 +51779,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -47569,174 +51798,6 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -{ -return libiconv (); - ; - return 0; -} -_ACEOF -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_giconv_libiconv=yes -else - ac_cv_lib_giconv_libiconv=no -fi -======= -<<<<<<< HEAD -======= ->>>>>>> osgeo-main -<<<<<<< HEAD -======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -if ac_fn_c_try_link "$LINENO" -then : - ac_cv_lib_giconv_libiconv=yes -else $as_nop - ac_cv_lib_giconv_libiconv=no -fi -rm -f core conftest.err conftest.$ac_objext conftest.beam \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_giconv_libiconv" >&5 -printf "%s\n" "$ac_cv_lib_giconv_libiconv" >&6; } -if test "x$ac_cv_lib_giconv_libiconv" = xyes -then : - ICONVLIB=-lgiconv -else $as_nop - - { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: *** Unable to locate iconv() function." >&5 -printf "%s\n" "$as_me: WARNING: *** Unable to locate iconv() function." >&2;} -======= -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_giconv_libiconv=yes -else - ac_cv_lib_giconv_libiconv=no -fi -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -======= -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_giconv_libiconv=yes -else - ac_cv_lib_giconv_libiconv=no -fi ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_giconv_libiconv" >&5 -$as_echo "$ac_cv_lib_giconv_libiconv" >&6; } -if test "x$ac_cv_lib_giconv_libiconv" = xyes; then : - ICONVLIB=-lgiconv -else - - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Unable to locate iconv() function." >&5 -$as_echo "$as_me: WARNING: *** Unable to locate iconv() function." >&2;} -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD <<<<<<< HEAD ======= <<<<<<< HEAD @@ -47780,6 +51841,195 @@ $as_echo "$as_me: WARNING: *** Unable to locate iconv() function." >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +{ +return libiconv (); + ; + return 0; +} +_ACEOF +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_giconv_libiconv=yes +else + ac_cv_lib_giconv_libiconv=no +fi +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +if ac_fn_c_try_link "$LINENO" +then : + ac_cv_lib_giconv_libiconv=yes +else $as_nop + ac_cv_lib_giconv_libiconv=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_giconv_libiconv" >&5 +printf "%s\n" "$ac_cv_lib_giconv_libiconv" >&6; } +if test "x$ac_cv_lib_giconv_libiconv" = xyes +then : + ICONVLIB=-lgiconv +else $as_nop + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: *** Unable to locate iconv() function." >&5 +printf "%s\n" "$as_me: WARNING: *** Unable to locate iconv() function." >&2;} +======= +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_giconv_libiconv=yes +else + ac_cv_lib_giconv_libiconv=no +fi +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_giconv_libiconv=yes +else + ac_cv_lib_giconv_libiconv=no +fi +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_giconv_libiconv" >&5 +$as_echo "$ac_cv_lib_giconv_libiconv" >&6; } +if test "x$ac_cv_lib_giconv_libiconv" = xyes; then : + ICONVLIB=-lgiconv +else + + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Unable to locate iconv() function." >&5 +$as_echo "$as_me: WARNING: *** Unable to locate iconv() function." >&2;} +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ICONVLIB= fi @@ -47807,6 +52057,7 @@ ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47826,6 +52077,8 @@ ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_socket" = xyes then : SOCKLIB= @@ -47840,6 +52093,7 @@ printf %s "checking for socket in -lsocket... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -47869,6 +52123,10 @@ printf %s "checking for socket in -lsocket... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "x$ac_cv_func_socket" = xyes; then : SOCKLIB= else @@ -47884,6 +52142,7 @@ $as_echo_n "checking for socket in -lsocket... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47926,6 +52185,11 @@ $as_echo_n "checking for socket in -lsocket... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $LIBS" @@ -47944,6 +52208,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47963,6 +52228,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char socket (); int main (void) @@ -47973,6 +52240,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48002,6 +52270,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -48017,6 +52289,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48059,6 +52332,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return socket (); ; @@ -48074,6 +52352,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_socket=yes else @@ -48110,6 +52389,8 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_socket_socket=yes @@ -48154,6 +52435,7 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48163,6 +52445,8 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_socket_socket=yes else @@ -48187,6 +52471,7 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48204,6 +52489,8 @@ $as_echo "$as_me: WARNING: *** Unable to locate socket() function." >&2;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -48222,6 +52509,7 @@ if test "$have_socket" = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_SOCKET 1" >>confdefs.h ======= <<<<<<< HEAD @@ -48242,6 +52530,8 @@ $as_echo "#define HAVE_SOCKET 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_SOCKET 1" >>confdefs.h ======= $as_echo "#define HAVE_SOCKET 1" >>confdefs.h @@ -48252,6 +52542,7 @@ $as_echo "#define HAVE_SOCKET 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_SOCKET 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48286,6 +52577,11 @@ $as_echo "#define HAVE_SOCKET 1" >>confdefs.h $as_echo "#define HAVE_SOCKET 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_SOCKET 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else HAVE_SOCKET= @@ -48311,6 +52607,7 @@ ZLIB= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of zlib includes" >&5 $as_echo_n "checking for location of zlib includes... " >&6; } ======= @@ -48332,6 +52629,8 @@ $as_echo_n "checking for location of zlib includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of zlib includes" >&5 printf %s "checking for location of zlib includes... " >&6; } ======= @@ -48344,6 +52643,7 @@ $as_echo_n "checking for location of zlib includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48353,6 +52653,8 @@ $as_echo_n "checking for location of zlib includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of zlib includes" >&5 $as_echo_n "checking for location of zlib includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48362,6 +52664,7 @@ $as_echo_n "checking for location of zlib includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48379,6 +52682,8 @@ $as_echo_n "checking for location of zlib includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_zlib_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-zlib-includes." "$LINENO" 5 @@ -48393,6 +52698,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zlib_includes" >&5 $as_echo "$with_zlib_includes" >&6; } ======= @@ -48414,6 +52720,8 @@ $as_echo "$with_zlib_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_zlib_includes" >&5 printf "%s\n" "$with_zlib_includes" >&6; } ======= @@ -48426,6 +52734,7 @@ $as_echo "$with_zlib_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48435,6 +52744,8 @@ $as_echo "$with_zlib_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zlib_includes" >&5 $as_echo "$with_zlib_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48444,6 +52755,7 @@ $as_echo "$with_zlib_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48461,6 +52773,8 @@ $as_echo "$with_zlib_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_zlib_includes" ; then for dir in $with_zlib_includes; do @@ -48485,6 +52799,7 @@ CPPFLAGS="$ZLIBINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48504,6 +52819,8 @@ CPPFLAGS="$ZLIBINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in zlib.h do : ac_fn_c_check_header_compile "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" @@ -48519,6 +52836,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48548,6 +52866,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in zlib.h do : ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" @@ -48566,6 +52888,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48608,6 +52931,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate zlib includes." "$LINENO" 5 @@ -48629,6 +52957,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of zlib library" >&5 $as_echo_n "checking for location of zlib library... " >&6; } ======= @@ -48650,6 +52979,8 @@ $as_echo_n "checking for location of zlib library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of zlib library" >&5 printf %s "checking for location of zlib library... " >&6; } ======= @@ -48662,6 +52993,7 @@ $as_echo_n "checking for location of zlib library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48671,6 +53003,8 @@ $as_echo_n "checking for location of zlib library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of zlib library" >&5 $as_echo_n "checking for location of zlib library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48680,6 +53014,7 @@ $as_echo_n "checking for location of zlib library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48697,6 +53032,8 @@ $as_echo_n "checking for location of zlib library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_zlib_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-zlib-libs." "$LINENO" 5 @@ -48711,6 +53048,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zlib_libs" >&5 $as_echo "$with_zlib_libs" >&6; } ======= @@ -48732,6 +53070,8 @@ $as_echo "$with_zlib_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_zlib_libs" >&5 printf "%s\n" "$with_zlib_libs" >&6; } ======= @@ -48744,6 +53084,7 @@ $as_echo "$with_zlib_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48753,6 +53094,8 @@ $as_echo "$with_zlib_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zlib_libs" >&5 $as_echo "$with_zlib_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48762,6 +53105,7 @@ $as_echo "$with_zlib_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48779,6 +53123,8 @@ $as_echo "$with_zlib_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_zlib_libs"; then for dir in $with_zlib_libs; do @@ -48805,6 +53151,7 @@ LDFLAGS="$ZLIBLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5 $as_echo_n "checking for deflate in -lz... " >&6; } ======= @@ -48826,6 +53173,8 @@ $as_echo_n "checking for deflate in -lz... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5 printf %s "checking for deflate in -lz... " >&6; } ======= @@ -48838,6 +53187,7 @@ $as_echo_n "checking for deflate in -lz... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48847,6 +53197,8 @@ $as_echo_n "checking for deflate in -lz... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for deflate in -lz" >&5 $as_echo_n "checking for deflate in -lz... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48856,6 +53208,7 @@ $as_echo_n "checking for deflate in -lz... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48873,6 +53226,8 @@ $as_echo_n "checking for deflate in -lz... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lz $LIBS" @@ -48891,6 +53246,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48910,6 +53266,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char deflate (); int main (void) @@ -48920,6 +53278,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48949,6 +53308,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -48964,6 +53327,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49006,6 +53370,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return deflate (); ; @@ -49021,6 +53390,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_z_deflate=yes else @@ -49045,6 +53415,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_z_deflate=yes @@ -49072,6 +53444,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49081,6 +53454,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_z_deflate=yes else @@ -49093,6 +53468,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49110,6 +53486,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -49127,6 +53505,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49169,6 +53548,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -49206,6 +53590,7 @@ BZIP2LIB= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49225,6 +53610,8 @@ BZIP2LIB= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use bzlib" >&5 printf %s "checking whether to use bzlib... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_bzlib\"" >&5 @@ -49236,6 +53623,7 @@ printf "%s\n" "\"$with_bzlib\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49265,6 +53653,10 @@ printf "%s\n" "\"$with_bzlib\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use bzlib" >&5 $as_echo_n "checking whether to use bzlib... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_bzlib\"" >&5 @@ -49278,6 +53670,7 @@ $as_echo "\"$with_bzlib\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49320,6 +53713,11 @@ $as_echo "\"$with_bzlib\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_bzlib" in "no") USE_BZIP2= ;; "yes") USE_BZIP2="1" ;; @@ -49342,6 +53740,7 @@ if test -n "$USE_BZIP2"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of bzlib includes" >&5 $as_echo_n "checking for location of bzlib includes... " >&6; } ======= @@ -49363,6 +53762,8 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of bzlib includes" >&5 printf %s "checking for location of bzlib includes... " >&6; } ======= @@ -49375,6 +53776,7 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49384,6 +53786,8 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of bzlib includes" >&5 $as_echo_n "checking for location of bzlib includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49393,6 +53797,7 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49410,6 +53815,8 @@ $as_echo_n "checking for location of bzlib includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_bzlib_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-bzlib-includes." "$LINENO" 5 @@ -49424,6 +53831,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_includes" >&5 $as_echo "$with_bzlib_includes" >&6; } ======= @@ -49445,6 +53853,8 @@ $as_echo "$with_bzlib_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_includes" >&5 printf "%s\n" "$with_bzlib_includes" >&6; } ======= @@ -49457,6 +53867,7 @@ $as_echo "$with_bzlib_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49466,6 +53877,8 @@ $as_echo "$with_bzlib_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_includes" >&5 $as_echo "$with_bzlib_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49475,6 +53888,7 @@ $as_echo "$with_bzlib_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49492,6 +53906,8 @@ $as_echo "$with_bzlib_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_bzlib_includes" ; then for dir in $with_bzlib_includes; do @@ -49516,6 +53932,7 @@ CPPFLAGS="$BZIP2INCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49535,6 +53952,8 @@ CPPFLAGS="$BZIP2INCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in bzlib.h do : ac_fn_c_check_header_compile "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" "$ac_includes_default" @@ -49550,6 +53969,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49579,6 +53999,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in bzlib.h do : ac_fn_c_check_header_mongrel "$LINENO" "bzlib.h" "ac_cv_header_bzlib_h" "$ac_includes_default" @@ -49597,6 +54021,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49639,6 +54064,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate bzlib includes." "$LINENO" 5 @@ -49660,6 +54090,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of bzlib library" >&5 $as_echo_n "checking for location of bzlib library... " >&6; } ======= @@ -49681,6 +54112,8 @@ $as_echo_n "checking for location of bzlib library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of bzlib library" >&5 printf %s "checking for location of bzlib library... " >&6; } ======= @@ -49693,6 +54126,7 @@ $as_echo_n "checking for location of bzlib library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49702,6 +54136,8 @@ $as_echo_n "checking for location of bzlib library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of bzlib library" >&5 $as_echo_n "checking for location of bzlib library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49711,6 +54147,7 @@ $as_echo_n "checking for location of bzlib library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49728,6 +54165,8 @@ $as_echo_n "checking for location of bzlib library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_bzlib_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-bzlib-libs." "$LINENO" 5 @@ -49742,6 +54181,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_libs" >&5 $as_echo "$with_bzlib_libs" >&6; } ======= @@ -49763,6 +54203,8 @@ $as_echo "$with_bzlib_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_libs" >&5 printf "%s\n" "$with_bzlib_libs" >&6; } ======= @@ -49775,6 +54217,7 @@ $as_echo "$with_bzlib_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49784,6 +54227,8 @@ $as_echo "$with_bzlib_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_bzlib_libs" >&5 $as_echo "$with_bzlib_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49793,6 +54238,7 @@ $as_echo "$with_bzlib_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49810,6 +54256,8 @@ $as_echo "$with_bzlib_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_bzlib_libs"; then for dir in $with_bzlib_libs; do @@ -49836,6 +54284,7 @@ LDFLAGS="$BZIP2LIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzBuffToBuffCompress in -lbz2" >&5 $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } ======= @@ -49857,6 +54306,8 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzBuffToBuffCompress in -lbz2" >&5 printf %s "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } ======= @@ -49869,6 +54320,7 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49878,6 +54330,8 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BZ2_bzBuffToBuffCompress in -lbz2" >&5 $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49887,6 +54341,7 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49904,6 +54359,8 @@ $as_echo_n "checking for BZ2_bzBuffToBuffCompress in -lbz2... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lbz2 $LIBS" @@ -49922,6 +54379,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49941,6 +54399,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char BZ2_bzBuffToBuffCompress (); int main (void) @@ -49951,6 +54411,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49980,6 +54441,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -49995,6 +54460,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50037,6 +54503,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return BZ2_bzBuffToBuffCompress (); ; @@ -50052,6 +54523,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes else @@ -50076,6 +54548,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes @@ -50103,6 +54577,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -50112,6 +54587,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_bz2_BZ2_bzBuffToBuffCompress=yes else @@ -50124,6 +54601,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -50141,6 +54619,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -50158,6 +54638,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50200,6 +54681,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -50239,6 +54725,7 @@ ZSTDLIB= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50258,6 +54745,8 @@ ZSTDLIB= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use zstd" >&5 printf %s "checking whether to use zstd... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_zstd\"" >&5 @@ -50269,6 +54758,7 @@ printf "%s\n" "\"$with_zstd\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50298,6 +54788,10 @@ printf "%s\n" "\"$with_zstd\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use zstd" >&5 $as_echo_n "checking whether to use zstd... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_zstd\"" >&5 @@ -50311,6 +54805,7 @@ $as_echo "\"$with_zstd\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50353,6 +54848,11 @@ $as_echo "\"$with_zstd\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_zstd" in "no") USE_ZSTD= ;; "yes") USE_ZSTD="1" ;; @@ -50375,6 +54875,7 @@ if test -n "$USE_ZSTD"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of zstd includes" >&5 $as_echo_n "checking for location of zstd includes... " >&6; } ======= @@ -50396,6 +54897,8 @@ $as_echo_n "checking for location of zstd includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of zstd includes" >&5 printf %s "checking for location of zstd includes... " >&6; } ======= @@ -50408,6 +54911,7 @@ $as_echo_n "checking for location of zstd includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -50417,6 +54921,8 @@ $as_echo_n "checking for location of zstd includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of zstd includes" >&5 $as_echo_n "checking for location of zstd includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -50426,6 +54932,7 @@ $as_echo_n "checking for location of zstd includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -50443,6 +54950,8 @@ $as_echo_n "checking for location of zstd includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_zstd_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-zstd-includes." "$LINENO" 5 @@ -50457,6 +54966,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zstd_includes" >&5 $as_echo "$with_zstd_includes" >&6; } ======= @@ -50478,6 +54988,8 @@ $as_echo "$with_zstd_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_zstd_includes" >&5 printf "%s\n" "$with_zstd_includes" >&6; } ======= @@ -50490,6 +55002,7 @@ $as_echo "$with_zstd_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -50499,6 +55012,8 @@ $as_echo "$with_zstd_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zstd_includes" >&5 $as_echo "$with_zstd_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -50508,6 +55023,7 @@ $as_echo "$with_zstd_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -50525,6 +55041,8 @@ $as_echo "$with_zstd_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_zstd_includes" ; then for dir in $with_zstd_includes; do @@ -50548,6 +55066,7 @@ CPPFLAGS="$ZSTDINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50567,6 +55086,8 @@ CPPFLAGS="$ZSTDINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in zstd.h do : ac_fn_c_check_header_compile "$LINENO" "zstd.h" "ac_cv_header_zstd_h" "$ac_includes_default" @@ -50582,6 +55103,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50611,6 +55133,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in zstd.h do : ac_fn_c_check_header_mongrel "$LINENO" "zstd.h" "ac_cv_header_zstd_h" "$ac_includes_default" @@ -50629,6 +55155,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50671,6 +55198,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate zstd includes." "$LINENO" 5 @@ -50692,6 +55224,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of zstd library" >&5 $as_echo_n "checking for location of zstd library... " >&6; } ======= @@ -50713,6 +55246,8 @@ $as_echo_n "checking for location of zstd library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of zstd library" >&5 printf %s "checking for location of zstd library... " >&6; } ======= @@ -50725,6 +55260,7 @@ $as_echo_n "checking for location of zstd library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -50734,6 +55270,8 @@ $as_echo_n "checking for location of zstd library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of zstd library" >&5 $as_echo_n "checking for location of zstd library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -50743,6 +55281,7 @@ $as_echo_n "checking for location of zstd library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -50760,6 +55299,8 @@ $as_echo_n "checking for location of zstd library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_zstd_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-zstd-libs." "$LINENO" 5 @@ -50774,6 +55315,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zstd_libs" >&5 $as_echo "$with_zstd_libs" >&6; } ======= @@ -50795,6 +55337,8 @@ $as_echo "$with_zstd_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_zstd_libs" >&5 printf "%s\n" "$with_zstd_libs" >&6; } ======= @@ -50807,6 +55351,7 @@ $as_echo "$with_zstd_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -50816,6 +55361,8 @@ $as_echo "$with_zstd_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_zstd_libs" >&5 $as_echo "$with_zstd_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -50825,6 +55372,7 @@ $as_echo "$with_zstd_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -50842,6 +55390,8 @@ $as_echo "$with_zstd_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_zstd_libs"; then for dir in $with_zstd_libs; do @@ -50868,6 +55418,7 @@ LDFLAGS="$ZSTDLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ZSTD_compress in -lzstd" >&5 $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } ======= @@ -50889,6 +55440,8 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ZSTD_compress in -lzstd" >&5 printf %s "checking for ZSTD_compress in -lzstd... " >&6; } ======= @@ -50901,6 +55454,7 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -50910,6 +55464,8 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ZSTD_compress in -lzstd" >&5 $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -50919,6 +55475,7 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -50936,6 +55493,8 @@ $as_echo_n "checking for ZSTD_compress in -lzstd... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lzstd $LIBS" @@ -50954,6 +55513,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50973,6 +55533,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char ZSTD_compress (); int main (void) @@ -50983,6 +55545,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51012,6 +55575,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -51027,6 +55594,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51069,6 +55637,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return ZSTD_compress (); ; @@ -51084,6 +55657,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_zstd_ZSTD_compress=yes else @@ -51108,6 +55682,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_zstd_ZSTD_compress=yes @@ -51135,6 +55711,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -51144,6 +55721,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_zstd_ZSTD_compress=yes else @@ -51156,6 +55735,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -51173,6 +55753,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -51190,6 +55772,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51232,6 +55815,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -51275,6 +55863,7 @@ PROJMAJOR=4 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ includes" >&5 $as_echo_n "checking for location of External PROJ includes... " >&6; } ======= @@ -51296,6 +55885,8 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ includes" >&5 printf %s "checking for location of External PROJ includes... " >&6; } ======= @@ -51308,6 +55899,7 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -51317,6 +55909,8 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ includes" >&5 $as_echo_n "checking for location of External PROJ includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -51326,6 +55920,7 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -51343,6 +55938,8 @@ $as_echo_n "checking for location of External PROJ includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_proj_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-proj-includes." "$LINENO" 5 @@ -51357,6 +55954,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_includes" >&5 $as_echo "$with_proj_includes" >&6; } ======= @@ -51378,6 +55976,8 @@ $as_echo "$with_proj_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_proj_includes" >&5 printf "%s\n" "$with_proj_includes" >&6; } ======= @@ -51390,6 +55990,7 @@ $as_echo "$with_proj_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -51399,6 +56000,8 @@ $as_echo "$with_proj_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_includes" >&5 $as_echo "$with_proj_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -51408,6 +56011,7 @@ $as_echo "$with_proj_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -51425,6 +56029,8 @@ $as_echo "$with_proj_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_proj_includes" ; then for dir in $with_proj_includes; do @@ -51450,6 +56056,7 @@ CPPFLAGS="$PROJINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51469,6 +56076,8 @@ CPPFLAGS="$PROJINC $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in proj.h do : ac_fn_c_check_header_compile "$LINENO" "proj.h" "ac_cv_header_proj_h" "$ac_includes_default" @@ -51484,6 +56093,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51513,6 +56123,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in proj.h do : ac_fn_c_check_header_mongrel "$LINENO" "proj.h" "ac_cv_header_proj_h" "$ac_includes_default" @@ -51531,6 +56145,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51573,6 +56188,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main PROJ4API=1 fi @@ -51591,6 +56211,7 @@ if test $PROJ4API = 0 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking External PROJ major version" >&5 $as_echo_n "checking External PROJ major version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -51619,6 +56240,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking External PROJ major version" >&5 printf %s "checking External PROJ major version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -51646,6 +56269,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -51655,6 +56279,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking External PROJ major version" >&5 $as_echo_n "checking External PROJ major version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -51671,6 +56297,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -51688,6 +56315,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -51709,6 +56338,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_run "$LINENO"; then : proj_ver_major=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver_major" >&5 @@ -51733,6 +56363,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver_major=`cat conftestdata` @@ -51752,6 +56384,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -51761,6 +56394,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_run "$LINENO"; then : proj_ver_major=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver_major" >&5 @@ -51773,6 +56408,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -51790,6 +56426,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ major version." "$LINENO" 5 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ @@ -51808,6 +56446,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking External PROJ minor version" >&5 $as_echo_n "checking External PROJ minor version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -51836,6 +56475,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking External PROJ minor version" >&5 printf %s "checking External PROJ minor version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -51863,6 +56504,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -51872,6 +56514,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking External PROJ minor version" >&5 $as_echo_n "checking External PROJ minor version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -51888,6 +56532,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -51905,6 +56550,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -51926,6 +56573,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_run "$LINENO"; then : proj_ver_minor=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver_minor" >&5 @@ -51950,6 +56598,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver_minor=`cat conftestdata` @@ -51969,6 +56619,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -51978,6 +56629,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_run "$LINENO"; then : proj_ver_minor=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver_minor" >&5 @@ -51990,6 +56643,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52007,6 +56661,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ minor version." "$LINENO" 5 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ @@ -52025,6 +56681,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking External PROJ patch version" >&5 $as_echo_n "checking External PROJ patch version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -52053,6 +56710,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking External PROJ patch version" >&5 printf %s "checking External PROJ patch version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -52080,6 +56739,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52089,6 +56749,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking External PROJ patch version" >&5 $as_echo_n "checking External PROJ patch version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -52105,6 +56767,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52122,6 +56785,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -52143,6 +56808,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_run "$LINENO"; then : proj_ver_patch=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver_patch" >&5 @@ -52167,6 +56833,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver_patch=`cat conftestdata` @@ -52186,6 +56854,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52195,6 +56864,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_run "$LINENO"; then : proj_ver_patch=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver_patch" >&5 @@ -52207,6 +56878,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52224,6 +56896,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ patch version." "$LINENO" 5 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ @@ -52240,6 +56914,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: found PROJ version \"${proj_ver_major}.${proj_ver_minor}.${proj_ver_patch}\"" >&5 $as_echo "found PROJ version \"${proj_ver_major}.${proj_ver_minor}.${proj_ver_patch}\"" >&6; } @@ -52267,6 +56942,8 @@ $as_echo "$as_me: WARNING: At least PROJ version \"5.1.0\" is required for the n >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found PROJ version \"${proj_ver_major}.${proj_ver_minor}.${proj_ver_patch}\"" >&5 printf "%s\n" "found PROJ version \"${proj_ver_major}.${proj_ver_minor}.${proj_ver_patch}\"" >&6; } PROJMAJOR=${proj_ver_major} @@ -52289,6 +56966,7 @@ $as_echo "$as_me: WARNING: At least PROJ version \"5.1.0\" is required for the n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52297,6 +56975,8 @@ $as_echo "$as_me: WARNING: At least PROJ version \"5.1.0\" is required for the n >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: found PROJ version \"${proj_ver_major}.${proj_ver_minor}.${proj_ver_patch}\"" >&5 $as_echo "found PROJ version \"${proj_ver_major}.${proj_ver_minor}.${proj_ver_patch}\"" >&6; } @@ -52312,6 +56992,7 @@ $as_echo "$as_me: WARNING: At least PROJ version \"5.1.0\" is required for the n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52329,6 +57010,8 @@ $as_echo "$as_me: WARNING: At least PROJ version \"5.1.0\" is required for the n >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main PROJ4API=1 fi else @@ -52342,6 +57025,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking External PROJ.4 version" >&5 $as_echo_n "checking External PROJ.4 version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -52370,6 +57054,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking External PROJ.4 version" >&5 printf %s "checking External PROJ.4 version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -52397,6 +57083,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52406,6 +57093,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking External PROJ.4 version" >&5 $as_echo_n "checking External PROJ.4 version... " >&6; } ac_save_cppflags="$CPPFLAGS" @@ -52422,6 +57111,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52439,6 +57129,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -52460,6 +57152,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_run "$LINENO"; then : proj_ver=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver" >&5 @@ -52484,6 +57177,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver=`cat conftestdata` @@ -52503,6 +57198,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52512,6 +57208,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_run "$LINENO"; then : proj_ver=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver" >&5 @@ -52524,6 +57222,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52541,6 +57240,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ.4 version." "$LINENO" 5 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ @@ -52564,6 +57265,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: found PROJ version \"${proj_ver}\"" >&5 $as_echo "found PROJ version \"${proj_ver}\"" >&6; } @@ -52591,6 +57293,8 @@ $as_echo "using new PROJ version 5+ API" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: found PROJ version \"${proj_ver}\"" >&5 printf "%s\n" "found PROJ version \"${proj_ver}\"" >&6; } fi @@ -52613,6 +57317,7 @@ $as_echo "using new PROJ version 5+ API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52621,6 +57326,8 @@ $as_echo "using new PROJ version 5+ API" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: found PROJ version \"${proj_ver}\"" >&5 $as_echo "found PROJ version \"${proj_ver}\"" >&6; } @@ -52636,6 +57343,7 @@ $as_echo "using new PROJ version 5+ API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52653,6 +57361,8 @@ $as_echo "using new PROJ version 5+ API" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # With PROJ library directory @@ -52666,6 +57376,7 @@ $as_echo "using new PROJ version 5+ API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ library" >&5 $as_echo_n "checking for location of External PROJ library... " >&6; } ======= @@ -52687,6 +57398,8 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ library" >&5 printf %s "checking for location of External PROJ library... " >&6; } ======= @@ -52699,6 +57412,7 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52708,6 +57422,8 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ library" >&5 $as_echo_n "checking for location of External PROJ library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52717,6 +57433,7 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52734,6 +57451,8 @@ $as_echo_n "checking for location of External PROJ library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_proj_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-proj-libs." "$LINENO" 5 @@ -52748,6 +57467,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 $as_echo "$with_proj_libs" >&6; } ======= @@ -52769,6 +57489,8 @@ $as_echo "$with_proj_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 printf "%s\n" "$with_proj_libs" >&6; } ======= @@ -52781,6 +57503,7 @@ $as_echo "$with_proj_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52790,6 +57513,8 @@ $as_echo "$with_proj_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 $as_echo "$with_proj_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52799,6 +57524,7 @@ $as_echo "$with_proj_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52816,6 +57542,8 @@ $as_echo "$with_proj_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_proj_libs"; then for dir in $with_proj_libs; do @@ -52841,6 +57569,7 @@ LDFLAGS="$PROJLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for proj_pj_info in -lproj" >&5 $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } ======= @@ -52862,6 +57591,8 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for proj_pj_info in -lproj" >&5 printf %s "checking for proj_pj_info in -lproj... " >&6; } ======= @@ -52874,6 +57605,7 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52883,6 +57615,8 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for proj_pj_info in -lproj" >&5 $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52892,6 +57626,7 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52909,6 +57644,8 @@ $as_echo_n "checking for proj_pj_info in -lproj... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lproj $LIBS" @@ -52927,6 +57664,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52946,6 +57684,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char proj_pj_info (); int main (void) @@ -52956,6 +57696,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52985,6 +57726,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -53000,6 +57745,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53042,6 +57788,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return proj_pj_info (); ; @@ -53057,6 +57808,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_proj_proj_pj_info=yes else @@ -53081,6 +57833,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_proj_proj_pj_info=yes @@ -53108,6 +57862,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -53117,6 +57872,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_proj_proj_pj_info=yes else @@ -53129,6 +57886,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -53146,6 +57904,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -53163,6 +57923,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53205,6 +57966,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -53227,6 +57993,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53246,6 +58013,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: using old PROJ version 4 API" >&5 printf "%s\n" "using old PROJ version 4 API" >&6; } @@ -53257,6 +58026,7 @@ printf "%s\n" "#define USE_PROJ4API 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53286,6 +58056,10 @@ printf "%s\n" "#define USE_PROJ4API 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: using old PROJ version 4 API" >&5 $as_echo "using old PROJ version 4 API" >&6; } @@ -53299,6 +58073,7 @@ $as_echo "#define USE_PROJ4API 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53341,6 +58116,11 @@ $as_echo "#define USE_PROJ4API 1" >>confdefs.h ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main @@ -53355,6 +58135,7 @@ CPPFLAGS="$PROJINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53374,6 +58155,8 @@ CPPFLAGS="$PROJINC $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in proj_api.h do : ac_fn_c_check_header_compile "$LINENO" "proj_api.h" "ac_cv_header_proj_api_h" "$ac_includes_default" @@ -53389,6 +58172,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53418,6 +58202,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in proj_api.h do : ac_fn_c_check_header_mongrel "$LINENO" "proj_api.h" "ac_cv_header_proj_api_h" "$ac_includes_default" @@ -53436,6 +58224,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53478,6 +58267,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate External PROJ includes." "$LINENO" 5 @@ -53497,6 +58291,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Cannot check PROJ.4 version (cross-compiling)." >&5 $as_echo "$as_me: WARNING: *** Cannot check PROJ.4 version (cross-compiling)." >&2;} @@ -53530,6 +58325,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: *** Cannot check PROJ.4 version (cross-compiling)." >&5 printf "%s\n" "$as_me: WARNING: *** Cannot check PROJ.4 version (cross-compiling)." >&2;} else @@ -53565,6 +58362,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -53573,6 +58371,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** Cannot check PROJ.4 version (cross-compiling)." >&5 $as_echo "$as_me: WARNING: *** Cannot check PROJ.4 version (cross-compiling)." >&2;} @@ -53594,6 +58394,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -53611,6 +58412,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -53632,6 +58435,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_run "$LINENO"; then : proj_ver=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver" >&5 @@ -53656,6 +58460,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_run "$LINENO" then : proj_ver=`cat conftestdata` @@ -53675,6 +58481,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -53684,6 +58491,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_run "$LINENO"; then : proj_ver=`cat conftestdata` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $proj_ver" >&5 @@ -53696,6 +58505,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -53713,6 +58523,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Could not determine External PROJ.4 version." "$LINENO" 5 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ @@ -53739,6 +58551,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ.4 library" >&5 $as_echo_n "checking for location of External PROJ.4 library... " >&6; } ======= @@ -53760,6 +58573,8 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ.4 library" >&5 printf %s "checking for location of External PROJ.4 library... " >&6; } ======= @@ -53772,6 +58587,7 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -53781,6 +58597,8 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ.4 library" >&5 $as_echo_n "checking for location of External PROJ.4 library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53790,6 +58608,7 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -53807,6 +58626,8 @@ $as_echo_n "checking for location of External PROJ.4 library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_proj_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-proj-libs." "$LINENO" 5 @@ -53821,6 +58642,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 $as_echo "$with_proj_libs" >&6; } ======= @@ -53842,6 +58664,8 @@ $as_echo "$with_proj_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 printf "%s\n" "$with_proj_libs" >&6; } ======= @@ -53854,6 +58678,7 @@ $as_echo "$with_proj_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -53863,6 +58688,8 @@ $as_echo "$with_proj_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_libs" >&5 $as_echo "$with_proj_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53872,6 +58699,7 @@ $as_echo "$with_proj_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -53889,6 +58717,8 @@ $as_echo "$with_proj_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_proj_libs"; then for dir in $with_proj_libs; do @@ -53914,6 +58744,7 @@ LDFLAGS="$PROJLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pj_get_def in -lproj" >&5 $as_echo_n "checking for pj_get_def in -lproj... " >&6; } ======= @@ -53935,6 +58766,8 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pj_get_def in -lproj" >&5 printf %s "checking for pj_get_def in -lproj... " >&6; } ======= @@ -53947,6 +58780,7 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -53956,6 +58790,8 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pj_get_def in -lproj" >&5 $as_echo_n "checking for pj_get_def in -lproj... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -53965,6 +58801,7 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -53982,6 +58819,8 @@ $as_echo_n "checking for pj_get_def in -lproj... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lproj $LIBS" @@ -54000,6 +58839,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54019,6 +58859,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char pj_get_def (); int main (void) @@ -54029,6 +58871,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54058,6 +58901,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -54073,6 +58920,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54115,6 +58963,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return pj_get_def (); ; @@ -54130,6 +58983,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_proj_pj_get_def=yes else @@ -54154,6 +59008,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_proj_pj_get_def=yes @@ -54181,6 +59037,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -54190,6 +59047,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_proj_pj_get_def=yes else @@ -54202,6 +59061,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -54219,6 +59079,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -54236,6 +59098,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54278,6 +59141,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -54304,6 +59172,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ data files" >&5 $as_echo_n "checking for location of External PROJ data files... " >&6; } ======= @@ -54325,6 +59194,8 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ data files" >&5 printf %s "checking for location of External PROJ data files... " >&6; } ======= @@ -54337,6 +59208,7 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -54346,6 +59218,8 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of External PROJ data files" >&5 $as_echo_n "checking for location of External PROJ data files... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -54355,6 +59229,7 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -54372,6 +59247,8 @@ $as_echo_n "checking for location of External PROJ data files... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_proj_share" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-proj-share." "$LINENO" 5 @@ -54386,6 +59263,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_share" >&5 $as_echo "$with_proj_share" >&6; } ======= @@ -54407,6 +59285,8 @@ $as_echo "$with_proj_share" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_proj_share" >&5 printf "%s\n" "$with_proj_share" >&6; } ======= @@ -54419,6 +59299,7 @@ $as_echo "$with_proj_share" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -54428,6 +59309,8 @@ $as_echo "$with_proj_share" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_proj_share" >&5 $as_echo "$with_proj_share" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -54437,6 +59320,7 @@ $as_echo "$with_proj_share" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -54454,6 +59338,8 @@ $as_echo "$with_proj_share" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_proj_share" ; then if test -d "$with_proj_share"; then @@ -54472,6 +59358,7 @@ if test -z "$PROJSHARE" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** External PROJ directory not specified; default will be used" >&5 $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default will be used" >&2;} @@ -54494,6 +59381,8 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: *** External PROJ directory not specified; default will be used" >&5 printf "%s\n" "$as_me: WARNING: *** External PROJ directory not specified; default will be used" >&2;} ======= @@ -54506,6 +59395,7 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -54514,6 +59404,8 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: *** External PROJ directory not specified; default will be used" >&5 $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default will be used" >&2;} @@ -54524,6 +59416,7 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -54541,6 +59434,8 @@ $as_echo "$as_me: WARNING: *** External PROJ directory not specified; default wi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main PROJSHARE=/usr/share/proj fi @@ -54556,6 +59451,7 @@ if test `expr ${PROJMAJOR} \< 6` = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for epsg" >&5 $as_echo_n "checking for epsg... " >&6; } @@ -54586,6 +59482,8 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for epsg" >&5 printf %s "checking for epsg... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unknown (cross-compiling)" >&5 @@ -54605,17 +59503,21 @@ $as_echo "unknown (cross-compiling)" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main as_ac_File=`$as_echo "ac_cv_file_$PROJSHARE/epsg" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PROJSHARE/epsg" >&5 $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54638,6 +59540,9 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for epsg" >&5 $as_echo_n "checking for epsg... " >&6; } @@ -54656,6 +59561,7 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -54669,6 +59575,8 @@ $as_echo_n "checking for $PROJSHARE/epsg... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main test "$cross_compiling" = yes && as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5 if test -r "$PROJSHARE/epsg"; then @@ -54686,6 +59594,7 @@ eval ac_res=\$$as_ac_File <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54705,6 +59614,8 @@ eval ac_res=\$$as_ac_File >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 printf "%s\n" "$ac_res" >&6; } if eval test \"x\$"$as_ac_File"\" = x"yes" @@ -54720,6 +59631,7 @@ printf "%s\n" "$as_me: WARNING: *** Unable to locate PROJ data files." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54749,6 +59661,10 @@ printf "%s\n" "$as_me: WARNING: *** Unable to locate PROJ data files." >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_ac_File"\" = x"yes"; then : @@ -54765,6 +59681,7 @@ $as_echo "$as_me: WARNING: *** Unable to locate PROJ data files." >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54807,6 +59724,11 @@ $as_echo "$as_me: WARNING: *** Unable to locate PROJ data files." >&2;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -54832,6 +59754,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54851,6 +59774,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use regex" >&5 printf %s "checking whether to use regex... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_regex\"" >&5 @@ -54862,6 +59787,7 @@ printf "%s\n" "\"$with_regex\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54891,6 +59817,10 @@ printf "%s\n" "\"$with_regex\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use regex" >&5 $as_echo_n "checking whether to use regex... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_regex\"" >&5 @@ -54904,6 +59834,7 @@ $as_echo "\"$with_regex\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54946,6 +59877,11 @@ $as_echo "\"$with_regex\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_regex" in "no") USE_REGEX= ;; "yes") USE_REGEX="1" ;; @@ -54972,6 +59908,7 @@ if test -n "$USE_REGEX"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of regex includes" >&5 $as_echo_n "checking for location of regex includes... " >&6; } ======= @@ -54993,6 +59930,8 @@ $as_echo_n "checking for location of regex includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of regex includes" >&5 printf %s "checking for location of regex includes... " >&6; } ======= @@ -55005,6 +59944,7 @@ $as_echo_n "checking for location of regex includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55014,6 +59954,8 @@ $as_echo_n "checking for location of regex includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of regex includes" >&5 $as_echo_n "checking for location of regex includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -55023,6 +59965,7 @@ $as_echo_n "checking for location of regex includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -55040,6 +59983,8 @@ $as_echo_n "checking for location of regex includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_regex_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-regex-includes." "$LINENO" 5 @@ -55054,6 +59999,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_regex_includes" >&5 $as_echo "$with_regex_includes" >&6; } ======= @@ -55075,6 +60021,8 @@ $as_echo "$with_regex_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_regex_includes" >&5 printf "%s\n" "$with_regex_includes" >&6; } ======= @@ -55087,6 +60035,7 @@ $as_echo "$with_regex_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55096,6 +60045,8 @@ $as_echo "$with_regex_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_regex_includes" >&5 $as_echo "$with_regex_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -55105,6 +60056,7 @@ $as_echo "$with_regex_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -55122,6 +60074,8 @@ $as_echo "$with_regex_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_regex_includes" ; then for dir in $with_regex_includes; do @@ -55146,6 +60100,7 @@ CPPFLAGS="$REGEXINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55165,6 +60120,8 @@ CPPFLAGS="$REGEXINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in regex.h do : ac_fn_c_check_header_compile "$LINENO" "regex.h" "ac_cv_header_regex_h" "$ac_includes_default" @@ -55180,6 +60137,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55209,6 +60167,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in regex.h do : ac_fn_c_check_header_mongrel "$LINENO" "regex.h" "ac_cv_header_regex_h" "$ac_includes_default" @@ -55227,6 +60189,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55269,6 +60232,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate regex includes." "$LINENO" 5 @@ -55290,6 +60258,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of regex library" >&5 $as_echo_n "checking for location of regex library... " >&6; } ======= @@ -55311,6 +60280,8 @@ $as_echo_n "checking for location of regex library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of regex library" >&5 printf %s "checking for location of regex library... " >&6; } ======= @@ -55323,6 +60294,7 @@ $as_echo_n "checking for location of regex library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55332,6 +60304,8 @@ $as_echo_n "checking for location of regex library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of regex library" >&5 $as_echo_n "checking for location of regex library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -55341,6 +60315,7 @@ $as_echo_n "checking for location of regex library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -55358,6 +60333,8 @@ $as_echo_n "checking for location of regex library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_regex_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-regex-libs." "$LINENO" 5 @@ -55372,6 +60349,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_regex_libs" >&5 $as_echo "$with_regex_libs" >&6; } ======= @@ -55393,6 +60371,8 @@ $as_echo "$with_regex_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_regex_libs" >&5 printf "%s\n" "$with_regex_libs" >&6; } ======= @@ -55405,6 +60385,7 @@ $as_echo "$with_regex_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55414,6 +60395,8 @@ $as_echo "$with_regex_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_regex_libs" >&5 $as_echo "$with_regex_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -55423,6 +60406,7 @@ $as_echo "$with_regex_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -55440,6 +60424,8 @@ $as_echo "$with_regex_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_regex_libs"; then for dir in $with_regex_libs; do @@ -55467,6 +60453,7 @@ ac_fn_c_check_func "$LINENO" "regcomp" "ac_cv_func_regcomp" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "x$ac_cv_func_regcomp" = xyes; then : ======= <<<<<<< HEAD @@ -55487,6 +60474,8 @@ if test "x$ac_cv_func_regcomp" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "x$ac_cv_func_regcomp" = xyes then : ======= @@ -55498,6 +60487,7 @@ if test "x$ac_cv_func_regcomp" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "x$ac_cv_func_regcomp" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -55532,6 +60522,11 @@ if test "x$ac_cv_func_regcomp" = xyes; then : if test "x$ac_cv_func_regcomp" = xyes; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "x$ac_cv_func_regcomp" = xyes; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main REGEXLIB="$REGEXLIB " @@ -55550,6 +60545,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55592,6 +60588,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_save_ldflags="$LDFLAGS" @@ -55607,6 +60608,7 @@ LDFLAGS="$REGEXLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for regcomp in -lregex" >&5 $as_echo_n "checking for regcomp in -lregex... " >&6; } ======= @@ -55628,6 +60630,8 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for regcomp in -lregex" >&5 printf %s "checking for regcomp in -lregex... " >&6; } ======= @@ -55640,6 +60644,7 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55649,6 +60654,8 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for regcomp in -lregex" >&5 $as_echo_n "checking for regcomp in -lregex... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -55658,6 +60665,7 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -55675,6 +60683,8 @@ $as_echo_n "checking for regcomp in -lregex... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lregex $LIBS" @@ -55693,6 +60703,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55712,6 +60723,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char regcomp (); int main (void) @@ -55722,6 +60735,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55751,6 +60765,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -55766,6 +60784,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55808,6 +60827,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return regcomp (); ; @@ -55823,6 +60847,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_regex_regcomp=yes else @@ -55847,6 +60872,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_regex_regcomp=yes @@ -55874,6 +60901,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55883,6 +60911,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_regex_regcomp=yes else @@ -55895,6 +60925,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -55912,6 +60943,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -55929,6 +60962,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55971,6 +61005,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -56012,6 +61051,7 @@ fi # $USE_REGEX <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56031,6 +61071,8 @@ fi # $USE_REGEX >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use Readline" >&5 printf %s "checking whether to use Readline... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_readline\"" >&5 @@ -56042,6 +61084,7 @@ printf "%s\n" "\"$with_readline\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56071,6 +61114,10 @@ printf "%s\n" "\"$with_readline\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use Readline" >&5 $as_echo_n "checking whether to use Readline... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_readline\"" >&5 @@ -56084,6 +61131,7 @@ $as_echo "\"$with_readline\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56126,6 +61174,11 @@ $as_echo "\"$with_readline\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_readline" in "no") USE_READLINE= ;; "yes") USE_READLINE="1" ;; @@ -56153,6 +61206,7 @@ if test -n "$USE_READLINE"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of Readline includes" >&5 $as_echo_n "checking for location of Readline includes... " >&6; } ======= @@ -56174,6 +61228,8 @@ $as_echo_n "checking for location of Readline includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of Readline includes" >&5 printf %s "checking for location of Readline includes... " >&6; } ======= @@ -56186,6 +61242,7 @@ $as_echo_n "checking for location of Readline includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56195,6 +61252,8 @@ $as_echo_n "checking for location of Readline includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of Readline includes" >&5 $as_echo_n "checking for location of Readline includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -56204,6 +61263,7 @@ $as_echo_n "checking for location of Readline includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -56221,6 +61281,8 @@ $as_echo_n "checking for location of Readline includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_readline_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-readline-includes." "$LINENO" 5 @@ -56235,6 +61297,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_readline_includes" >&5 $as_echo "$with_readline_includes" >&6; } ======= @@ -56256,6 +61319,8 @@ $as_echo "$with_readline_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_readline_includes" >&5 printf "%s\n" "$with_readline_includes" >&6; } ======= @@ -56268,6 +61333,7 @@ $as_echo "$with_readline_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56277,6 +61343,8 @@ $as_echo "$with_readline_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_readline_includes" >&5 $as_echo "$with_readline_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -56286,6 +61354,7 @@ $as_echo "$with_readline_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -56303,6 +61372,8 @@ $as_echo "$with_readline_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_readline_includes" ; then for dir in $with_readline_includes; do @@ -56327,6 +61398,7 @@ CPPFLAGS="$READLINEINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56346,6 +61418,8 @@ CPPFLAGS="$READLINEINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in readline/readline.h do : ac_fn_c_check_header_compile "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" @@ -56361,6 +61435,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56390,6 +61465,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in readline/readline.h do : ac_fn_c_check_header_mongrel "$LINENO" "readline/readline.h" "ac_cv_header_readline_readline_h" "$ac_includes_default" @@ -56408,6 +61487,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56450,6 +61530,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate Readline includes." "$LINENO" 5 @@ -56470,6 +61555,7 @@ CPPFLAGS="$READLINEINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56489,6 +61575,8 @@ CPPFLAGS="$READLINEINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in readline/history.h do : ac_fn_c_check_header_compile "$LINENO" "readline/history.h" "ac_cv_header_readline_history_h" "$ac_includes_default" @@ -56504,6 +61592,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56533,6 +61622,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in readline/history.h do : ac_fn_c_check_header_mongrel "$LINENO" "readline/history.h" "ac_cv_header_readline_history_h" "$ac_includes_default" @@ -56551,6 +61644,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56593,6 +61687,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate Readline includes." "$LINENO" 5 @@ -56614,6 +61713,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of Readline library" >&5 $as_echo_n "checking for location of Readline library... " >&6; } ======= @@ -56635,6 +61735,8 @@ $as_echo_n "checking for location of Readline library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of Readline library" >&5 printf %s "checking for location of Readline library... " >&6; } ======= @@ -56647,6 +61749,7 @@ $as_echo_n "checking for location of Readline library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56656,6 +61759,8 @@ $as_echo_n "checking for location of Readline library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of Readline library" >&5 $as_echo_n "checking for location of Readline library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -56665,6 +61770,7 @@ $as_echo_n "checking for location of Readline library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -56682,6 +61788,8 @@ $as_echo_n "checking for location of Readline library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_readline_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-readline-libs." "$LINENO" 5 @@ -56696,6 +61804,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_readline_libs" >&5 $as_echo "$with_readline_libs" >&6; } ======= @@ -56717,6 +61826,8 @@ $as_echo "$with_readline_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_readline_libs" >&5 printf "%s\n" "$with_readline_libs" >&6; } ======= @@ -56729,6 +61840,7 @@ $as_echo "$with_readline_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56738,6 +61850,8 @@ $as_echo "$with_readline_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_readline_libs" >&5 $as_echo "$with_readline_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -56747,6 +61861,7 @@ $as_echo "$with_readline_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -56764,6 +61879,8 @@ $as_echo "$with_readline_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_readline_libs"; then for dir in $with_readline_libs; do @@ -56790,6 +61907,7 @@ LDFLAGS="$READLINELIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5 $as_echo_n "checking for readline in -lreadline... " >&6; } ======= @@ -56811,6 +61929,8 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5 printf %s "checking for readline in -lreadline... " >&6; } ======= @@ -56823,6 +61943,7 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -56832,6 +61953,8 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for readline in -lreadline" >&5 $as_echo_n "checking for readline in -lreadline... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -56841,6 +61964,7 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -56858,6 +61982,8 @@ $as_echo_n "checking for readline in -lreadline... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lreadline $LIBS" @@ -56876,6 +62002,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56895,6 +62022,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char readline (); int main (void) @@ -56905,6 +62034,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56934,6 +62064,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -56949,6 +62083,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56991,6 +62126,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return readline (); ; @@ -57006,6 +62146,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_readline_readline=yes else @@ -57030,6 +62171,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_readline_readline=yes @@ -57057,6 +62200,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -57066,6 +62210,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_readline_readline=yes else @@ -57078,6 +62224,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -57095,6 +62242,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -57112,6 +62261,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57154,6 +62304,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -57180,6 +62335,7 @@ LDFLAGS="$READLINELIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for add_history in -lhistory" >&5 $as_echo_n "checking for add_history in -lhistory... " >&6; } ======= @@ -57201,6 +62357,8 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for add_history in -lhistory" >&5 printf %s "checking for add_history in -lhistory... " >&6; } ======= @@ -57213,6 +62371,7 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -57222,6 +62381,8 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for add_history in -lhistory" >&5 $as_echo_n "checking for add_history in -lhistory... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -57231,6 +62392,7 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -57248,6 +62410,8 @@ $as_echo_n "checking for add_history in -lhistory... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lhistory $LIBS" @@ -57266,6 +62430,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57285,6 +62450,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char add_history (); int main (void) @@ -57295,6 +62462,7 @@ main (void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57324,6 +62492,10 @@ main (void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifdef __cplusplus extern "C" #endif @@ -57339,6 +62511,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57381,6 +62554,11 @@ main () ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return add_history (); ; @@ -57396,6 +62574,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_history_add_history=yes else @@ -57420,6 +62599,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_history_add_history=yes @@ -57447,6 +62628,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -57456,6 +62638,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_history_add_history=yes else @@ -57468,6 +62652,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -57485,6 +62670,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -57502,6 +62689,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57544,6 +62732,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -57577,6 +62770,7 @@ fi # $USE_READLINE <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use PNG" >&5 $as_echo_n "checking whether to use PNG... " >&6; } ======= @@ -57598,6 +62792,8 @@ $as_echo_n "checking whether to use PNG... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use PNG" >&5 printf %s "checking whether to use PNG... " >&6; } ======= @@ -57610,6 +62806,7 @@ $as_echo_n "checking whether to use PNG... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -57619,6 +62816,8 @@ $as_echo_n "checking whether to use PNG... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use PNG" >&5 $as_echo_n "checking whether to use PNG... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -57628,6 +62827,7 @@ $as_echo_n "checking whether to use PNG... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -57645,6 +62845,8 @@ $as_echo_n "checking whether to use PNG... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main PNGLIB= PNGINC= @@ -57664,6 +62866,7 @@ if test "$with_libpng" = "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57683,6 +62886,8 @@ if test "$with_libpng" = "no" ; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } else @@ -57699,6 +62904,7 @@ printf %s "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57728,6 +62934,10 @@ printf %s "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } else @@ -57746,6 +62956,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57788,6 +62999,11 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case $LIBPNG_CONFIG in [\\/]* | ?:[\\/]*) @@ -57807,6 +63023,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57826,6 +63043,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -57842,6 +63061,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57871,6 +63091,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -57885,6 +63109,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57927,6 +63152,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -57947,6 +63177,7 @@ if test -n "$LIBPNG_CONFIG"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57966,6 +63197,8 @@ if test -n "$LIBPNG_CONFIG"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBPNG_CONFIG" >&5 printf "%s\n" "$LIBPNG_CONFIG" >&6; } else @@ -57978,6 +63211,7 @@ printf "%s\n" "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58007,6 +63241,10 @@ printf "%s\n" "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBPNG_CONFIG" >&5 $as_echo "$LIBPNG_CONFIG" >&6; } else @@ -58021,6 +63259,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58063,6 +63302,11 @@ $as_echo "no" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -58096,6 +63340,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -58116,6 +63361,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -58126,6 +63373,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58160,6 +63408,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { png_read_image(NULL, NULL); ; @@ -58175,6 +63428,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : else @@ -58197,6 +63451,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -58212,6 +63468,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -58221,6 +63478,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -58231,6 +63490,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -58248,6 +63508,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -58262,6 +63524,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -58282,6 +63545,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -58292,6 +63557,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58326,6 +63592,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { png_read_image(NULL, NULL); ; @@ -58341,6 +63612,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : PNGLIB="$PNGLIB" else @@ -58363,6 +63635,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : PNGLIB="$PNGLIB" @@ -58378,6 +63652,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -58387,6 +63662,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : PNGLIB="$PNGLIB" else @@ -58397,6 +63674,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -58414,6 +63692,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate libpng library." "$LINENO" 5 @@ -58427,6 +63707,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58446,6 +63727,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext @@ -58458,6 +63741,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58487,6 +63771,10 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -58501,6 +63789,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58543,6 +63832,11 @@ rm -f core conftest.err conftest.$ac_objext \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext LIBS=${ac_save_libs} CFLAGS=${ac_save_cflags} @@ -58557,6 +63851,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_PNG_H 1" >>confdefs.h ======= <<<<<<< HEAD @@ -58577,6 +63872,8 @@ $as_echo "#define HAVE_PNG_H 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_PNG_H 1" >>confdefs.h ======= $as_echo "#define HAVE_PNG_H 1" >>confdefs.h @@ -58587,6 +63884,7 @@ $as_echo "#define HAVE_PNG_H 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_PNG_H 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58621,6 +63919,11 @@ $as_echo "#define HAVE_PNG_H 1" >>confdefs.h $as_echo "#define HAVE_PNG_H 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_PNG_H 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -58639,6 +63942,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use GDAL" >&5 $as_echo_n "checking whether to use GDAL... " >&6; } ======= @@ -58660,6 +63964,8 @@ $as_echo_n "checking whether to use GDAL... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use GDAL" >&5 printf %s "checking whether to use GDAL... " >&6; } ======= @@ -58672,6 +63978,7 @@ $as_echo_n "checking whether to use GDAL... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -58681,6 +63988,8 @@ $as_echo_n "checking whether to use GDAL... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use GDAL" >&5 $as_echo_n "checking whether to use GDAL... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -58690,6 +63999,7 @@ $as_echo_n "checking whether to use GDAL... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -58707,6 +64017,8 @@ $as_echo_n "checking whether to use GDAL... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GDAL_LIBS= GDAL_CFLAGS= @@ -58726,6 +64038,7 @@ if test "$with_gdal" = "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -58755,6 +64068,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } else @@ -58781,6 +64096,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -58789,6 +64105,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -58806,6 +64124,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -58823,6 +64142,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $GDAL_CONFIG in [\\/]* | ?:[\\/]*) @@ -58842,6 +64163,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58861,6 +64183,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -58877,6 +64201,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58906,6 +64231,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -58920,6 +64249,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58962,6 +64292,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -58981,6 +64316,7 @@ if test -n "$GDAL_CONFIG"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDAL_CONFIG" >&5 $as_echo "$GDAL_CONFIG" >&6; } @@ -59006,6 +64342,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GDAL_CONFIG" >&5 printf "%s\n" "$GDAL_CONFIG" >&6; } else @@ -59024,6 +64362,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -59032,6 +64371,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GDAL_CONFIG" >&5 $as_echo "$GDAL_CONFIG" >&6; } @@ -59045,6 +64386,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -59062,6 +64404,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -59086,6 +64430,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_OGR 1" >>confdefs.h ======= <<<<<<< HEAD @@ -59106,6 +64451,8 @@ $as_echo "#define HAVE_OGR 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_OGR 1" >>confdefs.h ======= $as_echo "#define HAVE_OGR 1" >>confdefs.h @@ -59116,6 +64463,7 @@ $as_echo "#define HAVE_OGR 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_OGR 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59150,6 +64498,11 @@ $as_echo "#define HAVE_OGR 1" >>confdefs.h $as_echo "#define HAVE_OGR 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_OGR 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main USE_OGR=1 fi @@ -59173,6 +64526,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -59193,6 +64547,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -59203,6 +64559,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59237,6 +64594,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { GDALOpen("foo", GA_ReadOnly); ; @@ -59252,6 +64614,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : else @@ -59274,6 +64637,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -59289,6 +64654,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -59298,6 +64664,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -59308,6 +64676,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -59325,6 +64694,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LIBS="$LIBS $GDAL_DEP_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -59340,6 +64711,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -59360,6 +64732,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -59370,6 +64744,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59404,6 +64779,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { GDALOpen("foo", GA_ReadOnly); ; @@ -59419,6 +64799,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS" else @@ -59441,6 +64822,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS" @@ -59456,6 +64839,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -59465,6 +64849,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS" else @@ -59475,6 +64861,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -59492,6 +64879,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate GDAL library." "$LINENO" 5 @@ -59505,6 +64894,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -59530,6 +64920,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext @@ -59541,17 +64933,21 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) conftest$ac_exeext conftest.$ac_ext <<<<<<< HEAD @@ -59574,6 +64970,9 @@ rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + conftest$ac_exeext conftest.$ac_ext +>>>>>>> osgeo-main ======= rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -59588,6 +64987,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -59601,6 +65001,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LIBS=${ac_save_libs} CFLAGS=${ac_save_cflags} @@ -59614,6 +65016,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_GDAL 1" >>confdefs.h ======= <<<<<<< HEAD @@ -59634,6 +65037,8 @@ $as_echo "#define HAVE_GDAL 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_GDAL 1" >>confdefs.h ======= $as_echo "#define HAVE_GDAL 1" >>confdefs.h @@ -59644,6 +65049,7 @@ $as_echo "#define HAVE_GDAL 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_GDAL 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59678,6 +65084,11 @@ $as_echo "#define HAVE_GDAL 1" >>confdefs.h $as_echo "#define HAVE_GDAL 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_GDAL 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -59697,6 +65108,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use libLAS" >&5 $as_echo_n "checking whether to use libLAS... " >&6; } ======= @@ -59718,6 +65130,8 @@ $as_echo_n "checking whether to use libLAS... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use libLAS" >&5 printf %s "checking whether to use libLAS... " >&6; } ======= @@ -59730,6 +65144,7 @@ $as_echo_n "checking whether to use libLAS... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -59739,6 +65154,8 @@ $as_echo_n "checking whether to use libLAS... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use libLAS" >&5 $as_echo_n "checking whether to use libLAS... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -59748,6 +65165,7 @@ $as_echo_n "checking whether to use libLAS... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -59765,6 +65183,8 @@ $as_echo_n "checking whether to use libLAS... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LIBLAS_LIBS= LIBLAS_CFLAGS= @@ -59783,6 +65203,7 @@ if test "$with_liblas" = "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -59812,6 +65233,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } else @@ -59838,6 +65261,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -59846,6 +65270,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -59863,6 +65289,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -59880,6 +65307,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $LIBLAS_CONFIG in [\\/]* | ?:[\\/]*) @@ -59899,6 +65328,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -59918,6 +65348,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -59934,6 +65366,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -59963,6 +65396,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -59977,6 +65414,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60019,6 +65457,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -60038,6 +65481,7 @@ if test -n "$LIBLAS_CONFIG"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLAS_CONFIG" >&5 $as_echo "$LIBLAS_CONFIG" >&6; } @@ -60063,6 +65507,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBLAS_CONFIG" >&5 printf "%s\n" "$LIBLAS_CONFIG" >&6; } else @@ -60081,6 +65527,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60089,6 +65536,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBLAS_CONFIG" >&5 $as_echo "$LIBLAS_CONFIG" >&6; } @@ -60102,6 +65551,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60119,6 +65569,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -60149,6 +65601,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD for ac_header in liblas/capi/liblas.h do : @@ -60177,6 +65630,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_header_compile "$LINENO" "liblas/capi/liblas.h" "ac_cv_header_liblas_capi_liblas_h" "$ac_includes_default" if test "x$ac_cv_header_liblas_capi_liblas_h" = xyes then : @@ -60198,6 +65653,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60206,6 +65662,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for ac_header in liblas/capi/liblas.h do : @@ -60222,6 +65680,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60239,6 +65698,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi done @@ -60257,6 +65718,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -60277,6 +65739,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -60287,6 +65751,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -60321,6 +65786,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { LASReader_Create("foo"); ; @@ -60336,6 +65806,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : else @@ -60358,6 +65829,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -60373,6 +65846,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60382,6 +65856,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -60392,6 +65868,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60409,6 +65886,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -60423,6 +65902,7 @@ int <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD main () ======= <<<<<<< HEAD @@ -60443,6 +65923,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main main (void) ======= main () @@ -60453,6 +65935,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -60487,6 +65970,11 @@ main () main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +main () +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { LASReader_Create("foo"); ; @@ -60502,6 +65990,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : LAS_LIBS="$LAS_LIBS" else @@ -60524,6 +66013,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : LAS_LIBS="$LAS_LIBS" @@ -60539,6 +66030,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60548,6 +66040,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : LAS_LIBS="$LAS_LIBS" else @@ -60558,6 +66052,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60575,6 +66070,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate libLAS library." "$LINENO" 5 @@ -60588,6 +66085,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -60613,6 +66111,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext @@ -60624,17 +66124,21 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) conftest$ac_exeext conftest.$ac_ext <<<<<<< HEAD @@ -60657,6 +66161,9 @@ rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + conftest$ac_exeext conftest.$ac_ext +>>>>>>> osgeo-main ======= rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -60671,6 +66178,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60684,6 +66192,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LIBS=${ac_save_libs} CFLAGS=${ac_save_cflags} CPPFLAGS=${ac_save_cppflags} @@ -60698,6 +66208,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -60718,6 +66229,8 @@ $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_LIBLAS 1" >>confdefs.h ======= $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h @@ -60728,6 +66241,7 @@ $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -60762,6 +66276,11 @@ $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h $as_echo "#define HAVE_LIBLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_LIBLAS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -60781,6 +66300,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use PDAL" >&5 $as_echo_n "checking whether to use PDAL... " >&6; } ======= @@ -60802,6 +66322,8 @@ $as_echo_n "checking whether to use PDAL... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use PDAL" >&5 printf %s "checking whether to use PDAL... " >&6; } ======= @@ -60814,6 +66336,7 @@ $as_echo_n "checking whether to use PDAL... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60823,6 +66346,8 @@ $as_echo_n "checking whether to use PDAL... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use PDAL" >&5 $as_echo_n "checking whether to use PDAL... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -60832,6 +66357,7 @@ $as_echo_n "checking whether to use PDAL... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60849,6 +66375,8 @@ $as_echo_n "checking whether to use PDAL... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' @@ -60871,6 +66399,7 @@ if test "$with_pdal" = "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -60894,6 +66423,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } else @@ -60912,6 +66443,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60920,6 +66452,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -60931,6 +66465,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60948,6 +66483,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # Extract the first word of "pdal-config", so it can be a program name with args. @@ -61000,6 +66537,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61042,6 +66580,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi <<<<<<< HEAD @@ -61072,6 +66615,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -61092,6 +66636,8 @@ fi >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= CPPFLAGS="$CPPFLAGS $PDAL_CPPFLAGS $PDAL_INC" <<<<<<< HEAD @@ -61106,6 +66652,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -61114,6 +66661,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= CPPFLAGS="$CPPFLAGS $PDAL_CPPFLAGS $PDAL_INC" ======= @@ -61125,6 +66674,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -61164,6 +66714,8 @@ fi >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -61181,6 +66733,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int main () ======= @@ -61207,6 +66760,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int main (void) ======= @@ -61219,6 +66774,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -61232,6 +66788,8 @@ main () >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { pdal::PointTable table; ; @@ -61245,6 +66803,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -61259,6 +66818,8 @@ _ACEOF >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_cxx_try_link "$LINENO" then : PDAL_LIBS="$PDAL_LIBS" @@ -61274,6 +66835,7 @@ int main() { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -61283,6 +66845,8 @@ int main() { ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () { @@ -61291,6 +66855,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD pdal::PointTable table; ; return 0; @@ -61357,6 +66922,8 @@ $as_echo "#define HAVE_PDAL 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main pdal::PointTable table; ; return 0; @@ -61388,6 +66955,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -61438,6 +67006,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -61496,6 +67066,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -61507,6 +67078,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \ >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi rm -f core conftest.err conftest.$ac_objext \ @@ -61515,6 +67088,7 @@ rm -f core conftest.err conftest.$ac_objext \ fi <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= as_fn_error $? "*** Unable to locate suitable (>=1.7.1) PDAL library." "$LINENO" 5 @@ -61534,6 +67108,11 @@ fi as_fn_error $? "*** Unable to locate suitable (>=1.7.1) PDAL library." "$LINENO" 5 >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + + as_fn_error $? "*** Unable to locate suitable (>=1.7.1) PDAL library." "$LINENO" 5 +>>>>>>> osgeo-main fi rm -f core conftest.err conftest.$ac_objext \ @@ -61545,6 +67124,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -61562,6 +67142,9 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=${ac_save_libs} @@ -61572,6 +67155,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -61580,6 +67164,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -61588,6 +67174,7 @@ $as_echo "#define HAVE_PDAL 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= CPPFLAGS=${ac_save_cppflags} @@ -61614,6 +67201,8 @@ $as_echo "#define HAVE_PDAL 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main $as_echo "#define HAVE_PDAL 1" >>confdefs.h @@ -61645,6 +67234,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NetCDF" >&5 $as_echo_n "checking whether to use NetCDF... " >&6; } ======= @@ -61671,6 +67261,8 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use NetCDF" >&5 printf %s "checking whether to use NetCDF... " >&6; } ======= @@ -61683,6 +67275,7 @@ echo "configure:7225: checking whether to use NetCDF" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -61692,6 +67285,8 @@ echo "configure:7225: checking whether to use NetCDF" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NetCDF" >&5 $as_echo_n "checking whether to use NetCDF... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61701,6 +67296,7 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -61710,6 +67306,8 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NetCDF" >&5 $as_echo_n "checking whether to use NetCDF... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -61719,6 +67317,7 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -61740,6 +67339,8 @@ $as_echo_n "checking whether to use NetCDF... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main NETCDF_LIBS= NETCDF_CFLAGS= @@ -61758,6 +67359,7 @@ if test "$with_netcdf" = "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -61787,6 +67389,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } else @@ -61807,6 +67411,7 @@ echo "configure:7242: checking for $ac_word" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -61815,6 +67420,8 @@ echo "configure:7242: checking for $ac_word" >&5 >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -61832,6 +67439,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -61840,6 +67448,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -61857,6 +67467,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -61878,6 +67489,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $NETCDF_CONFIG in [\\/]* | ?:[\\/]*) @@ -61897,6 +67510,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -61916,6 +67530,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -61932,6 +67548,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -61961,6 +67578,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -61975,6 +67596,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -62017,6 +67639,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -62036,6 +67663,7 @@ if test -n "$NETCDF_CONFIG"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NETCDF_CONFIG" >&5 $as_echo "$NETCDF_CONFIG" >&6; } @@ -62061,6 +67689,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $NETCDF_CONFIG" >&5 printf "%s\n" "$NETCDF_CONFIG" >&6; } else @@ -62079,6 +67709,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62087,6 +67718,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NETCDF_CONFIG" >&5 $as_echo "$NETCDF_CONFIG" >&6; } @@ -62100,6 +67733,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -62117,6 +67751,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -62147,6 +67783,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -62170,6 +67807,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ ======= @@ -62182,6 +67821,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #include int main () @@ -62208,6 +67848,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main #include int main (void) @@ -62220,6 +67862,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62228,6 +67871,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -62243,6 +67888,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62251,6 +67897,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -62266,6 +67914,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -62287,6 +67936,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -62300,6 +67951,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : else @@ -62330,6 +67982,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -62363,6 +68017,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62372,6 +68027,8 @@ nc_create("foo", NC_CLOBBER, NULL); ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -62390,6 +68047,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62399,6 +68057,8 @@ nc_create("foo", NC_CLOBBER, NULL); ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : else @@ -62417,6 +68077,7 @@ nc_create("foo", NC_CLOBBER, NULL); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -62438,6 +68099,8 @@ nc_create("foo", NC_CLOBBER, NULL); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -62451,6 +68114,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : NETCDF_LIBS="$NETCDF_LIBS" else @@ -62473,6 +68137,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ======= @@ -62494,6 +68160,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62503,6 +68170,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : NETCDF_LIBS="$NETCDF_LIBS" else @@ -62513,6 +68182,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -62530,6 +68200,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate NetCDF library." "$LINENO" 5 @@ -62543,6 +68215,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -62568,6 +68241,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext @@ -62579,17 +68254,21 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) conftest$ac_exeext conftest.$ac_ext <<<<<<< HEAD @@ -62612,6 +68291,9 @@ rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + conftest$ac_exeext conftest.$ac_ext +>>>>>>> osgeo-main ======= rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -62626,6 +68308,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -62639,6 +68322,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LIBS=${ac_save_libs} CFLAGS=${ac_save_cflags} @@ -62652,6 +68337,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_NETCDF 1" >>confdefs.h ======= <<<<<<< HEAD @@ -62672,6 +68358,8 @@ $as_echo "#define HAVE_NETCDF 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_NETCDF 1" >>confdefs.h ======= $as_echo "#define HAVE_NETCDF 1" >>confdefs.h @@ -62682,6 +68370,7 @@ $as_echo "#define HAVE_NETCDF 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_NETCDF 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -62716,6 +68405,11 @@ $as_echo "#define HAVE_NETCDF 1" >>confdefs.h $as_echo "#define HAVE_NETCDF 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_NETCDF 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -62736,6 +68430,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use GEOS" >&5 $as_echo_n "checking whether to use GEOS... " >&6; } ======= @@ -62762,6 +68457,8 @@ $as_echo_n "checking whether to use GEOS... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use GEOS" >&5 printf %s "checking whether to use GEOS... " >&6; } ======= @@ -62774,6 +68471,7 @@ echo "configure:7342: checking whether to use GEOS" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62783,6 +68481,8 @@ echo "configure:7342: checking whether to use GEOS" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use GEOS" >&5 $as_echo_n "checking whether to use GEOS... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -62792,6 +68492,7 @@ $as_echo_n "checking whether to use GEOS... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62801,6 +68502,8 @@ $as_echo_n "checking whether to use GEOS... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use GEOS" >&5 $as_echo_n "checking whether to use GEOS... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -62810,6 +68513,7 @@ $as_echo_n "checking whether to use GEOS... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -62831,6 +68535,8 @@ $as_echo_n "checking whether to use GEOS... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GEOS_LIBS= GEOS_CFLAGS= @@ -62850,6 +68556,7 @@ if test "$with_geos" = "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -62879,6 +68586,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 printf "%s\n" "no" >&6; } else @@ -62899,6 +68608,7 @@ echo "configure:7360: checking for $ac_word" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62907,6 +68617,8 @@ echo "configure:7360: checking for $ac_word" >&5 >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -62924,6 +68636,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62932,6 +68645,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -62949,6 +68664,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -62970,6 +68686,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $GEOS_CONFIG in [\\/]* | ?:[\\/]*) @@ -62989,6 +68707,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -63008,6 +68727,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -63024,6 +68745,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -63053,6 +68775,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -63067,6 +68793,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63109,6 +68836,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -63128,6 +68860,7 @@ if test -n "$GEOS_CONFIG"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GEOS_CONFIG" >&5 $as_echo "$GEOS_CONFIG" >&6; } @@ -63153,6 +68886,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $GEOS_CONFIG" >&5 printf "%s\n" "$GEOS_CONFIG" >&6; } else @@ -63171,6 +68906,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -63179,6 +68915,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GEOS_CONFIG" >&5 $as_echo "$GEOS_CONFIG" >&6; } @@ -63192,6 +68930,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -63209,6 +68948,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -63237,6 +68978,7 @@ CPPFLAGS="$GEOS_CFLAGS $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -63261,6 +69003,8 @@ CPPFLAGS="$GEOS_CFLAGS $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in geos_c.h do : ac_fn_c_check_header_compile "$LINENO" "geos_c.h" "ac_cv_header_geos_c_h" "$ac_includes_default" @@ -63283,6 +69027,7 @@ echo "configure:7408: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -63315,6 +69060,11 @@ echo "configure:7408: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in geos_c.h do : ac_fn_c_check_header_mongrel "$LINENO" "geos_c.h" "ac_cv_header_geos_c_h" "$ac_includes_default" @@ -63331,6 +69081,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -63346,12 +69097,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63372,6 +69126,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -63395,6 +69151,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -63406,6 +69163,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -63429,6 +69188,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -63512,6 +69272,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -63536,6 +69298,7 @@ LDFLAGS="$GEOS_LIBS $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for initGEOS in -lgeos_c" >&5 $as_echo_n "checking for initGEOS in -lgeos_c... " >&6; } ======= @@ -63551,6 +69314,8 @@ $as_echo_n "checking for initGEOS in -lgeos_c... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for initGEOS in -lgeos_c" >&5 printf %s "checking for initGEOS in -lgeos_c... " >&6; } ======= @@ -63563,6 +69328,7 @@ ac_lib_var=`echo geos_c'_'initGEOS | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -63574,6 +69340,8 @@ ac_lib_var=`echo geos_c'_'initGEOS | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lgeos_c $LIBS" @@ -63583,6 +69351,7 @@ LIBS="-lgeos_c $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -63619,6 +69388,8 @@ LIBS="-lgeos_c $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -63653,6 +69424,9 @@ char initGEOS(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -63683,6 +69457,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -63714,6 +69491,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_geos_c_initGEOS=no fi @@ -63812,6 +69590,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -63836,6 +69616,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -63844,6 +69625,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_geos_c_initGEOS=no fi @@ -63854,6 +69637,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -63871,6 +69655,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -63888,6 +69674,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63930,6 +69717,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -63953,6 +69745,7 @@ LDFLAGS=${ac_save_ldflags} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_GEOS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -63973,6 +69766,8 @@ $as_echo "#define HAVE_GEOS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_GEOS 1" >>confdefs.h ======= $as_echo "#define HAVE_GEOS 1" >>confdefs.h @@ -63983,6 +69778,7 @@ $as_echo "#define HAVE_GEOS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_GEOS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -64017,6 +69813,11 @@ $as_echo "#define HAVE_GEOS 1" >>confdefs.h $as_echo "#define HAVE_GEOS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_GEOS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -64038,6 +69839,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -64062,6 +69864,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use TIFF" >&5 printf %s "checking whether to use TIFF... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_tiff\"" >&5 @@ -64077,6 +69881,7 @@ echo "$ac_t"""$with_tiff"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -64109,6 +69914,11 @@ echo "$ac_t"""$with_tiff"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use TIFF" >&5 $as_echo_n "checking whether to use TIFF... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_tiff\"" >&5 @@ -64122,6 +69932,7 @@ $as_echo "\"$with_tiff\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64168,6 +69979,11 @@ $as_echo "\"$with_tiff\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_tiff" in "no") USE_TIFF= ;; "yes") USE_TIFF="1" ;; @@ -64196,6 +70012,7 @@ if test -n "$USE_TIFF"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of TIFF includes" >&5 $as_echo_n "checking for location of TIFF includes... " >&6; } ======= @@ -64222,6 +70039,8 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of TIFF includes" >&5 printf %s "checking for location of TIFF includes... " >&6; } ======= @@ -64234,6 +70053,7 @@ echo "configure:7536: checking for location of TIFF includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -64243,6 +70063,8 @@ echo "configure:7536: checking for location of TIFF includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of TIFF includes" >&5 $as_echo_n "checking for location of TIFF includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64252,6 +70074,7 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -64261,6 +70084,8 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of TIFF includes" >&5 $as_echo_n "checking for location of TIFF includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -64270,6 +70095,7 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -64291,6 +70117,8 @@ $as_echo_n "checking for location of TIFF includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_tiff_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-tiff-includes." "$LINENO" 5 @@ -64305,6 +70133,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_tiff_includes" >&5 $as_echo "$with_tiff_includes" >&6; } ======= @@ -64326,6 +70155,8 @@ $as_echo "$with_tiff_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_tiff_includes" >&5 printf "%s\n" "$with_tiff_includes" >&6; } ======= @@ -64338,6 +70169,7 @@ $as_echo "$with_tiff_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -64347,6 +70179,8 @@ $as_echo "$with_tiff_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_tiff_includes" >&5 $as_echo "$with_tiff_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -64356,6 +70190,7 @@ $as_echo "$with_tiff_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -64373,6 +70208,8 @@ $as_echo "$with_tiff_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_tiff_includes" ; then for dir in $with_tiff_includes; do @@ -64399,6 +70236,7 @@ CPPFLAGS="$TIFF_INCLUDE_DIRS $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -64423,6 +70261,8 @@ CPPFLAGS="$TIFF_INCLUDE_DIRS $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in tiffio.h do : ac_fn_c_check_header_compile "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" @@ -64445,6 +70285,7 @@ echo "configure:7562: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -64477,6 +70318,11 @@ echo "configure:7562: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in tiffio.h do : ac_fn_c_check_header_mongrel "$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default" @@ -64493,6 +70339,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -64508,12 +70355,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64534,6 +70384,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -64557,6 +70409,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -64568,6 +70421,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -64591,6 +70446,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -64674,6 +70530,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -64693,6 +70551,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of TIFF library" >&5 $as_echo_n "checking for location of TIFF library... " >&6; } ======= @@ -64719,6 +70578,8 @@ $as_echo_n "checking for location of TIFF library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of TIFF library" >&5 printf %s "checking for location of TIFF library... " >&6; } ======= @@ -64731,6 +70592,7 @@ echo "configure:7604: checking for location of TIFF library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -64740,6 +70602,8 @@ echo "configure:7604: checking for location of TIFF library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of TIFF library" >&5 $as_echo_n "checking for location of TIFF library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64749,6 +70613,7 @@ $as_echo_n "checking for location of TIFF library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -64758,6 +70623,8 @@ $as_echo_n "checking for location of TIFF library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of TIFF library" >&5 $as_echo_n "checking for location of TIFF library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -64767,6 +70634,7 @@ $as_echo_n "checking for location of TIFF library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -64788,6 +70656,8 @@ $as_echo_n "checking for location of TIFF library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_tiff_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-tiff-libs." "$LINENO" 5 @@ -64802,6 +70672,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_tiff_libs" >&5 $as_echo "$with_tiff_libs" >&6; } ======= @@ -64823,6 +70694,8 @@ $as_echo "$with_tiff_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_tiff_libs" >&5 printf "%s\n" "$with_tiff_libs" >&6; } ======= @@ -64835,6 +70708,7 @@ $as_echo "$with_tiff_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -64844,6 +70718,8 @@ $as_echo "$with_tiff_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_tiff_libs" >&5 $as_echo "$with_tiff_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -64853,6 +70729,7 @@ $as_echo "$with_tiff_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -64870,6 +70747,8 @@ $as_echo "$with_tiff_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_tiff_libs"; then for dir in $with_tiff_libs; do @@ -64904,6 +70783,7 @@ LDFLAGS="$TIFF_LIBRARY_DIRS $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 $as_echo_n "checking for TIFFOpen in -ltiff... " >&6; } ======= @@ -64919,6 +70799,8 @@ $as_echo_n "checking for TIFFOpen in -ltiff... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 printf %s "checking for TIFFOpen in -ltiff... " >&6; } ======= @@ -64931,6 +70813,7 @@ ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -64942,6 +70825,8 @@ ac_lib_var=`echo tiff'_'TIFFOpen | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ltiff $LIBS" @@ -64951,6 +70836,7 @@ LIBS="-ltiff $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -64987,6 +70873,8 @@ LIBS="-ltiff $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -65021,6 +70909,9 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -65051,6 +70942,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -65082,6 +70976,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_tiff_TIFFOpen=no fi @@ -65180,6 +71075,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -65242,6 +71139,9 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -65259,6 +71159,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -65282,6 +71183,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -65293,6 +71196,9 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -65306,6 +71212,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65327,6 +71234,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -65350,6 +71262,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -65434,6 +71347,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -65496,6 +71411,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -65528,6 +71444,11 @@ char TIFFOpen(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -65541,6 +71462,9 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -65554,6 +71478,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65575,6 +71500,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -65598,6 +71528,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -65682,6 +71613,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -65744,6 +71677,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -65776,6 +71710,11 @@ char TIFFOpen(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -65789,6 +71728,9 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -65802,6 +71744,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65823,6 +71766,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -65846,6 +71794,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -65930,6 +71879,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -65992,6 +71943,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -66024,6 +71976,11 @@ char TIFFOpen(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -66037,6 +71994,9 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -66050,6 +72010,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66071,6 +72032,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -66094,6 +72060,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -66178,6 +72145,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -66240,6 +72209,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -66272,6 +72242,11 @@ char TIFFOpen(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -66285,6 +72260,9 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -66298,6 +72276,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66319,6 +72298,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -66342,6 +72326,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -66426,6 +72411,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -66488,6 +72475,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -66520,6 +72508,11 @@ char TIFFOpen(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -66533,6 +72526,9 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -66546,6 +72542,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66567,6 +72564,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -66590,6 +72592,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -66674,6 +72677,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -66736,6 +72741,7 @@ char TIFFOpen(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -66768,6 +72774,11 @@ char TIFFOpen(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_tiff_TIFFOpen=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -66781,6 +72792,9 @@ if test "x$ac_cv_lib_tiff_TIFFOpen" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIFFOpen in -ltiff" >&5 @@ -66794,6 +72808,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66815,6 +72830,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -66837,6 +72857,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_tiff_TIFFOpen=no fi @@ -66924,6 +72945,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -66948,6 +72971,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -66956,6 +72980,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_tiff_TIFFOpen=no fi @@ -66966,6 +72992,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -66983,6 +73010,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -67000,6 +73029,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67042,6 +73072,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -67130,6 +73165,7 @@ fi # $USE_TIFF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Enable PostgreSQL option @@ -67157,6 +73193,8 @@ fi # $USE_TIFF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Enable PostgreSQL option @@ -67349,6 +73387,7 @@ echo "$ac_t"""$with_postgres"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -67358,6 +73397,8 @@ echo "$ac_t"""$with_postgres"" 1>&6 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Enable PostgreSQL option @@ -67367,6 +73408,7 @@ echo "$ac_t"""$with_postgres"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -67376,6 +73418,8 @@ echo "$ac_t"""$with_postgres"" 1>&6 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Enable PostgreSQL option @@ -67386,6 +73430,7 @@ echo "$ac_t"""$with_postgres"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -67403,6 +73448,8 @@ echo "$ac_t"""$with_postgres"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use PostgreSQL" >&5 $as_echo_n "checking whether to use PostgreSQL... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_postgres\"" >&5 @@ -67416,6 +73463,7 @@ $as_echo "\"$with_postgres\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67462,6 +73510,11 @@ $as_echo "\"$with_postgres\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_postgres" in "no") USE_POSTGRES= ;; "yes") USE_POSTGRES="1" ;; @@ -67481,6 +73534,7 @@ if test -n "$USE_POSTGRES"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h ======= <<<<<<< HEAD @@ -67501,6 +73555,8 @@ $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_POSTGRES 1" >>confdefs.h ======= $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h @@ -67511,6 +73567,7 @@ $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -67545,6 +73602,11 @@ $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h $as_echo "#define HAVE_POSTGRES 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_POSTGRES 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_POSTGRES @@ -67568,6 +73630,7 @@ if test -n "$USE_POSTGRES"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL includes" >&5 $as_echo_n "checking for location of PostgreSQL includes... " >&6; } ======= @@ -67594,6 +73657,8 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL includes" >&5 printf %s "checking for location of PostgreSQL includes... " >&6; } ======= @@ -67606,6 +73671,7 @@ echo "configure:8200: checking for location of PostgreSQL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -67615,6 +73681,8 @@ echo "configure:8200: checking for location of PostgreSQL includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL includes" >&5 $as_echo_n "checking for location of PostgreSQL includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67624,6 +73692,7 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -67633,6 +73702,8 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL includes" >&5 $as_echo_n "checking for location of PostgreSQL includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -67642,6 +73713,7 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -67663,6 +73735,8 @@ $as_echo_n "checking for location of PostgreSQL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_postgres_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-postgres-includes." "$LINENO" 5 @@ -67677,6 +73751,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_postgres_includes" >&5 $as_echo "$with_postgres_includes" >&6; } ======= @@ -67698,6 +73773,8 @@ $as_echo "$with_postgres_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_postgres_includes" >&5 printf "%s\n" "$with_postgres_includes" >&6; } ======= @@ -67710,6 +73787,7 @@ $as_echo "$with_postgres_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -67719,6 +73797,8 @@ $as_echo "$with_postgres_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_postgres_includes" >&5 $as_echo "$with_postgres_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -67728,6 +73808,7 @@ $as_echo "$with_postgres_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -67745,6 +73826,8 @@ $as_echo "$with_postgres_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_postgres_includes" ; then for dir in $with_postgres_includes; do @@ -67771,6 +73854,7 @@ CPPFLAGS="$PQINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67795,6 +73879,8 @@ CPPFLAGS="$PQINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in libpq-fe.h do : ac_fn_c_check_header_compile "$LINENO" "libpq-fe.h" "ac_cv_header_libpq_fe_h" "$ac_includes_default" @@ -67817,6 +73903,7 @@ echo "configure:8226: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -67849,6 +73936,11 @@ echo "configure:8226: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in libpq-fe.h do : ac_fn_c_check_header_mongrel "$LINENO" "libpq-fe.h" "ac_cv_header_libpq_fe_h" "$ac_includes_default" @@ -67865,6 +73957,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -67880,12 +73973,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67906,6 +74002,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -67929,6 +74027,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -67940,6 +74039,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -67963,6 +74064,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -68046,6 +74148,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -68069,6 +74173,7 @@ if test -n "$USE_POSTGRES"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL library" >&5 $as_echo_n "checking for location of PostgreSQL library... " >&6; } ======= @@ -68095,6 +74200,8 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL library" >&5 printf %s "checking for location of PostgreSQL library... " >&6; } ======= @@ -68107,6 +74214,7 @@ echo "configure:8272: checking for location of PostgreSQL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -68116,6 +74224,8 @@ echo "configure:8272: checking for location of PostgreSQL library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL library" >&5 $as_echo_n "checking for location of PostgreSQL library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -68125,6 +74235,7 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -68134,6 +74245,8 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of PostgreSQL library" >&5 $as_echo_n "checking for location of PostgreSQL library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -68143,6 +74256,7 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -68164,6 +74278,8 @@ $as_echo_n "checking for location of PostgreSQL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_postgres_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-postgres-libs." "$LINENO" 5 @@ -68178,6 +74294,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_postgres_libs" >&5 $as_echo "$with_postgres_libs" >&6; } ======= @@ -68199,6 +74316,8 @@ $as_echo "$with_postgres_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_postgres_libs" >&5 printf "%s\n" "$with_postgres_libs" >&6; } ======= @@ -68211,6 +74330,7 @@ $as_echo "$with_postgres_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -68220,6 +74340,8 @@ $as_echo "$with_postgres_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_postgres_libs" >&5 $as_echo "$with_postgres_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -68229,6 +74351,7 @@ $as_echo "$with_postgres_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -68246,6 +74369,8 @@ $as_echo "$with_postgres_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_postgres_libs"; then for dir in $with_postgres_libs; do @@ -68278,6 +74403,7 @@ LDFLAGS="$PQLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 $as_echo_n "checking for PQsetdbLogin in -lpq... " >&6; } ======= @@ -68293,6 +74419,8 @@ $as_echo_n "checking for PQsetdbLogin in -lpq... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 printf %s "checking for PQsetdbLogin in -lpq... " >&6; } ======= @@ -68305,6 +74433,7 @@ ac_lib_var=`echo pq'_'PQsetdbLogin | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -68316,6 +74445,8 @@ ac_lib_var=`echo pq'_'PQsetdbLogin | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lpq $LIBS" @@ -68325,6 +74456,7 @@ LIBS="-lpq $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -68361,6 +74493,8 @@ LIBS="-lpq $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -68395,6 +74529,9 @@ char PQsetdbLogin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -68425,6 +74562,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -68456,6 +74596,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_pq_PQsetdbLogin=no fi @@ -68554,6 +74695,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -68616,6 +74759,9 @@ char PQsetdbLogin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -68633,6 +74779,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -68656,6 +74803,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -68667,6 +74816,9 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 @@ -68680,6 +74832,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -68701,6 +74854,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -68724,6 +74882,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -68808,6 +74967,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -68870,6 +75031,7 @@ char PQsetdbLogin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -68902,6 +75064,11 @@ char PQsetdbLogin(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_pq_PQsetdbLogin=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -68915,6 +75082,9 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 @@ -68928,6 +75098,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -68949,6 +75120,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -68972,6 +75148,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -69056,6 +75233,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -69118,6 +75297,7 @@ char PQsetdbLogin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -69150,6 +75330,11 @@ char PQsetdbLogin(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_pq_PQsetdbLogin=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -69163,6 +75348,9 @@ if test "x$ac_cv_lib_pq_PQsetdbLogin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQsetdbLogin in -lpq" >&5 @@ -69176,6 +75364,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -69197,6 +75386,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -69219,6 +75413,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_pq_PQsetdbLogin=no fi @@ -69306,6 +75501,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -69330,6 +75527,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -69338,6 +75536,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_pq_PQsetdbLogin=no fi @@ -69348,6 +75548,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -69365,6 +75566,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -69382,6 +75585,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -69424,6 +75628,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -69474,6 +75683,7 @@ LDFLAGS="$LDFLAGS $PQLIBPATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQcmdTuples in -lpq" >&5 $as_echo_n "checking for PQcmdTuples in -lpq... " >&6; } ======= @@ -69489,6 +75699,8 @@ $as_echo_n "checking for PQcmdTuples in -lpq... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for PQcmdTuples in -lpq" >&5 printf %s "checking for PQcmdTuples in -lpq... " >&6; } ======= @@ -69501,6 +75713,7 @@ ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -69512,6 +75725,8 @@ ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lpq $LIBS" @@ -69521,6 +75736,7 @@ LIBS="-lpq $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -69557,6 +75773,8 @@ LIBS="-lpq $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -69591,6 +75809,7 @@ char PQcmdTuples(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -69600,6 +75819,8 @@ char PQcmdTuples(); ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQcmdTuples in -lpq" >&5 $as_echo_n "checking for PQcmdTuples in -lpq... " >&6; } @@ -69615,6 +75836,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -69624,6 +75846,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PQcmdTuples in -lpq" >&5 $as_echo_n "checking for PQcmdTuples in -lpq... " >&6; } @@ -69639,6 +75863,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -69652,6 +75877,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ @@ -69676,6 +75903,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_pq_PQcmdTuples=no ======= @@ -69856,6 +76084,8 @@ else >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -70134,6 +76364,9 @@ echo "configure:8522: checking for PQcmdTuples in -lpq" >&5 ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'` >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lpq -lcrypt $LIBS" @@ -70146,6 +76379,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext builtin and then its argument prototype would still apply. */ <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main char PQcmdTuples (); @@ -70161,6 +76395,11 @@ char PQcmdTuples (); int main (void) >>>>>>> osgeo-main +======= +char PQcmdTuples (); +int +main (void) +>>>>>>> osgeo-main { return PQcmdTuples (); ; @@ -70169,17 +76408,23 @@ return PQcmdTuples (); _ACEOF <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_pq_PQcmdTuples=yes else ======= ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ac_cv_lib_pq_PQcmdTuples=yes else $as_nop <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -70242,6 +76487,7 @@ else fi <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext @@ -70254,6 +76500,8 @@ if test "x$ac_cv_lib_pq_PQcmdTuples" = xyes; then : ======= ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -70263,6 +76511,9 @@ if test "x$ac_cv_lib_pq_PQcmdTuples" = xyes then : <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -70276,6 +76527,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -70358,6 +76610,8 @@ fi >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -70365,6 +76619,7 @@ LIBS=$ac_check_lib_save_LIBS $as_echo "$ac_cv_lib_pq_PQcmdTuples" >&6; } if test "x$ac_cv_lib_pq_PQcmdTuples" = xyes; then : +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= @@ -70376,6 +76631,9 @@ if test "x$ac_cv_lib_pq_PQcmdTuples" = xyes; then : $as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h <<<<<<< HEAD ======= +======= +$as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h +>>>>>>> osgeo-main else @@ -70416,7 +76674,10 @@ $as_echo "$ac_cv_lib_pq_PQcmdTuples" >&6; } if test "x$ac_cv_lib_pq_PQcmdTuples" = xyes; then : $as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -70425,6 +76686,7 @@ $as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -70442,6 +76704,8 @@ $as_echo "#define HAVE_PQCMDTUPLES 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -70474,6 +76738,7 @@ fi # $USE_POSTGRES <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -70498,6 +76763,8 @@ fi # $USE_POSTGRES >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use MySQL" >&5 printf %s "checking whether to use MySQL... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_mysql\"" >&5 @@ -70513,6 +76780,7 @@ echo "$ac_t"""$with_mysql"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -70545,6 +76813,11 @@ echo "$ac_t"""$with_mysql"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use MySQL" >&5 $as_echo_n "checking whether to use MySQL... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_mysql\"" >&5 @@ -70558,6 +76831,7 @@ $as_echo "\"$with_mysql\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70604,6 +76878,11 @@ $as_echo "\"$with_mysql\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_mysql" in "no") USE_MYSQL= ;; "yes") USE_MYSQL="1" ;; @@ -70632,6 +76911,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of MySQL includes" >&5 $as_echo_n "checking for location of MySQL includes... " >&6; } ======= @@ -70658,6 +76938,8 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of MySQL includes" >&5 printf %s "checking for location of MySQL includes... " >&6; } ======= @@ -70670,6 +76952,7 @@ echo "configure:8602: checking for location of MySQL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -70679,6 +76962,8 @@ echo "configure:8602: checking for location of MySQL includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of MySQL includes" >&5 $as_echo_n "checking for location of MySQL includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70688,6 +76973,7 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -70697,6 +76983,8 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of MySQL includes" >&5 $as_echo_n "checking for location of MySQL includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -70706,6 +76994,7 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -70727,6 +77016,8 @@ $as_echo_n "checking for location of MySQL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_mysql_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-mysql-includes." "$LINENO" 5 @@ -70741,6 +77032,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mysql_includes" >&5 $as_echo "$with_mysql_includes" >&6; } ======= @@ -70762,6 +77054,8 @@ $as_echo "$with_mysql_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_mysql_includes" >&5 printf "%s\n" "$with_mysql_includes" >&6; } ======= @@ -70774,6 +77068,7 @@ $as_echo "$with_mysql_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -70783,6 +77078,8 @@ $as_echo "$with_mysql_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mysql_includes" >&5 $as_echo "$with_mysql_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -70792,6 +77089,7 @@ $as_echo "$with_mysql_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -70809,6 +77107,8 @@ $as_echo "$with_mysql_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_mysql_includes" ; then for dir in $with_mysql_includes; do @@ -70835,6 +77135,7 @@ CPPFLAGS="$MYSQLINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -70859,6 +77160,8 @@ CPPFLAGS="$MYSQLINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in mysql.h do : ac_fn_c_check_header_compile "$LINENO" "mysql.h" "ac_cv_header_mysql_h" "$ac_includes_default" @@ -70881,6 +77184,7 @@ echo "configure:8628: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -70913,6 +77217,11 @@ echo "configure:8628: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in mysql.h do : ac_fn_c_check_header_mongrel "$LINENO" "mysql.h" "ac_cv_header_mysql_h" "$ac_includes_default" @@ -70929,6 +77238,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -70944,12 +77254,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70970,6 +77283,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -70993,6 +77308,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -71004,6 +77320,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -71027,6 +77345,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -71110,6 +77429,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -71131,6 +77452,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of MySQL library" >&5 $as_echo_n "checking for location of MySQL library... " >&6; } @@ -71158,6 +77480,8 @@ $as_echo_n "checking for location of MySQL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of MySQL library" >&5 printf %s "checking for location of MySQL library... " >&6; } @@ -71172,6 +77496,7 @@ echo "configure:8673: checking for location of MySQL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -71181,6 +77506,8 @@ echo "configure:8673: checking for location of MySQL library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of MySQL library" >&5 $as_echo_n "checking for location of MySQL library... " >&6; } @@ -71191,6 +77518,7 @@ $as_echo_n "checking for location of MySQL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -71200,6 +77528,8 @@ $as_echo_n "checking for location of MySQL library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of MySQL library" >&5 $as_echo_n "checking for location of MySQL library... " >&6; } @@ -71210,6 +77540,7 @@ $as_echo_n "checking for location of MySQL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -71231,6 +77562,8 @@ $as_echo_n "checking for location of MySQL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_mysql_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-mysql-libs." "$LINENO" 5 @@ -71245,6 +77578,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mysql_libs" >&5 $as_echo "$with_mysql_libs" >&6; } ======= @@ -71266,6 +77600,8 @@ $as_echo "$with_mysql_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_mysql_libs" >&5 printf "%s\n" "$with_mysql_libs" >&6; } ======= @@ -71278,6 +77614,7 @@ $as_echo "$with_mysql_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -71287,6 +77624,8 @@ $as_echo "$with_mysql_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_mysql_libs" >&5 $as_echo "$with_mysql_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -71296,6 +77635,7 @@ $as_echo "$with_mysql_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -71313,6 +77653,8 @@ $as_echo "$with_mysql_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_mysql_libs"; then for dir in $with_mysql_libs; do @@ -71347,6 +77689,7 @@ LDFLAGS="$MYSQLLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 $as_echo_n "checking for mysql_query in -lmysqlclient... " >&6; } ======= @@ -71362,6 +77705,8 @@ $as_echo_n "checking for mysql_query in -lmysqlclient... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 printf %s "checking for mysql_query in -lmysqlclient... " >&6; } ======= @@ -71374,6 +77719,7 @@ ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -71385,6 +77731,8 @@ ac_lib_var=`echo mysqlclient'_'mysql_query | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lmysqlclient $LIBS" @@ -71394,6 +77742,7 @@ LIBS="-lmysqlclient $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -71430,6 +77779,8 @@ LIBS="-lmysqlclient $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -71464,6 +77815,9 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -71494,6 +77848,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -71525,6 +77882,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_mysqlclient_mysql_query=no fi @@ -71623,6 +77981,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -71685,6 +78045,9 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -71702,6 +78065,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -71725,6 +78089,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -71736,6 +78102,9 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -71749,6 +78118,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -71770,6 +78140,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -71793,6 +78168,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -71877,6 +78253,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -71939,6 +78317,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -71971,6 +78350,11 @@ char mysql_query(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -71984,6 +78368,9 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -71997,6 +78384,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72018,6 +78406,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -72041,6 +78434,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72125,6 +78519,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -72187,6 +78583,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -72219,6 +78616,11 @@ char mysql_query(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -72232,6 +78634,9 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -72245,6 +78650,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72266,6 +78672,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -72289,6 +78700,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72373,6 +78785,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -72435,6 +78849,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -72467,6 +78882,11 @@ char mysql_query(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -72480,6 +78900,9 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -72493,6 +78916,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72514,6 +78938,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -72537,6 +78966,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72621,6 +79051,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -72683,6 +79115,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -72715,6 +79148,11 @@ char mysql_query(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -72728,6 +79166,9 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -72741,6 +79182,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72762,6 +79204,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -72785,6 +79232,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72869,6 +79317,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -72931,6 +79381,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -72963,6 +79414,11 @@ char mysql_query(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -72976,6 +79432,9 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -72989,6 +79448,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73010,6 +79470,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -73033,6 +79498,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -73117,6 +79583,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -73179,6 +79647,7 @@ char mysql_query(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -73211,6 +79680,11 @@ char mysql_query(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_mysqlclient_mysql_query=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -73224,6 +79698,9 @@ if test "x$ac_cv_lib_mysqlclient_mysql_query" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_query in -lmysqlclient" >&5 @@ -73237,6 +79714,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73258,6 +79736,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -73280,6 +79763,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_mysqlclient_mysql_query=no fi @@ -73367,6 +79851,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -73391,6 +79877,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -73399,6 +79886,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_mysqlclient_mysql_query=no fi @@ -73409,6 +79898,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -73426,6 +79916,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -73443,6 +79935,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73485,6 +79978,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -73568,6 +80066,7 @@ set dummy mysql_config; ac_word=$2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } ======= @@ -73594,6 +80093,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 printf %s "checking for $ac_word... " >&6; } ======= @@ -73606,6 +80107,7 @@ echo "configure:9063: checking for $ac_word" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -73615,6 +80117,8 @@ echo "configure:9063: checking for $ac_word" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73624,6 +80128,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -73633,6 +80138,8 @@ $as_echo_n "checking for $ac_word... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -73642,6 +80149,7 @@ $as_echo_n "checking for $ac_word... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -73663,6 +80171,8 @@ $as_echo_n "checking for $ac_word... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $MYSQLD_CONFIG in [\\/]* | ?:[\\/]*) @@ -73682,6 +80192,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -73701,6 +80212,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -73717,6 +80230,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -73746,6 +80260,10 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then @@ -73760,6 +80278,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73802,6 +80321,11 @@ do ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break 2 fi done @@ -73821,6 +80345,7 @@ if test -n "$MYSQLD_CONFIG"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MYSQLD_CONFIG" >&5 $as_echo "$MYSQLD_CONFIG" >&6; } @@ -73846,6 +80371,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MYSQLD_CONFIG" >&5 printf "%s\n" "$MYSQLD_CONFIG" >&6; } else @@ -73864,6 +80391,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -73872,6 +80400,8 @@ $as_echo "no" >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MYSQLD_CONFIG" >&5 $as_echo "$MYSQLD_CONFIG" >&6; } @@ -73885,6 +80415,7 @@ $as_echo "no" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -73902,6 +80433,8 @@ $as_echo "no" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -73920,6 +80453,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -73939,6 +80473,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main mysql_version=`"$MYSQLD_CONFIG" --version` { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: using MySQL/MariaDB version \"$mysql_version\"" >&5 printf "%s\n" "using MySQL/MariaDB version \"$mysql_version\"" >&6; } @@ -73950,6 +80486,7 @@ printf "%s\n" "using MySQL/MariaDB version \"$mysql_version\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -73979,6 +80516,10 @@ printf "%s\n" "using MySQL/MariaDB version \"$mysql_version\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_ext=cpp ac_cpp='$CXXCPP $CPPFLAGS' ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -73999,6 +80540,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_fn_cxx_check_func "$LINENO" "mysql_server_init" "ac_cv_func_mysql_server_init" if test "x$ac_cv_func_mysql_server_init" = xyes; then : @@ -74031,6 +80573,8 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_cxx_check_func "$LINENO" "mysql_server_init" "ac_cv_func_mysql_server_init" if test "x$ac_cv_func_mysql_server_init" = xyes then : @@ -74048,6 +80592,7 @@ echo "configure:9112: checking for mysql_server_init" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74056,6 +80601,8 @@ echo "configure:9112: checking for mysql_server_init" >&5 >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_fn_cxx_check_func "$LINENO" "mysql_server_init" "ac_cv_func_mysql_server_init" if test "x$ac_cv_func_mysql_server_init" = xyes; then : @@ -74064,6 +80611,7 @@ if test "x$ac_cv_func_mysql_server_init" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else <<<<<<< HEAD @@ -74097,6 +80645,11 @@ else ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + +else +<<<<<<< HEAD +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -74118,6 +80671,7 @@ MYSQLDLIB=""; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74126,6 +80680,8 @@ MYSQLDLIB=""; >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= MYSQLDLIB=""; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libmysqld not found" >&5 @@ -74137,6 +80693,7 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74145,6 +80702,8 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_fn_cxx_check_func "$LINENO" "mysql_server_init" "ac_cv_func_mysql_server_init" if test "x$ac_cv_func_mysql_server_init" = xyes; then : @@ -74160,6 +80719,7 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -74181,6 +80741,8 @@ $as_echo "$as_me: WARNING: libmysqld not found" >&2;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi LIBS=$ac_save_libs @@ -74217,6 +80779,7 @@ fi # $USE_MYSQL <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -74241,6 +80804,8 @@ fi # $USE_MYSQL >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use SQLite" >&5 printf %s "checking whether to use SQLite... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_sqlite\"" >&5 @@ -74256,6 +80821,7 @@ echo "$ac_t"""$with_sqlite"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -74288,6 +80854,11 @@ echo "$ac_t"""$with_sqlite"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use SQLite" >&5 $as_echo_n "checking whether to use SQLite... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_sqlite\"" >&5 @@ -74301,6 +80872,7 @@ $as_echo "\"$with_sqlite\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -74347,6 +80919,11 @@ $as_echo "\"$with_sqlite\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_sqlite" in "no") USE_SQLITE= ;; "yes") USE_SQLITE="1" ;; @@ -74375,6 +80952,7 @@ if test -n "$USE_SQLITE"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of SQLite includes" >&5 $as_echo_n "checking for location of SQLite includes... " >&6; } ======= @@ -74401,6 +80979,8 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of SQLite includes" >&5 printf %s "checking for location of SQLite includes... " >&6; } ======= @@ -74413,6 +80993,7 @@ echo "configure:9213: checking for location of SQLite includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74422,6 +81003,8 @@ echo "configure:9213: checking for location of SQLite includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of SQLite includes" >&5 $as_echo_n "checking for location of SQLite includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -74431,6 +81014,7 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74440,6 +81024,8 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of SQLite includes" >&5 $as_echo_n "checking for location of SQLite includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -74449,6 +81035,7 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -74470,6 +81057,8 @@ $as_echo_n "checking for location of SQLite includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_sqlite_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-sqlite-includes." "$LINENO" 5 @@ -74484,6 +81073,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_includes" >&5 $as_echo "$with_sqlite_includes" >&6; } ======= @@ -74505,6 +81095,8 @@ $as_echo "$with_sqlite_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_includes" >&5 printf "%s\n" "$with_sqlite_includes" >&6; } ======= @@ -74517,6 +81109,7 @@ $as_echo "$with_sqlite_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74526,6 +81119,8 @@ $as_echo "$with_sqlite_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_includes" >&5 $as_echo "$with_sqlite_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -74535,6 +81130,7 @@ $as_echo "$with_sqlite_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -74552,6 +81148,8 @@ $as_echo "$with_sqlite_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_sqlite_includes" ; then for dir in $with_sqlite_includes; do @@ -74578,6 +81176,7 @@ CPPFLAGS="$SQLITEINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -74602,6 +81201,8 @@ CPPFLAGS="$SQLITEINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in sqlite3.h do : ac_fn_c_check_header_compile "$LINENO" "sqlite3.h" "ac_cv_header_sqlite3_h" "$ac_includes_default" @@ -74624,6 +81225,7 @@ echo "configure:9239: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -74656,6 +81258,11 @@ echo "configure:9239: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in sqlite3.h do : ac_fn_c_check_header_mongrel "$LINENO" "sqlite3.h" "ac_cv_header_sqlite3_h" "$ac_includes_default" @@ -74672,6 +81279,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -74687,12 +81295,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -74713,6 +81324,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -74736,6 +81349,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -74747,6 +81361,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -74770,6 +81386,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -74853,6 +81470,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -74868,6 +81487,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_SQLITE 1" >>confdefs.h ======= <<<<<<< HEAD @@ -74888,6 +81508,8 @@ $as_echo "#define HAVE_SQLITE 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_SQLITE 1" >>confdefs.h ======= $as_echo "#define HAVE_SQLITE 1" >>confdefs.h @@ -74898,6 +81520,7 @@ $as_echo "#define HAVE_SQLITE 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_SQLITE 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -74932,6 +81555,11 @@ $as_echo "#define HAVE_SQLITE 1" >>confdefs.h $as_echo "#define HAVE_SQLITE 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_SQLITE 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_SQLITE @@ -74952,6 +81580,7 @@ if test -n "$USE_SQLITE"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of SQLite library" >&5 $as_echo_n "checking for location of SQLite library... " >&6; } ======= @@ -74978,6 +81607,8 @@ $as_echo_n "checking for location of SQLite library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of SQLite library" >&5 printf %s "checking for location of SQLite library... " >&6; } ======= @@ -74990,6 +81621,7 @@ echo "configure:9290: checking for location of SQLite library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74999,6 +81631,8 @@ echo "configure:9290: checking for location of SQLite library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of SQLite library" >&5 $as_echo_n "checking for location of SQLite library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -75008,6 +81642,7 @@ $as_echo_n "checking for location of SQLite library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -75017,6 +81652,8 @@ $as_echo_n "checking for location of SQLite library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of SQLite library" >&5 $as_echo_n "checking for location of SQLite library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -75026,6 +81663,7 @@ $as_echo_n "checking for location of SQLite library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -75047,6 +81685,8 @@ $as_echo_n "checking for location of SQLite library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_sqlite_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-sqlite-libs." "$LINENO" 5 @@ -75061,6 +81701,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_libs" >&5 $as_echo "$with_sqlite_libs" >&6; } ======= @@ -75082,6 +81723,8 @@ $as_echo "$with_sqlite_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_libs" >&5 printf "%s\n" "$with_sqlite_libs" >&6; } ======= @@ -75094,6 +81737,7 @@ $as_echo "$with_sqlite_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -75103,6 +81747,8 @@ $as_echo "$with_sqlite_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sqlite_libs" >&5 $as_echo "$with_sqlite_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -75112,6 +81758,7 @@ $as_echo "$with_sqlite_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -75129,6 +81776,8 @@ $as_echo "$with_sqlite_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_sqlite_libs"; then for dir in $with_sqlite_libs; do @@ -75161,6 +81810,7 @@ LDFLAGS="$SQLITELIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 $as_echo_n "checking for sqlite3_open in -lsqlite3... " >&6; } ======= @@ -75176,6 +81826,8 @@ $as_echo_n "checking for sqlite3_open in -lsqlite3... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 printf %s "checking for sqlite3_open in -lsqlite3... " >&6; } ======= @@ -75188,6 +81840,7 @@ ac_lib_var=`echo sqlite3'_'sqlite3_open | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -75199,6 +81852,8 @@ ac_lib_var=`echo sqlite3'_'sqlite3_open | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsqlite3 $LIBS" @@ -75208,6 +81863,7 @@ LIBS="-lsqlite3 $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -75244,6 +81900,8 @@ LIBS="-lsqlite3 $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -75278,6 +81936,9 @@ char sqlite3_open(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -75308,6 +81969,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -75339,6 +82003,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_sqlite3_sqlite3_open=no fi @@ -75437,6 +82102,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -75499,6 +82166,9 @@ char sqlite3_open(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -75516,6 +82186,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -75539,6 +82210,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -75550,6 +82223,9 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 @@ -75563,6 +82239,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -75584,6 +82261,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -75607,6 +82289,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -75691,6 +82374,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -75753,6 +82438,7 @@ char sqlite3_open(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -75785,6 +82471,11 @@ char sqlite3_open(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_sqlite3_sqlite3_open=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -75798,6 +82489,9 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 @@ -75811,6 +82505,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -75832,6 +82527,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -75855,6 +82555,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -75939,6 +82640,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -76001,6 +82704,7 @@ char sqlite3_open(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -76033,6 +82737,11 @@ char sqlite3_open(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_sqlite3_sqlite3_open=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -76046,6 +82755,9 @@ if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 @@ -76059,6 +82771,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -76080,6 +82793,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -76102,6 +82820,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_sqlite3_sqlite3_open=no fi @@ -76189,6 +82908,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -76213,6 +82934,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -76221,6 +82943,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sqlite3_sqlite3_open=no fi @@ -76231,6 +82955,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -76248,6 +82973,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -76265,6 +82992,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -76307,6 +83035,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -76375,6 +83108,7 @@ OPENGL_WINDOWS= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -76399,6 +83133,8 @@ OPENGL_WINDOWS= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use OpenGL" >&5 printf %s "checking whether to use OpenGL... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_opengl\"" >&5 @@ -76414,6 +83150,7 @@ echo "$ac_t"""$with_opengl"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -76446,6 +83183,11 @@ echo "$ac_t"""$with_opengl"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use OpenGL" >&5 $as_echo_n "checking whether to use OpenGL... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_opengl\"" >&5 @@ -76459,6 +83201,7 @@ $as_echo "\"$with_opengl\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -76505,6 +83248,11 @@ $as_echo "\"$with_opengl\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_opengl" in n|no) OPENGL_TYPE=none @@ -76547,6 +83295,7 @@ if test "$OPENGL_X11" = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 $as_echo_n "checking for location of OpenGL includes... " >&6; } ======= @@ -76573,6 +83322,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 printf %s "checking for location of OpenGL includes... " >&6; } ======= @@ -76585,6 +83336,7 @@ echo "configure:9553: checking for location of OpenGL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -76594,6 +83346,8 @@ echo "configure:9553: checking for location of OpenGL includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -76603,6 +83357,7 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -76612,6 +83367,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -76621,6 +83378,7 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -76642,6 +83400,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opengl_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opengl-includes." "$LINENO" 5 @@ -76656,6 +83416,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 $as_echo "$with_opengl_includes" >&6; } ======= @@ -76677,6 +83438,8 @@ $as_echo "$with_opengl_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 printf "%s\n" "$with_opengl_includes" >&6; } ======= @@ -76689,6 +83452,7 @@ $as_echo "$with_opengl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -76698,6 +83462,8 @@ $as_echo "$with_opengl_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 $as_echo "$with_opengl_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -76707,6 +83473,7 @@ $as_echo "$with_opengl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -76724,6 +83491,8 @@ $as_echo "$with_opengl_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opengl_includes" ; then for dir in $with_opengl_includes; do @@ -76750,6 +83519,7 @@ CPPFLAGS="$OPENGLINC $X_CFLAGS $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -76774,6 +83544,8 @@ CPPFLAGS="$OPENGLINC $X_CFLAGS $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in GL/gl.h GL/glu.h do : as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh` @@ -76799,6 +83571,7 @@ echo "configure:9579: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -76831,6 +83604,11 @@ echo "configure:9579: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in GL/gl.h GL/glu.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -76848,6 +83626,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -76863,12 +83642,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -76889,6 +83671,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -76912,6 +83696,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -76923,6 +83708,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -76946,6 +83733,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -77029,6 +83817,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -77048,6 +83838,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 $as_echo_n "checking for location of OpenGL library... " >&6; } ======= @@ -77074,6 +83865,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 printf %s "checking for location of OpenGL library... " >&6; } ======= @@ -77086,6 +83879,7 @@ echo "configure:9621: checking for location of OpenGL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -77095,6 +83889,8 @@ echo "configure:9621: checking for location of OpenGL library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77104,6 +83900,7 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -77113,6 +83910,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -77122,6 +83921,7 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -77143,6 +83943,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opengl_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opengl-libs." "$LINENO" 5 @@ -77157,6 +83959,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 $as_echo "$with_opengl_libs" >&6; } ======= @@ -77178,6 +83981,8 @@ $as_echo "$with_opengl_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 printf "%s\n" "$with_opengl_libs" >&6; } ======= @@ -77190,6 +83995,7 @@ $as_echo "$with_opengl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -77199,6 +84005,8 @@ $as_echo "$with_opengl_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 $as_echo "$with_opengl_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -77208,6 +84016,7 @@ $as_echo "$with_opengl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -77225,6 +84034,8 @@ $as_echo "$with_opengl_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opengl_libs"; then for dir in $with_opengl_libs; do @@ -77257,6 +84068,7 @@ LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 $as_echo_n "checking for glBegin in -lGL... " >&6; } ======= @@ -77272,6 +84084,8 @@ $as_echo_n "checking for glBegin in -lGL... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 printf %s "checking for glBegin in -lGL... " >&6; } ======= @@ -77284,6 +84098,7 @@ ac_lib_var=`echo GL'_'glBegin | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -77295,6 +84110,8 @@ ac_lib_var=`echo GL'_'glBegin | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" @@ -77304,6 +84121,7 @@ LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -77340,6 +84158,8 @@ LIBS="-lGL $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -77374,6 +84194,9 @@ char glBegin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -77404,6 +84227,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -77435,6 +84261,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_GL_glBegin=no fi @@ -77533,6 +84360,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -77595,6 +84424,9 @@ char glBegin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -77612,6 +84444,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -77635,6 +84468,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -77646,6 +84481,9 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 @@ -77659,6 +84497,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77680,6 +84519,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -77703,6 +84547,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -77787,6 +84632,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -77849,6 +84696,7 @@ char glBegin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -77881,6 +84729,11 @@ char glBegin(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_GL_glBegin=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -77894,6 +84747,9 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 @@ -77907,6 +84763,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77928,6 +84785,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -77951,6 +84813,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -78035,6 +84898,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -78097,6 +84962,7 @@ char glBegin(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -78129,6 +84995,11 @@ char glBegin(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_cv_lib_GL_glBegin=no fi rm -f core conftest.err conftest.$ac_objext \ @@ -78142,6 +85013,9 @@ if test "x$ac_cv_lib_GL_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for glBegin in -lGL" >&5 @@ -78155,6 +85029,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78176,6 +85051,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -78198,6 +85078,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_GL_glBegin=no fi @@ -78285,6 +85166,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -78309,6 +85192,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -78317,6 +85201,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_GL_glBegin=no fi @@ -78327,6 +85213,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -78344,6 +85231,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -78361,6 +85250,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78403,6 +85293,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -78458,6 +85353,7 @@ LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5 $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; } ======= @@ -78473,6 +85369,8 @@ $as_echo_n "checking for gluBeginCurve in -lGLU... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5 printf %s "checking for gluBeginCurve in -lGLU... " >&6; } ======= @@ -78485,6 +85383,7 @@ ac_lib_var=`echo GLU'_'gluBeginCurve | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -78496,6 +85395,8 @@ ac_lib_var=`echo GLU'_'gluBeginCurve | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lGLU $OPENGLLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" @@ -78505,6 +85406,7 @@ LIBS="-lGLU $OPENGLLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -78541,6 +85443,8 @@ LIBS="-lGLU $OPENGLLIB $X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -78575,6 +85479,9 @@ char gluBeginCurve(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -78605,6 +85512,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -78636,6 +85546,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_GLU_gluBeginCurve=no fi @@ -78734,6 +85645,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -78796,6 +85709,9 @@ char gluBeginCurve(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -78813,6 +85729,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -78836,6 +85753,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -78847,6 +85766,9 @@ if test "x$ac_cv_lib_GLU_gluBeginCurve" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluBeginCurve in -lGLU" >&5 @@ -78860,6 +85782,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78881,6 +85804,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -78903,6 +85831,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_GLU_gluBeginCurve=no fi @@ -78990,6 +85919,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -79014,6 +85945,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79022,6 +85954,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_GLU_gluBeginCurve=no fi @@ -79032,6 +85966,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79049,6 +85984,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -79066,6 +86003,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79108,6 +86046,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -79148,6 +86091,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "glXCreatePbuffer" "ac_cv_func_glXCreatePbuffer" if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : @@ -79176,6 +86120,8 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "glXCreatePbuffer" "ac_cv_func_glXCreatePbuffer" if test "x$ac_cv_func_glXCreatePbuffer" = xyes then : @@ -79188,6 +86134,7 @@ echo "configure:9937: checking for glXCreatePbuffer" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79197,6 +86144,8 @@ echo "configure:9937: checking for glXCreatePbuffer" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glXCreatePbuffer" "ac_cv_func_glXCreatePbuffer" if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79204,6 +86153,7 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD @@ -79237,6 +86187,11 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + + +<<<<<<< HEAD +>>>>>>> osgeo-main int main() { /* The GNU C library defines this for functions which it implements @@ -79283,6 +86238,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79292,6 +86248,8 @@ else $as_nop ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glXCreatePbuffer" "ac_cv_func_glXCreatePbuffer" if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : @@ -79303,6 +86261,7 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79320,6 +86279,8 @@ if test "x$ac_cv_func_glXCreatePbuffer" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main $as_echo "#define HAVE_PBUFFERS 1" >>confdefs.h @@ -79335,6 +86296,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79377,6 +86339,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate glXCreatePbuffer." "$LINENO" 5 @@ -79401,6 +86368,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "glXCreateGLXPixmap" "ac_cv_func_glXCreateGLXPixmap" if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : @@ -79429,6 +86397,8 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "glXCreateGLXPixmap" "ac_cv_func_glXCreateGLXPixmap" if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes then : @@ -79441,6 +86411,7 @@ echo "configure:10000: checking for glXCreateGLXPixmap" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79450,6 +86421,8 @@ echo "configure:10000: checking for glXCreateGLXPixmap" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glXCreateGLXPixmap" "ac_cv_func_glXCreateGLXPixmap" if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79457,6 +86430,7 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD @@ -79490,6 +86464,11 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + + +<<<<<<< HEAD +>>>>>>> osgeo-main int main() { /* The GNU C library defines this for functions which it implements @@ -79536,6 +86515,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79545,6 +86525,8 @@ else $as_nop ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glXCreateGLXPixmap" "ac_cv_func_glXCreateGLXPixmap" if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : @@ -79556,6 +86538,7 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79573,6 +86556,8 @@ if test "x$ac_cv_func_glXCreateGLXPixmap" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main $as_echo "#define HAVE_PIXMAPS 1" >>confdefs.h @@ -79588,6 +86573,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79630,6 +86616,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate glXCreateGLXPixmap." "$LINENO" 5 @@ -79649,6 +86640,7 @@ LDFLAGS=${ac_save_ldflags} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define OPENGL_X11 1" >>confdefs.h ======= <<<<<<< HEAD @@ -79669,6 +86661,8 @@ $as_echo "#define OPENGL_X11 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define OPENGL_X11 1" >>confdefs.h ======= $as_echo "#define OPENGL_X11 1" >>confdefs.h @@ -79679,6 +86673,7 @@ $as_echo "#define OPENGL_X11 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define OPENGL_X11 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -79713,6 +86708,11 @@ $as_echo "#define OPENGL_X11 1" >>confdefs.h $as_echo "#define OPENGL_X11 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define OPENGL_X11 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_X11 @@ -79731,6 +86731,7 @@ if test "$OPENGL_AQUA" = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL framework" >&5 $as_echo_n "checking for location of OpenGL framework... " >&6; } ======= @@ -79757,6 +86758,8 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL framework" >&5 printf %s "checking for location of OpenGL framework... " >&6; } ======= @@ -79769,6 +86772,7 @@ echo "configure:10069: checking for location of OpenGL framework" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79778,6 +86782,8 @@ echo "configure:10069: checking for location of OpenGL framework" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL framework" >&5 $as_echo_n "checking for location of OpenGL framework... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79787,6 +86793,7 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79796,6 +86803,8 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL framework" >&5 $as_echo_n "checking for location of OpenGL framework... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -79805,6 +86814,7 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79826,6 +86836,8 @@ $as_echo_n "checking for location of OpenGL framework... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opengl_framework" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opengl-framework." "$LINENO" 5 @@ -79840,6 +86852,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_framework" >&5 $as_echo "$with_opengl_framework" >&6; } ======= @@ -79861,6 +86874,8 @@ $as_echo "$with_opengl_framework" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_framework" >&5 printf "%s\n" "$with_opengl_framework" >&6; } ======= @@ -79873,6 +86888,7 @@ $as_echo "$with_opengl_framework" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79882,6 +86898,8 @@ $as_echo "$with_opengl_framework" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_framework" >&5 $as_echo "$with_opengl_framework" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -79891,6 +86909,7 @@ $as_echo "$with_opengl_framework" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79908,6 +86927,8 @@ $as_echo "$with_opengl_framework" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opengl_framework"; then if test -d $with_opengl_framework; then @@ -79932,6 +86953,7 @@ CPPFLAGS="$OPENGLPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -79956,6 +86978,8 @@ CPPFLAGS="$OPENGLPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in OpenGL/gl.h OpenGL/glu.h do : as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh` @@ -79981,6 +87005,7 @@ echo "configure:10093: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -80013,6 +87038,11 @@ echo "configure:10093: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in OpenGL/gl.h OpenGL/glu.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -80030,6 +87060,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -80045,12 +87076,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80071,6 +87105,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -80094,6 +87130,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -80105,6 +87142,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -80128,6 +87167,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -80211,6 +87251,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -80232,6 +87274,7 @@ LDFLAGS="$OPENGLPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "glBegin" "ac_cv_func_glBegin" if test "x$ac_cv_func_glBegin" = xyes; then : @@ -80259,6 +87302,8 @@ if test "x$ac_cv_func_glBegin" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "glBegin" "ac_cv_func_glBegin" if test "x$ac_cv_func_glBegin" = xyes then : @@ -80312,6 +87357,7 @@ if eval "test \"`echo '$ac_cv_func_'glBegin`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80321,6 +87367,8 @@ if eval "test \"`echo '$ac_cv_func_'glBegin`\" = yes"; then ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glBegin" "ac_cv_func_glBegin" if test "x$ac_cv_func_glBegin" = xyes; then : @@ -80331,6 +87379,7 @@ if test "x$ac_cv_func_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80340,6 +87389,8 @@ if test "x$ac_cv_func_glBegin" = xyes; then : ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "glBegin" "ac_cv_func_glBegin" if test "x$ac_cv_func_glBegin" = xyes; then : @@ -80350,6 +87401,7 @@ if test "x$ac_cv_func_glBegin" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -80371,6 +87423,8 @@ if test "x$ac_cv_func_glBegin" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main OPENGLLIB="$OPENGLLIB -framework OpenGL -framework AGL -framework ApplicationServices" @@ -80388,6 +87442,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80430,6 +87485,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate OpenGL library." "$LINENO" 5 @@ -80457,6 +87517,7 @@ LDFLAGS="$OPENGLPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "gluBeginCurve" "ac_cv_func_gluBeginCurve" if test "x$ac_cv_func_gluBeginCurve" = xyes; then : @@ -80484,6 +87545,8 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "gluBeginCurve" "ac_cv_func_gluBeginCurve" if test "x$ac_cv_func_gluBeginCurve" = xyes then : @@ -80537,6 +87600,7 @@ if eval "test \"`echo '$ac_cv_func_'gluBeginCurve`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80546,6 +87610,8 @@ if eval "test \"`echo '$ac_cv_func_'gluBeginCurve`\" = yes"; then ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "gluBeginCurve" "ac_cv_func_gluBeginCurve" if test "x$ac_cv_func_gluBeginCurve" = xyes; then : @@ -80556,6 +87622,7 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80565,6 +87632,8 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "gluBeginCurve" "ac_cv_func_gluBeginCurve" if test "x$ac_cv_func_gluBeginCurve" = xyes; then : @@ -80575,6 +87644,7 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -80596,6 +87666,8 @@ if test "x$ac_cv_func_gluBeginCurve" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main OPENGLLIB="$OPENGLLIB " @@ -80613,6 +87685,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80655,6 +87728,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate GLU library." "$LINENO" 5 @@ -80680,6 +87758,7 @@ OPENGLLIBPATH="$OPENGLPATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define OPENGL_AQUA 1" >>confdefs.h ======= <<<<<<< HEAD @@ -80700,6 +87779,8 @@ $as_echo "#define OPENGL_AQUA 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define OPENGL_AQUA 1" >>confdefs.h ======= $as_echo "#define OPENGL_AQUA 1" >>confdefs.h @@ -80710,6 +87791,7 @@ $as_echo "#define OPENGL_AQUA 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define OPENGL_AQUA 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -80744,6 +87826,11 @@ $as_echo "#define OPENGL_AQUA 1" >>confdefs.h $as_echo "#define OPENGL_AQUA 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define OPENGL_AQUA 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_AQUA @@ -80764,6 +87851,7 @@ if test "$OPENGL_WINDOWS" = 1 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 $as_echo_n "checking for location of OpenGL includes... " >&6; } ======= @@ -80790,6 +87878,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 printf %s "checking for location of OpenGL includes... " >&6; } ======= @@ -80802,6 +87892,7 @@ echo "configure:10274: checking for location of OpenGL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80811,6 +87902,8 @@ echo "configure:10274: checking for location of OpenGL includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80820,6 +87913,7 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80829,6 +87923,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL includes" >&5 $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -80838,6 +87934,7 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -80859,6 +87956,8 @@ $as_echo_n "checking for location of OpenGL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opengl_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opengl-includes." "$LINENO" 5 @@ -80873,6 +87972,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 $as_echo "$with_opengl_includes" >&6; } ======= @@ -80894,6 +87994,8 @@ $as_echo "$with_opengl_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 printf "%s\n" "$with_opengl_includes" >&6; } ======= @@ -80906,6 +88008,7 @@ $as_echo "$with_opengl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80915,6 +88018,8 @@ $as_echo "$with_opengl_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_includes" >&5 $as_echo "$with_opengl_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -80924,6 +88029,7 @@ $as_echo "$with_opengl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -80941,6 +88047,8 @@ $as_echo "$with_opengl_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opengl_includes" ; then for dir in $with_opengl_includes; do @@ -80967,6 +88075,7 @@ CPPFLAGS="$OPENGLINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -80991,6 +88100,8 @@ CPPFLAGS="$OPENGLINC $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in GL/gl.h GL/glu.h do : as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh` @@ -81016,6 +88127,7 @@ echo "configure:10300: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -81048,6 +88160,11 @@ echo "configure:10300: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in GL/gl.h GL/glu.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` @@ -81065,6 +88182,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -81080,12 +88198,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81106,6 +88227,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -81129,6 +88252,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -81140,6 +88264,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -81163,6 +88289,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -81246,6 +88373,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -81265,6 +88394,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 $as_echo_n "checking for location of OpenGL library... " >&6; } ======= @@ -81291,6 +88421,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 printf %s "checking for location of OpenGL library... " >&6; } ======= @@ -81303,6 +88435,7 @@ echo "configure:10342: checking for location of OpenGL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81312,6 +88445,8 @@ echo "configure:10342: checking for location of OpenGL library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81321,6 +88456,7 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81330,6 +88466,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenGL library" >&5 $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -81339,6 +88477,7 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -81360,6 +88499,8 @@ $as_echo_n "checking for location of OpenGL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opengl_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opengl-libs." "$LINENO" 5 @@ -81374,6 +88515,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 $as_echo "$with_opengl_libs" >&6; } ======= @@ -81395,6 +88537,8 @@ $as_echo "$with_opengl_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 printf "%s\n" "$with_opengl_libs" >&6; } ======= @@ -81407,6 +88551,7 @@ $as_echo "$with_opengl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81416,6 +88561,8 @@ $as_echo "$with_opengl_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opengl_libs" >&5 $as_echo "$with_opengl_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -81425,6 +88572,7 @@ $as_echo "$with_opengl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -81442,6 +88590,8 @@ $as_echo "$with_opengl_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opengl_libs"; then for dir in $with_opengl_libs; do @@ -81470,6 +88620,7 @@ ac_save_libs="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL library" >&5 $as_echo_n "checking for OpenGL library... " >&6; } ======= @@ -81518,6 +88669,8 @@ glEnd(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for OpenGL library" >&5 printf %s "checking for OpenGL library... " >&6; } LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" @@ -81545,6 +88698,7 @@ glEnd(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81554,6 +88708,8 @@ glEnd(); ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL library" >&5 $as_echo_n "checking for OpenGL library... " >&6; } LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" @@ -81572,6 +88728,7 @@ glEnd(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81581,6 +88738,8 @@ glEnd(); ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenGL library" >&5 $as_echo_n "checking for OpenGL library... " >&6; } LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" @@ -81599,6 +88758,7 @@ glEnd(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -81620,6 +88780,8 @@ glEnd(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -81633,6 +88795,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -81652,6 +88815,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -81675,6 +88840,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -81704,6 +88870,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 @@ -81720,6 +88890,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81762,6 +88933,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate OpenGL library." "$LINENO" 5 @@ -81777,6 +88953,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ ======= <<<<<<< HEAD @@ -81797,6 +88974,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= rm -f core conftest.err conftest.$ac_objext \ @@ -81807,6 +88986,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -81841,6 +89021,11 @@ rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +rm -f core conftest.err conftest.$ac_objext \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext LIBS=${ac_save_libs} LDFLAGS=${ac_save_ldflags} @@ -81859,6 +89044,7 @@ ac_save_libs="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU library" >&5 $as_echo_n "checking for GLU library... " >&6; } ======= @@ -81907,6 +89093,8 @@ gluNewQuadric(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GLU library" >&5 printf %s "checking for GLU library... " >&6; } LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" @@ -81934,6 +89122,7 @@ gluNewQuadric(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81943,6 +89132,8 @@ gluNewQuadric(); ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU library" >&5 $as_echo_n "checking for GLU library... " >&6; } LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" @@ -81961,6 +89152,7 @@ gluNewQuadric(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -81970,6 +89162,8 @@ gluNewQuadric(); ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLU library" >&5 $as_echo_n "checking for GLU library... " >&6; } LDFLAGS="$OPENGL_LIB_PATH $LDFLAGS" @@ -81988,6 +89182,7 @@ gluNewQuadric(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -82009,6 +89204,8 @@ gluNewQuadric(); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -82022,6 +89219,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -82041,6 +89239,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -82064,6 +89264,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -82093,6 +89294,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 @@ -82109,6 +89314,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -82151,6 +89357,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate GLU library." "$LINENO" 5 @@ -82166,6 +89377,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ ======= <<<<<<< HEAD @@ -82186,6 +89398,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= rm -f core conftest.err conftest.$ac_objext \ @@ -82196,6 +89410,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -82230,6 +89445,11 @@ rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +rm -f core conftest.err conftest.$ac_objext \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext LIBS=${ac_save_libs} LDFLAGS=${ac_save_ldflags} @@ -82249,6 +89469,7 @@ OPENGLULIB="$OPENGL_LIB_PATH $OPENGLULIB" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -82269,6 +89490,8 @@ $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define OPENGL_WINDOWS 1" >>confdefs.h ======= $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h @@ -82279,6 +89502,7 @@ $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -82313,6 +89537,11 @@ $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h $as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define OPENGL_WINDOWS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_WINDOWS @@ -82344,6 +89573,7 @@ fi # $USE_OPENGL <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -82368,6 +89598,8 @@ fi # $USE_OPENGL >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use ODBC" >&5 printf %s "checking whether to use ODBC... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_odbc\"" >&5 @@ -82383,6 +89615,7 @@ echo "$ac_t"""$with_odbc"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -82415,6 +89648,11 @@ echo "$ac_t"""$with_odbc"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use ODBC" >&5 $as_echo_n "checking whether to use ODBC... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_odbc\"" >&5 @@ -82428,6 +89666,7 @@ $as_echo "\"$with_odbc\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -82474,6 +89713,11 @@ $as_echo "\"$with_odbc\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_odbc" in "no") USE_ODBC= ;; "yes") USE_ODBC="1" ;; @@ -82501,6 +89745,7 @@ if test -n "$USE_ODBC"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of ODBC includes" >&5 $as_echo_n "checking for location of ODBC includes... " >&6; } ======= @@ -82527,6 +89772,8 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of ODBC includes" >&5 printf %s "checking for location of ODBC includes... " >&6; } ======= @@ -82539,6 +89786,7 @@ echo "configure:10481: checking for location of ODBC includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -82548,6 +89796,8 @@ echo "configure:10481: checking for location of ODBC includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of ODBC includes" >&5 $as_echo_n "checking for location of ODBC includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -82557,6 +89807,7 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -82566,6 +89817,8 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of ODBC includes" >&5 $as_echo_n "checking for location of ODBC includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -82575,6 +89828,7 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -82596,6 +89850,8 @@ $as_echo_n "checking for location of ODBC includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_odbc_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-odbc-includes." "$LINENO" 5 @@ -82610,6 +89866,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_odbc_includes" >&5 $as_echo "$with_odbc_includes" >&6; } ======= @@ -82631,6 +89888,8 @@ $as_echo "$with_odbc_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_odbc_includes" >&5 printf "%s\n" "$with_odbc_includes" >&6; } ======= @@ -82643,6 +89902,7 @@ $as_echo "$with_odbc_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -82652,6 +89912,8 @@ $as_echo "$with_odbc_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_odbc_includes" >&5 $as_echo "$with_odbc_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -82661,6 +89923,7 @@ $as_echo "$with_odbc_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -82678,6 +89941,8 @@ $as_echo "$with_odbc_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_odbc_includes" ; then for dir in $with_odbc_includes; do @@ -82699,6 +89964,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default" if test "x$ac_cv_header_windows_h" = xyes; then : @@ -82735,6 +90001,8 @@ if test "x$ac_cv_header_sql_h" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default" if test "x$ac_cv_header_windows_h" = xyes then : @@ -82808,6 +90076,7 @@ $as_echo "#define HAVE_WINDOWS_H 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -82817,6 +90086,8 @@ $as_echo "#define HAVE_WINDOWS_H 1" >>confdefs.h ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_header_mongrel "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default" if test "x$ac_cv_header_windows_h" = xyes; then : @@ -82827,6 +90098,7 @@ $as_echo "#define HAVE_WINDOWS_H 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main $as_echo "#define HAVE_SQL_H 1" >>confdefs.h @@ -82909,6 +90181,11 @@ fi fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + +fi + +>>>>>>> osgeo-main ac_save_cppflags="$CPPFLAGS" @@ -82952,6 +90229,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -82981,6 +90259,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main CPPFLAGS=$ac_save_cppflags @@ -82998,6 +90280,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of ODBC library" >&5 $as_echo_n "checking for location of ODBC library... " >&6; } ======= @@ -83024,6 +90307,8 @@ $as_echo_n "checking for location of ODBC library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of ODBC library" >&5 printf %s "checking for location of ODBC library... " >&6; } ======= @@ -83036,6 +90321,7 @@ echo "configure:10549: checking for location of ODBC library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83045,6 +90331,8 @@ echo "configure:10549: checking for location of ODBC library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of ODBC library" >&5 $as_echo_n "checking for location of ODBC library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -83054,6 +90342,7 @@ $as_echo_n "checking for location of ODBC library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83063,6 +90352,8 @@ $as_echo_n "checking for location of ODBC library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of ODBC library" >&5 $as_echo_n "checking for location of ODBC library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -83072,6 +90363,7 @@ $as_echo_n "checking for location of ODBC library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -83093,6 +90385,8 @@ $as_echo_n "checking for location of ODBC library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_odbc_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-odbc-libs." "$LINENO" 5 @@ -83107,6 +90401,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_odbc_libs" >&5 $as_echo "$with_odbc_libs" >&6; } ======= @@ -83128,6 +90423,8 @@ $as_echo "$with_odbc_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_odbc_libs" >&5 printf "%s\n" "$with_odbc_libs" >&6; } ======= @@ -83140,6 +90437,7 @@ $as_echo "$with_odbc_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83149,6 +90447,8 @@ $as_echo "$with_odbc_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_odbc_libs" >&5 $as_echo "$with_odbc_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -83158,6 +90458,7 @@ $as_echo "$with_odbc_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -83175,6 +90476,8 @@ $as_echo "$with_odbc_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_odbc_libs"; then for dir in $with_odbc_libs; do @@ -83203,6 +90506,7 @@ LDFLAGS="$ODBCLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -lodbc" >&5 $as_echo_n "checking for SQLConnect in -lodbc... " >&6; } ======= @@ -83218,6 +90522,8 @@ $as_echo_n "checking for SQLConnect in -lodbc... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -lodbc" >&5 printf %s "checking for SQLConnect in -lodbc... " >&6; } ======= @@ -83230,6 +90536,7 @@ ac_lib_var=`echo odbc'_'SQLConnect | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -83241,6 +90548,8 @@ ac_lib_var=`echo odbc'_'SQLConnect | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lodbc $ICONVLIB $LIBS" @@ -83250,6 +90559,7 @@ LIBS="-lodbc $ICONVLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -83286,6 +90596,8 @@ LIBS="-lodbc $ICONVLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -83320,6 +90632,9 @@ char SQLConnect(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -83350,6 +90665,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -83381,6 +90699,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_odbc_SQLConnect=no fi @@ -83479,6 +90798,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -83503,6 +90824,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83511,6 +90833,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_odbc_SQLConnect=no fi @@ -83521,6 +90845,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -83538,6 +90863,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -83555,6 +90882,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -83597,6 +90925,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -83615,6 +90948,7 @@ LDFLAGS="$ODBCLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -liodbc" >&5 $as_echo_n "checking for SQLConnect in -liodbc... " >&6; } ======= @@ -83630,6 +90964,8 @@ $as_echo_n "checking for SQLConnect in -liodbc... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for SQLConnect in -liodbc" >&5 printf %s "checking for SQLConnect in -liodbc... " >&6; } ======= @@ -83642,6 +90978,7 @@ ac_lib_var=`echo iodbc'_'SQLConnect | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -83653,6 +90990,8 @@ ac_lib_var=`echo iodbc'_'SQLConnect | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-liodbc $LIBS" @@ -83662,6 +91001,7 @@ LIBS="-liodbc $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -83698,6 +91038,8 @@ LIBS="-liodbc $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -83732,6 +91074,9 @@ char SQLConnect(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -83762,6 +91107,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -83793,6 +91141,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_iodbc_SQLConnect=no fi @@ -83891,6 +91240,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -83915,6 +91266,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83923,6 +91275,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_iodbc_SQLConnect=no fi @@ -83933,6 +91287,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -83950,6 +91305,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -83967,6 +91324,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84009,6 +91367,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} ac_save_cflags="$CFLAGS" @@ -84027,6 +91390,7 @@ ac_save_libs="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ODBC library" >&5 $as_echo_n "checking for ODBC library... " >&6; } ======= @@ -84046,6 +91410,8 @@ $as_echo_n "checking for ODBC library... " >&6; } >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ODBC library" >&5 printf %s "checking for ODBC library... " >&6; } >>>>>>> osgeo-main @@ -84248,6 +91614,29 @@ LDFLAGS="$ODBCLIB $LDFLAGS" LIBS="-lodbc32 " cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ +======= +echo $ac_n "checking for ODBC library""... $ac_c" 1>&6 +echo "configure:10658: checking for ODBC library" >&5 +LDFLAGS="$ODBCLIB $LDFLAGS" +LIBS="-lodbc32 " +cat > conftest.$ac_ext <>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +#include +#include +int +main (void) +{ +SQLAllocEnv((SQLHENV *)0); +<<<<<<< HEAD +======= +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ODBC library" >&5 +$as_echo_n "checking for ODBC library... " >&6; } +LDFLAGS="$ODBCLIB $LDFLAGS" +LIBS="-lodbc32 " +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ #include #include int @@ -84256,6 +91645,7 @@ main () SQLAllocEnv((SQLHENV *)0); <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD @@ -84286,6 +91676,23 @@ SQLAllocEnv((SQLHENV *)0); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ODBC library" >&5 +$as_echo_n "checking for ODBC library... " >&6; } +LDFLAGS="$ODBCLIB $LDFLAGS" +LIBS="-lodbc32 " +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +int +main () +{ +SQLAllocEnv((SQLHENV *)0); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ; return 0; } @@ -84299,6 +91706,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -84318,6 +91726,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : @@ -84341,6 +91751,7 @@ else $as_nop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -84370,6 +91781,10 @@ else $as_nop ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 @@ -84386,6 +91801,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84428,6 +91844,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate ODBC library." "$LINENO" 5 @@ -84443,6 +91864,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD rm -f core conftest.err conftest.$ac_objext \ ======= <<<<<<< HEAD @@ -84463,6 +91885,8 @@ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext conftest.beam \ ======= rm -f core conftest.err conftest.$ac_objext \ @@ -84473,6 +91897,7 @@ rm -f core conftest.err conftest.$ac_objext \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -84507,6 +91932,11 @@ rm -f core conftest.err conftest.$ac_objext \ rm -f core conftest.err conftest.$ac_objext \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +rm -f core conftest.err conftest.$ac_objext \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main conftest$ac_exeext conftest.$ac_ext LIBS=${ac_save_libs} LDFLAGS=${ac_save_ldflags} @@ -84550,6 +91980,7 @@ fi # $USE_ODBC <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -84574,6 +92005,8 @@ fi # $USE_ODBC >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use FFTW" >&5 printf %s "checking whether to use FFTW... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_fftw\"" >&5 @@ -84589,6 +92022,7 @@ echo "$ac_t"""$with_fftw"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -84621,6 +92055,11 @@ echo "$ac_t"""$with_fftw"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use FFTW" >&5 $as_echo_n "checking whether to use FFTW... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_fftw\"" >&5 @@ -84634,6 +92073,7 @@ $as_echo "\"$with_fftw\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84680,6 +92120,11 @@ $as_echo "\"$with_fftw\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_fftw" in "no") USE_FFTW= ;; "yes") USE_FFTW="1" ;; @@ -84707,6 +92152,7 @@ if test -n "$USE_FFTW"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FFTW includes" >&5 $as_echo_n "checking for location of FFTW includes... " >&6; } ======= @@ -84733,6 +92179,8 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of FFTW includes" >&5 printf %s "checking for location of FFTW includes... " >&6; } ======= @@ -84745,6 +92193,7 @@ echo "configure:10738: checking for location of FFTW includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -84754,6 +92203,8 @@ echo "configure:10738: checking for location of FFTW includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FFTW includes" >&5 $as_echo_n "checking for location of FFTW includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84763,6 +92214,7 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -84772,6 +92224,8 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FFTW includes" >&5 $as_echo_n "checking for location of FFTW includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -84781,6 +92235,7 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -84802,6 +92257,8 @@ $as_echo_n "checking for location of FFTW includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_fftw_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-fftw-includes." "$LINENO" 5 @@ -84816,6 +92273,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_fftw_includes" >&5 $as_echo "$with_fftw_includes" >&6; } ======= @@ -84837,6 +92295,8 @@ $as_echo "$with_fftw_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_fftw_includes" >&5 printf "%s\n" "$with_fftw_includes" >&6; } ======= @@ -84849,6 +92309,7 @@ $as_echo "$with_fftw_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -84858,6 +92319,8 @@ $as_echo "$with_fftw_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_fftw_includes" >&5 $as_echo "$with_fftw_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -84867,6 +92330,7 @@ $as_echo "$with_fftw_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -84884,6 +92348,8 @@ $as_echo "$with_fftw_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_fftw_includes" ; then for dir in $with_fftw_includes; do @@ -84910,6 +92376,7 @@ CPPFLAGS="$FFTWINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -84934,6 +92401,8 @@ CPPFLAGS="$FFTWINC $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in fftw3.h do : ac_fn_c_check_header_compile "$LINENO" "fftw3.h" "ac_cv_header_fftw3_h" "$ac_includes_default" @@ -84978,6 +92447,7 @@ echo "configure:10764: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -85010,6 +92480,11 @@ echo "configure:10764: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in fftw3.h do : ac_fn_c_check_header_mongrel "$LINENO" "fftw3.h" "ac_cv_header_fftw3_h" "$ac_includes_default" @@ -85026,6 +92501,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85062,6 +92538,11 @@ _ACEOF ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else @@ -85094,6 +92575,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD as_fn_error $? "*** Unable to locate FFTW includes." "$LINENO" 5 @@ -85169,6 +92651,8 @@ _ACEOF else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -85192,6 +92676,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -85203,6 +92688,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -85224,6 +92711,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -85307,6 +92795,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -85322,6 +92812,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -85371,6 +92862,13 @@ done >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= + +done +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main done >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85389,6 +92887,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -85438,6 +92937,13 @@ done >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= + +done +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main done >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85460,6 +92966,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FFTW library" >&5 $as_echo_n "checking for location of FFTW library... " >&6; } ======= @@ -85486,6 +92993,8 @@ $as_echo_n "checking for location of FFTW library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of FFTW library" >&5 printf %s "checking for location of FFTW library... " >&6; } ======= @@ -85498,6 +93007,7 @@ echo "configure:10890: checking for location of FFTW library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85507,6 +93017,8 @@ echo "configure:10890: checking for location of FFTW library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FFTW library" >&5 $as_echo_n "checking for location of FFTW library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85516,6 +93028,7 @@ $as_echo_n "checking for location of FFTW library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85525,6 +93038,8 @@ $as_echo_n "checking for location of FFTW library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FFTW library" >&5 $as_echo_n "checking for location of FFTW library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -85534,6 +93049,7 @@ $as_echo_n "checking for location of FFTW library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -85555,6 +93071,8 @@ $as_echo_n "checking for location of FFTW library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_fftw_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-fftw-libs." "$LINENO" 5 @@ -85569,6 +93087,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_fftw_libs" >&5 $as_echo "$with_fftw_libs" >&6; } ======= @@ -85590,6 +93109,8 @@ $as_echo "$with_fftw_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_fftw_libs" >&5 printf "%s\n" "$with_fftw_libs" >&6; } ======= @@ -85602,6 +93123,7 @@ $as_echo "$with_fftw_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85611,6 +93133,8 @@ $as_echo "$with_fftw_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_fftw_libs" >&5 $as_echo "$with_fftw_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -85620,6 +93144,7 @@ $as_echo "$with_fftw_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -85637,6 +93162,8 @@ $as_echo "$with_fftw_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_fftw_libs"; then for dir in $with_fftw_libs; do @@ -85665,6 +93192,7 @@ LDFLAGS="$FFTWLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftw_execute in -lfftw3" >&5 $as_echo_n "checking for fftw_execute in -lfftw3... " >&6; } ======= @@ -85680,6 +93208,8 @@ $as_echo_n "checking for fftw_execute in -lfftw3... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fftw_execute in -lfftw3" >&5 printf %s "checking for fftw_execute in -lfftw3... " >&6; } ======= @@ -85692,6 +93222,7 @@ ac_lib_var=`echo fftw3'_'fftw_execute | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -85703,6 +93234,8 @@ ac_lib_var=`echo fftw3'_'fftw_execute | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lfftw3 $MATHLIB $LIBS" @@ -85712,6 +93245,7 @@ LIBS="-lfftw3 $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -85748,6 +93282,8 @@ LIBS="-lfftw3 $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -85782,6 +93318,9 @@ char fftw_execute(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -85812,6 +93351,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -85843,6 +93385,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_fftw3_fftw_execute=no fi @@ -85941,6 +93484,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -85965,6 +93510,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85973,6 +93519,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_fftw3_fftw_execute=no fi @@ -85983,6 +93531,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86000,6 +93549,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -86017,6 +93568,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86059,6 +93611,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -86077,6 +93634,7 @@ LDFLAGS="$FFTWLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -lfftw" >&5 $as_echo_n "checking for fftwnd_one in -lfftw... " >&6; } ======= @@ -86092,6 +93650,8 @@ $as_echo_n "checking for fftwnd_one in -lfftw... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -lfftw" >&5 printf %s "checking for fftwnd_one in -lfftw... " >&6; } ======= @@ -86104,6 +93664,7 @@ ac_lib_var=`echo fftw'_'fftwnd_one | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86115,6 +93676,8 @@ ac_lib_var=`echo fftw'_'fftwnd_one | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lfftw $MATHLIB $LIBS" @@ -86124,6 +93687,7 @@ LIBS="-lfftw $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -86160,6 +93724,8 @@ LIBS="-lfftw $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -86194,6 +93760,9 @@ char fftwnd_one(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -86224,6 +93793,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86255,6 +93827,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_fftw_fftwnd_one=no fi @@ -86353,6 +93926,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -86377,6 +93952,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86385,6 +93961,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_fftw_fftwnd_one=no fi @@ -86395,6 +93973,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86412,6 +93991,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -86429,6 +94010,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86471,6 +94053,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -86489,6 +94076,7 @@ LDFLAGS="$FFTWLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -ldfftw" >&5 $as_echo_n "checking for fftwnd_one in -ldfftw... " >&6; } ======= @@ -86504,6 +94092,8 @@ $as_echo_n "checking for fftwnd_one in -ldfftw... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fftwnd_one in -ldfftw" >&5 printf %s "checking for fftwnd_one in -ldfftw... " >&6; } ======= @@ -86516,6 +94106,7 @@ ac_lib_var=`echo dfftw'_'fftwnd_one | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86527,6 +94118,8 @@ ac_lib_var=`echo dfftw'_'fftwnd_one | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ldfftw $MATHLIB $LIBS" @@ -86536,6 +94129,7 @@ LIBS="-ldfftw $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -86572,6 +94166,8 @@ LIBS="-ldfftw $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -86606,6 +94202,9 @@ char fftwnd_one(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -86636,6 +94235,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86667,6 +94269,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_dfftw_fftwnd_one=no fi @@ -86765,6 +94368,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -86789,6 +94394,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86797,6 +94403,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_dfftw_fftwnd_one=no fi @@ -86807,6 +94415,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86824,6 +94433,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -86841,6 +94452,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86883,6 +94495,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -86933,6 +94550,7 @@ fi # $USE_FFTW <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -86957,6 +94575,8 @@ fi # $USE_FFTW >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use BLAS" >&5 printf %s "checking whether to use BLAS... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_blas\"" >&5 @@ -86972,6 +94592,7 @@ echo "$ac_t"""$with_blas"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -87004,6 +94625,11 @@ echo "$ac_t"""$with_blas"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use BLAS" >&5 $as_echo_n "checking whether to use BLAS... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_blas\"" >&5 @@ -87017,6 +94643,7 @@ $as_echo "\"$with_blas\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87063,6 +94690,11 @@ $as_echo "\"$with_blas\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_blas" in "no") USE_BLAS= ;; "yes") USE_BLAS="1" ;; @@ -87092,6 +94724,7 @@ if test -n "$USE_BLAS"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of BLAS includes" >&5 $as_echo_n "checking for location of BLAS includes... " >&6; } ======= @@ -87118,6 +94751,8 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of BLAS includes" >&5 printf %s "checking for location of BLAS includes... " >&6; } ======= @@ -87130,6 +94765,7 @@ echo "configure:11094: checking for location of BLAS includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87139,6 +94775,8 @@ echo "configure:11094: checking for location of BLAS includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of BLAS includes" >&5 $as_echo_n "checking for location of BLAS includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87148,6 +94786,7 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87157,6 +94796,8 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of BLAS includes" >&5 $as_echo_n "checking for location of BLAS includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -87166,6 +94807,7 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -87187,6 +94829,8 @@ $as_echo_n "checking for location of BLAS includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_blas_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-blas-includes." "$LINENO" 5 @@ -87201,6 +94845,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_blas_includes" >&5 $as_echo "$with_blas_includes" >&6; } ======= @@ -87222,6 +94867,8 @@ $as_echo "$with_blas_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_blas_includes" >&5 printf "%s\n" "$with_blas_includes" >&6; } ======= @@ -87234,6 +94881,7 @@ $as_echo "$with_blas_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87243,6 +94891,8 @@ $as_echo "$with_blas_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_blas_includes" >&5 $as_echo "$with_blas_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -87252,6 +94902,7 @@ $as_echo "$with_blas_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -87269,6 +94920,8 @@ $as_echo "$with_blas_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_blas_includes" ; then for dir in $with_blas_includes; do @@ -87292,6 +94945,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of BLAS library" >&5 $as_echo_n "checking for location of BLAS library... " >&6; } ======= @@ -87318,6 +94972,8 @@ $as_echo_n "checking for location of BLAS library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of BLAS library" >&5 printf %s "checking for location of BLAS library... " >&6; } ======= @@ -87330,6 +94986,7 @@ echo "configure:11114: checking for location of BLAS library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87339,6 +94996,8 @@ echo "configure:11114: checking for location of BLAS library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of BLAS library" >&5 $as_echo_n "checking for location of BLAS library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87348,6 +95007,7 @@ $as_echo_n "checking for location of BLAS library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87357,6 +95017,8 @@ $as_echo_n "checking for location of BLAS library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of BLAS library" >&5 $as_echo_n "checking for location of BLAS library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -87366,6 +95028,7 @@ $as_echo_n "checking for location of BLAS library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -87387,6 +95050,8 @@ $as_echo_n "checking for location of BLAS library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_blas_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-blas-libs." "$LINENO" 5 @@ -87401,6 +95066,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_blas_libs" >&5 $as_echo "$with_blas_libs" >&6; } ======= @@ -87422,6 +95088,8 @@ $as_echo "$with_blas_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_blas_libs" >&5 printf "%s\n" "$with_blas_libs" >&6; } ======= @@ -87434,6 +95102,7 @@ $as_echo "$with_blas_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87443,6 +95112,8 @@ $as_echo "$with_blas_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_blas_libs" >&5 $as_echo "$with_blas_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -87452,6 +95123,7 @@ $as_echo "$with_blas_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -87469,6 +95141,8 @@ $as_echo "$with_blas_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_blas_libs"; then for dir in $with_blas_libs; do @@ -87495,6 +95169,7 @@ CPPFLAGS="$BLASINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_header in cblas.h do : ac_fn_c_check_header_mongrel "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" @@ -87527,6 +95202,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_header_compile "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" if test "x$ac_cv_header_cblas_h" = xyes then : @@ -87573,6 +95250,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -87582,6 +95260,8 @@ _ACEOF ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= for ac_header in cblas.h do : ac_fn_c_check_header_mongrel "$LINENO" "cblas.h" "ac_cv_header_cblas_h" "$ac_includes_default" @@ -87597,6 +95277,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -87614,6 +95295,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi done @@ -87639,6 +95322,7 @@ LDFLAGS="$BLASLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnrm2_ in -lblas" >&5 $as_echo_n "checking for dnrm2_ in -lblas... " >&6; } ======= @@ -87654,6 +95338,8 @@ $as_echo_n "checking for dnrm2_ in -lblas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dnrm2_ in -lblas" >&5 printf %s "checking for dnrm2_ in -lblas... " >&6; } ======= @@ -87666,6 +95352,7 @@ ac_lib_var=`echo blas'_'dnrm2_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -87677,6 +95364,8 @@ ac_lib_var=`echo blas'_'dnrm2_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lblas $MATHLIB $LIBS" @@ -87686,6 +95375,7 @@ LIBS="-lblas $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -87722,6 +95412,8 @@ LIBS="-lblas $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -87756,6 +95448,9 @@ char dnrm2_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -87786,6 +95481,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -87817,6 +95515,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_blas_dnrm2_=no fi @@ -87915,6 +95614,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -87977,6 +95678,9 @@ char dnrm2_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -87994,6 +95698,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -88017,6 +95722,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -88028,6 +95735,9 @@ if test "x$ac_cv_lib_blas_dnrm2_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnrm2_ in -lblas" >&5 @@ -88041,6 +95751,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88062,6 +95773,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -88084,6 +95800,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_blas_dnrm2_=no fi @@ -88171,6 +95888,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -88195,6 +95914,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88203,6 +95923,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_dnrm2_=no fi @@ -88213,6 +95935,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -88230,6 +95953,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -88247,6 +95972,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88289,6 +96015,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -88326,6 +96057,7 @@ LDFLAGS="$BLASLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 $as_echo_n "checking for ATL_xerbla in -latlas... " >&6; } ======= @@ -88341,6 +96073,8 @@ $as_echo_n "checking for ATL_xerbla in -latlas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ATL_xerbla in -latlas" >&5 printf %s "checking for ATL_xerbla in -latlas... " >&6; } ======= @@ -88353,6 +96087,7 @@ ac_lib_var=`echo atlas'_'ATL_xerbla | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -88364,6 +96099,8 @@ ac_lib_var=`echo atlas'_'ATL_xerbla | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-latlas $LIBS" @@ -88373,6 +96110,7 @@ LIBS="-latlas $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -88409,6 +96147,8 @@ LIBS="-latlas $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -88443,6 +96183,9 @@ char ATL_xerbla(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -88473,6 +96216,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -88504,6 +96250,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_atlas_ATL_xerbla=no fi @@ -88611,6 +96358,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -88634,6 +96383,7 @@ printf %s "checking for sgemm_ in -lf77blas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88642,6 +96392,8 @@ printf %s "checking for sgemm_ in -lf77blas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_atlas_ATL_xerbla=no fi @@ -88661,6 +96413,7 @@ $as_echo_n "checking for sgemm_ in -lf77blas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -88678,6 +96431,8 @@ $as_echo_n "checking for sgemm_ in -lf77blas... " >&6; } >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lf77blas -latlas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -88689,6 +96444,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -88704,6 +96460,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -88736,6 +96494,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88744,6 +96503,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_atlas_ATL_xerbla=no fi @@ -88759,6 +96520,7 @@ $as_echo_n "checking for sgemm_ in -lf77blas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88833,6 +96595,8 @@ char sgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88865,6 +96629,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -88916,6 +96681,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -88939,6 +96706,7 @@ printf %s "checking for cblas_dgemm in -lcblas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88947,6 +96715,8 @@ printf %s "checking for cblas_dgemm in -lcblas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_f77blas_sgemm_=no fi @@ -88966,6 +96736,7 @@ $as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -88983,6 +96754,8 @@ $as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; } >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lcblas -lf77blas -latlas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -88994,6 +96767,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -89009,6 +96783,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -89041,6 +96817,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89049,6 +96826,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_f77blas_sgemm_=no fi @@ -89064,6 +96843,7 @@ $as_echo_n "checking for cblas_dgemm in -lcblas... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -89129,6 +96909,8 @@ char cblas_dgemm(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -89161,6 +96943,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -89212,6 +96995,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -89234,6 +97019,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89242,6 +97028,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_cblas_cblas_dgemm=no fi @@ -89252,6 +97040,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -89269,6 +97058,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -89284,6 +97075,7 @@ if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -89326,6 +97118,11 @@ if test "x$ac_cv_lib_cblas_cblas_dgemm" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main blas_ok=yes; BLASLIB="-lcblas -lf77blas -latlas" fi @@ -89348,6 +97145,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -89368,6 +97166,8 @@ $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_LIBATLAS 1" >>confdefs.h ======= $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h @@ -89378,6 +97178,7 @@ $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -89412,6 +97213,11 @@ $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h $as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_LIBATLAS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -89432,6 +97238,7 @@ if test $blas_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm in $vlib_flags" >&5 $as_echo_n "checking for sgemm in $vlib_flags... " >&6; } @@ -89466,6 +97273,8 @@ sgemm >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sgemm in $vlib_flags" >&5 printf %s "checking for sgemm in $vlib_flags... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -89489,6 +97298,7 @@ sgemm <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89497,6 +97307,8 @@ sgemm >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm in $vlib_flags" >&5 $as_echo_n "checking for sgemm in $vlib_flags... " >&6; } @@ -89514,6 +97326,7 @@ sgemm <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89522,6 +97335,8 @@ sgemm >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm in $vlib_flags" >&5 $as_echo_n "checking for sgemm in $vlib_flags... " >&6; } @@ -89539,6 +97354,7 @@ sgemm <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -89560,6 +97376,8 @@ sgemm >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -89573,6 +97391,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : blas_ok=yes; BLASLIB="$vlib_flags" else @@ -89597,6 +97416,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ======= @@ -89625,6 +97446,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89634,6 +97456,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : blas_ok=yes; BLASLIB="$vlib_flags" else @@ -89646,6 +97470,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -89663,6 +97488,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $blas_ok" >&5 @@ -89676,6 +97503,7 @@ $as_echo "$blas_ok" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -89718,6 +97546,11 @@ $as_echo "$blas_ok" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LIBS="$save_LIBS" fi #fi # $MACOSX_APP @@ -89734,6 +97567,7 @@ if test $blas_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 $as_echo_n "checking for sgemm_ in -lblas... " >&6; } @@ -89750,6 +97584,8 @@ $as_echo_n "checking for sgemm_ in -lblas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 printf %s "checking for sgemm_ in -lblas... " >&6; } ======= @@ -89762,6 +97598,7 @@ ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -89773,6 +97610,8 @@ ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lblas $LIBS" @@ -89782,6 +97621,7 @@ LIBS="-lblas $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -89818,6 +97658,8 @@ LIBS="-lblas $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -89852,6 +97694,9 @@ char sgemm_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -89882,6 +97727,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -89913,6 +97761,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_blas_sgemm_=no fi @@ -90020,6 +97869,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -90043,6 +97894,7 @@ printf %s "checking for dgemm_ in -ldgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90051,6 +97903,8 @@ printf %s "checking for dgemm_ in -ldgemm... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_sgemm_=no fi @@ -90070,6 +97924,7 @@ $as_echo_n "checking for dgemm_ in -ldgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -90087,6 +97942,8 @@ $as_echo_n "checking for dgemm_ in -ldgemm... " >&6; } >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-ldgemm -lblas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -90098,6 +97955,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -90113,6 +97971,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -90145,6 +98005,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90153,6 +98014,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_sgemm_=no fi @@ -90168,6 +98031,7 @@ $as_echo_n "checking for dgemm_ in -ldgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90242,6 +98106,8 @@ char dgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90274,6 +98140,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -90325,6 +98192,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -90348,6 +98217,7 @@ printf %s "checking for sgemm_ in -lsgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90356,6 +98226,8 @@ printf %s "checking for sgemm_ in -lsgemm... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_dgemm_dgemm_=no fi @@ -90375,6 +98247,7 @@ $as_echo_n "checking for sgemm_ in -lsgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -90392,6 +98265,8 @@ $as_echo_n "checking for sgemm_ in -lsgemm... " >&6; } >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsgemm -lblas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -90403,6 +98278,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -90418,6 +98294,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -90450,6 +98328,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90458,6 +98337,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_dgemm_dgemm_=no fi @@ -90473,6 +98354,7 @@ $as_echo_n "checking for sgemm_ in -lsgemm... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90538,6 +98420,8 @@ char sgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90570,6 +98454,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -90621,6 +98506,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -90643,6 +98530,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90651,6 +98539,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sgemm_sgemm_=no fi @@ -90661,6 +98551,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -90678,6 +98569,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -90693,6 +98586,7 @@ if test "x$ac_cv_lib_sgemm_sgemm_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90735,6 +98629,11 @@ if test "x$ac_cv_lib_sgemm_sgemm_" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main blas_ok=yes; BLASLIB="-lsgemm -ldgemm -lblas" fi @@ -90758,6 +98657,7 @@ if test $blas_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 $as_echo_n "checking for acosp in -lsunmath... " >&6; } @@ -90774,6 +98674,8 @@ $as_echo_n "checking for acosp in -lsunmath... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for acosp in -lsunmath" >&5 printf %s "checking for acosp in -lsunmath... " >&6; } ======= @@ -90786,6 +98688,7 @@ ac_lib_var=`echo sunmath'_'acosp | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -90797,6 +98700,8 @@ ac_lib_var=`echo sunmath'_'acosp | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsunmath $LIBS" @@ -90806,6 +98711,7 @@ LIBS="-lsunmath $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -90842,6 +98748,8 @@ LIBS="-lsunmath $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -90876,6 +98784,9 @@ char acosp(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -90906,6 +98817,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -90937,6 +98851,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_sunmath_acosp=no fi @@ -91044,6 +98959,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -91067,6 +98984,7 @@ printf %s "checking for sgemm_ in -lsunperf... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91075,6 +98993,8 @@ printf %s "checking for sgemm_ in -lsunperf... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sunmath_acosp=no fi @@ -91094,6 +99014,7 @@ $as_echo_n "checking for sgemm_ in -lsunperf... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -91111,6 +99032,8 @@ $as_echo_n "checking for sgemm_ in -lsunperf... " >&6; } >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lsunperf -lsunmath $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -91122,6 +99045,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -91137,6 +99061,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -91169,6 +99095,7 @@ ac_save_LIBS="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91177,6 +99104,8 @@ ac_save_LIBS="$LIBS" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sunmath_acosp=no fi @@ -91192,6 +99121,7 @@ $as_echo_n "checking for sgemm_ in -lsunperf... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -91257,6 +99187,8 @@ char sgemm_(); >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -91289,6 +99221,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -91340,6 +99273,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -91362,6 +99297,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91370,6 +99306,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_sunperf_sgemm_=no fi @@ -91380,6 +99318,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -91397,6 +99336,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -91412,6 +99353,7 @@ if test "x$ac_cv_lib_sunperf_sgemm_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -91454,6 +99396,11 @@ if test "x$ac_cv_lib_sunperf_sgemm_" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main blas_ok=yes; BLASLIB="-xlic_lib=sunperf -lsunmath" fi @@ -91475,6 +99422,7 @@ if test $blas_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 $as_echo_n "checking for sgemm_ in -lblas... " >&6; } @@ -91491,6 +99439,8 @@ $as_echo_n "checking for sgemm_ in -lblas... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sgemm_ in -lblas" >&5 printf %s "checking for sgemm_ in -lblas... " >&6; } ======= @@ -91503,6 +99453,7 @@ ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -91514,6 +99465,8 @@ ac_lib_var=`echo blas'_'sgemm_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lblas $LIBS" @@ -91523,6 +99476,7 @@ LIBS="-lblas $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -91559,6 +99513,8 @@ LIBS="-lblas $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -91593,6 +99549,9 @@ char sgemm_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -91623,6 +99582,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -91654,6 +99616,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_blas_sgemm_=no fi @@ -91752,6 +99715,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -91774,6 +99739,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91782,6 +99748,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_blas_sgemm_=no fi @@ -91792,6 +99760,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -91809,6 +99778,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -91824,6 +99795,7 @@ if test "x$ac_cv_lib_blas_sgemm_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -91866,6 +99838,11 @@ if test "x$ac_cv_lib_blas_sgemm_" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main blas_ok=yes; BLASLIB="-lblas" fi @@ -91882,6 +99859,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -91902,6 +99880,8 @@ $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_LIBBLAS 1" >>confdefs.h ======= $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h @@ -91912,6 +99892,7 @@ $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -91946,6 +99927,11 @@ $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h $as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_LIBBLAS 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi @@ -91970,6 +99956,7 @@ fi # $USE_BLAS <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -91994,6 +99981,8 @@ fi # $USE_BLAS >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use LAPACK" >&5 printf %s "checking whether to use LAPACK... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_lapack\"" >&5 @@ -92009,6 +99998,7 @@ echo "$ac_t"""$with_lapack"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -92041,6 +100031,11 @@ echo "$ac_t"""$with_lapack"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use LAPACK" >&5 $as_echo_n "checking whether to use LAPACK... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_lapack\"" >&5 @@ -92054,6 +100049,7 @@ $as_echo "\"$with_lapack\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -92100,6 +100096,11 @@ $as_echo "\"$with_lapack\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_lapack" in "no") USE_LAPACK= ;; "yes") USE_LAPACK="1" ;; @@ -92133,6 +100134,7 @@ lapack_ok=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK includes" >&5 $as_echo_n "checking for location of LAPACK includes... " >&6; } ======= @@ -92159,6 +100161,8 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK includes" >&5 printf %s "checking for location of LAPACK includes... " >&6; } ======= @@ -92171,6 +100175,7 @@ echo "configure:11709: checking for location of LAPACK includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92180,6 +100185,8 @@ echo "configure:11709: checking for location of LAPACK includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK includes" >&5 $as_echo_n "checking for location of LAPACK includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -92189,6 +100196,7 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92198,6 +100206,8 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK includes" >&5 $as_echo_n "checking for location of LAPACK includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -92207,6 +100217,7 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -92228,6 +100239,8 @@ $as_echo_n "checking for location of LAPACK includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_lapack_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-lapack-includes." "$LINENO" 5 @@ -92242,6 +100255,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lapack_includes" >&5 $as_echo "$with_lapack_includes" >&6; } ======= @@ -92263,6 +100277,8 @@ $as_echo "$with_lapack_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_lapack_includes" >&5 printf "%s\n" "$with_lapack_includes" >&6; } ======= @@ -92275,6 +100291,7 @@ $as_echo "$with_lapack_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92284,6 +100301,8 @@ $as_echo "$with_lapack_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lapack_includes" >&5 $as_echo "$with_lapack_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -92293,6 +100312,7 @@ $as_echo "$with_lapack_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -92310,6 +100330,8 @@ $as_echo "$with_lapack_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_lapack_includes" ; then for dir in $with_lapack_includes; do @@ -92333,6 +100355,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK library" >&5 $as_echo_n "checking for location of LAPACK library... " >&6; } ======= @@ -92359,6 +100382,8 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK library" >&5 printf %s "checking for location of LAPACK library... " >&6; } ======= @@ -92371,6 +100396,7 @@ echo "configure:11729: checking for location of LAPACK library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92380,6 +100406,8 @@ echo "configure:11729: checking for location of LAPACK library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK library" >&5 $as_echo_n "checking for location of LAPACK library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -92389,6 +100417,7 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92398,6 +100427,8 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of LAPACK library" >&5 $as_echo_n "checking for location of LAPACK library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -92407,6 +100438,7 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -92428,6 +100460,8 @@ $as_echo_n "checking for location of LAPACK library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_lapack_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-lapack-libs." "$LINENO" 5 @@ -92442,6 +100476,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lapack_libs" >&5 $as_echo "$with_lapack_libs" >&6; } ======= @@ -92463,6 +100498,8 @@ $as_echo "$with_lapack_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_lapack_libs" >&5 printf "%s\n" "$with_lapack_libs" >&6; } ======= @@ -92475,6 +100512,7 @@ $as_echo "$with_lapack_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92484,6 +100522,8 @@ $as_echo "$with_lapack_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_lapack_libs" >&5 $as_echo "$with_lapack_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -92493,6 +100533,7 @@ $as_echo "$with_lapack_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -92510,6 +100551,8 @@ $as_echo "$with_lapack_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_lapack_libs"; then for dir in $with_lapack_libs; do @@ -92536,6 +100579,7 @@ CPPFLAGS="$LAPACKINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD for ac_header in clapack.h do : ac_fn_c_check_header_mongrel "$LINENO" "clapack.h" "ac_cv_header_clapack_h" "$ac_includes_default" @@ -92568,6 +100612,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_header_compile "$LINENO" "clapack.h" "ac_cv_header_clapack_h" "$ac_includes_default" if test "x$ac_cv_header_clapack_h" = xyes then : @@ -92614,6 +100660,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92623,6 +100670,8 @@ _ACEOF ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= for ac_header in clapack.h do : ac_fn_c_check_header_mongrel "$LINENO" "clapack.h" "ac_cv_header_clapack_h" "$ac_includes_default" @@ -92638,6 +100687,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -92655,6 +100705,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi done @@ -92676,6 +100728,7 @@ if test lapack_ok=no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_fn_c_check_func "$LINENO" "dsegv_" "ac_cv_func_dsegv_" if test "x$ac_cv_func_dsegv_" = xyes; then : @@ -92703,6 +100756,8 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "dsegv_" "ac_cv_func_dsegv_" if test "x$ac_cv_func_dsegv_" = xyes then : @@ -92754,6 +100809,7 @@ if eval "test \"`echo '$ac_cv_func_'dsegv_`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92762,6 +100818,8 @@ if eval "test \"`echo '$ac_cv_func_'dsegv_`\" = yes"; then >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_fn_c_check_func "$LINENO" "dsegv_" "ac_cv_func_dsegv_" if test "x$ac_cv_func_dsegv_" = xyes; then : @@ -92772,6 +100830,7 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -92780,6 +100839,8 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_fn_c_check_func "$LINENO" "dsegv_" "ac_cv_func_dsegv_" if test "x$ac_cv_func_dsegv_" = xyes; then : @@ -92790,6 +100851,7 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -92811,6 +100873,8 @@ if test "x$ac_cv_func_dsegv_" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main lapack_ok=yes fi @@ -92832,6 +100896,7 @@ if test $lapack_ok = no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for desgv_ in -llapack" >&5 $as_echo_n "checking for desgv_ in -llapack... " >&6; } @@ -92848,6 +100913,8 @@ $as_echo_n "checking for desgv_ in -llapack... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for desgv_ in -llapack" >&5 printf %s "checking for desgv_ in -llapack... " >&6; } ======= @@ -92860,6 +100927,7 @@ ac_lib_var=`echo lapack'_'desgv_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -92871,6 +100939,8 @@ ac_lib_var=`echo lapack'_'desgv_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-llapack $FLIBS $LIBS" @@ -92880,6 +100950,7 @@ LIBS="-llapack $FLIBS $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -92916,6 +100987,8 @@ LIBS="-llapack $FLIBS $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -92950,6 +101023,9 @@ char desgv_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -92980,6 +101056,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -93011,6 +101090,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_lapack_desgv_=no fi @@ -93109,6 +101189,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -93131,6 +101213,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -93139,6 +101222,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_lapack_desgv_=no fi @@ -93149,6 +101234,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -93166,6 +101252,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -93181,6 +101269,7 @@ if test "x$ac_cv_lib_lapack_desgv_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -93223,6 +101312,11 @@ if test "x$ac_cv_lib_lapack_desgv_" = xyes; then : ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main lapack_ok=yes; LAPACKLIB="-llapack" fi @@ -93249,6 +101343,7 @@ LDFLAGS="$LAPACKLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgesv_ in -llapack" >&5 $as_echo_n "checking for dgesv_ in -llapack... " >&6; } ======= @@ -93264,6 +101359,8 @@ $as_echo_n "checking for dgesv_ in -llapack... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for dgesv_ in -llapack" >&5 printf %s "checking for dgesv_ in -llapack... " >&6; } ======= @@ -93276,6 +101373,7 @@ ac_lib_var=`echo lapack'_'dgesv_ | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -93287,6 +101385,8 @@ ac_lib_var=`echo lapack'_'dgesv_ | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-llapack $BLASLIB $MATHLIB $LIBS" @@ -93296,6 +101396,7 @@ LIBS="-llapack $BLASLIB $MATHLIB $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -93332,6 +101433,8 @@ LIBS="-llapack $BLASLIB $MATHLIB $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -93366,6 +101469,9 @@ char dgesv_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -93396,6 +101502,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -93427,6 +101536,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_lapack_dgesv_=no fi @@ -93525,6 +101635,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -93587,6 +101699,9 @@ char dgesv_(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -93604,6 +101719,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -93627,6 +101743,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -93638,6 +101756,9 @@ if test "x$ac_cv_lib_lapack_dgesv_" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgesv_ in -llapack" >&5 @@ -93651,6 +101772,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -93672,6 +101794,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC @@ -93694,6 +101821,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_lapack_dgesv_=no fi @@ -93781,6 +101909,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -93805,6 +101935,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -93813,6 +101944,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_lapack_dgesv_=no fi @@ -93823,6 +101956,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -93840,6 +101974,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -93857,6 +101993,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -93899,6 +102036,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -93931,6 +102073,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h ======= <<<<<<< HEAD @@ -93951,6 +102094,8 @@ $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "#define HAVE_LIBLAPACK 1" >>confdefs.h ======= $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h @@ -93961,6 +102106,7 @@ $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -93995,6 +102141,11 @@ $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h $as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo "#define HAVE_LIBLAPACK 1" >>confdefs.h +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_LAPACK @@ -94178,6 +102329,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -94202,6 +102354,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use Cairo" >&5 printf %s "checking whether to use Cairo... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_cairo\"" >&5 @@ -94217,6 +102371,7 @@ echo "$ac_t"""$with_cairo"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -94249,6 +102404,11 @@ echo "$ac_t"""$with_cairo"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use Cairo" >&5 $as_echo_n "checking whether to use Cairo... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_cairo\"" >&5 @@ -94262,6 +102422,7 @@ $as_echo "\"$with_cairo\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -94308,6 +102469,11 @@ $as_echo "\"$with_cairo\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_cairo" in "no") USE_CAIRO= ;; "yes") USE_CAIRO="1" ;; @@ -94348,6 +102514,7 @@ CAIROINC=`$PKG_CONFIG --cflags $cairo` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of cairo includes" >&5 $as_echo_n "checking for location of cairo includes... " >&6; } ======= @@ -94374,6 +102541,8 @@ $as_echo_n "checking for location of cairo includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of cairo includes" >&5 printf %s "checking for location of cairo includes... " >&6; } ======= @@ -94386,6 +102555,7 @@ echo "configure:12038: checking for location of cairo includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94395,6 +102565,8 @@ echo "configure:12038: checking for location of cairo includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of cairo includes" >&5 $as_echo_n "checking for location of cairo includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -94404,6 +102576,7 @@ $as_echo_n "checking for location of cairo includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94413,6 +102586,8 @@ $as_echo_n "checking for location of cairo includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of cairo includes" >&5 $as_echo_n "checking for location of cairo includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -94422,6 +102597,7 @@ $as_echo_n "checking for location of cairo includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -94443,6 +102619,8 @@ $as_echo_n "checking for location of cairo includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_cairo_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-cairo-includes." "$LINENO" 5 @@ -94457,6 +102635,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_includes" >&5 $as_echo "$with_cairo_includes" >&6; } ======= @@ -94478,6 +102657,8 @@ $as_echo "$with_cairo_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_cairo_includes" >&5 printf "%s\n" "$with_cairo_includes" >&6; } ======= @@ -94490,6 +102671,7 @@ $as_echo "$with_cairo_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94499,6 +102681,8 @@ $as_echo "$with_cairo_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_includes" >&5 $as_echo "$with_cairo_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -94508,6 +102692,7 @@ $as_echo "$with_cairo_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -94525,6 +102710,8 @@ $as_echo "$with_cairo_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_cairo_includes" ; then for dir in $with_cairo_includes; do @@ -94551,6 +102738,7 @@ CPPFLAGS="$CAIROINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -94575,6 +102763,8 @@ CPPFLAGS="$CAIROINC $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in cairo.h do : ac_fn_c_check_header_compile "$LINENO" "cairo.h" "ac_cv_header_cairo_h" "$ac_includes_default" @@ -94597,6 +102787,7 @@ echo "configure:12064: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -94629,6 +102820,11 @@ echo "configure:12064: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in cairo.h do : ac_fn_c_check_header_mongrel "$LINENO" "cairo.h" "ac_cv_header_cairo_h" "$ac_includes_default" @@ -94645,6 +102841,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -94660,12 +102857,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -94686,6 +102886,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -94709,6 +102911,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -94720,6 +102923,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -94743,6 +102948,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -94826,6 +103032,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -94847,6 +103055,7 @@ CAIROLIB=`$PKG_CONFIG --libs $cairo` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of cairo library" >&5 $as_echo_n "checking for location of cairo library... " >&6; } ======= @@ -94873,6 +103082,8 @@ $as_echo_n "checking for location of cairo library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of cairo library" >&5 printf %s "checking for location of cairo library... " >&6; } ======= @@ -94885,6 +103096,7 @@ echo "configure:12108: checking for location of cairo library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94894,6 +103106,8 @@ echo "configure:12108: checking for location of cairo library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of cairo library" >&5 $as_echo_n "checking for location of cairo library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -94903,6 +103117,7 @@ $as_echo_n "checking for location of cairo library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94912,6 +103127,8 @@ $as_echo_n "checking for location of cairo library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of cairo library" >&5 $as_echo_n "checking for location of cairo library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -94921,6 +103138,7 @@ $as_echo_n "checking for location of cairo library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -94942,6 +103160,8 @@ $as_echo_n "checking for location of cairo library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_cairo_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-cairo-libs." "$LINENO" 5 @@ -94956,6 +103176,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_libs" >&5 $as_echo "$with_cairo_libs" >&6; } ======= @@ -94977,6 +103198,8 @@ $as_echo "$with_cairo_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_cairo_libs" >&5 printf "%s\n" "$with_cairo_libs" >&6; } ======= @@ -94989,6 +103212,7 @@ $as_echo "$with_cairo_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -94998,6 +103222,8 @@ $as_echo "$with_cairo_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_libs" >&5 $as_echo "$with_cairo_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -95007,6 +103233,7 @@ $as_echo "$with_cairo_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -95024,6 +103251,8 @@ $as_echo "$with_cairo_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_cairo_libs"; then for dir in $with_cairo_libs; do @@ -95047,6 +103276,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cairo linking flags" >&5 $as_echo_n "checking for cairo linking flags... " >&6; } ======= @@ -95073,6 +103303,8 @@ $as_echo_n "checking for cairo linking flags... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cairo linking flags" >&5 printf %s "checking for cairo linking flags... " >&6; } ======= @@ -95085,6 +103317,7 @@ echo "configure:12128: checking for cairo linking flags" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95094,6 +103327,8 @@ echo "configure:12128: checking for cairo linking flags" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cairo linking flags" >&5 $as_echo_n "checking for cairo linking flags... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95103,6 +103338,7 @@ $as_echo_n "checking for cairo linking flags... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95112,6 +103348,8 @@ $as_echo_n "checking for cairo linking flags... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cairo linking flags" >&5 $as_echo_n "checking for cairo linking flags... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -95121,6 +103359,7 @@ $as_echo_n "checking for cairo linking flags... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -95142,6 +103381,8 @@ $as_echo_n "checking for cairo linking flags... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_cairo_ldflags" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-cairo-ldflags." "$LINENO" 5 @@ -95156,6 +103397,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_ldflags" >&5 $as_echo "$with_cairo_ldflags" >&6; } ======= @@ -95177,6 +103419,8 @@ $as_echo "$with_cairo_ldflags" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_cairo_ldflags" >&5 printf "%s\n" "$with_cairo_ldflags" >&6; } ======= @@ -95189,6 +103433,7 @@ $as_echo "$with_cairo_ldflags" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95198,6 +103443,8 @@ $as_echo "$with_cairo_ldflags" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_cairo_ldflags" >&5 $as_echo "$with_cairo_ldflags" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -95207,6 +103454,7 @@ $as_echo "$with_cairo_ldflags" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -95224,6 +103472,8 @@ $as_echo "$with_cairo_ldflags" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main CAIROLIB="$CAIROLIB $with_cairo_ldflags" @@ -95243,6 +103493,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "cairo_create" "ac_cv_func_cairo_create" if test "x$ac_cv_func_cairo_create" = xyes; then : @@ -95273,6 +103524,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "cairo_create" "ac_cv_func_cairo_create" if test "x$ac_cv_func_cairo_create" = xyes then : @@ -95337,6 +103590,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95346,6 +103600,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "cairo_create" "ac_cv_func_cairo_create" if test "x$ac_cv_func_cairo_create" = xyes; then : @@ -95359,6 +103615,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -95376,6 +103633,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate cairo_create." "$LINENO" 5 @@ -95402,6 +103661,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "cairo_xlib_surface_create_with_xrender_format" "ac_cv_func_cairo_xlib_surface_create_with_xrender_format" if test "x$ac_cv_func_cairo_xlib_surface_create_with_xrender_format" = xyes; then : @@ -95432,6 +103692,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "cairo_xlib_surface_create_with_xrender_format" "ac_cv_func_cairo_xlib_surface_create_with_xrender_format" if test "x$ac_cv_func_cairo_xlib_surface_create_with_xrender_format" = xyes then : @@ -95496,6 +103758,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95505,6 +103768,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "cairo_xlib_surface_create_with_xrender_format" "ac_cv_func_cairo_xlib_surface_create_with_xrender_format" if test "x$ac_cv_func_cairo_xlib_surface_create_with_xrender_format" = xyes; then : @@ -95518,6 +103783,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -95535,6 +103801,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main CAIRO_HAS_XRENDER= @@ -95560,6 +103828,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "cairo_xlib_surface_get_xrender_format" "ac_cv_func_cairo_xlib_surface_get_xrender_format" if test "x$ac_cv_func_cairo_xlib_surface_get_xrender_format" = xyes; then : @@ -95590,6 +103859,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "cairo_xlib_surface_get_xrender_format" "ac_cv_func_cairo_xlib_surface_get_xrender_format" if test "x$ac_cv_func_cairo_xlib_surface_get_xrender_format" = xyes then : @@ -95654,6 +103925,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95663,6 +103935,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "cairo_xlib_surface_get_xrender_format" "ac_cv_func_cairo_xlib_surface_get_xrender_format" if test "x$ac_cv_func_cairo_xlib_surface_get_xrender_format" = xyes; then : @@ -95676,6 +103950,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -95693,6 +103968,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main CAIRO_HAS_XRENDER_SURFACE= @@ -95727,6 +104004,7 @@ fi # $USE_CAIRO <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -95751,6 +104029,8 @@ fi # $USE_CAIRO >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use FreeType" >&5 printf %s "checking whether to use FreeType... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_freetype\"" >&5 @@ -95766,6 +104046,7 @@ echo "$ac_t"""$with_freetype"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -95798,6 +104079,11 @@ echo "$ac_t"""$with_freetype"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use FreeType" >&5 $as_echo_n "checking whether to use FreeType... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_freetype\"" >&5 @@ -95811,6 +104097,7 @@ $as_echo "\"$with_freetype\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95857,6 +104144,11 @@ $as_echo "\"$with_freetype\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_freetype" in "no") USE_FREETYPE= ;; "yes") USE_FREETYPE="1" ;; @@ -95885,6 +104177,7 @@ FTINC=`$PKG_CONFIG --cflags freetype2` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FreeType includes" >&5 $as_echo_n "checking for location of FreeType includes... " >&6; } @@ -95912,6 +104205,8 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of FreeType includes" >&5 printf %s "checking for location of FreeType includes... " >&6; } @@ -95925,6 +104220,7 @@ echo "configure:12350: checking for location of FreeType includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95934,6 +104230,8 @@ echo "configure:12350: checking for location of FreeType includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FreeType includes" >&5 $as_echo_n "checking for location of FreeType includes... " >&6; } @@ -95944,6 +104242,7 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95953,6 +104252,8 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FreeType includes" >&5 $as_echo_n "checking for location of FreeType includes... " >&6; } @@ -95963,6 +104264,7 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -95984,6 +104286,8 @@ $as_echo_n "checking for location of FreeType includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_freetype_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-freetype-includes." "$LINENO" 5 @@ -95998,6 +104302,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_freetype_includes" >&5 $as_echo "$with_freetype_includes" >&6; } ======= @@ -96019,6 +104324,8 @@ $as_echo "$with_freetype_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_freetype_includes" >&5 printf "%s\n" "$with_freetype_includes" >&6; } ======= @@ -96031,6 +104338,7 @@ $as_echo "$with_freetype_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96040,6 +104348,8 @@ $as_echo "$with_freetype_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_freetype_includes" >&5 $as_echo "$with_freetype_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -96049,6 +104359,7 @@ $as_echo "$with_freetype_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96066,6 +104377,8 @@ $as_echo "$with_freetype_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_freetype_includes" ; then for dir in $with_freetype_includes; do @@ -96092,6 +104405,7 @@ CPPFLAGS="$FTINC $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96116,6 +104430,8 @@ CPPFLAGS="$FTINC $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in ft2build.h do : ac_fn_c_check_header_compile "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default" @@ -96138,6 +104454,7 @@ echo "configure:12376: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -96170,6 +104487,11 @@ echo "configure:12376: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in ft2build.h do : ac_fn_c_check_header_mongrel "$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default" @@ -96186,6 +104508,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -96201,12 +104524,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96227,6 +104553,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -96250,6 +104578,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96261,6 +104590,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -96284,6 +104615,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -96367,6 +104699,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -96387,6 +104721,7 @@ FTLIB=`$PKG_CONFIG --libs freetype2` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FreeType library" >&5 $as_echo_n "checking for location of FreeType library... " >&6; } @@ -96414,6 +104749,8 @@ $as_echo_n "checking for location of FreeType library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of FreeType library" >&5 printf %s "checking for location of FreeType library... " >&6; } @@ -96427,6 +104764,7 @@ echo "configure:12418: checking for location of FreeType library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96436,6 +104774,8 @@ echo "configure:12418: checking for location of FreeType library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FreeType library" >&5 $as_echo_n "checking for location of FreeType library... " >&6; } @@ -96446,6 +104786,7 @@ $as_echo_n "checking for location of FreeType library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96455,6 +104796,8 @@ $as_echo_n "checking for location of FreeType library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of FreeType library" >&5 $as_echo_n "checking for location of FreeType library... " >&6; } @@ -96465,6 +104808,7 @@ $as_echo_n "checking for location of FreeType library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96486,6 +104830,8 @@ $as_echo_n "checking for location of FreeType library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_freetype_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-freetype-libs." "$LINENO" 5 @@ -96500,6 +104846,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_freetype_libs" >&5 $as_echo "$with_freetype_libs" >&6; } ======= @@ -96521,6 +104868,8 @@ $as_echo "$with_freetype_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_freetype_libs" >&5 printf "%s\n" "$with_freetype_libs" >&6; } ======= @@ -96533,6 +104882,7 @@ $as_echo "$with_freetype_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96542,6 +104892,8 @@ $as_echo "$with_freetype_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_freetype_libs" >&5 $as_echo "$with_freetype_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -96551,6 +104903,7 @@ $as_echo "$with_freetype_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96568,6 +104921,8 @@ $as_echo "$with_freetype_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_freetype_libs"; then for dir in $with_freetype_libs; do @@ -96596,6 +104951,7 @@ LDFLAGS="$FTLIB $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5 $as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; } ======= @@ -96611,6 +104967,8 @@ $as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5 printf %s "checking for FT_Init_FreeType in -lfreetype... " >&6; } ======= @@ -96623,6 +104981,7 @@ ac_lib_var=`echo freetype'_'FT_Init_FreeType | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96634,6 +104993,8 @@ ac_lib_var=`echo freetype'_'FT_Init_FreeType | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lfreetype $LIBS" @@ -96643,6 +105004,7 @@ LIBS="-lfreetype $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -96679,6 +105041,8 @@ LIBS="-lfreetype $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -96713,6 +105077,9 @@ char FT_Init_FreeType(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -96743,6 +105110,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96774,6 +105144,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_freetype_FT_Init_FreeType=no fi @@ -96872,6 +105243,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -96896,6 +105269,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96904,6 +105278,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_freetype_FT_Init_FreeType=no fi @@ -96914,6 +105290,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96931,6 +105308,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -96948,6 +105327,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96990,6 +105370,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -97024,6 +105409,7 @@ fi # $USE_FREETYPE <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -97048,6 +105434,8 @@ fi # $USE_FREETYPE >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 printf %s "checking whether to use NLS... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_nls\"" >&5 @@ -97063,6 +105451,7 @@ echo "$ac_t"""$with_nls"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -97095,6 +105484,11 @@ echo "$ac_t"""$with_nls"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use NLS" >&5 $as_echo_n "checking whether to use NLS... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_nls\"" >&5 @@ -97108,6 +105502,7 @@ $as_echo "\"$with_nls\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97154,6 +105549,11 @@ $as_echo "\"$with_nls\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_nls" in "no") USE_NLS= ;; "yes") USE_NLS="1" ;; @@ -97176,6 +105576,7 @@ if test -n "${USE_NLS}" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo "#define USE_NLS 1" >>confdefs.h ======= <<<<<<< HEAD @@ -97185,6 +105586,8 @@ $as_echo "#define USE_NLS 1" >>confdefs.h >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main printf "%s\n" "#define USE_NLS 1" >>confdefs.h >>>>>>> osgeo-main @@ -97204,6 +105607,7 @@ echo "configure:12521: checking for gettext" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat > conftest.$ac_ext <&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat > conftest.$ac_ext <>>>>>> osgeo-main ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -97316,6 +105723,8 @@ else $as_nop >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gettext in -lintl" >&5 printf %s "checking for gettext in -lintl... " >&6; } ======= @@ -97328,6 +105737,7 @@ ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -97339,6 +105749,8 @@ ac_lib_var=`echo intl'_'gettext | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" @@ -97348,6 +105760,7 @@ LIBS="-lintl $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -97456,6 +105869,8 @@ LIBS="-lintl $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -97490,6 +105905,9 @@ char gettext(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -97533,6 +105951,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -97625,6 +106044,8 @@ if ac_fn_c_try_link "$LINENO"; then : else <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -97649,6 +106070,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -97658,6 +106080,8 @@ fi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= $as_echo "#define USE_NLS 1" >>confdefs.h @@ -97701,6 +106125,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -97718,6 +106143,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -97735,6 +106162,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97777,6 +106205,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate gettext() function." "$LINENO" 5 @@ -97802,6 +106235,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Enable openDWG option @@ -97829,6 +106263,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Enable openDWG option @@ -98008,6 +106444,7 @@ echo "$ac_t"""$with_opendwg"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98017,6 +106454,8 @@ echo "$ac_t"""$with_opendwg"" 1>&6 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Enable openDWG option @@ -98026,6 +106465,7 @@ echo "$ac_t"""$with_opendwg"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98035,6 +106475,8 @@ echo "$ac_t"""$with_opendwg"" 1>&6 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # Enable openDWG option @@ -98045,6 +106487,7 @@ echo "$ac_t"""$with_opendwg"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -98062,6 +106505,8 @@ echo "$ac_t"""$with_opendwg"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use openDWG" >&5 $as_echo_n "checking whether to use openDWG... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_opendwg\"" >&5 @@ -98075,6 +106520,7 @@ $as_echo "\"$with_opendwg\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98121,6 +106567,11 @@ $as_echo "\"$with_opendwg\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_opendwg" in "no") USE_OPENDWG= ;; "yes") USE_OPENDWG="1" ;; @@ -98149,6 +106600,7 @@ if test -n "${USE_OPENDWG}"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of openDGW includes" >&5 $as_echo_n "checking for location of openDGW includes... " >&6; } ======= @@ -98175,6 +106627,8 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of openDGW includes" >&5 printf %s "checking for location of openDGW includes... " >&6; } ======= @@ -98187,6 +106641,7 @@ echo "configure:12795: checking for location of openDGW includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98196,6 +106651,8 @@ echo "configure:12795: checking for location of openDGW includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of openDGW includes" >&5 $as_echo_n "checking for location of openDGW includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98205,6 +106662,7 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98214,6 +106672,8 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of openDGW includes" >&5 $as_echo_n "checking for location of openDGW includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -98223,6 +106683,7 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -98244,6 +106705,8 @@ $as_echo_n "checking for location of openDGW includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opendwg_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opendwg-includes." "$LINENO" 5 @@ -98258,6 +106721,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_includes" >&5 $as_echo "$with_opendwg_includes" >&6; } ======= @@ -98279,6 +106743,8 @@ $as_echo "$with_opendwg_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_includes" >&5 printf "%s\n" "$with_opendwg_includes" >&6; } ======= @@ -98291,6 +106757,7 @@ $as_echo "$with_opendwg_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98300,6 +106767,8 @@ $as_echo "$with_opendwg_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_includes" >&5 $as_echo "$with_opendwg_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -98309,6 +106778,7 @@ $as_echo "$with_opendwg_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -98326,6 +106796,8 @@ $as_echo "$with_opendwg_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opendwg_includes" ; then for dir in $with_opendwg_includes; do @@ -98352,6 +106824,7 @@ CPPFLAGS="$OPENDWGINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -98376,6 +106849,8 @@ CPPFLAGS="$OPENDWGINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in ad2.h do : ac_fn_c_check_header_compile "$LINENO" "ad2.h" "ac_cv_header_ad2_h" "$ac_includes_default" @@ -98398,6 +106873,7 @@ echo "configure:12821: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -98430,6 +106906,11 @@ echo "configure:12821: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in ad2.h do : ac_fn_c_check_header_mongrel "$LINENO" "ad2.h" "ac_cv_header_ad2_h" "$ac_includes_default" @@ -98446,6 +106927,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -98461,12 +106943,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98487,6 +106972,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -98510,6 +106997,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -98521,6 +107009,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -98544,6 +107034,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -98627,6 +107118,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -98646,6 +107139,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of openDWG library" >&5 $as_echo_n "checking for location of openDWG library... " >&6; } ======= @@ -98672,6 +107166,8 @@ $as_echo_n "checking for location of openDWG library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of openDWG library" >&5 printf %s "checking for location of openDWG library... " >&6; } ======= @@ -98684,6 +107180,7 @@ echo "configure:12863: checking for location of openDWG library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98693,6 +107190,8 @@ echo "configure:12863: checking for location of openDWG library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of openDWG library" >&5 $as_echo_n "checking for location of openDWG library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98702,6 +107201,7 @@ $as_echo_n "checking for location of openDWG library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98711,6 +107211,8 @@ $as_echo_n "checking for location of openDWG library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of openDWG library" >&5 $as_echo_n "checking for location of openDWG library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -98720,6 +107222,7 @@ $as_echo_n "checking for location of openDWG library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -98741,6 +107244,8 @@ $as_echo_n "checking for location of openDWG library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opendwg_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opendwg-libs." "$LINENO" 5 @@ -98755,6 +107260,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_libs" >&5 $as_echo "$with_opendwg_libs" >&6; } ======= @@ -98776,6 +107282,8 @@ $as_echo "$with_opendwg_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_libs" >&5 printf "%s\n" "$with_opendwg_libs" >&6; } ======= @@ -98788,6 +107296,7 @@ $as_echo "$with_opendwg_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98797,6 +107306,8 @@ $as_echo "$with_opendwg_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opendwg_libs" >&5 $as_echo "$with_opendwg_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -98806,6 +107317,7 @@ $as_echo "$with_opendwg_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -98823,6 +107335,8 @@ $as_echo "$with_opendwg_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opendwg_libs"; then for dir in $with_opendwg_libs; do @@ -98867,6 +107381,7 @@ fi # $USE_OPENDWG <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -98891,6 +107406,8 @@ fi # $USE_OPENDWG >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use POSIX threads" >&5 printf %s "checking whether to use POSIX threads... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_pthread\"" >&5 @@ -98906,6 +107423,7 @@ echo "$ac_t"""$with_pthread"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -98938,6 +107456,11 @@ echo "$ac_t"""$with_pthread"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use POSIX threads" >&5 $as_echo_n "checking whether to use POSIX threads... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_pthread\"" >&5 @@ -98951,6 +107474,7 @@ $as_echo "\"$with_pthread\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98997,6 +107521,11 @@ $as_echo "\"$with_pthread\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_pthread" in "no") USE_PTHREAD= ;; "yes") USE_PTHREAD="1" ;; @@ -99025,6 +107554,7 @@ if test -n "$USE_PTHREAD"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads includes" >&5 $as_echo_n "checking for location of POSIX threads includes... " >&6; } ======= @@ -99051,6 +107581,8 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads includes" >&5 printf %s "checking for location of POSIX threads includes... " >&6; } ======= @@ -99063,6 +107595,7 @@ echo "configure:12924: checking for location of POSIX threads includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99072,6 +107605,8 @@ echo "configure:12924: checking for location of POSIX threads includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads includes" >&5 $as_echo_n "checking for location of POSIX threads includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -99081,6 +107616,7 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99090,6 +107626,8 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads includes" >&5 $as_echo_n "checking for location of POSIX threads includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -99099,6 +107637,7 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99120,6 +107659,8 @@ $as_echo_n "checking for location of POSIX threads includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_pthread_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-pthread-includes." "$LINENO" 5 @@ -99134,6 +107675,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_pthread_includes" >&5 $as_echo "$with_pthread_includes" >&6; } ======= @@ -99155,6 +107697,8 @@ $as_echo "$with_pthread_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_pthread_includes" >&5 printf "%s\n" "$with_pthread_includes" >&6; } ======= @@ -99167,6 +107711,7 @@ $as_echo "$with_pthread_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99176,6 +107721,8 @@ $as_echo "$with_pthread_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_pthread_includes" >&5 $as_echo "$with_pthread_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -99185,6 +107732,7 @@ $as_echo "$with_pthread_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99202,6 +107750,8 @@ $as_echo "$with_pthread_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_pthread_includes" ; then for dir in $with_pthread_includes; do @@ -99228,6 +107778,7 @@ CPPFLAGS="$PTHREADINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -99252,6 +107803,8 @@ CPPFLAGS="$PTHREADINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in pthread.h do : ac_fn_c_check_header_compile "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" @@ -99274,6 +107827,7 @@ echo "configure:12950: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -99306,6 +107860,11 @@ echo "configure:12950: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in pthread.h do : ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default" @@ -99322,6 +107881,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -99337,12 +107897,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -99363,6 +107926,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -99386,6 +107951,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99397,6 +107963,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -99420,6 +107988,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -99503,6 +108072,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -99522,6 +108093,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads library" >&5 $as_echo_n "checking for location of POSIX threads library... " >&6; } ======= @@ -99548,6 +108120,8 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads library" >&5 printf %s "checking for location of POSIX threads library... " >&6; } ======= @@ -99560,6 +108134,7 @@ echo "configure:12992: checking for location of POSIX threads library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99569,6 +108144,8 @@ echo "configure:12992: checking for location of POSIX threads library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads library" >&5 $as_echo_n "checking for location of POSIX threads library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -99578,6 +108155,7 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99587,6 +108165,8 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of POSIX threads library" >&5 $as_echo_n "checking for location of POSIX threads library... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -99596,6 +108176,7 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99617,6 +108198,8 @@ $as_echo_n "checking for location of POSIX threads library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_pthread_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-pthread-libs." "$LINENO" 5 @@ -99631,6 +108214,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_pthread_libs" >&5 $as_echo "$with_pthread_libs" >&6; } ======= @@ -99652,6 +108236,8 @@ $as_echo "$with_pthread_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_pthread_libs" >&5 printf "%s\n" "$with_pthread_libs" >&6; } ======= @@ -99664,6 +108250,7 @@ $as_echo "$with_pthread_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99673,6 +108260,8 @@ $as_echo "$with_pthread_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_pthread_libs" >&5 $as_echo "$with_pthread_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -99682,6 +108271,7 @@ $as_echo "$with_pthread_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99699,6 +108289,8 @@ $as_echo "$with_pthread_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_pthread_libs"; then for dir in $with_pthread_libs; do @@ -99727,6 +108319,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create" if test "x$ac_cv_func_pthread_create" = xyes; then : @@ -99754,6 +108347,8 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create" if test "x$ac_cv_func_pthread_create" = xyes then : @@ -99807,6 +108402,7 @@ if eval "test \"`echo '$ac_cv_func_'pthread_create`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99816,6 +108412,8 @@ if eval "test \"`echo '$ac_cv_func_'pthread_create`\" = yes"; then ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create" if test "x$ac_cv_func_pthread_create" = xyes; then : @@ -99826,6 +108424,7 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -99835,6 +108434,8 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "pthread_create" "ac_cv_func_pthread_create" if test "x$ac_cv_func_pthread_create" = xyes; then : @@ -99845,6 +108446,7 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99866,6 +108468,8 @@ if test "x$ac_cv_func_pthread_create" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main PTHREADLIB="$PTHREADLIB " @@ -99883,6 +108487,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -99925,6 +108530,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ac_save_ldflags="$LDFLAGS" @@ -99942,6 +108552,7 @@ LDFLAGS="$PTHREADLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 $as_echo_n "checking for pthread_create in -lpthread... " >&6; } ======= @@ -99957,6 +108568,8 @@ $as_echo_n "checking for pthread_create in -lpthread... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5 printf %s "checking for pthread_create in -lpthread... " >&6; } ======= @@ -99969,6 +108582,7 @@ ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99980,6 +108594,8 @@ ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $LIBS" @@ -99989,6 +108605,7 @@ LIBS="-lpthread $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -100025,6 +108642,8 @@ LIBS="-lpthread $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -100059,6 +108678,9 @@ char pthread_create(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -100089,6 +108711,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -100120,6 +108745,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_pthread_pthread_create=no fi @@ -100218,6 +108844,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -100242,6 +108870,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100250,6 +108879,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_pthread_pthread_create=no fi @@ -100260,6 +108891,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -100277,6 +108909,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -100294,6 +108928,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100336,6 +108971,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -100379,6 +109019,7 @@ fi # $USE_PTHREAD <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -100403,6 +109044,8 @@ fi # $USE_PTHREAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use OpenMP" >&5 printf %s "checking whether to use OpenMP... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_openmp\"" >&5 @@ -100418,6 +109061,7 @@ echo "$ac_t"""$with_openmp"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -100450,6 +109094,11 @@ echo "$ac_t"""$with_openmp"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use OpenMP" >&5 $as_echo_n "checking whether to use OpenMP... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_openmp\"" >&5 @@ -100463,6 +109112,7 @@ $as_echo "\"$with_openmp\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100509,6 +109159,11 @@ $as_echo "\"$with_openmp\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_openmp" in "no") USE_OPENMP= ;; "yes") USE_OPENMP="1" ;; @@ -100538,6 +109193,7 @@ OPENMP_CFLAGS= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenMP includes" >&5 $as_echo_n "checking for location of OpenMP includes... " >&6; } ======= @@ -100564,6 +109220,8 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenMP includes" >&5 printf %s "checking for location of OpenMP includes... " >&6; } ======= @@ -100576,6 +109234,7 @@ echo "configure:13158: checking for location of OpenMP includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100585,6 +109244,8 @@ echo "configure:13158: checking for location of OpenMP includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenMP includes" >&5 $as_echo_n "checking for location of OpenMP includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100594,6 +109255,7 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100603,6 +109265,8 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenMP includes" >&5 $as_echo_n "checking for location of OpenMP includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -100612,6 +109276,7 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -100633,6 +109298,8 @@ $as_echo_n "checking for location of OpenMP includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_openmp_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-openmp-includes." "$LINENO" 5 @@ -100647,6 +109314,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_openmp_includes" >&5 $as_echo "$with_openmp_includes" >&6; } ======= @@ -100668,6 +109336,8 @@ $as_echo "$with_openmp_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_openmp_includes" >&5 printf "%s\n" "$with_openmp_includes" >&6; } ======= @@ -100680,6 +109350,7 @@ $as_echo "$with_openmp_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100689,6 +109360,8 @@ $as_echo "$with_openmp_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_openmp_includes" >&5 $as_echo "$with_openmp_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -100698,6 +109371,7 @@ $as_echo "$with_openmp_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -100715,6 +109389,8 @@ $as_echo "$with_openmp_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_openmp_includes" ; then for dir in $with_openmp_includes; do @@ -100738,6 +109414,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -100750,6 +109427,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenMP library" >&5 printf %s "checking for location of OpenMP library... " >&6; } ======= @@ -100760,6 +109439,7 @@ printf %s "checking for location of OpenMP library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -100795,6 +109475,8 @@ printf %s "checking for location of OpenMP library... " >&6; } ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenMP library" >&5 $as_echo_n "checking for location of OpenMP library... " >&6; } case "$with_openmp_libs" in @@ -100857,6 +109539,7 @@ echo $ac_n "checking for location of OpenMP library""... $ac_c" 1>&6 echo "configure:13230: checking for location of OpenMP library" >&5 >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= ======= @@ -101044,6 +109727,8 @@ echo "configure:13230: checking for location of OpenMP library" >&5 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenMP library" >&5 $as_echo_n "checking for location of OpenMP library... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101059,6 +109744,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101074,6 +109760,8 @@ esac ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_openmp_libs" >&5 printf "%s\n" "$with_openmp_libs" >&6; } ======= @@ -101086,6 +109774,7 @@ $as_echo "$with_openmp_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101095,6 +109784,8 @@ $as_echo "$with_openmp_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_openmp_libs" >&5 $as_echo "$with_openmp_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -101102,6 +109793,7 @@ $as_echo "$with_openmp_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101114,6 +109806,8 @@ $as_echo "$with_openmp_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_openmp_libs"; then for dir in $with_openmp_libs; do @@ -101148,6 +109842,9 @@ ac_save_libs="$LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -101161,6 +109858,7 @@ LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -101199,6 +109897,8 @@ LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat > conftest.$ac_ext <>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for omp_get_num_threads in -lomp" >&5 @@ -101244,6 +109945,8 @@ extern "C" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main int main() { @@ -101260,6 +109963,7 @@ GOMP_parallel_start(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -101285,6 +109989,10 @@ GOMP_parallel_start(); >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= + +<<<<<<< HEAD +>>>>>>> osgeo-main ; return 0; } EOF if { (eval echo configure:13281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then @@ -101296,6 +110004,7 @@ if { (eval echo configure:13281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -101305,6 +110014,8 @@ if { (eval echo configure:13281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= ac_save_ldflags="$LDFLAGS" LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" @@ -101330,6 +110041,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -101343,6 +110055,8 @@ extern "C" >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main char omp_get_num_threads (); int main () @@ -101361,6 +110075,7 @@ if ac_fn_c_try_link "$LINENO"; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ac_cv_lib_omp_omp_get_num_threads=no fi @@ -101386,6 +110101,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main else ac_cv_lib_omp_omp_get_num_threads=no fi @@ -101402,6 +110119,7 @@ if test "x$ac_cv_lib_omp_omp_get_num_threads" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -101414,6 +110132,8 @@ if test "x$ac_cv_lib_omp_omp_get_num_threads" = xyes; then : >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main else echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -101433,6 +110153,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101453,6 +110174,10 @@ CPPFLAGS=$ac_save_cppflags ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for omp_get_num_threads in -lomp" >&5 $as_echo_n "checking for omp_get_num_threads in -lomp... " >&6; } @@ -101493,6 +110218,7 @@ else <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -101626,6 +110352,13 @@ else ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} ac_save_ldflags="$LDFLAGS" @@ -101643,6 +110376,7 @@ LDFLAGS="$OPENMP_LIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOMP_parallel_start in -lgomp" >&5 $as_echo_n "checking for GOMP_parallel_start in -lgomp... " >&6; } @@ -101675,6 +110409,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for omp_get_num_threads in -lomp" >&5 printf %s "checking for omp_get_num_threads in -lomp... " >&6; } ======= @@ -101762,6 +110498,9 @@ char GOMP_parallel_start(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -101792,6 +110531,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -101823,6 +110565,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_gomp_GOMP_parallel_start=no fi @@ -101921,6 +110664,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -101945,6 +110690,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101953,6 +110699,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_gomp_GOMP_parallel_start=no fi @@ -101963,6 +110711,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -101980,6 +110729,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -101994,6 +110745,7 @@ if test "x$ac_cv_lib_gomp_GOMP_parallel_start" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD OPENMP_LIB="$OPENMP_LIB -lgomp " <<<<<<< HEAD @@ -102018,6 +110770,9 @@ else ======= OPENMP_LIB="$OPENMP_LIB -lgomp " >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= + OPENMP_LIB="$OPENMP_LIB -lgomp " +>>>>>>> osgeo-main ======= <<<<<<< HEAD OMPLIB="$OMPLIB -lgomp " @@ -102029,6 +110784,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= OPENMP_LIB="$OPENMP_LIB -lgomp " >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) @@ -102043,6 +110799,8 @@ else >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main else <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102052,6 +110810,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102083,6 +110842,8 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -102114,6 +110875,7 @@ CFLAGS="${CFLAGS} ${OPENMP_INCPATH} ${OPENMP_LIBPATH} ${OPENMP_LIB}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102133,6 +110895,8 @@ CFLAGS="${CFLAGS} ${OPENMP_INCPATH} ${OPENMP_LIBPATH} ${OPENMP_LIB}" >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if test -e penmp || test -e mp; then as_fn_error $? "AC_OPENMP clobbers files named 'mp' and 'penmp'. Aborting configure because one of these files already exists." "$LINENO" 5 fi @@ -102146,6 +110910,7 @@ then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102159,6 +110924,8 @@ then : >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main OPENMP_CFLAGS= # Check whether --enable-openmp was given. @@ -102170,6 +110937,7 @@ if test "${enable_openmp+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) @@ -102182,6 +110950,9 @@ if test "${enable_openmp+set}" = set; then : ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main enableval=$enable_openmp; fi @@ -102190,6 +110961,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if test "$enable_openmp" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to support OpenMP" >&5 @@ -102226,6 +110998,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main OPENMP_CFLAGS= if test "$enable_openmp" != no; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to support OpenMP" >&5 @@ -102237,6 +111011,7 @@ printf %s "checking for $CC option to support OpenMP... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= @@ -102259,6 +111034,10 @@ printf %s "checking for $CC option to support OpenMP... " >&6; } ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main # try to build a test program with "$CC $OMPCLFAGS" to confirm it works #...how? #echo "int main() {return 0;}" > test.c @@ -102270,6 +111049,7 @@ printf %s "checking for $CC option to support OpenMP... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -102282,6 +111062,8 @@ printf %s "checking for $CC option to support OpenMP... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ac_cv_prog_c_openmp='not found' @@ -102358,6 +111140,7 @@ $as_echo_n "checking for $CC option to support OpenMP... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -102367,6 +111150,8 @@ $as_echo_n "checking for $CC option to support OpenMP... " >&6; } ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= if test "$enable_openmp" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to support OpenMP" >&5 @@ -102380,6 +111165,7 @@ $as_echo_n "checking for $CC option to support OpenMP... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102397,6 +111183,8 @@ $as_echo_n "checking for $CC option to support OpenMP... " >&6; } >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -102455,6 +111243,7 @@ $as_echo "$ac_cv_prog_c_openmp" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -102497,6 +111286,11 @@ $as_echo "$ac_cv_prog_c_openmp" >&6; } ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main fi @@ -102538,6 +111332,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102562,6 +111357,8 @@ fi # enable_openmp >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether to use OpenCL" >&5 printf %s "checking whether to use OpenCL... " >&6; } { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$with_opencl\"" >&5 @@ -102577,6 +111374,7 @@ echo "$ac_t"""$with_opencl"" 1>&6 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -102609,6 +111407,11 @@ echo "$ac_t"""$with_opencl"" 1>&6 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use OpenCL" >&5 $as_echo_n "checking whether to use OpenCL... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$with_opencl\"" >&5 @@ -102622,6 +111425,7 @@ $as_echo "\"$with_opencl\"" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102668,6 +111472,11 @@ $as_echo "\"$with_opencl\"" >&6; } ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case "$with_opencl" in "no") USE_OPENCL= ;; "yes") USE_OPENCL="1" ;; @@ -102696,6 +111505,7 @@ if test -n "$USE_OPENCL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL includes" >&5 $as_echo_n "checking for location of OpenCL includes... " >&6; } ======= @@ -102722,6 +111532,8 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL includes" >&5 printf %s "checking for location of OpenCL includes... " >&6; } ======= @@ -102734,6 +111546,7 @@ echo "configure:13418: checking for location of OpenCL includes" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -102743,6 +111556,8 @@ echo "configure:13418: checking for location of OpenCL includes" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL includes" >&5 $as_echo_n "checking for location of OpenCL includes... " >&6; } >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102752,6 +111567,7 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -102761,6 +111577,8 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL includes" >&5 $as_echo_n "checking for location of OpenCL includes... " >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -102770,6 +111588,7 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102791,6 +111610,8 @@ $as_echo_n "checking for location of OpenCL includes... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opencl_includes" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opencl-includes." "$LINENO" 5 @@ -102805,6 +111626,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opencl_includes" >&5 $as_echo "$with_opencl_includes" >&6; } ======= @@ -102826,6 +111648,8 @@ $as_echo "$with_opencl_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opencl_includes" >&5 printf "%s\n" "$with_opencl_includes" >&6; } ======= @@ -102838,6 +111662,7 @@ $as_echo "$with_opencl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -102847,6 +111672,8 @@ $as_echo "$with_opencl_includes" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opencl_includes" >&5 $as_echo "$with_opencl_includes" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -102856,6 +111683,7 @@ $as_echo "$with_opencl_includes" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102873,6 +111701,8 @@ $as_echo "$with_opencl_includes" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opencl_includes" ; then for dir in $with_opencl_includes; do @@ -102900,6 +111730,7 @@ CPPFLAGS="$OCLINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102924,6 +111755,8 @@ CPPFLAGS="$OCLINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in OpenCL/opencl.h do : ac_fn_c_check_header_compile "$LINENO" "OpenCL/opencl.h" "ac_cv_header_OpenCL_opencl_h" "$ac_includes_default" @@ -102946,6 +111779,7 @@ echo "configure:13445: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -102978,6 +111812,11 @@ echo "configure:13445: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in OpenCL/opencl.h do : ac_fn_c_check_header_mongrel "$LINENO" "OpenCL/opencl.h" "ac_cv_header_OpenCL_opencl_h" "$ac_includes_default" @@ -102994,6 +111833,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -103009,12 +111849,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103035,6 +111878,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -103058,6 +111903,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -103069,6 +111915,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -103092,6 +111940,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -103175,6 +112024,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -103200,6 +112051,7 @@ LDFLAGS=" $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ac_fn_c_check_func "$LINENO" "clGetPlatformInfo" "ac_cv_func_clGetPlatformInfo" if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : @@ -103227,6 +112079,8 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_fn_c_check_func "$LINENO" "clGetPlatformInfo" "ac_cv_func_clGetPlatformInfo" if test "x$ac_cv_func_clGetPlatformInfo" = xyes then : @@ -103280,6 +112134,7 @@ if eval "test \"`echo '$ac_cv_func_'clGetPlatformInfo`\" = yes"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103289,6 +112144,8 @@ if eval "test \"`echo '$ac_cv_func_'clGetPlatformInfo`\" = yes"; then ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "clGetPlatformInfo" "ac_cv_func_clGetPlatformInfo" if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : @@ -103299,6 +112156,7 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103308,6 +112166,8 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ac_fn_c_check_func "$LINENO" "clGetPlatformInfo" "ac_cv_func_clGetPlatformInfo" if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : @@ -103318,6 +112178,7 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -103339,6 +112200,8 @@ if test "x$ac_cv_func_clGetPlatformInfo" = xyes; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main OCLLIB="$OCLLIB -framework OpenCL" @@ -103356,6 +112219,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103398,6 +112262,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_error $? "*** Unable to locate OpenCL library." "$LINENO" 5 @@ -103424,6 +112293,7 @@ CPPFLAGS="$OCLINCPATH $CPPFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -103448,6 +112318,8 @@ CPPFLAGS="$OCLINCPATH $CPPFLAGS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for ac_header in CL/cl.h do : ac_fn_c_check_header_compile "$LINENO" "CL/cl.h" "ac_cv_header_CL_cl_h" "$ac_includes_default" @@ -103470,6 +112342,7 @@ echo "configure:13558: checking for $ac_hdr" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103502,6 +112375,11 @@ echo "configure:13558: checking for $ac_hdr" >&5 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for ac_header in CL/cl.h do : ac_fn_c_check_header_mongrel "$LINENO" "CL/cl.h" "ac_cv_header_CL_cl_h" "$ac_includes_default" @@ -103518,6 +112396,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else @@ -103533,12 +112412,15 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103559,6 +112441,8 @@ else else <<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main echo "$ac_err" >&5 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 @@ -103582,6 +112466,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -103593,6 +112478,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main fi ======= @@ -103616,6 +112503,7 @@ done <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD done ======= @@ -103699,6 +112587,8 @@ done >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done CPPFLAGS=$ac_save_cppflags @@ -103716,6 +112606,7 @@ CPPFLAGS=$ac_save_cppflags <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL library" >&5 $as_echo_n "checking for location of OpenCL library... " >&6; } @@ -103743,6 +112634,8 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL library" >&5 printf %s "checking for location of OpenCL library... " >&6; } @@ -103757,6 +112650,7 @@ echo "configure:13599: checking for location of OpenCL library" >&5 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103766,6 +112660,8 @@ echo "configure:13599: checking for location of OpenCL library" >&5 ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL library" >&5 $as_echo_n "checking for location of OpenCL library... " >&6; } @@ -103776,6 +112672,7 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103785,6 +112682,8 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for location of OpenCL library" >&5 $as_echo_n "checking for location of OpenCL library... " >&6; } @@ -103795,6 +112694,7 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -103816,6 +112716,8 @@ $as_echo_n "checking for location of OpenCL library... " >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case "$with_opencl_libs" in y | ye | yes | n | no) as_fn_error $? "*** You must supply a directory to --with-opencl-libs." "$LINENO" 5 @@ -103830,6 +112732,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opencl_libs" >&5 $as_echo "$with_opencl_libs" >&6; } ======= @@ -103851,6 +112754,8 @@ $as_echo "$with_opencl_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $with_opencl_libs" >&5 printf "%s\n" "$with_opencl_libs" >&6; } ======= @@ -103863,6 +112768,7 @@ $as_echo "$with_opencl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103872,6 +112778,8 @@ $as_echo "$with_opencl_libs" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_opencl_libs" >&5 $as_echo "$with_opencl_libs" >&6; } >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103881,6 +112789,7 @@ $as_echo "$with_opencl_libs" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -103898,6 +112807,8 @@ $as_echo "$with_opencl_libs" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -n "$with_opencl_libs"; then for dir in $with_opencl_libs; do @@ -103925,6 +112836,7 @@ LDFLAGS="$OCLLIBPATH $LDFLAGS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; } ======= @@ -103940,6 +112852,8 @@ $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; } >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5 printf %s "checking for clGetPlatformInfo in -lOpenCL... " >&6; } ======= @@ -103952,6 +112866,7 @@ ac_lib_var=`echo OpenCL'_'clGetPlatformInfo | sed 'y%./+-%__p_%'` <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -103963,6 +112878,8 @@ ac_lib_var=`echo OpenCL'_'clGetPlatformInfo | sed 'y%./+-%__p_%'` >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_check_lib_save_LIBS=$LIBS LIBS="-lOpenCL $LIBS" @@ -103972,6 +112889,7 @@ LIBS="-lOpenCL $LIBS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -104008,6 +112926,8 @@ LIBS="-lOpenCL $LIBS" >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -104042,6 +112962,9 @@ char clGetPlatformInfo(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -104072,6 +112995,9 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -104103,6 +113029,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_cv_lib_OpenCL_clGetPlatformInfo=no fi @@ -104201,6 +113128,8 @@ else ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 rm -rf conftest* @@ -104225,6 +113154,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104233,6 +113163,8 @@ fi >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_cv_lib_OpenCL_clGetPlatformInfo=no fi @@ -104243,6 +113175,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -104260,6 +113193,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS @@ -104277,6 +113212,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -104319,6 +113255,11 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LDFLAGS=${ac_save_ldflags} @@ -104357,6 +113298,7 @@ fi # $USE_OPENCL <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test "${enable_largefile+set}" = set; then : ======= <<<<<<< HEAD @@ -104377,6 +113319,8 @@ if test "${enable_largefile+set}" = set; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test ${enable_largefile+y} then : ======= @@ -104388,6 +113332,7 @@ if test "${enable_largefile+set}" = set; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test "${enable_largefile+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -104422,6 +113367,11 @@ if test "${enable_largefile+set}" = set; then : if test "${enable_largefile+set}" = set; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test "${enable_largefile+set}" = set; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main enableval=$enable_largefile; fi @@ -104443,6 +113393,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } @@ -104470,6 +113421,8 @@ $as_echo_n "checking for special C compiler options needed for large files... " >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 printf %s "checking for special C compiler options needed for large files... " >&6; } ======= @@ -104482,6 +113435,7 @@ echo "configure:13700: checking for special C compiler options needed for large <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104490,6 +113444,8 @@ echo "configure:13700: checking for special C compiler options needed for large >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } @@ -104500,6 +113456,7 @@ $as_echo_n "checking for special C compiler options needed for large files... " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104508,6 +113465,8 @@ $as_echo_n "checking for special C compiler options needed for large files... " >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5 $as_echo_n "checking for special C compiler options needed for large files... " >&6; } @@ -104518,6 +113477,7 @@ $as_echo_n "checking for special C compiler options needed for large files... " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -104539,6 +113499,8 @@ $as_echo_n "checking for special C compiler options needed for large files... " >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_cv_sys_largefile_CC=no largefile_cc_opt="" @@ -104556,6 +113518,7 @@ ac_cv_sys_largefile_CC=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104606,6 +113569,11 @@ ac_cv_sys_largefile_CC=no /* end confdefs.h. */ ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +======= +>>>>>>> osgeo-main cat > conftest.$ac_ext <>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104624,6 +113593,8 @@ ac_cv_sys_largefile_CC=no >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -104634,6 +113605,7 @@ ac_cv_sys_largefile_CC=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104642,6 +113614,8 @@ ac_cv_sys_largefile_CC=no >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -104652,6 +113626,7 @@ ac_cv_sys_largefile_CC=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -104673,6 +113648,8 @@ ac_cv_sys_largefile_CC=no >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply "#define LARGE_OFF_T 9223372036854775807", @@ -104694,6 +113671,7 @@ ac_cv_sys_largefile_CC=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int main () ======= @@ -104720,6 +113698,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int main (void) ======= @@ -104732,6 +113712,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104741,6 +113722,8 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -104750,6 +113733,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -104767,6 +113751,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { ; @@ -104782,6 +113768,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : else @@ -104804,6 +113791,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -104819,6 +113808,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -104832,6 +113822,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_save_CC="${CC-cc}" CC="$CC -n32" cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -104843,6 +113835,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104868,6 +113861,9 @@ else ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main ; return 0; } EOF if { (eval echo configure:13724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -104878,6 +113874,7 @@ if { (eval echo configure:13724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104887,6 +113884,8 @@ if { (eval echo configure:13724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -104894,6 +113893,9 @@ if ac_fn_c_try_compile "$LINENO"; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -104904,6 +113906,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -104930,6 +113933,8 @@ else ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cat > conftest.$ac_ext <>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104948,6 +113954,8 @@ else >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -104958,6 +113966,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -104991,6 +114000,10 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply "#define LARGE_OFF_T 9223372036854775807", @@ -105012,6 +114025,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int main () ======= @@ -105038,6 +114052,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int main (void) ======= @@ -105050,6 +114066,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105059,6 +114076,8 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -105068,6 +114087,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -105085,6 +114105,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { ; @@ -105100,6 +114122,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_CC=' -n32' fi @@ -105129,6 +114152,8 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ======= @@ -105164,6 +114189,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105173,6 +114199,8 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_CC=' -n32' fi @@ -105190,6 +114218,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -105207,6 +114236,8 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "$ac_cv_sys_largefile_CC" != no; then CC="$CC$ac_cv_sys_largefile_CC" largefile_cc_opt="$ac_cv_sys_largefile_CC" @@ -105229,6 +114260,7 @@ $as_echo "$ac_cv_sys_largefile_CC" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } @@ -105260,6 +114292,8 @@ ac_cv_sys_file_offset_bits=no >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 printf %s "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } @@ -105281,6 +114315,7 @@ ac_cv_sys_file_offset_bits=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105289,6 +114324,8 @@ ac_cv_sys_file_offset_bits=no >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } @@ -105303,6 +114340,7 @@ ac_cv_sys_file_offset_bits=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105311,6 +114349,8 @@ ac_cv_sys_file_offset_bits=no >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } @@ -105325,6 +114365,7 @@ ac_cv_sys_file_offset_bits=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -105346,6 +114387,8 @@ ac_cv_sys_file_offset_bits=no >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply "#define LARGE_OFF_T 9223372036854775807", @@ -105367,6 +114410,7 @@ ac_cv_sys_file_offset_bits=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int main () ======= @@ -105393,6 +114437,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int main (void) ======= @@ -105405,6 +114451,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105414,6 +114461,8 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -105423,6 +114472,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -105440,6 +114490,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { ; @@ -105455,6 +114507,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : else @@ -105479,6 +114532,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -105504,6 +114559,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105513,6 +114569,8 @@ else ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : else @@ -105525,6 +114583,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105534,6 +114593,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : else @@ -105546,6 +114607,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -105567,6 +114629,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #define _FILE_OFFSET_BITS 64 #include /* Check that off_t can represent 2**63 - 1 correctly. @@ -105589,6 +114653,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int main () @@ -105616,6 +114681,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int main (void) @@ -105630,6 +114697,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105639,6 +114707,8 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () @@ -105649,6 +114719,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -105666,6 +114737,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { ; @@ -105681,6 +114754,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=64 fi @@ -105713,6 +114787,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ======= @@ -105752,6 +114828,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105761,6 +114838,8 @@ _ACEOF ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_file_offset_bits=64 fi @@ -105781,6 +114860,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -105798,6 +114878,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "$LFS_CFLAGS" ; then @@ -105817,6 +114899,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } @@ -105848,6 +114931,8 @@ ac_cv_sys_large_files=no >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 printf %s "checking for _LARGE_FILES value needed for large files... " >&6; } @@ -105869,6 +114954,7 @@ ac_cv_sys_large_files=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105877,6 +114963,8 @@ ac_cv_sys_large_files=no >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } @@ -105891,6 +114979,7 @@ ac_cv_sys_large_files=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105899,6 +114988,8 @@ ac_cv_sys_large_files=no >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } @@ -105913,6 +115004,7 @@ ac_cv_sys_large_files=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -105934,6 +115026,8 @@ ac_cv_sys_large_files=no >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include /* Check that off_t can represent 2**63 - 1 correctly. We can't simply "#define LARGE_OFF_T 9223372036854775807", @@ -105955,6 +115049,7 @@ ac_cv_sys_large_files=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int main () ======= @@ -105981,6 +115076,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int main (void) ======= @@ -105993,6 +115090,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106002,6 +115100,8 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -106011,6 +115111,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106028,6 +115129,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { ; @@ -106043,6 +115146,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : else @@ -106067,6 +115171,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -106092,6 +115198,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106101,6 +115208,8 @@ else ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : else @@ -106113,6 +115222,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106122,6 +115232,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : else @@ -106134,6 +115246,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106155,6 +115268,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #define _LARGE_FILES 1 #include /* Check that off_t can represent 2**63 - 1 correctly. @@ -106177,6 +115292,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int main () @@ -106204,6 +115320,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int main (void) @@ -106218,6 +115336,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106227,6 +115346,8 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () @@ -106237,6 +115358,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106254,6 +115376,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { ; @@ -106269,6 +115393,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=1 fi @@ -106301,6 +115426,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ======= @@ -106340,6 +115467,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106349,6 +115477,8 @@ _ACEOF ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_large_files=1 fi @@ -106369,6 +115499,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106386,6 +115517,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "$LFS_CFLAGS" ; then @@ -106405,6 +115538,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } @@ -106457,6 +115591,8 @@ return !fseeko; >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 printf %s "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } @@ -106471,6 +115607,7 @@ echo "configure:13918: checking for _LARGEFILE_SOURCE value needed for large fil <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -106489,6 +115626,8 @@ ac_cv_sys_largefile_source=no >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_cv_sys_largefile_source=no cat > conftest.$ac_ext <>>>>>> osgeo-main ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -106508,6 +115648,8 @@ ac_cv_sys_largefile_source=no >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main #include int main () @@ -106518,6 +115660,7 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -106531,6 +115674,9 @@ return !fseeko; >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } @@ -106546,6 +115692,9 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106567,6 +115716,7 @@ return !fseeko; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -106603,6 +115753,8 @@ return !fseeko; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -106615,6 +115767,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106627,6 +115780,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -106647,6 +115802,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -106660,6 +115816,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ; return 0; } EOF if { (eval echo configure:13929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -106670,6 +115828,7 @@ if { (eval echo configure:13929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106679,6 +115838,8 @@ if { (eval echo configure:13929: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106707,6 +115868,7 @@ rm -f conftest* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ac_cv_sys_largefile_source=no @@ -106848,6 +116010,8 @@ rm -f conftest* >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main int main (void) @@ -106862,6 +116026,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106871,6 +116036,8 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () @@ -106880,6 +116047,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106895,6 +116063,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { return !fseeko; ; @@ -106909,6 +116079,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_source=1 fi @@ -106941,6 +116112,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_cv_sys_largefile_source=1 @@ -106974,6 +116147,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106983,6 +116157,8 @@ _ACEOF ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_source=1 fi @@ -107003,6 +116179,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -107020,6 +116197,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "$LFS_CFLAGS" ; then @@ -107046,6 +116225,7 @@ CFLAGS="$LFS_CFLAGS ${ac_save_cflags}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } ======= @@ -107097,6 +116277,8 @@ return !fseeko; >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 printf %s "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } @@ -107111,6 +116293,7 @@ echo "configure:13977: checking for _LARGEFILE_SOURCE value needed for large fil <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -107129,6 +116312,8 @@ ac_cv_sys_largefile_source=no >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ac_cv_sys_largefile_source=no cat > conftest.$ac_ext <>>>>>> osgeo-main ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -107148,6 +116334,8 @@ ac_cv_sys_largefile_source=no >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main #include int main () @@ -107158,6 +116346,7 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -107171,6 +116360,9 @@ return !fseeko; >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGEFILE_SOURCE value needed for large files" >&5 $as_echo_n "checking for _LARGEFILE_SOURCE value needed for large files... " >&6; } @@ -107186,6 +116378,9 @@ return !fseeko; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -107207,6 +116402,7 @@ return !fseeko; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -107243,6 +116439,8 @@ return !fseeko; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -107255,6 +116453,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107267,6 +116466,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : @@ -107287,6 +116488,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -107300,6 +116502,8 @@ else ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ; return 0; } EOF if { (eval echo configure:13988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then @@ -107310,6 +116514,7 @@ if { (eval echo configure:13988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107319,6 +116524,8 @@ if { (eval echo configure:13988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -107347,6 +116554,7 @@ rm -f conftest* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ac_cv_sys_largefile_source=no @@ -107488,6 +116696,8 @@ rm -f conftest* >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main int main (void) @@ -107502,6 +116712,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107511,6 +116722,8 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int main () @@ -107520,6 +116733,7 @@ main () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -107535,6 +116749,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { return !fseeko; ; @@ -107549,6 +116765,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_source=1 fi @@ -107581,6 +116798,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ac_cv_sys_largefile_source=1 @@ -107614,6 +116833,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107623,6 +116843,8 @@ _ACEOF ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_sys_largefile_source=1 fi @@ -107643,6 +116865,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -107660,6 +116883,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "$LFS_CFLAGS" ; then @@ -107683,6 +116908,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 $as_echo_n "checking for fseeko... " >&6; } @@ -107732,6 +116958,8 @@ return fseeko && fseeko (stdin, 0, 0); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 printf %s "checking for fseeko... " >&6; } @@ -107759,6 +116987,7 @@ return fseeko && fseeko (stdin, 0, 0); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107767,6 +116996,8 @@ return fseeko && fseeko (stdin, 0, 0); >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 $as_echo_n "checking for fseeko... " >&6; } @@ -107786,6 +117017,7 @@ return fseeko && fseeko (stdin, 0, 0); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -107794,6 +117026,8 @@ return fseeko && fseeko (stdin, 0, 0); >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fseeko" >&5 $as_echo_n "checking for fseeko... " >&6; } @@ -107813,6 +117047,7 @@ return fseeko && fseeko (stdin, 0, 0); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -107834,6 +117069,8 @@ return fseeko && fseeko (stdin, 0, 0); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -107847,6 +117084,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_link "$LINENO"; then : ac_cv_func_fseeko=yes fi @@ -107887,6 +117125,8 @@ main () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_link "$LINENO" then : ======= @@ -107924,6 +117164,7 @@ cat > conftest.$ac_ext <>>>>>> osgeo-main ======= @@ -107974,6 +117215,35 @@ main () ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +#include +#include +int +main (void) +======= +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_func_fseeko=yes +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fseeko" >&5 +$as_echo "$ac_cv_func_fseeko" >&6; } + if test $ac_cv_func_fseeko != no; then + +$as_echo "#define HAVE_FSEEKO 1" >>confdefs.h + + fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if system supports Large Files at all" >&5 +$as_echo_n "checking if system supports Large Files at all... " >&6; } + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +#include +int +main () +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= if ac_fn_c_try_link "$LINENO"; then : ac_cv_func_fseeko=yes fi @@ -107992,6 +117262,7 @@ $as_echo_n "checking if system supports Large Files at all... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main #include @@ -108065,17 +117336,22 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include #include int main () >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { /* @@ -108113,6 +117389,7 @@ return !ftello; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -108130,6 +117407,8 @@ return !ftello; ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -108139,6 +117418,7 @@ return !ftello; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -108164,6 +117444,8 @@ return !ftello; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ; return 0; } @@ -108177,6 +117459,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if ac_fn_c_try_compile "$LINENO"; then : ac_cv_largefiles=yes else @@ -108207,6 +117490,8 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if ac_fn_c_try_compile "$LINENO" then : ======= @@ -108244,6 +117529,7 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -108253,6 +117539,8 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= if ac_fn_c_try_compile "$LINENO"; then : ac_cv_largefiles=yes else @@ -108271,6 +117559,7 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -108288,6 +117577,8 @@ $as_echo "#define HAVE_LARGEFILES 1" >>confdefs.h >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main USE_LARGEFILES=1 else @@ -108333,6 +117624,7 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_i=`$as_echo "$ac_i" | sed "$ac_script"` ======= @@ -108354,6 +117646,8 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` ======= ac_i=`$as_echo "$ac_i" | sed "$ac_script"` @@ -108364,6 +117658,7 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ac_i=`$as_echo "$ac_i" | sed "$ac_script"` >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -108398,6 +117693,11 @@ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue ac_i=`$as_echo "$ac_i" | sed "$ac_script"` >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -108422,6 +117722,7 @@ ac_clean_files="$ac_clean_files $CONFIG_STATUS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} ======= @@ -108443,6 +117744,8 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} ======= @@ -108455,6 +117758,7 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -108464,6 +117768,8 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -108473,6 +117779,7 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -108490,6 +117797,8 @@ $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL @@ -108521,6 +117830,7 @@ DUALCASE=1; export DUALCASE # for MKS sh <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : ======= <<<<<<< HEAD @@ -108541,6 +117851,8 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_nop=: if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 then : @@ -108553,6 +117865,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -108587,6 +117900,11 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which @@ -108602,6 +117920,7 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -108622,6 +117941,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -108632,6 +117953,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -108666,6 +117988,11 @@ else else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( @@ -108684,6 +118011,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -108703,6 +118031,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Reset variables that may have inherited troublesome values from # the environment. @@ -108750,6 +118080,7 @@ if ${PATH_SEPARATOR+false} :; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -108779,6 +118110,10 @@ if ${PATH_SEPARATOR+false} :; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_nl=' ' export as_nl @@ -108828,6 +118163,7 @@ if test "${PATH_SEPARATOR+set}" != set; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -108870,6 +118206,11 @@ if test "${PATH_SEPARATOR+set}" != set; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || @@ -108886,6 +118227,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -108929,6 +118271,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. @@ -108945,6 +118292,7 @@ IFS=" "" $as_nl" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -108987,6 +118335,11 @@ IFS=" "" $as_nl" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( @@ -109003,6 +118356,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break @@ -109025,6 +118379,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $as_dir in #((( '') as_dir=./ ;; */) ;; @@ -109041,6 +118397,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -109049,6 +118406,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break @@ -109059,6 +118418,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -109076,6 +118436,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main done IFS=$as_save_IFS @@ -109096,6 +118458,7 @@ if test ! -f "$as_myself"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -109115,6 +118478,8 @@ if test ! -f "$as_myself"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi @@ -109126,6 +118491,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -109155,6 +118521,10 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi @@ -109188,6 +118558,7 @@ export LANGUAGE <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -109230,6 +118601,11 @@ export LANGUAGE ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # as_fn_error STATUS ERROR [LINENO LOG_FD] @@ -109250,6 +118626,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -109273,6 +118650,8 @@ as_fn_error () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi printf "%s\n" "$as_me: error: $2" >&2 @@ -109287,6 +118666,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -109295,6 +118675,8 @@ as_fn_error () >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi @@ -109306,6 +118688,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -109323,6 +118706,8 @@ as_fn_error () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main as_fn_exit $as_status } # as_fn_error @@ -109336,6 +118721,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -109351,6 +118737,8 @@ as_fn_error () >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -109362,6 +118750,7 @@ as_fn_error () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -109385,6 +118774,8 @@ as_fn_error () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. @@ -109420,6 +118811,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -109435,6 +118827,8 @@ as_unset=as_fn_unset >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -109446,6 +118840,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -109469,6 +118864,8 @@ as_unset=as_fn_unset >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take @@ -109484,6 +118881,7 @@ as_unset=as_fn_unset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : ======= <<<<<<< HEAD @@ -109504,6 +118902,8 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null then : ======= @@ -109515,6 +118915,7 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -109549,6 +118950,11 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main eval 'as_fn_append () { eval $1+=\$2 @@ -109562,6 +118968,7 @@ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -109582,6 +118989,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -109592,6 +119001,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -109626,6 +119036,11 @@ else else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_append () { eval $1=\$$1\$2 @@ -109646,6 +119061,7 @@ fi # as_fn_append <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : ======= <<<<<<< HEAD @@ -109666,6 +119082,8 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null then : ======= @@ -109677,6 +119095,7 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -109711,6 +119130,11 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main eval 'as_fn_arith () { as_val=$(( $* )) @@ -109724,6 +119148,7 @@ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD else ======= <<<<<<< HEAD @@ -109744,6 +119169,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else $as_nop ======= else @@ -109754,6 +119181,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -109788,6 +119216,11 @@ else else >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +else +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` @@ -109827,6 +119260,7 @@ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X/"$0" | ======= <<<<<<< HEAD @@ -109847,6 +119281,8 @@ $as_echo X/"$0" | >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" X/"$0" | ======= $as_echo X/"$0" | @@ -109857,6 +119293,7 @@ $as_echo X/"$0" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X/"$0" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -109891,6 +119328,11 @@ $as_echo X/"$0" | $as_echo X/"$0" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo X/"$0" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -109921,6 +119363,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -109940,6 +119383,8 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Determine whether it's possible to make 'echo' print without a newline. # These variables are no longer used directly by Autoconf, but are AC_SUBSTed @@ -109952,6 +119397,7 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -109981,6 +119427,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) @@ -110003,6 +119453,7 @@ esac <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -110022,6 +119473,8 @@ esac >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # For backward compatibility with old third-party macros, we provide # the shell variables $as_echo and $as_echo_n. New code should use # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. @@ -110036,6 +119489,7 @@ as_echo_n='printf %s' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -110065,6 +119519,10 @@ as_echo_n='printf %s' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file @@ -110114,6 +119572,7 @@ as_fn_mkdir_p () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ======= @@ -110135,6 +119594,8 @@ as_fn_mkdir_p () >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( ======= *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( @@ -110145,6 +119606,7 @@ as_fn_mkdir_p () <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110179,6 +119641,11 @@ as_fn_mkdir_p () *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -110196,6 +119663,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X"$as_dir" | ======= <<<<<<< HEAD @@ -110216,6 +119684,8 @@ $as_echo X"$as_dir" | >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" X"$as_dir" | ======= $as_echo X"$as_dir" | @@ -110226,6 +119696,7 @@ $as_echo X"$as_dir" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X"$as_dir" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110260,6 +119731,11 @@ $as_echo X"$as_dir" | $as_echo X"$as_dir" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo X"$as_dir" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -110331,6 +119807,7 @@ This file was extended by $as_me, which was <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD generated by GNU Autoconf 2.69. Invocation command line was ======= <<<<<<< HEAD @@ -110351,6 +119828,8 @@ generated by GNU Autoconf 2.69. Invocation command line was >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main generated by GNU Autoconf 2.71. Invocation command line was ======= generated by GNU Autoconf 2.69. Invocation command line was @@ -110361,6 +119840,7 @@ generated by GNU Autoconf 2.69. Invocation command line was <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= generated by GNU Autoconf 2.69. Invocation command line was >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110395,6 +119875,11 @@ generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +generated by GNU Autoconf 2.69. Invocation command line was +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -110461,6 +119946,7 @@ _ACEOF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -110480,6 +119966,8 @@ _ACEOF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 @@ -110497,6 +119985,7 @@ Copyright (C) 2021 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -110526,6 +120015,10 @@ Copyright (C) 2021 Free Software Foundation, Inc. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ @@ -110543,6 +120036,7 @@ Copyright (C) 2012 Free Software Foundation, Inc. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -110585,6 +120079,11 @@ Copyright (C) 2012 Free Software Foundation, Inc. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." @@ -110630,6 +120129,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) @@ -110653,6 +120153,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) printf "%s\n" "$ac_cs_config"; exit ;; @@ -110667,6 +120169,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -110675,6 +120178,8 @@ do >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) @@ -110686,6 +120191,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -110703,6 +120209,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) @@ -110716,6 +120224,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -110737,6 +120246,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; @@ -110747,6 +120258,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110781,6 +120293,11 @@ do *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" @@ -110796,6 +120313,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= @@ -110817,6 +120335,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; ======= *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; @@ -110827,6 +120347,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110861,6 +120382,11 @@ do *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; @@ -110877,6 +120403,7 @@ Try \`$0 --help' for more information.";; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$ac_cs_usage"; exit ;; ======= @@ -110898,6 +120425,8 @@ Try \`$0 --help' for more information.";; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_cs_usage"; exit ;; ======= $as_echo "$ac_cs_usage"; exit ;; @@ -110908,6 +120437,7 @@ Try \`$0 --help' for more information.";; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_cs_usage"; exit ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110942,6 +120472,11 @@ Try \`$0 --help' for more information.";; $as_echo "$ac_cs_usage"; exit ;; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "$ac_cs_usage"; exit ;; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; @@ -110977,6 +120512,7 @@ if \$ac_cs_recheck; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 ======= @@ -110998,6 +120534,8 @@ if \$ac_cs_recheck; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 ======= \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 @@ -111008,6 +120546,7 @@ if \$ac_cs_recheck; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -111042,6 +120581,11 @@ if \$ac_cs_recheck; then \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" @@ -111063,6 +120607,7 @@ _ASBOX <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "$ac_log" ======= @@ -111084,6 +120629,8 @@ _ASBOX >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$ac_log" ======= $as_echo "$ac_log" @@ -111094,6 +120641,7 @@ _ASBOX <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "$ac_log" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -111128,6 +120676,11 @@ _ASBOX $as_echo "$ac_log" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "$ac_log" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } >&5 _ACEOF @@ -111165,6 +120718,7 @@ if $ac_need_defaults; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers @@ -111187,6 +120741,8 @@ if $ac_need_defaults; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers ======= @@ -111199,6 +120755,7 @@ if $ac_need_defaults; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -111207,6 +120764,8 @@ if $ac_need_defaults; then >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers @@ -111217,6 +120776,7 @@ if $ac_need_defaults; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -111234,6 +120794,8 @@ if $ac_need_defaults; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi # Have a temporary directory for convenience. Make it in the build tree @@ -111577,6 +121139,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ======= @@ -111598,6 +121161,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac ======= case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac @@ -111608,6 +121173,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -111642,6 +121208,11 @@ do case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main as_fn_append ac_file_inputs " '$ac_f'" done @@ -111658,6 +121229,7 @@ do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -111677,6 +121249,8 @@ do >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then @@ -111690,6 +121264,7 @@ printf "%s\n" "$as_me: creating $ac_file" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -111719,6 +121294,10 @@ printf "%s\n" "$as_me: creating $ac_file" >&6;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then @@ -111734,6 +121313,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -111776,6 +121356,11 @@ $as_echo "$as_me: creating $ac_file" >&6;} ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( @@ -111788,6 +121373,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_sed_conf_input=`$as_echo "$configure_input" | ======= @@ -111809,6 +121395,8 @@ $as_echo "$as_me: creating $ac_file" >&6;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_sed_conf_input=`printf "%s\n" "$configure_input" | ======= ac_sed_conf_input=`$as_echo "$configure_input" | @@ -111819,6 +121407,7 @@ $as_echo "$as_me: creating $ac_file" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ac_sed_conf_input=`$as_echo "$configure_input" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -111853,6 +121442,11 @@ $as_echo "$as_me: creating $ac_file" >&6;} ac_sed_conf_input=`$as_echo "$configure_input" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + ac_sed_conf_input=`$as_echo "$configure_input" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac @@ -111878,6 +121472,7 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD $as_echo X"$ac_file" | ======= <<<<<<< HEAD @@ -111898,6 +121493,8 @@ $as_echo X"$ac_file" | >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" X"$ac_file" | ======= $as_echo X"$ac_file" | @@ -111908,6 +121505,7 @@ $as_echo X"$ac_file" | <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo X"$ac_file" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -111942,6 +121540,11 @@ $as_echo X"$ac_file" | $as_echo X"$ac_file" | >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +$as_echo X"$ac_file" | +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -111973,6 +121576,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. @@ -111996,6 +121600,8 @@ case "$ac_dir" in >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` @@ -112010,6 +121616,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -112018,6 +121625,8 @@ case "$ac_dir" in >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. @@ -112029,6 +121638,7 @@ case "$ac_dir" in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -112046,6 +121656,8 @@ case "$ac_dir" in >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -112110,6 +121722,7 @@ case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} @@ -112132,6 +121745,8 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} ======= @@ -112144,6 +121759,7 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -112152,6 +121768,8 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} @@ -112162,6 +121780,7 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -112179,6 +121798,8 @@ $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir set >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' @@ -112229,6 +121850,7 @@ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 @@ -112252,6 +121874,8 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' @@ -112266,6 +121890,7 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -112274,6 +121899,8 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 @@ -112285,6 +121912,7 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -112302,6 +121930,8 @@ $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datar >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" @@ -112325,6 +121955,7 @@ which seems to be undefined. Please make sure it is defined" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "/* $configure_input */" \ ======= @@ -112346,6 +121977,8 @@ which seems to be undefined. Please make sure it is defined" >&2;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "/* $configure_input */" >&1 \ ======= $as_echo "/* $configure_input */" \ @@ -112356,6 +121989,7 @@ which seems to be undefined. Please make sure it is defined" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "/* $configure_input */" \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -112390,6 +122024,11 @@ which seems to be undefined. Please make sure it is defined" >&2;} $as_echo "/* $configure_input */" \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "/* $configure_input */" \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 @@ -112402,6 +122041,7 @@ which seems to be undefined. Please make sure it is defined" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} @@ -112424,6 +122064,8 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} ======= @@ -112436,6 +122078,7 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -112444,6 +122087,8 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} @@ -112454,6 +122099,7 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -112471,6 +122117,8 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ @@ -112485,6 +122133,7 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD $as_echo "/* $configure_input */" \ ======= @@ -112506,6 +122155,8 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf "%s\n" "/* $configure_input */" >&1 \ ======= $as_echo "/* $configure_input */" \ @@ -112516,6 +122167,7 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= $as_echo "/* $configure_input */" \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -112550,6 +122202,11 @@ $as_echo "$as_me: $ac_file is unchanged" >&6;} $as_echo "/* $configure_input */" \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + $as_echo "/* $configure_input */" \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi @@ -112598,6 +122255,7 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} @@ -112620,6 +122278,8 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} ======= @@ -112632,6 +122292,7 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -112640,6 +122301,8 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} @@ -112650,6 +122313,7 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -112667,6 +122331,8 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi @@ -112800,6 +122466,7 @@ if test $PROJ4API = 0 ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { $as_echo "$as_me:${as_lineno-$LINENO}: result: using new PROJ 5+ API" >&5 $as_echo " using new PROJ 5+ API" >&6; } else @@ -112824,6 +122491,8 @@ $as_echo " using old PROJ 4 API" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: using new PROJ 5+ API" >&5 printf "%s\n" " using new PROJ 5+ API" >&6; } else @@ -112842,6 +122511,7 @@ $as_echo " using old PROJ 4 API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -112851,6 +122521,8 @@ $as_echo " using old PROJ 4 API" >&6; } ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= { $as_echo "$as_me:${as_lineno-$LINENO}: result: using new PROJ 5+ API" >&5 $as_echo " using new PROJ 5+ API" >&6; } else @@ -112863,6 +122535,7 @@ $as_echo " using old PROJ 4 API" >&6; } <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -112880,6 +122553,8 @@ $as_echo " using old PROJ 4 API" >&6; } >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi echo "" diff --git a/configure.ac b/configure.ac index 83bddd492d7..4ceee081392 100755 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team ======= <<<<<<< HEAD @@ -53,6 +54,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main # COPYRIGHT: (C) 2000-2024 by the GRASS Development Team ======= # COPYRIGHT: (C) 2000-2022 by the GRASS Development Team @@ -63,6 +66,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -79,6 +85,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -127,6 +134,11 @@ # COPYRIGHT: (C) 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +# COPYRIGHT: (C) 2000-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main # # This program is free software under the GNU General # Public License (>=v2). Read the file COPYING that @@ -157,6 +169,7 @@ AC_CONFIG_SRCDIR([configure.ac]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_PREREQ([2.69]) AC_CONFIG_HEADER(include/grass/config.h) ======= @@ -178,6 +191,8 @@ AC_CONFIG_HEADER(include/grass/config.h) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_PREREQ([2.71]) AC_CONFIG_HEADERS([include/grass/config.h]) ======= @@ -190,6 +205,7 @@ AC_CONFIG_HEADER(include/grass/config.h) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -199,6 +215,8 @@ AC_CONFIG_HEADER(include/grass/config.h) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= AC_PREREQ([2.69]) AC_CONFIG_HEADER(include/grass/config.h) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -208,6 +226,7 @@ AC_CONFIG_HEADER(include/grass/config.h) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -225,6 +244,8 @@ AC_CONFIG_HEADER(include/grass/config.h) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_CANONICAL_HOST AC_PROG_CC @@ -345,6 +366,7 @@ GRASS_VERSION_FILE=include/VERSION <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -360,6 +382,8 @@ GRASS_VERSION_FILE=include/VERSION >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GRASS_VERSION_GIT_FILE=include/VERSION_GIT ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -371,6 +395,7 @@ GRASS_VERSION_GIT_FILE=include/VERSION_GIT <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -394,6 +419,8 @@ GRASS_VERSION_GIT_FILE=include/VERSION_GIT >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GRASS_VERSION_MAJOR=`sed -n 1p "${GRASS_VERSION_FILE}"` GRASS_VERSION_MINOR=`sed -n 2p "${GRASS_VERSION_FILE}"` GRASS_VERSION_RELEASE=`sed -n 3p "${GRASS_VERSION_FILE}"` @@ -419,6 +446,7 @@ AC_PATH_PROG(GIT, git, no) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -438,6 +466,8 @@ AC_PATH_PROG(GIT, git, no) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_CHECK_FILE([$GRASS_VERSION_GIT_FILE]) AC_MSG_CHECKING(for GRASS GIS headers commit date) ======= @@ -448,6 +478,7 @@ AC_MSG_CHECKING(for GRASS GIS headers commit date) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -477,6 +508,10 @@ AC_MSG_CHECKING(for GRASS GIS headers commit date) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "$GIT" != "no" ; then GRASS_VERSION_GIT=`$GIT rev-parse --short HEAD 2>/dev/null` if test -z "$GRASS_VERSION_GIT"; then @@ -494,6 +529,7 @@ if test "$GIT" != "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD GRASS_HEADERS_GIT_DATE=`date -d $($GIT log -1 --pretty=format:"%cI" -- "${SRCDIR}/include") -u +%FT%T%z | sed 's/\(..\)$/:\1/'` 2>/dev/null ======= @@ -515,6 +551,8 @@ if test "$GIT" != "no" ; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main gitdate_utc_local=$(TZ=UTC0 git log -1 --date=iso-local --pretty=format:"%cd" -- include) GRASS_HEADERS_GIT_DATE=$(echo "$gitdate_utc_local" | sed 's/ /T/' | sed 's/ //' | sed 's/\(..\)$/:\1/') ======= @@ -526,6 +564,7 @@ if test "$GIT" != "no" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= GRASS_HEADERS_GIT_DATE=`date -d $($GIT log -1 --pretty=format:"%cI" -- "${SRCDIR}/include") -u +%FT%T%z | sed 's/\(..\)$/:\1/'` 2>/dev/null >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -560,6 +599,11 @@ if test "$GIT" != "no" ; then GRASS_HEADERS_GIT_DATE=`date -d $($GIT log -1 --pretty=format:"%cI" -- "${SRCDIR}/include") -u +%FT%T%z | sed 's/\(..\)$/:\1/'` 2>/dev/null >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + GRASS_HEADERS_GIT_DATE=`date -d $($GIT log -1 --pretty=format:"%cI" -- "${SRCDIR}/include") -u +%FT%T%z | sed 's/\(..\)$/:\1/'` 2>/dev/null +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test -z "$GRASS_HEADERS_GIT_DATE"; then GRASS_HEADERS_GIT_DATE=`date -u +%FT%T%z | sed 's/\(..\)$/:\1/'` fi @@ -573,6 +617,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -592,6 +637,8 @@ fi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test $GRASS_VERSION_GIT == "exported" && \ test "$ac_cv_file_include_VERSION_GIT" == "yes"; then GRASS_HEADERS_GIT_HASH=$(sed -n 1p "${GRASS_VERSION_GIT_FILE}") @@ -607,6 +654,7 @@ AC_MSG_RESULT($GRASS_HEADERS_GIT_DATE) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -636,6 +684,10 @@ AC_MSG_RESULT($GRASS_HEADERS_GIT_DATE) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_SUBST(GRASS_VERSION_FILE) AC_SUBST(GRASS_VERSION_MAJOR) @@ -767,6 +819,7 @@ LOC_ARG_WITH(lapack, LAPACK, no) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -782,6 +835,8 @@ LOC_ARG_WITH(lapack, LAPACK, no) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LOC_ARG_WITH(libsvm, LIBSVM, no) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -793,6 +848,7 @@ LOC_ARG_WITH(libsvm, LIBSVM, no) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -816,6 +872,8 @@ LOC_ARG_WITH(libsvm, LIBSVM, no) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LOC_ARG_WITH(cairo, Cairo) LOC_ARG_WITH(freetype, FreeType) LOC_ARG_WITH(nls, NLS, no) @@ -836,6 +894,7 @@ LOC_ARG_WITH(zstd, Zstandard) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -851,6 +910,8 @@ LOC_ARG_WITH(zstd, Zstandard) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LOC_ARG_WITH(pdal, PDAL) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -862,6 +923,7 @@ LOC_ARG_WITH(pdal, PDAL) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -885,6 +947,8 @@ LOC_ARG_WITH(pdal, PDAL) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_ARG_WITH(libpng, [ --with-libpng[=path/libpng-config] @@ -910,6 +974,7 @@ AC_ARG_WITH(liblas, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -953,6 +1018,11 @@ AC_ARG_WITH(liblas, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_ARG_WITH(pdal, [ --with-pdal[=path/pdal-config] enable PDAL support (pdal-config with path, @@ -968,6 +1038,7 @@ AC_ARG_WITH(pdal, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1010,6 +1081,11 @@ AC_ARG_WITH(pdal, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_ARG_WITH(netcdf, [ --with-netcdf[=path/nc-config] enable NetCDF support (nc-config with path, @@ -1079,6 +1155,7 @@ LOC_ARG_WITH_LIB(lapack, LAPACK) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1098,6 +1175,8 @@ LOC_ARG_WITH_LIB(lapack, LAPACK) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LOC_ARG_WITH_INC(libsvm, LIBSVM) LOC_ARG_WITH_LIB(libsvm, LIBSVM) @@ -1109,6 +1188,7 @@ LOC_ARG_WITH_LIB(libsvm, LIBSVM) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1138,6 +1218,10 @@ LOC_ARG_WITH_LIB(libsvm, LIBSVM) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LOC_ARG_WITH_INC(cairo, cairo) LOC_ARG_WITH_LIB(cairo, cairo) LOC_ARG_WITH_LDFLAGS(cairo, cairo) @@ -1228,6 +1312,7 @@ AC_PROG_INSTALL <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1247,6 +1332,8 @@ AC_PROG_INSTALL >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_PROG_LEX(noyywrap) if test "x$LEX" = "x:"; then AC_MSG_ERROR([*** Unable to locate lex.]) @@ -1261,6 +1348,7 @@ elif test "$LEX" = "lex"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1290,6 +1378,10 @@ elif test "$LEX" = "lex"; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_PROG_LEX if test "$LEX" = "lex"; then AC_PATH_PROG(LEXPATH, lex, no) @@ -1304,6 +1396,7 @@ if test "$LEX" = "lex"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1346,6 +1439,11 @@ if test "$LEX" = "lex"; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi fi @@ -1370,6 +1468,7 @@ AC_PATH_PROG(PERL, perl, no) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_HEADER_STDC ======= <<<<<<< HEAD @@ -1390,6 +1489,8 @@ AC_HEADER_STDC >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= AC_HEADER_STDC @@ -1400,6 +1501,7 @@ AC_HEADER_STDC <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_HEADER_STDC >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1434,6 +1536,11 @@ AC_HEADER_STDC AC_HEADER_STDC >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_HEADER_STDC +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #AC_CHECK_HEADERS(curses.h limits.h termio.h termios.h unistd.h values.h) AC_CHECK_HEADERS(limits.h termio.h termios.h unistd.h values.h f2c.h g2c.h) AC_CHECK_HEADERS(sys/ioctl.h sys/mtio.h sys/resource.h sys/time.h) @@ -1449,6 +1556,7 @@ AC_CHECK_HEADERS(langinfo.h) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_HEADER_TIME ======= <<<<<<< HEAD @@ -1469,6 +1577,8 @@ AC_HEADER_TIME >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= AC_HEADER_TIME @@ -1479,6 +1589,7 @@ AC_HEADER_TIME <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_HEADER_TIME >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1513,6 +1624,11 @@ AC_HEADER_TIME AC_HEADER_TIME >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_HEADER_TIME +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_TYPE_OFF_T AC_TYPE_UID_T @@ -1546,6 +1662,7 @@ AC_MSG_RESULT(yes) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) ======= <<<<<<< HEAD @@ -1566,6 +1683,8 @@ AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_LONG_LONG_INT, 1, [Define to 1 if "long long int" is available.]) ======= AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) @@ -1576,6 +1695,7 @@ AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1610,6 +1730,11 @@ AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_DEFINE(HAVE_LONG_LONG_INT, 1, [define if "long long int" is available]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ],[ AC_MSG_RESULT(no) ]) @@ -1626,6 +1751,7 @@ AC_MSG_RESULT(yes) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) ======= <<<<<<< HEAD @@ -1646,6 +1772,8 @@ AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_INT64_T, 1, [Define to 1 if "int64_t" is available.]) ======= AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) @@ -1656,6 +1784,7 @@ AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1690,6 +1819,11 @@ AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_DEFINE(HAVE_INT64_T, 1, [define if "int64_t" is available]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ],[ AC_MSG_RESULT(no) ]) @@ -1925,6 +2059,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(USE_PROJ4API, 1, [define if using old PROJ version 4 API]) ======= @@ -1946,6 +2081,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(USE_PROJ4API, 1, [Define to 1 if using old PROJ version 4 API.]) ======= AC_DEFINE(USE_PROJ4API, 1, [define if using old PROJ version 4 API]) @@ -1956,6 +2093,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(USE_PROJ4API, 1, [define if using old PROJ version 4 API]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1990,6 +2128,11 @@ else AC_DEFINE(USE_PROJ4API, 1, [define if using old PROJ version 4 API]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(USE_PROJ4API, 1, [define if using old PROJ version 4 API]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LOC_CHECK_INCLUDES(proj_api.h,External PROJ,$PROJINC) # PROJ version check for v4.x @@ -2147,6 +2290,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_TRY_LINK([#include ],[png_read_image(NULL, NULL);],PNGLIB="$PNGLIB",[ ======= @@ -2168,6 +2312,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[png_read_image(NULL, NULL);]])],[PNGLIB="$PNGLIB"],[ ======= AC_TRY_LINK([#include ],[png_read_image(NULL, NULL);],PNGLIB="$PNGLIB",[ @@ -2178,6 +2324,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_TRY_LINK([#include ],[png_read_image(NULL, NULL);],PNGLIB="$PNGLIB",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2212,6 +2359,11 @@ else AC_TRY_LINK([#include ],[png_read_image(NULL, NULL);],PNGLIB="$PNGLIB",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_TRY_LINK([#include ],[png_read_image(NULL, NULL);],PNGLIB="$PNGLIB",[ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_MSG_ERROR([*** Unable to locate libpng library.]) ]) ]) @@ -2262,6 +2414,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_OGR, 1, [define if OGR is to be used]) ======= @@ -2283,6 +2436,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_OGR, 1, [Define to 1 if OGR is to be used.]) ======= AC_DEFINE(HAVE_OGR, 1, [define if OGR is to be used]) @@ -2293,6 +2448,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_OGR, 1, [define if OGR is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2327,6 +2483,11 @@ else AC_DEFINE(HAVE_OGR, 1, [define if OGR is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(HAVE_OGR, 1, [define if OGR is to be used]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main USE_OGR=1 fi fi @@ -2346,6 +2507,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_TRY_LINK([#include ],[GDALOpen("foo", GA_ReadOnly);],GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS",[ ======= @@ -2367,6 +2529,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[GDALOpen("foo", GA_ReadOnly);]])],[GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS"],[ ======= AC_TRY_LINK([#include ],[GDALOpen("foo", GA_ReadOnly);],GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS",[ @@ -2377,6 +2541,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_TRY_LINK([#include ],[GDALOpen("foo", GA_ReadOnly);],GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2411,6 +2576,11 @@ else AC_TRY_LINK([#include ],[GDALOpen("foo", GA_ReadOnly);],GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_TRY_LINK([#include ],[GDALOpen("foo", GA_ReadOnly);],GDAL_LIBS="$GDAL_LIBS $GDAL_DEP_LIBS",[ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_MSG_ERROR([*** Unable to locate GDAL library.]) ]) ]) @@ -2425,6 +2595,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_GDAL, 1, [define if GDAL is to be used]) ======= @@ -2446,6 +2617,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_GDAL, 1, [Define to 1 if GDAL is to be used.]) ======= AC_DEFINE(HAVE_GDAL, 1, [define if GDAL is to be used]) @@ -2456,6 +2629,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_GDAL, 1, [define if GDAL is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2490,6 +2664,11 @@ else AC_DEFINE(HAVE_GDAL, 1, [define if GDAL is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(HAVE_GDAL, 1, [define if GDAL is to be used]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi AC_SUBST(GDAL_LIBS) @@ -2543,6 +2722,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_TRY_LINK([#include ],[LASReader_Create("foo");],LAS_LIBS="$LAS_LIBS",[ ======= @@ -2564,6 +2744,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[LASReader_Create("foo");]])],[LAS_LIBS="$LAS_LIBS"],[ ======= AC_TRY_LINK([#include ],[LASReader_Create("foo");],LAS_LIBS="$LAS_LIBS",[ @@ -2574,6 +2756,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_TRY_LINK([#include ],[LASReader_Create("foo");],LAS_LIBS="$LAS_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2608,6 +2791,11 @@ else AC_TRY_LINK([#include ],[LASReader_Create("foo");],LAS_LIBS="$LAS_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_TRY_LINK([#include ],[LASReader_Create("foo");],LAS_LIBS="$LAS_LIBS",[ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_MSG_ERROR([*** Unable to locate libLAS library.]) ]) ]) @@ -2623,6 +2811,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) ======= @@ -2644,6 +2833,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_LIBLAS, 1, [Define to 1 if liblas exists.]) ======= AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) @@ -2654,6 +2845,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2688,6 +2880,11 @@ else AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(HAVE_LIBLAS, 1, [define if liblas exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi AC_SUBST(LIBLAS_LIBS) @@ -2713,6 +2910,7 @@ USE_PDAL= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2728,6 +2926,8 @@ USE_PDAL= >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main pdal="pdal" ======= ======= @@ -2738,6 +2938,7 @@ pdal="pdal" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2759,6 +2960,8 @@ pdal="pdal" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test "`basename xx/$with_pdal`" = "pdal-config" ; then PDAL_CONFIG="$with_pdal" @@ -2772,6 +2975,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2814,6 +3018,11 @@ fi ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if test "$with_pdal" = "no" ; then AC_MSG_RESULT(no) @@ -2828,6 +3037,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2847,6 +3057,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if test -s "${PKG_CONFIG} --exists ${pdal}" ; then AC_MSG_ERROR([*** Unable to locate PDAL package.]) @@ -2862,6 +3074,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2891,6 +3104,10 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_PATH_PROG(PDAL_CONFIG, pdal-config, no) if test "$PDAL_CONFIG" = "no" ; then @@ -2909,6 +3126,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD PDAL_INC=`"$PDAL_CONFIG" --includes` USE_PDAL=1 @@ -2928,6 +3146,8 @@ else ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD PDAL_CPPFLAGS=`"$PDAL_CONFIG" --cxxflags` ======= @@ -2937,6 +3157,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -2949,6 +3170,8 @@ else >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main PDAL_INC=`"$PDAL_CONFIG" --includes` USE_PDAL=1 fi @@ -2960,6 +3183,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2994,6 +3218,8 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main PDAL= ac_save_libs="$LIBS" @@ -3011,6 +3237,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3088,6 +3315,14 @@ else >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= + ac_save_cppflags="$CPPFLAGS" +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) + LIBS="$LIBS $PDAL_LIBS" + CFLAGS="$CFLAGS $PDAL_CFLAGS" +<<<<<<< HEAD:configure.ac +>>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include #include class St:public pdal::Streamable {};]], [[pdal::PointTable table;]])], @@ -3103,6 +3338,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<<< HEAD:configure.in ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) @@ -3122,6 +3358,8 @@ else ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main AC_TRY_LINK([#include #include @@ -3151,6 +3389,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>>> osgeo-main:configure.ac >>>>>>> osgeo-main ======= @@ -3223,6 +3462,8 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_TRY_LINK([#include #include class St:public pdal::Streamable {};],[pdal::PointTable table;],PDAL_LIBS="$PDAL_LIBS",[ @@ -3238,6 +3479,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ]) LIBS=${ac_save_libs} @@ -3267,6 +3509,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)):configure.in ]) @@ -3291,6 +3535,9 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3307,6 +3554,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3316,16 +3564,21 @@ else ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD CPPFLAGS=${ac_save_cppflags} ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_PDAL, 1, [define if PDAL exists]) <<<<<<< HEAD @@ -3336,6 +3589,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3384,6 +3638,8 @@ else ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fi AC_SUBST(PDAL_LIBS) @@ -3435,6 +3691,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_TRY_LINK([#include ],[nc_create("foo", NC_CLOBBER, NULL);],NETCDF_LIBS="$NETCDF_LIBS",[ ======= @@ -3456,6 +3713,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[nc_create("foo", NC_CLOBBER, NULL);]])],[NETCDF_LIBS="$NETCDF_LIBS"],[ ======= AC_TRY_LINK([#include ],[nc_create("foo", NC_CLOBBER, NULL);],NETCDF_LIBS="$NETCDF_LIBS",[ @@ -3466,6 +3725,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_TRY_LINK([#include ],[nc_create("foo", NC_CLOBBER, NULL);],NETCDF_LIBS="$NETCDF_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3500,6 +3760,11 @@ else AC_TRY_LINK([#include ],[nc_create("foo", NC_CLOBBER, NULL);],NETCDF_LIBS="$NETCDF_LIBS",[ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_TRY_LINK([#include ],[nc_create("foo", NC_CLOBBER, NULL);],NETCDF_LIBS="$NETCDF_LIBS",[ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_MSG_ERROR([*** Unable to locate NetCDF library.]) ]) ]) @@ -3514,6 +3779,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) ======= @@ -3535,6 +3801,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_NETCDF, 1, [Define to 1 if NetCDF exists.]) ======= AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) @@ -3545,6 +3813,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3579,6 +3848,11 @@ else AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(HAVE_NETCDF, 1, [define if NetCDF exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi AC_SUBST(NETCDF_LIBS) @@ -3629,6 +3903,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_GEOS, 1, [define if GEOS is to be used]) ======= @@ -3650,6 +3925,8 @@ else >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_GEOS, 1, [Define to 1 if GEOS is to be used.]) ======= AC_DEFINE(HAVE_GEOS, 1, [define if GEOS is to be used]) @@ -3660,6 +3937,7 @@ else <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_GEOS, 1, [define if GEOS is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3694,6 +3972,11 @@ else AC_DEFINE(HAVE_GEOS, 1, [define if GEOS is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(HAVE_GEOS, 1, [define if GEOS is to be used]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi AC_SUBST(GEOS_LIBS) @@ -3744,6 +4027,7 @@ if test -n "$USE_POSTGRES"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) ======= <<<<<<< HEAD @@ -3764,6 +4048,8 @@ AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_POSTGRES, 1, [Define to 1 if PostgreSQL is to be used.]) ======= AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) @@ -3774,6 +4060,7 @@ AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3808,6 +4095,11 @@ AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_DEFINE(HAVE_POSTGRES, 1, [define if PostgreSQL is to be used]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_POSTGRES PQINCPATH= @@ -3843,6 +4135,7 @@ LDFLAGS="$LDFLAGS $PQLIBPATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTuples in lpq])], [ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTuples in lpq])], [ ======= @@ -3864,6 +4157,8 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [Define to 1 if PQcmdTuples in lpq.])], [ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [Define to 1 if PQcmdTuples in lpq.])], [ ======= @@ -3876,6 +4171,7 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3885,6 +4181,8 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTuples in lpq])], [ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTuples in lpq])], [ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3894,6 +4192,7 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3911,6 +4210,8 @@ AC_CHECK_LIB(pq,PQcmdTuples, [AC_DEFINE(HAVE_PQCMDTUPLES, 1, [define if PQcmdTup >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ], -lcrypt) ]) LDFLAGS="${ac_save_ldflags}" @@ -3967,6 +4268,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3986,6 +4288,8 @@ if test -n "$USE_MYSQL"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main mysql_version=`"$MYSQLD_CONFIG" --version` AC_MSG_RESULT([using MySQL/MariaDB version "$mysql_version"]) ======= @@ -3996,6 +4300,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4025,6 +4330,10 @@ if test -n "$USE_MYSQL"; then ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_LANG_PUSH([C++]) ac_save_libs="$LIBS" MYSQLDLIB=`"$MYSQLD_CONFIG" --libmysqld-libs` @@ -4038,6 +4347,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_CHECK_FUNC(mysql_server_init,,[MYSQLDLIB=""; AC_MSG_WARN([libmysqld not found])] ) @@ -4060,6 +4370,8 @@ if test -n "$USE_MYSQL"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_CHECK_FUNC(mysql_server_init, AC_MSG_RESULT([libmysqld found]), [MYSQLDLIB=""; AC_MSG_WARN([libmysqld not found])]) @@ -4073,6 +4385,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4081,6 +4394,8 @@ if test -n "$USE_MYSQL"; then >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= AC_CHECK_FUNC(mysql_server_init,,[MYSQLDLIB=""; AC_MSG_WARN([libmysqld not found])] ) @@ -4091,6 +4406,7 @@ if test -n "$USE_MYSQL"; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4108,6 +4424,8 @@ if test -n "$USE_MYSQL"; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LIBS=$ac_save_libs AC_LANG_POP([C++]) fi @@ -4148,6 +4466,7 @@ LOC_CHECK_INCLUDES(sqlite3.h,SQLite,$SQLITEINCPATH) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) ======= <<<<<<< HEAD @@ -4168,6 +4487,8 @@ AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_SQLITE, 1, [Define to 1 if SQLite is to be used.]) ======= AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) @@ -4178,6 +4499,7 @@ AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4212,6 +4534,11 @@ AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_DEFINE(HAVE_SQLITE, 1, [define if SQLite is to be used]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_SQLITE @@ -4299,6 +4626,7 @@ OPENGLULIB="$OPENGL_LIB_PATH $OPENGLULIB" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4318,6 +4646,8 @@ OPENGLULIB="$OPENGL_LIB_PATH $OPENGLULIB" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LOC_CHECK_FUNC(glXCreatePbuffer,,,,,$OPENGLLIB,[AC_DEFINE(HAVE_PBUFFERS, 1, [Define to 1 if glXCreatePbuffer exists.])]) LOC_CHECK_FUNC(glXCreateGLXPixmap,,,,,$OPENGLLIB,[AC_DEFINE(HAVE_PIXMAPS, 1, [Define to 1 if glXCreateGLXPixmap exists.])]) @@ -4329,6 +4659,7 @@ AC_DEFINE(OPENGL_X11, 1, [Define to 1 if OpenGL uses X11.]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4358,6 +4689,10 @@ AC_DEFINE(OPENGL_X11, 1, [Define to 1 if OpenGL uses X11.]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main LOC_CHECK_FUNC(glXCreatePbuffer,,,,,$OPENGLLIB,[AC_DEFINE(HAVE_PBUFFERS, 1, [define if glXCreatePbuffer exists])]) LOC_CHECK_FUNC(glXCreateGLXPixmap,,,,,$OPENGLLIB,[AC_DEFINE(HAVE_PIXMAPS, 1, [define if glXCreateGLXPixmap exists])]) @@ -4371,6 +4706,7 @@ AC_DEFINE(OPENGL_X11, 1, [define if OpenGL uses X11]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4413,6 +4749,11 @@ AC_DEFINE(OPENGL_X11, 1, [define if OpenGL uses X11]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_X11 @@ -4437,6 +4778,7 @@ OPENGLLIBPATH="$OPENGLPATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) ======= <<<<<<< HEAD @@ -4457,6 +4799,8 @@ AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(OPENGL_AQUA, 1, [Define to 1 if OpenGL uses Aqua (MacOS X).]) ======= AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) @@ -4467,6 +4811,7 @@ AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4501,6 +4846,11 @@ AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_DEFINE(OPENGL_AQUA, 1, [define if OpenGL uses Aqua (MacOS X)]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_AQUA @@ -4534,6 +4884,7 @@ OPENGLULIB="$OPENGL_LIB_PATH $OPENGLULIB" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) ======= <<<<<<< HEAD @@ -4554,6 +4905,8 @@ AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(OPENGL_WINDOWS, 1, [Define to 1 if OpenGL uses Windows.]) ======= AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) @@ -4564,6 +4917,7 @@ AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4598,6 +4952,11 @@ AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_DEFINE(OPENGL_WINDOWS, 1, [define if OpenGL uses Windows]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $OPENGL_WINDOWS @@ -4745,6 +5104,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(HAVE_LIBATLAS, 1, [define if ATLAS exists]) ======= @@ -4766,6 +5126,8 @@ if test $blas_ok = yes; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_LIBATLAS, 1, [Define to 1 if ATLAS exists.]) ======= AC_DEFINE(HAVE_LIBATLAS, 1, [define if ATLAS exists]) @@ -4776,6 +5138,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_LIBATLAS, 1, [define if ATLAS exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4810,6 +5173,11 @@ if test $blas_ok = yes; then AC_DEFINE(HAVE_LIBATLAS, 1, [define if ATLAS exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(HAVE_LIBATLAS, 1, [define if ATLAS exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # BLAS in Apple vecLib framework? (Mac OS-X) @@ -4863,6 +5231,7 @@ if test $blas_ok = yes; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) ======= <<<<<<< HEAD @@ -4883,6 +5252,8 @@ AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_LIBBLAS, 1, [Define to 1 if BLAS exists.]) ======= AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) @@ -4893,6 +5264,7 @@ AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4927,6 +5299,11 @@ AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_DEFINE(HAVE_LIBBLAS, 1, [define if BLAS exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi fi # $USE_BLAS @@ -4994,6 +5371,7 @@ fi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) ======= <<<<<<< HEAD @@ -5014,6 +5392,8 @@ AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(HAVE_LIBLAPACK, 1, [Define to 1 if LAPACK exists.]) ======= AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) @@ -5024,6 +5404,7 @@ AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5058,6 +5439,11 @@ AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +AC_DEFINE(HAVE_LIBLAPACK, 1, [define if LAPACK exists]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fi # $USE_LAPACK fi # $USE_BLAS @@ -5076,6 +5462,7 @@ AC_SUBST(LAPACKINC) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5095,6 +5482,8 @@ AC_SUBST(LAPACKINC) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # libsvm option LIBSVM_INC= LIBSVM_LIB= @@ -5125,6 +5514,7 @@ AC_SUBST(USE_LIBSVM) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5154,6 +5544,10 @@ AC_SUBST(USE_LIBSVM) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Enable Cairo display driver option LOC_CHECK_USE(cairo,Cairo,USE_CAIRO) @@ -5255,6 +5649,7 @@ if test -n "${USE_NLS}" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD AC_DEFINE(USE_NLS, 1, [define if NLS requested]) ======= @@ -5276,6 +5671,8 @@ if test -n "${USE_NLS}" ; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main AC_DEFINE(USE_NLS, 1, [Define to 1 if NLS requested.]) ======= AC_DEFINE(USE_NLS, 1, [define if NLS requested]) @@ -5286,6 +5683,7 @@ if test -n "${USE_NLS}" ; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= AC_DEFINE(USE_NLS, 1, [define if NLS requested]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5320,6 +5718,11 @@ if test -n "${USE_NLS}" ; then AC_DEFINE(USE_NLS, 1, [define if NLS requested]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + AC_DEFINE(USE_NLS, 1, [define if NLS requested]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main AC_CHECK_FUNC(gettext, INTLLIB=, [ AC_CHECK_LIB(intl, gettext, INTLLIB=-lintl, [ @@ -5420,6 +5823,7 @@ LOC_CHECK_USE(openmp,OpenMP,USE_OPENMP) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -5455,6 +5859,8 @@ LOC_CHECK_USE(openmp,OpenMP,USE_OPENMP) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if test "$enable_openmp" != no; then if test -n "${USE_OPENMP}"; then @@ -5499,6 +5905,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -5511,6 +5918,8 @@ fi # enable_openmp ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5519,6 +5928,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -5539,6 +5949,8 @@ fi # enable_openmp >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main OMPINCPATH= OMPLIBPATH= OMPLIB= @@ -5549,6 +5961,9 @@ OMPCFLAGS= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -5595,6 +6010,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -5693,6 +6109,8 @@ fi # enable_openmp ======= <<<<<<< HEAD >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main fi # $USE_OPENMP AC_SUBST(OMPINCPATH) @@ -5709,6 +6127,7 @@ AC_SUBST(OMPCFLAGS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -5717,6 +6136,8 @@ AC_SUBST(OMPCFLAGS) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5728,6 +6149,7 @@ AC_SUBST(OMPCFLAGS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -5737,6 +6159,8 @@ AC_SUBST(OMPCFLAGS) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= if test "$enable_openmp" != no; then @@ -5783,6 +6207,7 @@ fi # enable_openmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5816,6 +6241,8 @@ fi # enable_openmp >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main AC_SUBST(USE_OPENMP) # Done checking OpenMP @@ -5933,6 +6360,7 @@ LOC_MSG_USE(libLAS support,USE_LIBLAS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5948,6 +6376,8 @@ LOC_MSG_USE(libLAS support,USE_LIBLAS) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LOC_MSG_USE(LIBSVM support,USE_LIBSVM) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5959,6 +6389,7 @@ LOC_MSG_USE(LIBSVM support,USE_LIBSVM) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5982,6 +6413,8 @@ LOC_MSG_USE(LIBSVM support,USE_LIBSVM) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LOC_MSG_USE(MySQL support,USE_MYSQL) LOC_MSG_USE(NetCDF support,USE_NETCDF) LOC_MSG_USE(NLS support,USE_NLS) diff --git a/contributors.csv b/contributors.csv index 5d5280e82f4..83ab53a0993 100644 --- a/contributors.csv +++ b/contributors.csv @@ -8,6 +8,7 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD -,Ivan Shmakov,,Russia,1gray,yes,- ======= <<<<<<< HEAD @@ -28,6 +29,8 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main -,Ivan Shmakov,,Russia,1gray,yes,- ======= -,Ivan Shmakov,,Russia,1gray,yes,- @@ -38,6 +41,7 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= -,Ivan Shmakov,,Russia,1gray,yes,- >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -72,6 +76,11 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid -,Ivan Shmakov,,Russia,1gray,yes,- >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +-,Ivan Shmakov,,Russia,1gray,yes,- +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main -,Eric Patton,,Canada,epatton,yes,- -,Laura Toma,,USA,ltoma,yes,- -,Markus Metz,,Germany,mmetz,yes,0000-0002-4038-8754 @@ -86,6 +95,7 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD -,Yann Chemin,,Philippines,ychemin,yes,0000-0001-9232-5512 ======= <<<<<<< HEAD @@ -106,6 +116,8 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main -,Yann Chemin,,France,ychemin,yes,0000-0001-9232-5512 ======= -,Yann Chemin,,Philippines,ychemin,yes,0000-0001-9232-5512 @@ -116,6 +128,7 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= -,Yann Chemin,,Philippines,ychemin,yes,0000-0001-9232-5512 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -150,6 +163,11 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid -,Yann Chemin,,Philippines,ychemin,yes,0000-0001-9232-5512 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +-,Yann Chemin,,Philippines,ychemin,yes,0000-0001-9232-5512 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main -,Colin Nielsen,,USA,cnielsen,yes,- -,Anne Ghisla,,Italy,aghisla,yes,- -,Helmut Kudrnovsky,,Austria,hellik,yes,0000-0001-6622-7169 @@ -170,6 +188,7 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD -,Ondřej Pešek,,Czech Republic,pesekon2,yes,- ======= <<<<<<< HEAD @@ -190,6 +209,8 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main -,Ondřej Pešek,,Czech Republic,pesekon2,yes,0000-0002-2363-8002 ======= -,Ondřej Pešek,,Czech Republic,pesekon2,yes,- @@ -200,6 +221,7 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= -,Ondřej Pešek,,Czech Republic,pesekon2,yes,- >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -234,6 +256,11 @@ cvs_id,name,email,country,osgeo_id,rfc2_agreed,orcid -,Ondřej Pešek,,Czech Republic,pesekon2,yes,- >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +-,Ondřej Pešek,,Czech Republic,pesekon2,yes,- +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main -,Tomáš Zigo,,Slovak Republic,tmszi,yes,- -,Nicklas Larsson,,Hungary/Sweden,nilason,yes,- alex,Alex Shevlakov,,Russia,-,-,- diff --git a/db/drivers/dbf/cursor.c b/db/drivers/dbf/cursor.c index f130d57e583..e1c6fa91df7 100644 --- a/db/drivers/dbf/cursor.c +++ b/db/drivers/dbf/cursor.c @@ -48,6 +48,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -82,6 +83,10 @@ cursor *alloc_cursor(void) ======= >>>>>>> osgeo-main ======= +cursor *alloc_cursor(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) cursor *alloc_cursor() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100,6 +105,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -149,6 +155,8 @@ cursor *alloc_cursor(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { cursor *c; diff --git a/db/drivers/dbf/dbfexe.c b/db/drivers/dbf/dbfexe.c index 3ed93fc402f..3451733516e 100644 --- a/db/drivers/dbf/dbfexe.c +++ b/db/drivers/dbf/dbfexe.c @@ -352,6 +352,7 @@ void get_col_def(SQLPSTMT *st, int col, int *type, int *width, int *decimals) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void eval_val(int tab, int row, int col, SQLPVALUE *inval, SQLPVALUE *val) ======= <<<<<<< HEAD @@ -372,6 +373,8 @@ void eval_val(int tab, int row, int col, SQLPVALUE *inval, SQLPVALUE *val) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void eval_val(int tab, int row, int col UNUSED, SQLPVALUE *inval, SQLPVALUE *val) ======= @@ -383,6 +386,7 @@ void eval_val(int tab, int row, int col, SQLPVALUE *inval, SQLPVALUE *val) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= void eval_val(int tab, int row, int col, SQLPVALUE *inval, SQLPVALUE *val) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -417,6 +421,11 @@ void eval_val(int tab, int row, int col, SQLPVALUE *inval, SQLPVALUE *val) void eval_val(int tab, int row, int col, SQLPVALUE *inval, SQLPVALUE *val) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +void eval_val(int tab, int row, int col, SQLPVALUE *inval, SQLPVALUE *val) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { double retval; diff --git a/db/drivers/dbf/listtab.c b/db/drivers/dbf/listtab.c index 13f7613e0c1..86eb255f914 100644 --- a/db/drivers/dbf/listtab.c +++ b/db/drivers/dbf/listtab.c @@ -27,6 +27,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int db__driver_list_tables(dbString **tlist, int *tcount, int system) ======= <<<<<<< HEAD @@ -47,6 +48,8 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int db__driver_list_tables(dbString **tlist, int *tcount, int system UNUSED) ======= int db__driver_list_tables(dbString **tlist, int *tcount, int system) @@ -57,6 +60,7 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -91,6 +95,11 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +int db__driver_list_tables(dbString **tlist, int *tcount, int system) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { dbString *list; int i; diff --git a/db/drivers/dbf/table.c b/db/drivers/dbf/table.c index b88ee221fd5..7e2f24211c4 100644 --- a/db/drivers/dbf/table.c +++ b/db/drivers/dbf/table.c @@ -71,6 +71,7 @@ int add_table(char *table, char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -107,6 +108,10 @@ int add_table(char *table, char *name) ======= if (res < 0 || (size_t)res >= buf_s) { ======= +>>>>>>> osgeo-main +======= + if (res < 0 || (size_t)res >= buf_s) { +======= >>>>>>> osgeo-main if (res >= buf_s) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -122,6 +127,7 @@ int add_table(char *table, char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -130,6 +136,8 @@ int add_table(char *table, char *name) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (res >= buf_s) { ======= @@ -142,6 +150,7 @@ int add_table(char *table, char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -187,6 +196,8 @@ int add_table(char *table, char *name) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main db_d_append_error(_("Unable to add table %s to %s. " "The file path is too long."), name, db.name); diff --git a/db/drivers/mysql/cursor.c b/db/drivers/mysql/cursor.c index a4db5f89315..c923f253dc9 100644 --- a/db/drivers/mysql/cursor.c +++ b/db/drivers/mysql/cursor.c @@ -45,6 +45,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -79,6 +80,10 @@ cursor *alloc_cursor(void) ======= >>>>>>> osgeo-main ======= +cursor *alloc_cursor(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) cursor *alloc_cursor() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97,6 +102,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -146,6 +152,8 @@ cursor *alloc_cursor(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { cursor *c; diff --git a/db/drivers/mysql/db.c b/db/drivers/mysql/db.c index 631e47a57d0..443b23f09e1 100644 --- a/db/drivers/mysql/db.c +++ b/db/drivers/mysql/db.c @@ -62,6 +62,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD res = mysql_real_connect(connection, host, user, password, connpar.dbname, port, NULL, 0); @@ -84,6 +85,8 @@ int db__driver_open_database(dbHandle *handle) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main res = mysql_real_connect(connection, host, user, password, connpar.dbname, port != NULL ? atoi(port) : 0, NULL, 0); @@ -97,6 +100,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105,6 +109,8 @@ int db__driver_open_database(dbHandle *handle) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= res = mysql_real_connect(connection, host, user, password, connpar.dbname, port, NULL, 0); @@ -115,6 +121,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -132,6 +139,8 @@ int db__driver_open_database(dbHandle *handle) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (res == NULL) { db_d_append_error("%s\n%s", _("Connection failed."), @@ -148,6 +157,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -167,6 +177,8 @@ int db__driver_open_database(dbHandle *handle) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main db_init_string(&sql); db_set_string(&sql, "SET SQL_MODE=ANSI_QUOTES;"); @@ -194,6 +206,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -223,6 +236,10 @@ int db__driver_open_database(dbHandle *handle) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } return DB_OK; diff --git a/db/drivers/mysql/fetch.c b/db/drivers/mysql/fetch.c index f30e9eb6341..6737215769e 100644 --- a/db/drivers/mysql/fetch.c +++ b/db/drivers/mysql/fetch.c @@ -264,6 +264,7 @@ dbCursor *cn; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -306,6 +307,11 @@ dbCursor *cn; ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { cursor *c; dbToken token; diff --git a/db/drivers/mysql/grass-mesql.html b/db/drivers/mysql/grass-mesql.html index f11b5b18eb2..4b291614e51 100644 --- a/db/drivers/mysql/grass-mesql.html +++ b/db/drivers/mysql/grass-mesql.html @@ -102,6 +102,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -139,6 +140,10 @@

    AUTHOR

    © 2003-2022 GRASS Development Team, GRASS GIS 8 Reference Manual

    ======= >>>>>>> osgeo-main +======= +

    © 2003-2022 GRASS Development Team, GRASS GIS 8 Reference Manual

    +======= +>>>>>>> osgeo-main

    © 2003-2021 GRASS Development Team, GRASS GIS 8.0 Reference Manual

    >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -153,6 +158,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD =======

    © 2003-2022 GRASS Development Team, GRASS GIS 8 Reference Manual

    >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -215,5 +221,10 @@

    AUTHOR

    © 2003-2022 GRASS Development Team, GRASS GIS 8 Reference Manual

    >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +

    © 2003-2022 GRASS Development Team, GRASS GIS 8 Reference Manual

    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/db/drivers/mysql/grass-mysql.html b/db/drivers/mysql/grass-mysql.html index c68a20f16ff..2aa3c50361d 100644 --- a/db/drivers/mysql/grass-mysql.html +++ b/db/drivers/mysql/grass-mysql.html @@ -84,6 +84,7 @@

    Privileges

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -118,6 +119,10 @@

    Privileges

    ======= >>>>>>> osgeo-main ======= +Because MySQL does not support groups of users and because +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) Because MySQL does not support groups of users and because >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -136,6 +141,7 @@

    Privileges

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -185,6 +191,8 @@

    Privileges

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main only MySQL 'root' can grant privileges to other users GRASS cannot automatically grant select privileges on created tables to group of users. @@ -214,6 +222,7 @@

    Schemas

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -248,6 +257,10 @@

    Schemas

    ======= >>>>>>> osgeo-main ======= +Because MySQL does not support database schemas the parameter +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) Because MySQL does not support database schemas the parameter >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -266,6 +279,7 @@

    Schemas

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -315,6 +329,8 @@

    Schemas

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main 'schema' of module db.connect should never be set to any value. If you set that parameter for MySQL driver GRASS will try to write tables to the specified schema which will result @@ -335,6 +351,7 @@

    Groups

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -369,6 +386,10 @@

    Groups

    ======= >>>>>>> osgeo-main ======= +MySQL does not support user groups. Any settings specified +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) MySQL does not support user groups. Any settings specified >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -387,6 +408,7 @@

    Groups

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -436,6 +458,8 @@

    Groups

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main by 'group' parameter of module db.connect are ignored by GRASS for MySQL driver. @@ -467,6 +491,7 @@

    Credits

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -501,6 +526,10 @@

    Credits

    ======= >>>>>>> osgeo-main ======= +Development of the driver was sponsored by +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) Development of the driver was sponsored by >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -519,6 +548,7 @@

    Credits

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -568,6 +598,8 @@

    Credits

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Faunalia (Italy) as part of a project for ATAC. diff --git a/db/drivers/mysql/listtab.c b/db/drivers/mysql/listtab.c index 9010ebadb33..015747211fb 100644 --- a/db/drivers/mysql/listtab.c +++ b/db/drivers/mysql/listtab.c @@ -27,6 +27,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int db__driver_list_tables(dbString **tlist, int *tcount, int system) ======= <<<<<<< HEAD @@ -47,6 +48,8 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int db__driver_list_tables(dbString **tlist, int *tcount, int system UNUSED) ======= int db__driver_list_tables(dbString **tlist, int *tcount, int system) @@ -57,6 +60,7 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -91,6 +95,11 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +int db__driver_list_tables(dbString **tlist, int *tcount, int system) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int i; dbString *list; @@ -112,6 +121,7 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD db_d_append_error("%s\%s", _("Unable get list of tables:"), ======= @@ -133,6 +143,8 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main db_d_append_error("%s\n%s", _("Unable get list of tables:"), ======= db_d_append_error("%s\%s", _("Unable get list of tables:"), @@ -143,6 +155,7 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= db_d_append_error("%s\%s", _("Unable get list of tables:"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -177,6 +190,11 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) db_d_append_error("%s\%s", _("Unable get list of tables:"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + db_d_append_error("%s\%s", _("Unable get list of tables:"), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mysql_error(connection)); db_d_report_error(); return DB_FAILED; diff --git a/db/drivers/odbc/cursor.c b/db/drivers/odbc/cursor.c index b655453c44c..1e8ef645e5f 100644 --- a/db/drivers/odbc/cursor.c +++ b/db/drivers/odbc/cursor.c @@ -34,6 +34,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -68,6 +69,10 @@ cursor *alloc_cursor(void) ======= >>>>>>> osgeo-main ======= +cursor *alloc_cursor(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) cursor *alloc_cursor() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86,6 +91,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -135,6 +141,8 @@ cursor *alloc_cursor(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { cursor *c; SQLRETURN ret; diff --git a/db/drivers/odbc/db.c b/db/drivers/odbc/db.c index e7e72eebfeb..45b68831263 100644 --- a/db/drivers/odbc/db.c +++ b/db/drivers/odbc/db.c @@ -47,6 +47,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -66,6 +67,8 @@ int db__driver_open_database(dbHandle *handle) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* Find ODBC DB driver */ @@ -115,6 +118,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144,6 +148,10 @@ int db__driver_open_database(dbHandle *handle) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } return DB_OK; diff --git a/db/drivers/odbc/proto.h b/db/drivers/odbc/proto.h index 5032726ddc1..1e498cc7ef5 100644 --- a/db/drivers/odbc/proto.h +++ b/db/drivers/odbc/proto.h @@ -17,6 +17,7 @@ int close_connection(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -51,6 +52,10 @@ cursor *alloc_cursor(void); cursor *alloc_cursor(void); ======= >>>>>>> osgeo-main +======= +cursor *alloc_cursor(void); +======= +>>>>>>> osgeo-main cursor *alloc_cursor(); <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65,6 +70,7 @@ cursor *alloc_cursor(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -74,6 +80,8 @@ cursor *alloc_cursor(void); ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= cursor *alloc_cursor(); ======= cursor *alloc_cursor(void); @@ -85,6 +93,7 @@ cursor *alloc_cursor(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -126,6 +135,8 @@ cursor *alloc_cursor(); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main void free_cursor(cursor *c); /* describe.c */ diff --git a/db/drivers/ogr/cursor.c b/db/drivers/ogr/cursor.c index 0ba62105ab6..939e7ba4ef8 100644 --- a/db/drivers/ogr/cursor.c +++ b/db/drivers/ogr/cursor.c @@ -68,6 +68,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -102,6 +103,10 @@ cursor *alloc_cursor(void) ======= >>>>>>> osgeo-main ======= +cursor *alloc_cursor(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) cursor *alloc_cursor() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -120,6 +125,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -169,6 +175,8 @@ cursor *alloc_cursor(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { cursor *c; diff --git a/db/drivers/ogr/db.c b/db/drivers/ogr/db.c index 152d482c7c1..978e0689938 100644 --- a/db/drivers/ogr/db.c +++ b/db/drivers/ogr/db.c @@ -86,6 +86,7 @@ int db__driver_open_database(dbHandle *handle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -120,6 +121,10 @@ int db__driver_close_database(void) ======= >>>>>>> osgeo-main ======= +int db__driver_close_database(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int db__driver_close_database() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -138,6 +143,7 @@ int db__driver_close_database(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -187,6 +193,8 @@ int db__driver_close_database(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { G_debug(3, "db_driver_close_database()"); diff --git a/db/drivers/ogr/describe.c b/db/drivers/ogr/describe.c index e45a3f550d2..2913e9a5693 100644 --- a/db/drivers/ogr/describe.c +++ b/db/drivers/ogr/describe.c @@ -114,6 +114,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -129,6 +130,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (ogrType != OFTInteger && ogrType != OFTInteger64 && ======= ======= @@ -139,6 +142,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -160,6 +164,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (ogrType != OFTInteger && #if GDAL_VERSION_NUM >= 2000000 ogrType != OFTInteger64 && @@ -173,6 +179,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -215,6 +222,11 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ogrType != OFTReal && ogrType != OFTString && ogrType != OFTDate && ogrType != OFTTime && ogrType != OFTDateTime) { G_warning( @@ -289,6 +301,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -308,6 +321,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case OFTInteger64: sqlType = DB_SQL_TYPE_INTEGER; size = OGR_Fld_GetWidth(hFieldDefn); /* OK ? */ @@ -319,6 +334,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -348,6 +364,10 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #if GDAL_VERSION_NUM >= 2000000 case OFTInteger64: #endif @@ -370,6 +390,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #endif ======= <<<<<<< HEAD @@ -387,6 +408,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #endif >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -398,6 +421,7 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -421,6 +445,8 @@ int describe_table(OGRLayerH hLayer, dbTable **table, cursor *c) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main break; case OFTReal: diff --git a/db/drivers/ogr/driver.c b/db/drivers/ogr/driver.c index e59ccc8cfa3..4b73672818d 100644 --- a/db/drivers/ogr/driver.c +++ b/db/drivers/ogr/driver.c @@ -34,6 +34,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49,6 +50,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int db__driver_init(int argc UNUSED, char *argv[] UNUSED) ======= ======= @@ -59,6 +62,7 @@ int db__driver_init(int argc UNUSED, char *argv[] UNUSED) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -80,6 +84,8 @@ int db__driver_init(int argc UNUSED, char *argv[] UNUSED) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int db__driver_init(int argc, char *argv[]) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) { @@ -105,6 +111,7 @@ int db__driver_init(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -139,6 +146,10 @@ int db__driver_finish(void) ======= >>>>>>> osgeo-main ======= +int db__driver_finish(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int db__driver_finish() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -157,6 +168,7 @@ int db__driver_finish(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -206,6 +218,8 @@ int db__driver_finish(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { return DB_OK; } diff --git a/db/drivers/ogr/execute.c b/db/drivers/ogr/execute.c index 82190075c74..754fea5cef9 100644 --- a/db/drivers/ogr/execute.c +++ b/db/drivers/ogr/execute.c @@ -107,6 +107,7 @@ int db__driver_execute_immediate(dbString *sql) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -122,6 +123,8 @@ int db__driver_execute_immediate(dbString *sql) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cols[i].type != OFTInteger64 || cols[i].type != OFTReal) && ======= ======= @@ -132,6 +135,7 @@ int db__driver_execute_immediate(dbString *sql) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -153,6 +157,8 @@ int db__driver_execute_immediate(dbString *sql) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #if GDAL_VERSION_NUM >= 2000000 cols[i].type != OFTInteger64 || #endif @@ -166,6 +172,7 @@ int db__driver_execute_immediate(dbString *sql) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -208,6 +215,11 @@ int db__driver_execute_immediate(dbString *sql) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *(cols[i].value) == '\'') { value = G_strchg(cols[i].value, '\'', ' '); G_strip(value); diff --git a/db/drivers/ogr/fetch.c b/db/drivers/ogr/fetch.c index ed89a412c7c..fcf65cd17f9 100644 --- a/db/drivers/ogr/fetch.c +++ b/db/drivers/ogr/fetch.c @@ -155,6 +155,7 @@ int db__driver_fetch(dbCursor *cn, int position, int *more) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -198,6 +199,11 @@ int db__driver_fetch(dbCursor *cn, int position, int *more) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #endif >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) diff --git a/db/drivers/ogr/listtab.c b/db/drivers/ogr/listtab.c index 10d749db089..a35746292c2 100644 --- a/db/drivers/ogr/listtab.c +++ b/db/drivers/ogr/listtab.c @@ -39,6 +39,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int db__driver_list_tables(dbString **tlist, int *tcount, int system) ======= <<<<<<< HEAD @@ -59,6 +60,8 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int db__driver_list_tables(dbString **tlist, int *tcount, int system UNUSED) ======= int db__driver_list_tables(dbString **tlist, int *tcount, int system) @@ -69,6 +72,7 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103,6 +107,11 @@ int db__driver_list_tables(dbString **tlist, int *tcount, int system) int db__driver_list_tables(dbString **tlist, int *tcount, int system) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +int db__driver_list_tables(dbString **tlist, int *tcount, int system) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int i, nlayers; dbString *list; diff --git a/db/drivers/sqlite/cursor.c b/db/drivers/sqlite/cursor.c index 27c69f68391..82ede88abf9 100644 --- a/db/drivers/sqlite/cursor.c +++ b/db/drivers/sqlite/cursor.c @@ -48,6 +48,7 @@ int db__driver_close_cursor(dbCursor *dbc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -82,6 +83,10 @@ cursor *alloc_cursor(void) ======= >>>>>>> osgeo-main ======= +cursor *alloc_cursor(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) cursor *alloc_cursor() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100,6 +105,7 @@ cursor *alloc_cursor(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -149,6 +155,8 @@ cursor *alloc_cursor(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { cursor *c; diff --git a/display/d.colortable/main.c b/display/d.colortable/main.c index e70bfc698bf..f1e9859dd2c 100644 --- a/display/d.colortable/main.c +++ b/display/d.colortable/main.c @@ -261,6 +261,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* fisrt 5 pixels draw null color */ ======= @@ -282,6 +283,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* first 5 pixels draw null color */ ======= /* fisrt 5 pixels draw null color */ @@ -292,6 +295,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /* fisrt 5 pixels draw null color */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -326,6 +330,11 @@ int main(int argc, char **argv) /* fisrt 5 pixels draw null color */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /* fisrt 5 pixels draw null color */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main y_box[1] = -1; y_box[3] = 1; x_box[2] = (dots_per_col - 6); diff --git a/display/d.geodesic/d.geodesic.html b/display/d.geodesic/d.geodesic.html index 61978133e33..fc27ecb0517 100644 --- a/display/d.geodesic/d.geodesic.html +++ b/display/d.geodesic/d.geodesic.html @@ -48,6 +48,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD This program works only in GRASS locations with longitude/latitude ======= <<<<<<< HEAD @@ -68,6 +69,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main This program works only with longitude/latitude ======= This program works only in GRASS locations with longitude/latitude @@ -78,6 +81,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= This program works only in GRASS locations with longitude/latitude >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -112,6 +116,11 @@

    NOTES

    This program works only in GRASS locations with longitude/latitude >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +This program works only in GRASS locations with longitude/latitude +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main coordinate system.

    SEE ALSO

    diff --git a/display/d.grid/d.grid.html b/display/d.grid/d.grid.html index eb386333777..361e89d9b07 100644 --- a/display/d.grid/d.grid.html +++ b/display/d.grid/d.grid.html @@ -93,6 +93,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -127,6 +128,10 @@

    AUTHORS

    Background color implemented as part of GSoC 2016 by Adam Laza, CTU in Prague ======= >>>>>>> osgeo-main +======= +Background color implemented as part of GSoC 2016 by Adam Laza, CTU in Prague +======= +>>>>>>> osgeo-main Background color implemented as part of GSoC 2016 by Adam Laza, CTU in Prague <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -141,6 +146,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -150,6 +156,8 @@

    AUTHORS

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= Background color implemented as part of GSoC 2016 by Adam Laza, CTU in Prague ======= Background color implemented as part of GSoC 2016 by Adam Laza, CTU in Prague @@ -161,6 +169,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -202,3 +211,5 @@

    AUTHORS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/display/d.grid/plot.c b/display/d.grid/plot.c index b621d8e1026..bff6c95d598 100644 --- a/display/d.grid/plot.c +++ b/display/d.grid/plot.c @@ -576,6 +576,7 @@ int plot_geogrid(double size, struct pj_info *info_in, struct pj_info *info_out, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -618,6 +619,11 @@ int plot_geogrid(double size, struct pj_info *info_in, struct pj_info *info_out, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ********************************************************/ void init_proj(struct pj_info *info_in, struct pj_info *info_out, struct pj_info *info_trans, int wgs84) diff --git a/display/d.histogram/bar.h b/display/d.histogram/bar.h index 12dbf416818..c140b7f3a38 100644 --- a/display/d.histogram/bar.h +++ b/display/d.histogram/bar.h @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -60,6 +61,10 @@ float rem(long int, long int); /* remainder function */ float rem(long int, long int); /* remainder function */ ======= >>>>>>> osgeo-main +======= +float rem(long int, long int); /* remainder function */ +======= +>>>>>>> osgeo-main float rem(); /* remainder function */ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74,6 +79,7 @@ float rem(long int, long int); /* remainder function */ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -83,6 +89,8 @@ float rem(long int, long int); /* remainder function */ ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= float rem(); /* remainder function */ ======= float rem(long int, long int); /* remainder function */ @@ -94,6 +102,7 @@ float rem(long int, long int); /* remainder function */ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -139,6 +148,8 @@ float rem(); /* remainder function */ >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main /* normalized coordinates of bar-chart components */ diff --git a/display/d.histogram/pie.h b/display/d.histogram/pie.h index 245375aab2f..915a31cca42 100644 --- a/display/d.histogram/pie.h +++ b/display/d.histogram/pie.h @@ -52,6 +52,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -89,6 +90,10 @@ float rem(long int, long int); /* remainder function */ float rem(long int, long int); /* remainder function */ ======= >>>>>>> osgeo-main +======= +float rem(long int, long int); /* remainder function */ +======= +>>>>>>> osgeo-main float rem(); /* remainder function */ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103,6 +108,7 @@ float rem(long int, long int); /* remainder function */ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -112,6 +118,8 @@ float rem(long int, long int); /* remainder function */ ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= float rem(); /* remainder function */ ======= float rem(long int, long int); /* remainder function */ @@ -123,6 +131,7 @@ float rem(long int, long int); /* remainder function */ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -168,6 +177,8 @@ float rem(); /* remainder function */ >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main /* normalized coordinates & dimensions of pie-chart components */ diff --git a/display/d.labels/d.labels.html b/display/d.labels/d.labels.html index 2f0fbf76ca1..1ae5d1e380b 100644 --- a/display/d.labels/d.labels.html +++ b/display/d.labels/d.labels.html @@ -15,6 +15,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD appropriate directory under the user's current mapset and location ======= <<<<<<< HEAD @@ -35,6 +36,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main appropriate directory under the user's current mapset and project ======= appropriate directory under the user's current mapset and location @@ -45,6 +48,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= appropriate directory under the user's current mapset and location >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -79,6 +83,11 @@

    DESCRIPTION

    appropriate directory under the user's current mapset and location >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +appropriate directory under the user's current mapset and location +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main (i.e. $MAPSET/paint/labels/).

    NOTES

    diff --git a/display/d.labels/do_labels.c b/display/d.labels/do_labels.c index 2644a17be8f..3e828b6293a 100644 --- a/display/d.labels/do_labels.c +++ b/display/d.labels/do_labels.c @@ -464,6 +464,7 @@ int scan_ref(char *buf) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD case 1: if (xmatch(word1) || ymatch(word1)) @@ -487,6 +488,8 @@ int scan_ref(char *buf) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main FALLTHROUGH; case 1: if (xmatch(word1) || ymatch(word1)) @@ -503,6 +506,7 @@ int scan_ref(char *buf) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -511,6 +515,8 @@ int scan_ref(char *buf) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= case 1: if (xmatch(word1) || ymatch(word1)) @@ -522,6 +528,7 @@ int scan_ref(char *buf) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -539,6 +546,8 @@ int scan_ref(char *buf) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main default: return 0; } diff --git a/display/d.labels/main.c b/display/d.labels/main.c index 75dfed09fd0..301469710f7 100644 --- a/display/d.labels/main.c +++ b/display/d.labels/main.c @@ -28,7 +28,7 @@ int main(int argc, char **argv) struct Cell_head window; char *label_name; const char *mapset; - double minreg, maxreg, reg, dx, dy; + double reg, dx, dy; FILE *infile; struct Option *opt1; struct Option *maxreg_opt, *minreg_opt; @@ -91,7 +91,7 @@ int main(int argc, char **argv) dy = window.north - window.south; reg = sqrt(dx * dx + dy * dy); if (minreg_opt->answer) { - minreg = atof(minreg_opt->answer); + double minreg = atof(minreg_opt->answer); if (reg < minreg) { G_warning( _("Region size is lower than minreg, nothing displayed.")); @@ -100,7 +100,7 @@ int main(int argc, char **argv) } } if (maxreg_opt->answer) { - maxreg = atof(maxreg_opt->answer); + double maxreg = atof(maxreg_opt->answer); if (reg > maxreg) { G_warning( _("Region size is greater than maxreg, nothing displayed.")); diff --git a/display/d.legend.vect/draw.c b/display/d.legend.vect/draw.c index 28dacd4374d..2cff897252e 100644 --- a/display/d.legend.vect/draw.c +++ b/display/d.legend.vect/draw.c @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * background. Eith do_bg=0 compute position of all legend graphic item and draw ======= @@ -30,6 +31,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * background. With do_bg=0 compute position of all legend graphic item and draw ======= * background. Eith do_bg=0 compute position of all legend graphic item and draw @@ -40,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * background. Eith do_bg=0 compute position of all legend graphic item and draw >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -74,6 +78,11 @@ * background. Eith do_bg=0 compute position of all legend graphic item and draw >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * background. Eith do_bg=0 compute position of all legend graphic item and draw +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * all. * * Copyright (C) 2016 by Adam Laza, GSoC 2016, and the GRASS Development Team @@ -115,7 +124,7 @@ void draw(char *file_name, double LL, double LT, char *title, int cols, double symb_h, symb_w, def_symb_h, def_symb_w; int item_count, item; double it_per_col; - double margin, bg_h, bg_w; + double margin, bg_h; char **tokens; D_get_src(&dt, &db, &dl, &dr); @@ -336,7 +345,7 @@ void draw(char *file_name, double LL, double LT, char *title, int cols, /* Draw background */ if (do_bg) { double x0bg, y0bg, x1bg, y1bg; - + double bg_w; if (title_w > offs_x + maxlblw) bg_w = title_w; else diff --git a/display/d.legend/draw.c b/display/d.legend/draw.c index f093856b2e4..f89ccc58663 100644 --- a/display/d.legend/draw.c +++ b/display/d.legend/draw.c @@ -270,6 +270,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (opt_at->answer == NULL) { /* if defualt scaling */ ======= @@ -291,6 +292,8 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (opt_at->answer == NULL) { /* if default scaling */ ======= if (opt_at->answer == NULL) { /* if defualt scaling */ @@ -301,6 +304,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (opt_at->answer == NULL) { /* if defualt scaling */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -335,6 +339,11 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, if (opt_at->answer == NULL) { /* if defualt scaling */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (opt_at->answer == NULL) { /* if defualt scaling */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (!do_smooth && (dots_per_line < 4)) /* if so small that there's no box */ if ((b - (dots_per_line * lines)) / (b * 1.0) > @@ -368,6 +377,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -404,6 +414,10 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, ======= if (snprintf(DispFormat, b_s, "%%%dd", log_maxCat) >= (int)b_s) ======= +>>>>>>> osgeo-main +======= + if (snprintf(DispFormat, b_s, "%%%dd", log_maxCat) >= (int)b_s) +======= >>>>>>> osgeo-main if (snprintf(DispFormat, b_s, "%%%dd", log_maxCat) >= b_s) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -419,6 +433,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -427,6 +442,8 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (snprintf(DispFormat, b_s, "%%%dd", log_maxCat) >= b_s) ======= @@ -439,6 +456,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -484,6 +502,8 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main G_fatal_error( _("Failed to create format string with maxCat=%f."), maxCat); @@ -1294,6 +1314,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (opt_at->answer == NULL) { /* ie defualt scaling */ ======= @@ -1315,6 +1336,8 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (opt_at->answer == NULL) { /* ie default scaling */ ======= if (opt_at->answer == NULL) { /* ie defualt scaling */ @@ -1325,6 +1348,7 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (opt_at->answer == NULL) { /* ie defualt scaling */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1359,6 +1383,11 @@ void draw(const char *map_name, int maptype, int color, int thin, int lines, if (opt_at->answer == NULL) { /* ie defualt scaling */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (opt_at->answer == NULL) { /* ie defualt scaling */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ScaleFactor = ((true_r - true_l) / ((MaxLabelLen + 3) * txsiz * 0.81)); /* ?? txsiz*.81=actual text width. */ diff --git a/display/d.mon/main.c b/display/d.mon/main.c index 7b45c9ae59c..3afb0c4e919 100644 --- a/display/d.mon/main.c +++ b/display/d.mon/main.c @@ -28,6 +28,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -51,6 +52,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main [1] display/d.mon/render_cmd.py [2] lib/display/r_raster.c [3] https://grass.osgeo.org/grass-devel/manuals/displaydrivers.html @@ -63,6 +66,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD [1] display/d.mon/render_cmd.py [2] lib/display/r_raster.c @@ -75,6 +79,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main [1] https://github.com/OSGeo/grass/tree/master/display/d.mon/render_cmd.py [2] https://github.com/OSGeo/grass/tree/master/lib/display/r_raster.c#L107 @@ -94,6 +100,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -102,6 +109,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= [1] display/d.mon/render_cmd.py [2] lib/display/r_raster.c @@ -113,6 +122,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -154,6 +164,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main */ diff --git a/display/d.mon/start.c b/display/d.mon/start.c index 2a921420538..8af7d168687 100644 --- a/display/d.mon/start.c +++ b/display/d.mon/start.c @@ -199,6 +199,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -234,6 +235,8 @@ int start_mon(const char *name, const char *output, int select, int width, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (write(fd, buf, strlen(buf)) != (ssize_t)strlen(buf)) G_fatal_error(_("Failed to write to file <%s>"), env_file); sprintf(buf, "GRASS_RENDER_FILE_READ=FALSE\n"); @@ -248,6 +251,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -401,6 +405,10 @@ int start_mon(const char *name, const char *output, int select, int width, ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +======= +======= +======= +>>>>>>> osgeo-main >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) if (write(fd, buf, strlen(buf)) != strlen(buf)) G_fatal_error(_("Failed to write to file <%s>"), env_file); @@ -425,10 +433,13 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main G_fatal_error(_("Failed to write to file <%s>"), env_file); } @@ -500,6 +511,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD @@ -606,6 +618,8 @@ int start_mon(const char *name, const char *output, int select, int width, ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main ======= if (write(fd, buf, strlen(buf)) != strlen(buf)) ======= @@ -640,7 +654,10 @@ int start_mon(const char *name, const char *output, int select, int width, if (write(fd, buf, strlen(buf)) != (ssize_t)strlen(buf)) G_fatal_error(_("Failed to write to file <%s>"), env_file); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (bgcolor) { if (strcmp(bgcolor, "none") == 0) @@ -660,6 +677,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= @@ -692,6 +710,10 @@ int start_mon(const char *name, const char *output, int select, int width, ======= if (write(fd, buf, strlen(buf)) != (ssize_t)strlen(buf)) ======= +>>>>>>> osgeo-main +======= + if (write(fd, buf, strlen(buf)) != (ssize_t)strlen(buf)) +======= >>>>>>> osgeo-main if (write(fd, buf, strlen(buf)) != strlen(buf)) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -703,8 +725,11 @@ int start_mon(const char *name, const char *output, int select, int width, >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (write(fd, buf, strlen(buf)) != strlen(buf)) ======= @@ -716,6 +741,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -741,10 +767,13 @@ int start_mon(const char *name, const char *output, int select, int width, if (write(fd, buf, strlen(buf)) != strlen(buf)) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Failed to write to file <%s>"), env_file); } if (truecolor) { sprintf(buf, "GRASS_RENDER_TRUECOLOR=TRUE\n"); +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -786,6 +815,14 @@ int start_mon(const char *name, const char *output, int select, int width, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + if (write(fd, buf, strlen(buf)) != (ssize_t)strlen(buf)) +======= >>>>>>> osgeo-main if (write(fd, buf, strlen(buf)) != strlen(buf)) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -805,6 +842,7 @@ int start_mon(const char *name, const char *output, int select, int width, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -905,6 +943,8 @@ int start_mon(const char *name, const char *output, int select, int width, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Failed to write to file <%s>"), env_file); } close(fd); diff --git a/display/d.path/select.c b/display/d.path/select.c index 49e7920b096..95ed6909f48 100644 --- a/display/d.path/select.c +++ b/display/d.path/select.c @@ -24,6 +24,7 @@ int display(struct Map_info *Map, struct line_pnts *Points, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -66,6 +67,11 @@ int display(struct Map_info *Map, struct line_pnts *Points, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main const struct color_rgb *color, int first, int last, int be_bold) { int from, to; diff --git a/display/d.rast.arrow/main.c b/display/d.rast.arrow/main.c index 8ac6ca1a17b..ae185b301d4 100644 --- a/display/d.rast.arrow/main.c +++ b/display/d.rast.arrow/main.c @@ -12,6 +12,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27,6 +28,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * COPYRIGHT: (C) 2000, 2010, 2023 by the GRASS Development Team ======= ======= @@ -37,6 +40,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -58,6 +62,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * COPYRIGHT: (C) 2000, 2010 by the GRASS Development Team >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) * @@ -77,6 +83,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * 2004 Update for 360 degree arrows and magnitude scaling: Hamish Bowman, Oct * 2005 Align grids with raster cells: Huidae Cho, Apr 2009 Drainage aspect @@ -100,6 +107,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * 2004; Update for 360 degree arrows and magnitude scaling: Hamish Bowman, Oct * 2005; Align grids with raster cells: Huidae Cho, Apr 2009; Drainage aspect * type: Huidae Cho, Sep 2015; Terraflow type: Huidae Cho, May 2023 @@ -114,6 +123,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -122,6 +132,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= * 2004 Update for 360 degree arrows and magnitude scaling: Hamish Bowman, Oct * 2005 Align grids with raster cells: Huidae Cho, Apr 2009 Drainage aspect @@ -133,6 +145,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -150,6 +163,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main */ /* @@ -341,6 +356,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -360,6 +376,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else if (strcmp("terraflow", opt2->answer) == 0) map_type = 6; ======= @@ -370,6 +388,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -399,6 +418,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main scale = atof(opt8->answer); if (scale <= 0.0) @@ -586,6 +609,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (map_type == 2 || map_type == 3 || map_type == 5) { ======= @@ -607,6 +631,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (map_type == 2 || map_type == 3 || map_type == 5 || map_type == 6) { ======= @@ -618,6 +644,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (map_type == 2 || map_type == 3 || map_type == 5) { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -652,6 +679,11 @@ int main(int argc, char **argv) if (map_type == 2 || map_type == 3 || map_type == 5) { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (map_type == 2 || map_type == 3 || map_type == 5) { +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (Rast_is_null_value(ptr, raster_type)) aspect_c = 0; else if (map_type == 5 && aspect_f < 0) @@ -840,6 +872,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -859,6 +892,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* case switch for r.terraflow direction type aspect map */ else if (map_type == 6) { D_use_color(arrow_color); @@ -914,6 +949,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -943,6 +979,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ptr = G_incr_void_ptr(ptr, Rast_cell_size(raster_type)); if (opt7->answer) mag_ptr = diff --git a/display/d.rast.num/main.c b/display/d.rast.num/main.c index 6f385d0b1d2..c6fe78a7acd 100644 --- a/display/d.rast.num/main.c +++ b/display/d.rast.num/main.c @@ -43,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85,6 +86,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * */ @@ -199,6 +205,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -218,6 +225,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Setup driver and check important information */ D_open_driver(); @@ -229,6 +238,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -258,6 +268,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main map_name = opt.map->answer; @@ -358,6 +372,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -400,6 +415,11 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (opt.font->answer) D_font(opt.font->answer); else if (opt.path->answer) diff --git a/display/d.rhumbline/d.rhumbline.html b/display/d.rhumbline/d.rhumbline.html index 2c2d5f555a1..984d60973b2 100644 --- a/display/d.rhumbline/d.rhumbline.html +++ b/display/d.rhumbline/d.rhumbline.html @@ -49,6 +49,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD This program works only in GRASS locations with longitude/latitude ======= <<<<<<< HEAD @@ -69,6 +70,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main This program works only with longitude/latitude ======= This program works only in GRASS locations with longitude/latitude @@ -79,6 +82,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= This program works only in GRASS locations with longitude/latitude >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -113,6 +117,11 @@

    NOTES

    This program works only in GRASS locations with longitude/latitude >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +This program works only in GRASS locations with longitude/latitude +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main coordinate system.

    SEE ALSO

    diff --git a/display/d.rhumbline/plot.c b/display/d.rhumbline/plot.c index 0674974712e..567d4f9a8e3 100644 --- a/display/d.rhumbline/plot.c +++ b/display/d.rhumbline/plot.c @@ -13,6 +13,7 @@ void plot(double lon1, double lat1, double lon2, double lat2, int line_color, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int text_color) ======= @@ -34,6 +35,8 @@ void plot(double lon1, double lat1, double lon2, double lat2, int line_color, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int text_color UNUSED) ======= int text_color) @@ -44,6 +47,7 @@ void plot(double lon1, double lat1, double lon2, double lat2, int line_color, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int text_color) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -78,6 +82,11 @@ void plot(double lon1, double lat1, double lon2, double lat2, int line_color, int text_color) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + int text_color) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int nsteps = 1000; int i; diff --git a/display/d.text/d.text.html b/display/d.text/d.text.html index 873abece8ce..265b966a4ab 100644 --- a/display/d.text/d.text.html +++ b/display/d.text/d.text.html @@ -127,6 +127,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -167,6 +168,11 @@

    AUTHORS

    ======= >>>>>>> osgeo-main ======= +James Westervelt, +U.S. Army Construction Engineering +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) James Westervelt, U.S. Army Construction Engineering @@ -189,6 +195,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -243,5 +250,7 @@

    AUTHORS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Research Laboratory

    Updates by Huidae Cho diff --git a/display/d.text/main.c b/display/d.text/main.c index 402a26697b2..fd5bc6683ab 100644 --- a/display/d.text/main.c +++ b/display/d.text/main.c @@ -571,6 +571,7 @@ static void set_color(char *tcolor) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -613,6 +614,11 @@ static void set_color(char *tcolor) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main D_RGB_color(r, g, b); } } diff --git a/display/d.title/d.title.html b/display/d.title/d.title.html index 573eb5b5efb..714f296a08e 100644 --- a/display/d.title/d.title.html +++ b/display/d.title/d.title.html @@ -25,6 +25,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -66,6 +67,10 @@

    NOTES

    ======= >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main The text created with d.text will not necessarily fit within the @@ -78,6 +83,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) @@ -119,6 +125,11 @@

    NOTES

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main The text created with d.text will not necessarily fit within the @@ -134,6 +145,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -142,6 +154,8 @@

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -153,6 +167,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -162,6 +177,8 @@

    NOTES

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= The text created with d.text @@ -176,6 +193,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -209,6 +227,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    EXAMPLES

    @@ -253,6 +273,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -293,6 +314,11 @@

    AUTHOR

    ======= >>>>>>> osgeo-main ======= +James Westervelt, +U.S. Army Construction Engineering +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) James Westervelt, U.S. Army Construction Engineering @@ -315,6 +341,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -369,4 +396,6 @@

    AUTHOR

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Research Laboratory diff --git a/display/d.vect.thematic/area.c b/display/d.vect.thematic/area.c index 31b22fbac0d..be812a0198c 100644 --- a/display/d.vect.thematic/area.c +++ b/display/d.vect.thematic/area.c @@ -24,6 +24,7 @@ int dareatheme(struct Map_info *Map, struct cat_list *Clist, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int chcat, struct Cell_head *window, int default_width) ======= @@ -45,6 +46,8 @@ int dareatheme(struct Map_info *Map, struct cat_list *Clist, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int chcat, struct Cell_head *window, int default_width UNUSED) ======= int chcat, struct Cell_head *window, int default_width) @@ -55,6 +58,7 @@ int dareatheme(struct Map_info *Map, struct cat_list *Clist, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int chcat, struct Cell_head *window, int default_width) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -89,6 +93,11 @@ int dareatheme(struct Map_info *Map, struct cat_list *Clist, int chcat, struct Cell_head *window, int default_width) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + int chcat, struct Cell_head *window, int default_width) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int num, area, isle, n_isles, n_points; diff --git a/display/d.vect.thematic/display.c b/display/d.vect.thematic/display.c index 87a47809911..9bd0c3787ba 100644 --- a/display/d.vect.thematic/display.c +++ b/display/d.vect.thematic/display.c @@ -147,6 +147,7 @@ int draw_line(int ltype, int line, const struct line_pnts *Points, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD const struct line_cats *Cats, int chcat, double size, ======= @@ -168,6 +169,8 @@ int draw_line(int ltype, int line, const struct line_pnts *Points, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main const struct line_cats *Cats, int chcat, double size UNUSED, ======= const struct line_cats *Cats, int chcat, double size, @@ -178,6 +181,7 @@ int draw_line(int ltype, int line, const struct line_pnts *Points, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= const struct line_cats *Cats, int chcat, double size, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -212,6 +216,11 @@ int draw_line(int ltype, int line, const struct line_pnts *Points, const struct line_cats *Cats, int chcat, double size, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + const struct line_cats *Cats, int chcat, double size, +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int default_width, const struct cat_list *Clist, SYMBOL *Symb, RGBA_Color *primary_color, int *n_points, int *n_lines, int *n_centroids, int *n_boundaries, int *n_faces, diff --git a/display/d.vect.thematic/legend.c b/display/d.vect.thematic/legend.c index 620481e578b..d5a95682f80 100644 --- a/display/d.vect.thematic/legend.c +++ b/display/d.vect.thematic/legend.c @@ -28,6 +28,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int *frequencies, const char *topo) ======= @@ -49,6 +50,8 @@ void write_into_legend_file(const char *legfile, const char *icon, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int *frequencies, int c_type, const char *topo) ======= int *frequencies, const char *topo) @@ -59,6 +62,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int *frequencies, const char *topo) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -93,6 +97,11 @@ void write_into_legend_file(const char *legfile, const char *icon, int *frequencies, const char *topo) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + int *frequencies, const char *topo) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { FILE *fd; int i; @@ -119,6 +128,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -134,6 +144,8 @@ void write_into_legend_file(const char *legfile, const char *icon, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(fd, "< %.*f|", n_places, breakpoints[0]); ======= ======= @@ -144,6 +156,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -165,6 +178,8 @@ void write_into_legend_file(const char *legfile, const char *icon, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(fd, "< %.2f|", breakpoints[0]); } else { @@ -199,6 +214,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -218,6 +234,8 @@ void write_into_legend_file(const char *legfile, const char *icon, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main colors[0].r, colors[0].g, colors[0].b, bcolor.r, bcolor.g, bcolor.b, default_width, topo, frequencies[0]); /* Middle lines */ @@ -244,6 +262,7 @@ void write_into_legend_file(const char *legfile, const char *icon, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -273,6 +292,10 @@ void write_into_legend_file(const char *legfile, const char *icon, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main colors[nbreaks].r, colors[nbreaks].g, colors[nbreaks].b, bcolor.r, bcolor.g, bcolor.b, default_width, topo, frequencies[nbreaks]); diff --git a/display/d.vect.thematic/local_proto.h b/display/d.vect.thematic/local_proto.h index 423045418f6..a6e48df88f7 100644 --- a/display/d.vect.thematic/local_proto.h +++ b/display/d.vect.thematic/local_proto.h @@ -36,6 +36,7 @@ void write_into_legend_file(const char *, const char *, const char *, double, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD struct color_rgb *, int, int *, const char *); ======= @@ -57,6 +58,8 @@ void write_into_legend_file(const char *, const char *, const char *, double, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main struct color_rgb *, int, int *, int, const char *); ======= struct color_rgb *, int, int *, const char *); @@ -67,6 +70,7 @@ void write_into_legend_file(const char *, const char *, const char *, double, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= struct color_rgb *, int, int *, const char *); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -101,3 +105,8 @@ void write_into_legend_file(const char *, const char *, const char *, double, struct color_rgb *, int, int *, const char *); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + struct color_rgb *, int, int *, const char *); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/display/d.vect.thematic/main.c b/display/d.vect.thematic/main.c index e9f59886955..c630a3e9c6a 100644 --- a/display/d.vect.thematic/main.c +++ b/display/d.vect.thematic/main.c @@ -412,6 +412,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * max exluded) than classes */ ======= @@ -433,6 +434,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * max excluded) than classes */ ======= * max exluded) than classes */ @@ -443,6 +446,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * max exluded) than classes */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -477,6 +481,11 @@ int main(int argc, char **argv) * max exluded) than classes */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * max exluded) than classes */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main breakpoints = (double *)G_malloc((nbreaks) * sizeof(double)); for (i = 0; i < nbreaks; i++) @@ -614,6 +623,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -633,6 +643,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main write_into_legend_file( "stdout", icon_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, default_width, @@ -644,6 +656,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -673,6 +686,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main write_into_legend_file("stdout", icon_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -686,6 +703,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -728,6 +746,11 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } nfeatures = Vect_get_num_primitives(&Map, GV_LINE); @@ -741,6 +764,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -760,6 +784,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main write_into_legend_file( "stdout", icon_line_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -771,6 +797,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -800,6 +827,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main write_into_legend_file("stdout", icon_line_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -813,6 +844,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -855,6 +887,11 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } nfeatures = Vect_get_num_primitives(&Map, GV_BOUNDARY); @@ -868,6 +905,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -887,6 +925,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main write_into_legend_file( "stdout", icon_area_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -898,6 +938,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -927,6 +968,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main write_into_legend_file("stdout", icon_area_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -940,6 +985,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -982,6 +1028,11 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } } @@ -1002,6 +1053,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1021,6 +1073,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main write_into_legend_file( leg_file, icon_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, default_width, @@ -1032,6 +1086,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1061,6 +1116,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main write_into_legend_file(leg_file, icon_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -1074,6 +1133,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1116,6 +1176,11 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } nfeatures = Vect_get_num_primitives(&Map, GV_LINE); @@ -1129,6 +1194,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1148,6 +1214,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main write_into_legend_file( leg_file, icon_line_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -1159,6 +1227,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1188,6 +1257,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main write_into_legend_file(leg_file, icon_line_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -1201,6 +1274,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1243,6 +1317,11 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } nfeatures = Vect_get_num_primitives(&Map, GV_BOUNDARY); @@ -1256,6 +1335,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1275,6 +1355,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main write_into_legend_file( leg_file, icon_area_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -1286,6 +1368,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1315,6 +1398,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main write_into_legend_file(leg_file, icon_area_opt->answer, title, stats.min, stats.max, breakpoints, nbreaks, size, bcolor, colors, @@ -1328,6 +1415,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1370,6 +1458,11 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } } @@ -1392,6 +1485,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD default_width, frequencies, "point"); ======= @@ -1413,6 +1507,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main default_width, frequencies, ctype, "point"); ======= default_width, frequencies, "point"); @@ -1423,6 +1519,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= default_width, frequencies, "point"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1457,6 +1554,11 @@ int main(int argc, char **argv) default_width, frequencies, "point"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + default_width, frequencies, "point"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } nfeatures = Vect_get_num_primitives(&Map, GV_LINE); @@ -1472,6 +1574,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD colors, default_width, frequencies, "line"); ======= @@ -1493,6 +1596,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main colors, default_width, frequencies, ctype, "line"); ======= colors, default_width, frequencies, "line"); @@ -1503,6 +1608,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= colors, default_width, frequencies, "line"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1537,6 +1643,11 @@ int main(int argc, char **argv) colors, default_width, frequencies, "line"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + colors, default_width, frequencies, "line"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } nfeatures = Vect_get_num_primitives(&Map, GV_BOUNDARY); @@ -1552,6 +1663,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD colors, default_width, frequencies, "area"); ======= @@ -1573,6 +1685,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main colors, default_width, frequencies, ctype, "area"); ======= colors, default_width, frequencies, "area"); @@ -1583,6 +1697,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= colors, default_width, frequencies, "area"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1617,6 +1732,11 @@ int main(int argc, char **argv) colors, default_width, frequencies, "area"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + colors, default_width, frequencies, "area"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; } } diff --git a/display/d.vect.thematic/plot1.c b/display/d.vect.thematic/plot1.c index 942f430a866..bfcd908d617 100644 --- a/display/d.vect.thematic/plot1.c +++ b/display/d.vect.thematic/plot1.c @@ -56,6 +56,7 @@ int plot1(struct Map_info *Map, int type, int area, struct cat_list *Clist, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98,6 +99,11 @@ int plot1(struct Map_info *Map, int type, int area, struct cat_list *Clist, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int cats_color_flag, char *rgb_column, int default_width, char *width_column, double width_scale) { diff --git a/display/d.vect/d.vect.html b/display/d.vect/d.vect.html index d02ed9ace2a..9814c04c66f 100644 --- a/display/d.vect/d.vect.html +++ b/display/d.vect/d.vect.html @@ -19,6 +19,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38,6 +39,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    When d.vect is used with where parameter on MS Windows Command Prompt, it is important to use ˆ carret symbol for escaping special characters < > ( ) & | , ; ". @@ -53,6 +56,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -82,6 +86,10 @@

    NOTES

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main

    By default d.vect areas are filled with fill_color and outlined with color. Area outlines can be suppressed with

    diff --git a/display/d.vect/label.c b/display/d.vect/label.c
    index 4c680d9f3fe..00c234fdb56 100644
    --- a/display/d.vect/label.c
    +++ b/display/d.vect/label.c
    @@ -195,6 +195,7 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -238,6 +239,11 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
         if (lattr->yref == LCENTER)
             Yoffset = -(B - T) / 2;
         if (lattr->yref == LBOTTOM)
    @@ -251,6 +257,7 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    @@ -293,6 +300,11 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
     
         if (lattr->has_bgcolor || lattr->has_bcolor) {
             xarr[0] = xarr[1] = xarr[4] = L + Xoffset;
    @@ -305,6 +317,7 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
             yarr[0] = yarr[3] = yarr[4] = B + Yoffset;
             yarr[1] = yarr[2] = T + Yoffset;
    @@ -327,6 +340,8 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
             yarr[0] = yarr[3] = yarr[4] = B;
             yarr[1] = yarr[2] = T;
     =======
    @@ -339,6 +354,7 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -347,6 +363,8 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     >>>>>>> osgeo-main
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
     =======
             yarr[0] = yarr[3] = yarr[4] = B + Yoffset;
             yarr[1] = yarr[2] = T + Yoffset;
    @@ -357,6 +375,7 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -374,6 +393,8 @@ void show_label(double *px, double *py, LATTR *lattr, const char *text)
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
     
             if (lattr->has_bgcolor) {
                 D_RGB_color(lattr->bgcolor.R, lattr->bgcolor.G, lattr->bgcolor.B);
    diff --git a/display/d.vect/shape.c b/display/d.vect/shape.c
    index 8556ba663de..8af01041d99 100644
    --- a/display/d.vect/shape.c
    +++ b/display/d.vect/shape.c
    @@ -57,6 +57,7 @@ int display_shape(struct Map_info *Map, int type, struct cat_list *Clist,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
         /* fisrt search for color table */
     =======
    @@ -78,6 +79,8 @@ int display_shape(struct Map_info *Map, int type, struct cat_list *Clist,
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
         /* first search for color table */
     =======
         /* fisrt search for color table */
    @@ -88,6 +91,7 @@ int display_shape(struct Map_info *Map, int type, struct cat_list *Clist,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
         /* fisrt search for color table */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -122,6 +126,11 @@ int display_shape(struct Map_info *Map, int type, struct cat_list *Clist,
         /* fisrt search for color table */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +    /* fisrt search for color table */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
         have_colors =
             Vect_read_colors(Vect_get_name(Map), Vect_get_mapset(Map), &colors);
         if (have_colors && rgb_column) {
    diff --git a/doc/development/rfc/PSC_guidelines.md b/doc/development/rfc/PSC_guidelines.md
    index 6429a898bbe..b31d937574b 100644
    --- a/doc/development/rfc/PSC_guidelines.md
    +++ b/doc/development/rfc/PSC_guidelines.md
    @@ -21,6 +21,7 @@ Status: Adopted (6 April 2007)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -67,6 +68,10 @@ Status: Adopted (6 April 2007)
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +=======
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +>>>>>>> osgeo-main
     A GRASS Project Steering Committee ([PSC](https://trac.osgeo.org/grass/wiki/PSC))
     is proposed to formalize control over the GRASS codebase and to facilitate GRASS
     project management issues. It is desired to keep the administrational overhead
    @@ -78,6 +83,7 @@ as low as possible.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
    @@ -103,6 +109,9 @@ as low as possible.
     =======
     =======
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +>>>>>>> osgeo-main
     A GRASS Project Steering Committee ([PSC](https://trac.osgeo.org/grass/wiki/PSC)) is proposed to formalize control
     over the GRASS codebase and to facilitate GRASS project management issues.
     It is desired to keep the administrational overhead as low as possible.
    @@ -113,6 +122,7 @@ It is desired to keep the administrational overhead as low as possible.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -122,6 +132,8 @@ It is desired to keep the administrational overhead as low as possible.
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
     =======
    +>>>>>>> osgeo-main
    +=======
     A GRASS Project Steering Committee ([PSC](https://trac.osgeo.org/grass/wiki/PSC)) is proposed to formalize control
     over the GRASS codebase and to facilitate GRASS project management issues.
     It is desired to keep the administrational overhead as low as possible.
    @@ -132,6 +144,9 @@ It is desired to keep the administrational overhead as low as possible.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
    +=======
    +>>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
     =======
    @@ -155,6 +170,7 @@ as low as possible.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -184,6 +200,8 @@ as low as possible.
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     This document describes how the GRASS Project Steering Committee
     determines membership, and makes decisions on GRASS project issues.
    @@ -227,6 +245,7 @@ currently include:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727))
     =======
    @@ -270,6 +289,11 @@ currently include:
       non-compliance being removal of write access to the source code repository.
     =======
     >>>>>>> osgeo-main
    +=======
    +* Enforcing the submitter guidelines, with the ultimate sanction against
    +  non-compliance being removal of write access to the source code repository.
    +=======
    +>>>>>>> osgeo-main
     * Enforcing the submitter guidelines, with the ultimate sanction against non-compliance being removal of write access to the source code repository.
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -285,6 +309,7 @@ currently include:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -294,6 +319,8 @@ currently include:
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     * Enforcing the submitter guidelines, with the ultimate sanction against non-compliance being removal of write access to the source code repository.
     =======
     * Enforcing the submitter guidelines, with the ultimate sanction against
    @@ -306,6 +333,7 @@ currently include:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -353,6 +381,8 @@ currently include:
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     In general, once write access has been granted, developers are allowed to
     make changes to the codebase as they see fit. For controversial or
    @@ -383,6 +413,7 @@ Removal of write access to the source code repository is handled as a
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727))
     =======
    @@ -426,6 +457,11 @@ proposal to the committee as described below in the
     [Operation of the PSC](#operation-of-the-psc) section.
     =======
     >>>>>>> osgeo-main
    +=======
    +proposal to the committee as described below in the
    +[Operation of the PSC](#operation-of-the-psc) section.
    +=======
    +>>>>>>> osgeo-main
     proposal to the committee as described below in the [Operation of the PSC](#operation-of-the-psc) section.
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -441,6 +477,7 @@ proposal to the committee as described below in the
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -450,6 +487,8 @@ proposal to the committee as described below in the
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     proposal to the committee as described below in the [Operation of the PSC](#operation-of-the-psc) section.
     =======
     proposal to the committee as described below in the
    @@ -462,6 +501,7 @@ proposal to the committee as described below in the
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -509,6 +549,8 @@ proposal to the committee as described below in the [Operation of the PSC](#oper
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     ### Legal aspects
     
    @@ -551,6 +593,7 @@ by discussion of the proposal on the mailing list until a consensus is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     reached. Voting on issues is also permissable and may be used as a means
     =======
     <<<<<<< HEAD
    @@ -571,6 +614,8 @@ reached. Voting on issues is also permissable and may be used as a means
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
     reached. Voting on issues is also permissible and may be used as a means
     =======
     reached. Voting on issues is also permissable and may be used as a means
    @@ -581,6 +626,7 @@ reached. Voting on issues is also permissable and may be used as a means
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     reached. Voting on issues is also permissable and may be used as a means
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -615,6 +661,11 @@ reached. Voting on issues is also permissable and may be used as a means
     reached. Voting on issues is also permissable and may be used as a means
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +reached. Voting on issues is also permissable and may be used as a means
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
     to reach a consensus or, only in case of extreme cases of disagreement, to
     force a decision. Any member may call a vote on any proposal. The voting
     procedure is outlined in a separate document:
    diff --git a/doc/development/rfc/PSC_voting_procedures.md b/doc/development/rfc/PSC_voting_procedures.md
    index e66a27ea2bf..756e066885b 100644
    --- a/doc/development/rfc/PSC_voting_procedures.md
    +++ b/doc/development/rfc/PSC_voting_procedures.md
    @@ -21,6 +21,7 @@ Status: Adopted (6 Oct 2014)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727))
     =======
    @@ -64,6 +65,11 @@ In brief, the PSC members vote on proposals on the dedicated
     [GRASS-PSC mailing list](http://lists.osgeo.org/mailman/listinfo/grass-psc).
     =======
     >>>>>>> osgeo-main
    +=======
    +In brief, the PSC members vote on proposals on the dedicated
    +[GRASS-PSC mailing list](http://lists.osgeo.org/mailman/listinfo/grass-psc).
    +=======
    +>>>>>>> osgeo-main
     In brief, the PSC members vote on proposals on the dedicated [GRASS-PSC mailing list](http://lists.osgeo.org/mailman/listinfo/grass-psc).
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -79,6 +85,7 @@ In brief, the PSC members vote on proposals on the dedicated
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -88,6 +95,8 @@ In brief, the PSC members vote on proposals on the dedicated
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     In brief, the PSC members vote on proposals on the dedicated [GRASS-PSC mailing list](http://lists.osgeo.org/mailman/listinfo/grass-psc).
     =======
     In brief, the PSC members vote on proposals on the dedicated
    @@ -100,6 +109,7 @@ In brief, the PSC members vote on proposals on the dedicated
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -147,6 +157,8 @@ In brief, the PSC members vote on proposals on the dedicated [GRASS-PSC mailing
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     Proposals are available for review for at least seven calendar days, and a
     single veto is sufficient to delay progress although ultimately a majority
     of committee members can pass a proposal.
    @@ -167,6 +179,7 @@ Proposals:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -213,6 +226,10 @@ Proposals:
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +=======
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +>>>>>>> osgeo-main
     
      1. Proposals are written up and submitted on the PSC mailing list for discussion.
         Any committee member may call a vote on any proposal, although it is normal
    @@ -235,6 +252,7 @@ Proposals:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> osgeo-main
    @@ -250,6 +268,8 @@ Proposals:
     >>>>>>> osgeo-main
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +>>>>>>> osgeo-main
     
     Voting:
     
    @@ -280,6 +300,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     <<<<<<< HEAD
    @@ -292,6 +313,8 @@ Voting:
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -300,6 +323,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704))
    @@ -320,6 +344,8 @@ Voting:
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
      1. Proposals are written up and submitted on the PSC mailing list for discussion. Any committee member may call a vote on any proposal, although it is normal practice for the proposer to call the vote. Any interested  party may subscribe to the list and join the discussion, but only [PSC committee members](https://trac.osgeo.org/grass/wiki/PSC) including the PSC Chair get a vote ("eligible voters").
      1. Proposals are available for review for at least seven calendar days before a vote can be closed. It is acknowledged that some more complex issues may require more time for discussion and deliberation: a vote should only be closed after the minimum time period (see above) has passed and sufficient discussion has taken place, or no more progress is being made. The PSC Chair may override this and prolong the discussion period or close a vote straight away if necessary (although the minimum time period for discussion/voting always applies).
     
    @@ -342,6 +368,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -350,6 +377,8 @@ Voting:
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -361,6 +390,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -370,6 +400,8 @@ Voting:
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     
      1. Proposals are written up and submitted on the PSC mailing list for discussion.
    @@ -392,6 +424,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727))
     =======
    @@ -404,6 +437,8 @@ Voting:
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     Voting:
     
      1. A voting procedure is started by the proposer. For a more visible communication,
    @@ -433,6 +468,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -441,6 +477,8 @@ Voting:
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -451,6 +489,7 @@ Voting:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -486,3 +525,5 @@ Voting:
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
    diff --git a/doc/development/rfc/language_standards_support.md b/doc/development/rfc/language_standards_support.md
    index f8272ebe618..80baa1aeffd 100644
    --- a/doc/development/rfc/language_standards_support.md
    +++ b/doc/development/rfc/language_standards_support.md
    @@ -18,6 +18,7 @@ Status: Motion passed, 29 March 2021
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -69,6 +70,11 @@ The code base of GRASS GIS consists today (Feb. 2021) of predominantly C code (c
     The code base of GRASS GIS consists today (Feb. 2021) of predominantly C code (ca 50 %), Python (ca 30 %) and a smaller amount of C++ (ca 5 %). Each of these languages have evolved significantly in the last 10–20 years. There is, however, no clearly stated policy of supported language standard(s), nor mechanism to update this policy when needed or wanted. This result in uncertainty for contributors for what may be allowed and solutions that may not be optimal.
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +The code base of GRASS GIS consists today (Feb. 2021) of predominantly C code (ca 50 %), Python (ca 30 %) and a smaller amount of C++ (ca 5 %). Each of these languages have evolved significantly in the last 10–20 years. There is, however, no clearly stated policy of supported language standard(s), nor mechanism to update this policy when needed or wanted. This result in uncertainty for contributors for what may be allowed and solutions that may not be optimal.
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     The code base of GRASS GIS consists today (Feb. 2021) of predominantly C code
     (ca 50 %), Python (ca 30 %) and a smaller amount of C++ (ca 5 %). Each of these
    @@ -120,7 +126,10 @@ provide better cross platform support and possibly safer code.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
    +=======
     =======
    +>>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
     =======
    @@ -233,6 +242,7 @@ provide better cross platform support and possibly safer code.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -464,6 +474,8 @@ provide better cross platform support and possibly safer code.
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     Regarding C, there are three standards that may be considered: C99, C11 and
     C17. C99 never really reached full support on key platforms, this is
    @@ -495,6 +507,7 @@ good for C17.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -541,6 +554,10 @@ good for C17.
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +=======
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +>>>>>>> osgeo-main
     Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to
     consider. The platform and compiler support for all of these are significantly
     better. However, C++11 is at this date in general considered the standard and
    @@ -553,6 +570,7 @@ the GRASS GIS project.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
    @@ -572,6 +590,9 @@ the GRASS GIS project.
     =======
     =======
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> osgeo-main
     Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to consider. The platform and compiler support for all of these are significantly better. However, C++11 is at this date in general considered the standard and until compelling reasons argue otherwise, the C++11 standard should be policy of the GRASS GIS project.
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -585,6 +606,7 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -594,6 +616,8 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to consider. The platform and compiler support for all of these are significantly better. However, C++11 is at this date in general considered the standard and until compelling reasons argue otherwise, the C++11 standard should be policy of the GRASS GIS project.
     =======
     Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to
    @@ -609,6 +633,7 @@ the GRASS GIS project.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -648,6 +673,8 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     ## Proposed Language Standards Support
     
    @@ -665,6 +692,7 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -722,6 +750,11 @@ Regarding C++, there are the C++98, C++03, C++11, C++14 and C++17 standards to c
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     C11 with core (mandatory) features [brief summary](https://en.wikipedia.org/wiki/C11_(C_standard_revision))
     
     Optional features may be used if availability is tested with macro, and if not
    @@ -741,6 +774,7 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     =======
     =======
    @@ -752,6 +786,8 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     =======
     
    @@ -762,6 +798,7 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -771,6 +808,8 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -778,6 +817,9 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
    +=======
    +>>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
     =======
    @@ -806,6 +848,7 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -893,3 +936,5 @@ C++11 [summary](https://en.wikipedia.org/wiki/C%2B%2B11)
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
    diff --git a/doc/development/rfc/legal_aspects_of_code_contributions.md b/doc/development/rfc/legal_aspects_of_code_contributions.md
    index 12ba3f03675..44ce916aebc 100644
    --- a/doc/development/rfc/legal_aspects_of_code_contributions.md
    +++ b/doc/development/rfc/legal_aspects_of_code_contributions.md
    @@ -65,6 +65,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -94,6 +95,8 @@ source repository:
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
      must do so in writing to the GRASS [PSC](https://trac.osgeo.org/grass/wiki/PSC)
      before copyright messages are removed. If license terms are changed, it has to
      be by agreement (written in email is ok) of the copyright holders.
    @@ -107,6 +110,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
      must do so in writing to the GRASS [PSC](https://trac.osgeo.org/grass/wiki/PSC)
      before copyright messages are removed. If license terms are changed, it has to
    @@ -124,6 +128,8 @@ source repository:
     >>>>>>> osgeo-main
     =======
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
      must do so in writing to the GRASS [PSC](https://trac.osgeo.org/grass/wiki/PSC) before copyright messages
      are removed. If license terms are changed, it has to be by agreement
      (written in email is ok) of the copyright holders.
    @@ -134,6 +140,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -142,6 +149,8 @@ source repository:
     >>>>>>> osgeo-main
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
     =======
      must do so in writing to the GRASS [PSC](https://trac.osgeo.org/grass/wiki/PSC) before copyright messages
      are removed. If license terms are changed, it has to be by agreement
    @@ -153,6 +162,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
      must do so in writing to the GRASS [PSC](https://trac.osgeo.org/grass/wiki/PSC) before copyright messages
      are removed. If license terms are changed, it has to be by agreement
    @@ -171,6 +181,8 @@ source repository:
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +>>>>>>> osgeo-main
     =======
      must do so in writing to the GRASS [PSC](https://trac.osgeo.org/grass/wiki/PSC) before copyright messages
      are removed. If license terms are changed, it has to be by agreement
    @@ -187,6 +199,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -195,6 +208,8 @@ source repository:
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -205,6 +220,7 @@ source repository:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -232,6 +248,8 @@ source repository:
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     * When substantial contributions are added to a file (such as
      substantial patches) the author/contributor should be added to the
      list of copyright holders for the file in the file header.
    @@ -257,6 +275,7 @@ Internet: 
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -283,6 +302,8 @@ Internet: 
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -294,6 +315,9 @@ Internet: 
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
    +=======
    +>>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
     =======
    @@ -311,6 +335,7 @@ Internet: 
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -346,3 +371,5 @@ Internet: 
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
    diff --git a/doc/development/rfc/migration_github.md b/doc/development/rfc/migration_github.md
    index e489832f960..9c911a440ac 100644
    --- a/doc/development/rfc/migration_github.md
    +++ b/doc/development/rfc/migration_github.md
    @@ -19,6 +19,7 @@ Status: Motion passed Apr 22, 2019
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -65,6 +66,10 @@ Status: Motion passed Apr 22, 2019
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +=======
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +>>>>>>> osgeo-main
     GRASS GIS is an open source geoinformation system which is developed by a globally
     distributed team of developers. Besides the source code developers also message
     translators, people who write documentation, those who report bugs and wishes and
    @@ -76,6 +81,7 @@ more are involved.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> osgeo-main
    @@ -91,6 +97,8 @@ more are involved.
     >>>>>>> osgeo-main
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +>>>>>>> osgeo-main
     
     The centralized source code management system Subversion (SVN) has served the
     GRASS GIS project very well since 2007. The project has established routines and
    @@ -106,6 +114,7 @@ platform.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     >>>>>>> osgeo-main
    @@ -120,6 +129,8 @@ platform.
     =======
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
    +>>>>>>> osgeo-main
    +=======
     GRASS GIS is an open source geoinformation system which is developed by a globally distributed team of developers. Besides the source code developers also message translators, people who write documentation, those who report bugs and wishes and more are involved.
     
     The centralized source code management system Subversion (SVN) has served the GRASS GIS project very well since 2007. The project has established routines and infrastructure (code repository, ticketing system, developer wiki) connected to SVN. However, with an increasing number of Open Source developers using git (and here especially the success of GitHub), time has come to migrate the source code base from SVN kindly hosted by OSGeo to GitHub.com, a widely adopted development platform.
    @@ -130,6 +141,7 @@ The centralized source code management system Subversion (SVN) has served the GR
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -139,6 +151,8 @@ The centralized source code management system Subversion (SVN) has served the GR
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
     =======
    +>>>>>>> osgeo-main
    +=======
     GRASS GIS is an open source geoinformation system which is developed by a globally distributed team of developers. Besides the source code developers also message translators, people who write documentation, those who report bugs and wishes and more are involved.
     
     The centralized source code management system Subversion (SVN) has served the GRASS GIS project very well since 2007. The project has established routines and infrastructure (code repository, ticketing system, developer wiki) connected to SVN. However, with an increasing number of Open Source developers using git (and here especially the success of GitHub), time has come to migrate the source code base from SVN kindly hosted by OSGeo to GitHub.com, a widely adopted development platform.
    @@ -149,6 +163,7 @@ The centralized source code management system Subversion (SVN) has served the GR
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> osgeo-main
    @@ -158,6 +173,9 @@ The centralized source code management system Subversion (SVN) has served the GR
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +=======
    +>>>>>>> osgeo-main
    +=======
     GRASS GIS is an open source geoinformation system which is developed by a globally distributed team of developers. Besides the source code developers also message translators, people who write documentation, those who report bugs and wishes and more are involved.
     
     The centralized source code management system Subversion (SVN) has served the GRASS GIS project very well since 2007. The project has established routines and infrastructure (code repository, ticketing system, developer wiki) connected to SVN. However, with an increasing number of Open Source developers using git (and here especially the success of GitHub), time has come to migrate the source code base from SVN kindly hosted by OSGeo to GitHub.com, a widely adopted development platform.
    @@ -171,6 +189,7 @@ more are involved.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727))
    @@ -185,6 +204,8 @@ more are involved.
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     The centralized source code management system Subversion (SVN) has served the
     GRASS GIS project very well since 2007. The project has established routines and
    @@ -200,6 +221,7 @@ platform.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -208,6 +230,8 @@ platform.
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -218,6 +242,7 @@ platform.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -245,6 +270,8 @@ platform.
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     ## Background information of git migration
     
    @@ -271,6 +298,7 @@ platform.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -300,6 +328,74 @@ platform.
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +=======
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +Since migration is a huge effort, massive work on converting the existing source
    +code (organized in branches) and the related trac tickets has been done. The main
    +scope of weeks of efforts was to preserve as much information as possible by
    +converting trac/svn references to full URLs pointing to the old system kept
    +available in read-only mode.
    +<<<<<<< HEAD
    +=======
    +Since migration is a huge effort, massive work on converting the existing source code (organized in branches) and the related trac tickets has been done. The main scope of weeks of efforts was to preserve as much information as possible by converting trac/svn references to full URLs pointing to the old system kept available in read-only mode.
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +
    +The following new GitHub repositories have been
    +[created](https://github.com/grass-svn2git). Note that the "cut-off" date of the
    +main **grass** repository does not correspond to the first upload to CSV which
    +was then migrated to SVN. The repositories **grass** and **grass-legacy** overlap
    +in time since they contain different branches:
    +
    +* repository **grass**
    +  * Source code from 2008 (as the starting commit r31142 was selected, i.e.
    +    "Welcome to GRASS 7.0.svn") to present day (SVN-trunk -> git-master)
    +  * i.e., all 7.x and later release branches + master
    +* repository **grass-legacy**
    +  * Source code from 1987 (pre-public internet times; manually reconstructed) -
    +    2018 (r72361 - last commit to releasebranch_6_4)
    +  * i.e., a separate repository for older GRASS GIS releases (3.2, 4.x, 5.x, 6.x)
    +* repository **grass-addons**
    +  * repository for addons
    +  * code re-organized from directory-like layout (grass6, grass7) into
    +    branches-like layout (master == grass7, grass6, ...)
    +=======
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +Since migration is a huge effort, massive work on converting the existing source code (organized in branches) and the related trac tickets has been done. The main scope of weeks of efforts was to preserve as much information as possible by converting trac/svn references to full URLs pointing to the old system kept available in read-only mode.
    +=======
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +
    +The following new GitHub repositories have been
    +[created](https://github.com/grass-svn2git). Note that the "cut-off" date of the
    +main **grass** repository does not correspond to the first upload to CSV which
    +was then migrated to SVN. The repositories **grass** and **grass-legacy** overlap
    +in time since they contain different branches:
    +
    +* repository **grass**
    +  * Source code from 2008 (as the starting commit r31142 was selected, i.e.
    +    "Welcome to GRASS 7.0.svn") to present day (SVN-trunk -> git-master)
    +  * i.e., all 7.x and later release branches + master
    +* repository **grass-legacy**
    +  * Source code from 1987 (pre-public internet times; manually reconstructed) -
    +    2018 (r72361 - last commit to releasebranch_6_4)
    +  * i.e., a separate repository for older GRASS GIS releases (3.2, 4.x, 5.x, 6.x)
    +* repository **grass-addons**
    +  * repository for addons
    +<<<<<<< HEAD
    +  * code re-organized from directory-like layout (grass6, grass7) into branches-like layout (master == grass7, grass6, ...)
    +<<<<<<< HEAD
    +<<<<<<< HEAD
    +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +  * code re-organized from directory-like layout (grass6, grass7) into
    +    branches-like layout (master == grass7, grass6, ...)
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +=======
    +=======
    +>>>>>>> osgeo-main
     Since migration is a huge effort, massive work on converting the existing source
     code (organized in branches) and the related trac tickets has been done. The main
     scope of weeks of efforts was to preserve as much information as possible by
    @@ -337,6 +433,7 @@ in time since they contain different branches:
       * repository for addons
       * code re-organized from directory-like layout (grass6, grass7) into
         branches-like layout (master == grass7, grass6, ...)
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -684,6 +781,10 @@ in time since they contain different branches:
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     * repository **grass-promo**
       * repository for promotional material
     
    @@ -704,6 +805,7 @@ The final destination of these repositories will be under >>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     Given GRASS GIS’ history of 35+ years we had to invest major effort in identifying
     and mapping user names throughout the decades (CVS was used from 1999 to 2007; SVN
     has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tracking)).
    @@ -747,6 +851,7 @@ has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tra
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     Given GRASS GIS’ history of 35+ years we had to invest major effort in identifying
     and mapping user names throughout the decades (CVS was used from 1999 to 2007; SVN
     has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tracking)).
    @@ -759,6 +864,8 @@ has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tra
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     Given GRASS GIS’ history of 35+ years we had to invest major effort in identifying and mapping user names throughout the decades (CVS was used from 1999 to 2007; SVN has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tracking)).
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -770,6 +877,7 @@ Given GRASS GIS’ history of 35+ years we had to invest major effort in identif
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     Given GRASS GIS’ history of 35+ years we had to invest major effort in identifying and mapping user names throughout the decades (CVS was used from 1999 to 2007; SVN has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tracking)).
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -785,6 +893,8 @@ Given GRASS GIS’ history of 35+ years we had to invest major effort in identif
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
    +>>>>>>> osgeo-main
    +=======
     Given GRASS GIS’ history of 35+ years we had to invest major effort in identifying and mapping user names throughout the decades (CVS was used from 1999 to 2007; SVN has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tracking)).
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
    @@ -798,6 +908,7 @@ has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tra
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -806,6 +917,8 @@ has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tra
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -816,6 +929,7 @@ has been used since 2007, see [history](https://grasswiki.osgeo.org/wiki/Bug_tra
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -847,6 +961,8 @@ Given GRASS GIS’ history of 35+ years we had to invest major effort in identif
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     The following circumstances could be identified:
     
    @@ -866,6 +982,7 @@ The following circumstances could be identified:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -887,6 +1004,8 @@ The following circumstances could be identified:
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     * user present in both with different name as some were changed in the CVS to
       SVN migration in 2007, leading to colliding user names
     =======
    @@ -921,6 +1040,9 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
    +=======
    +>>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
     =======
    @@ -957,6 +1079,7 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -974,6 +1097,8 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
     * user present in both with different name as some were changed in the CVS to
       SVN migration in 2007, leading to colliding user names
     * some users already having a GitHub account (with mostly different name again)
    @@ -1000,6 +1125,7 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -1152,6 +1278,10 @@ The tickets migrated from trac to GitHub contain updated links in the ticket tex
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     * links to trac wiki (now pointing to full trac URL)
     * links source code in SVN (now pointing to full trac URL)
     * images and attachments (now pointing to full trac URL)
    @@ -1171,6 +1301,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -1206,6 +1337,8 @@ Labels are preserved by transferring:
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     * "operating system" trac label into the GitHub issue text itself (following the
       new issue reporting template)
     * converting milestones/tickets/comments/labels
    @@ -1219,6 +1352,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     >>>>>>> osgeo-main
    @@ -1233,6 +1367,8 @@ Labels are preserved by transferring:
     =======
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
    +>>>>>>> osgeo-main
    +=======
     * "operating system" trac label into the GitHub issue text itself (following the new issue reporting template)
     * converting milestones/tickets/comments/labels
     * converting trac usernames to known GitHub usernames (those missing at time can [claim](https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user) commits)
    @@ -1243,6 +1379,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -1252,6 +1389,8 @@ Labels are preserved by transferring:
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
     =======
    +>>>>>>> osgeo-main
    +=======
     * "operating system" trac label into the GitHub issue text itself (following the new issue reporting template)
     * converting milestones/tickets/comments/labels
     * converting trac usernames to known GitHub usernames (those missing at time can [claim](https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user) commits)
    @@ -1262,6 +1401,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     * "operating system" trac label into the GitHub issue text itself (following the new issue reporting template)
     * converting milestones/tickets/comments/labels
    @@ -1281,6 +1421,8 @@ Labels are preserved by transferring:
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
    +>>>>>>> osgeo-main
    +=======
     * "operating system" trac label into the GitHub issue text itself (following the new issue reporting template)
     * converting milestones/tickets/comments/labels
     * converting trac usernames to known GitHub usernames (those missing at time can [claim](https://help.github.com/en/articles/why-are-my-commits-linked-to-the-wrong-user) commits)
    @@ -1299,6 +1441,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1307,6 +1450,8 @@ Labels are preserved by transferring:
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -1317,6 +1462,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -1344,6 +1490,8 @@ Labels are preserved by transferring:
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     * setting assignees if possible; otherwise set new "grass-svn2git" an assignee
     
     **New labels in the GitHub issue tracker:**
    @@ -1361,6 +1509,7 @@ Labels are preserved by transferring:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727))
     =======
    @@ -1404,6 +1553,11 @@ The trac component of the bug reports have been cleaned up following other OSGeo
     projects like GDAL and QGIS, leading to the following categories:
     =======
     >>>>>>> osgeo-main
    +=======
    +The trac component of the bug reports have been cleaned up following other OSGeo
    +projects like GDAL and QGIS, leading to the following categories:
    +=======
    +>>>>>>> osgeo-main
     The trac component of the bug reports have been cleaned up following other OSGeo projects like GDAL and QGIS, leading to the following categories:
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -1419,6 +1573,7 @@ projects like GDAL and QGIS, leading to the following categories:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1428,6 +1583,8 @@ projects like GDAL and QGIS, leading to the following categories:
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     The trac component of the bug reports have been cleaned up following other OSGeo projects like GDAL and QGIS, leading to the following categories:
     =======
     The trac component of the bug reports have been cleaned up following other OSGeo
    @@ -1440,6 +1597,7 @@ projects like GDAL and QGIS, leading to the following categories:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -1487,6 +1645,8 @@ The trac component of the bug reports have been cleaned up following other OSGeo
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     * **Issue category**:
       * bug
    @@ -1524,6 +1684,7 @@ The trac component of the bug reports have been cleaned up following other OSGeo
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -1545,6 +1706,8 @@ The trac component of the bug reports have been cleaned up following other OSGeo
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     Note that "normal" bugs reported will not carry a label in order to not overload
     the visual impact and readability.
     =======
    @@ -1573,6 +1736,9 @@ the visual impact and readability.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
    +=======
    +>>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
     =======
    @@ -1603,6 +1769,7 @@ practices for dealing with the following:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -1620,6 +1787,8 @@ practices for dealing with the following:
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
     Note that "normal" bugs reported will not carry a label in order to not overload
     the visual impact and readability.
     
    @@ -1640,6 +1809,7 @@ practices for dealing with the following:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -1768,6 +1938,10 @@ practices for dealing with the following:
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     * _(add more)_
     
     ## Turning SVN/trac into readonly mode
    @@ -1785,6 +1959,7 @@ practices for dealing with the following:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -1831,6 +2006,10 @@ practices for dealing with the following:
     =======
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
    +=======
    +=======
    +>>>>>>> 498a331298 (Fix missing function prototypes (#2727))
    +>>>>>>> osgeo-main
     As soon as the above listed repositories are stable and functional,
     SVN/trac () at OSGeo will be set into readonly
     mode. They will serve as a reference for existing links and also for the
    @@ -1842,6 +2021,7 @@ aforementioned converted commit messages and issues in the issue tracker.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
    @@ -1861,6 +2041,9 @@ aforementioned converted commit messages and issues in the issue tracker.
     =======
     =======
     >>>>>>> osgeo-main
    +=======
    +=======
    +>>>>>>> osgeo-main
     As soon as the above listed repositories are stable and functional, SVN/trac () at OSGeo will be set into readonly mode. They will serve as a reference for existing links and also for the aforementioned converted commit messages and issues in the issue tracker.
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -1874,6 +2057,7 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1883,6 +2067,8 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     As soon as the above listed repositories are stable and functional, SVN/trac () at OSGeo will be set into readonly mode. They will serve as a reference for existing links and also for the aforementioned converted commit messages and issues in the issue tracker.
     =======
     As soon as the above listed repositories are stable and functional,
    @@ -1897,6 +2083,7 @@ aforementioned converted commit messages and issues in the issue tracker.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -1936,6 +2123,8 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     
     ## Open issues
     
    @@ -1957,6 +2146,7 @@ As soon as the above listed repositories are stable and functional, SVN/trac (>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     GitHub is a closed platform. In case it would be shutdown, closed or GitHub would
     start asking unreasonable fees, a backup strategy is needed.
     
    @@ -2000,6 +2192,7 @@ start asking unreasonable fees, a backup strategy is needed.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     GitHub is a closed platform. In case it would be shutdown, closed or GitHub would
     start asking unreasonable fees, a backup strategy is needed.
     
    @@ -2012,6 +2205,8 @@ start asking unreasonable fees, a backup strategy is needed.
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    +=======
    +>>>>>>> osgeo-main
     GitHub is a closed platform. In case it would be shutdown, closed or GitHub would start asking unreasonable fees, a backup strategy is needed.
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -2023,6 +2218,7 @@ GitHub is a closed platform. In case it would be shutdown, closed or GitHub woul
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     GitHub is a closed platform. In case it would be shutdown, closed or GitHub would start asking unreasonable fees, a backup strategy is needed.
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -2038,6 +2234,8 @@ GitHub is a closed platform. In case it would be shutdown, closed or GitHub woul
     =======
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
    +>>>>>>> osgeo-main
    +=======
     GitHub is a closed platform. In case it would be shutdown, closed or GitHub would start asking unreasonable fees, a backup strategy is needed.
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
    @@ -2051,6 +2249,7 @@ start asking unreasonable fees, a backup strategy is needed.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -2059,6 +2258,8 @@ start asking unreasonable fees, a backup strategy is needed.
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 498a331298 (Fix missing function prototypes (#2727))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -2069,6 +2270,7 @@ start asking unreasonable fees, a backup strategy is needed.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -2100,6 +2302,8 @@ GitHub is a closed platform. In case it would be shutdown, closed or GitHub woul
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     The proposed solution is
     
     * GitLab has an import module from GitHub.
    @@ -2120,6 +2324,7 @@ The proposed solution is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -2150,6 +2355,8 @@ The proposed solution is
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
     =======
    +>>>>>>> osgeo-main
    +=======
     
     
     
    @@ -2160,6 +2367,7 @@ The proposed solution is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -2169,6 +2377,8 @@ The proposed solution is
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
     =======
    +>>>>>>> osgeo-main
    +=======
     
     
     
    @@ -2179,6 +2389,9 @@ The proposed solution is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
    +=======
    +>>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
     =======
    @@ -2198,6 +2411,7 @@ The proposed solution is
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -2227,3 +2441,5 @@ The proposed solution is
     >>>>>>> 488180fefd (Fix missing function prototypes (#2727))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
    diff --git a/doc/development/submitting/docs.md b/doc/development/submitting/docs.md
    index bc76d583481..1bbe2a1765f 100644
    --- a/doc/development/submitting/docs.md
    +++ b/doc/development/submitting/docs.md
    @@ -186,6 +186,7 @@ with a width of 600 pixel but it is clickable in the manual page). If a larger
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     image is displayed as shrinked, both **width** and **height** HTML parameters
     =======
     <<<<<<< HEAD
    @@ -206,6 +207,8 @@ image is displayed as shrinked, both **width** and **height** HTML parameters
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     image is displayed as shrunk, both **width** and **height** HTML parameters
     =======
     image is displayed as shrinked, both **width** and **height** HTML parameters
    @@ -216,6 +219,7 @@ image is displayed as shrinked, both **width** and **height** HTML parameters
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     image is displayed as shrinked, both **width** and **height** HTML parameters
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -250,6 +254,11 @@ image is displayed as shrinked, both **width** and **height** HTML parameters
     image is displayed as shrinked, both **width** and **height** HTML parameters
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +image is displayed as shrinked, both **width** and **height** HTML parameters
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     (values must be calculated according to the picture size!) should be set:
     
     ```html
    diff --git a/doc/development/submitting/general.md b/doc/development/submitting/general.md
    index 51748af6b9d..fc633ef598b 100644
    --- a/doc/development/submitting/general.md
    +++ b/doc/development/submitting/general.md
    @@ -156,6 +156,7 @@ done manually, you can take an advantage of our [​CI](https://github.com/OSGeo
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -175,6 +176,8 @@ done manually, you can take an advantage of our [​CI](https://github.com/OSGeo
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     Often there is more than one active release branch. You can also choose to backport
     only to the closest branch. If you are backporting to other release branches than
     just the closets one, make sure you always backport to all the branches between
    @@ -188,6 +191,7 @@ have release branches 3.6 and 3.5, if you backport to 3.5, you should backport t
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -217,6 +221,10 @@ have release branches 3.6 and 3.5, if you backport to 3.5, you should backport t
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     Often there is more than one active release branch, if you are backporting, make
     sure you always backport to all the branches between "main" and the furthest
     branch you are backporting to. For example, let's say we have "main" and branches
    @@ -231,6 +239,7 @@ You can also choose to backport only to the closest branch, in our example 8.2.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    @@ -273,6 +282,11 @@ You can also choose to backport only to the closest branch, in our example 8.2.
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     Backport only complete fixes. When you are not sure if the fix is complete or if
     there is an possibility that some details such as wording will change, wait with
    @@ -323,6 +337,7 @@ should first seek consent in the grass-dev mailing list (see below), then you ne
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
     =======
     <<<<<<< HEAD
    @@ -343,6 +358,8 @@ to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     to expand 'configure.ac' and subsequently run `autoconf-2.71` (later versions
     =======
     to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
    @@ -353,6 +370,7 @@ to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -387,6 +405,11 @@ to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
     to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +to expand 'configure.in' and run subsequently `autoconf-2.69` (later versions
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     will not work) to re-generate 'configure'.
     
     ## Naming Conventions
    diff --git a/doc/development/submitting/python.md b/doc/development/submitting/python.md
    index 7037c48e6e0..386125e7ee2 100644
    --- a/doc/development/submitting/python.md
    +++ b/doc/development/submitting/python.md
    @@ -108,6 +108,7 @@ flake8 --config lib/python/.flake8 lib/python/temporal/register.py
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -127,6 +128,8 @@ flake8 --config lib/python/.flake8 lib/python/temporal/register.py
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     :exclamation:
     It is very convenient and recommended to [use pre-commit](./submitting.md#use-pre-commit)
     to do both Black formatting and Flake8 file validation.
    @@ -139,6 +142,7 @@ to do both Black formatting and Flake8 file validation.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -168,6 +172,10 @@ to do both Black formatting and Flake8 file validation.
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     ### Editor settings for 4-space indentation
     
     The correct editor settings for Python indentation
    @@ -181,6 +189,7 @@ The correct editor settings for Python indentation
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
       - Edit > Preferences > Editor > Intentation tab > Type: Spaces
     =======
    @@ -202,6 +211,8 @@ The correct editor settings for Python indentation
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
       - Edit > Preferences > Editor > Indentation tab > Type: Spaces
     =======
       - Edit > Preferences > Editor > Intentation tab > Type: Spaces
    @@ -212,6 +223,7 @@ The correct editor settings for Python indentation
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
       - Edit > Preferences > Editor > Intentation tab > Type: Spaces
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -246,6 +258,11 @@ The correct editor settings for Python indentation
       - Edit > Preferences > Editor > Intentation tab > Type: Spaces
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +  - Edit > Preferences > Editor > Intentation tab > Type: Spaces
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     - [​PyCharm](https://www.jetbrains.com/pycharm/) IDE:
       - already fine and includes code-linting
     - [​atom](https://atom.io/) IDE:
    @@ -447,6 +464,7 @@ To enable translating of messages to other languages (than English), use full
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     strings, e.g.
     =======
     <<<<<<< HEAD
    @@ -467,6 +485,8 @@ strings, e.g.
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     strings, e.g. (good example):
     =======
     strings, e.g.
    @@ -477,6 +497,7 @@ strings, e.g.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     strings, e.g.
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -511,6 +532,11 @@ strings, e.g.
     strings, e.g.
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +strings, e.g.
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     ```py
     if ...:
    @@ -528,6 +554,7 @@ else:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     instead of constructing string from several parts:
     =======
     <<<<<<< HEAD
    @@ -548,6 +575,8 @@ instead of constructing string from several parts:
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     instead of constructing string from several parts (bad example):
     =======
     instead of constructing string from several parts:
    @@ -558,6 +587,7 @@ instead of constructing string from several parts:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     instead of constructing string from several parts:
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -592,6 +622,11 @@ instead of constructing string from several parts:
     instead of constructing string from several parts:
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +instead of constructing string from several parts:
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     ```py
     if ...:
    diff --git a/doc/development/submitting/submitting.md b/doc/development/submitting/submitting.md
    index 0ba83df9f9a..2e5288029aa 100644
    --- a/doc/development/submitting/submitting.md
    +++ b/doc/development/submitting/submitting.md
    @@ -28,6 +28,7 @@ Be sure to check your code against these rules:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -47,6 +48,8 @@ Be sure to check your code against these rules:
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     ### Use pre-commit
     
     It is highly recommended to install and use [pre-commit](https://pre-commit.com)
    @@ -116,6 +119,7 @@ pre-commit install
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -145,6 +149,10 @@ pre-commit install
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     ## GRASS GIS programming best practice
     
     There are many unwritten rules how GRASS modules should work, what they should
    diff --git a/doc/development/submitting/submitting_c.md b/doc/development/submitting/submitting_c.md
    index ae8a065bbbe..ca99b94b4bd 100644
    --- a/doc/development/submitting/submitting_c.md
    +++ b/doc/development/submitting/submitting_c.md
    @@ -171,6 +171,7 @@ Use function names which fulfill the official GNU naming convention:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     Instead of naming a function like: MyNewFunction() use underscores for seperation
     =======
     <<<<<<< HEAD
    @@ -191,6 +192,8 @@ Instead of naming a function like: MyNewFunction() use underscores for seperatio
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     Instead of naming a function like: MyNewFunction() use underscores for separation
     =======
     Instead of naming a function like: MyNewFunction() use underscores for seperation
    @@ -201,6 +204,7 @@ Instead of naming a function like: MyNewFunction() use underscores for seperatio
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     Instead of naming a function like: MyNewFunction() use underscores for seperation
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -235,6 +239,11 @@ Instead of naming a function like: MyNewFunction() use underscores for seperatio
     Instead of naming a function like: MyNewFunction() use underscores for seperation
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +Instead of naming a function like: MyNewFunction() use underscores for seperation
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     and lower case letters: my_new_function()`.
     
     ### Comments
    @@ -342,6 +351,7 @@ G_message() output is not expected to be sent to pipe or file.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     Always use the gettext macros with _("") for user messages, example:
     =======
     <<<<<<< HEAD
    @@ -362,6 +372,8 @@ Always use the gettext macros with _("") for user messages, example:
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     Messages aiming at the user should be marked for translation. Output meant for
     automatic parsing by other software should not be marked for translation.
     Generally all modules producing output should include localisation header:
    @@ -380,6 +392,7 @@ Always use the gettext macros with _("") for user messages, example:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     Always use the gettext macros with _("") for user messages, example:
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -414,6 +427,11 @@ Always use the gettext macros with _("") for user messages, example:
     Always use the gettext macros with _("") for user messages, example:
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +Always use the gettext macros with _("") for user messages, example:
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     ```c
     G_fatal_error(_("Vector map <%s> not found"), name);
    @@ -430,6 +448,7 @@ hint to translators about meaning or use of cumbersome or obscure message. First
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     word in the comment must be GTC - GRASS translation comment,
     =======
     <<<<<<< HEAD
    @@ -450,6 +469,8 @@ word in the comment must be GTC - GRASS translation comment,
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     word in the comment must be GTC: GRASS translation comment,
     =======
     word in the comment must be GTC - GRASS translation comment,
    @@ -460,6 +481,7 @@ word in the comment must be GTC - GRASS translation comment,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     word in the comment must be GTC - GRASS translation comment,
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -494,6 +516,11 @@ word in the comment must be GTC - GRASS translation comment,
     word in the comment must be GTC - GRASS translation comment,
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +word in the comment must be GTC - GRASS translation comment,
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     Example:
     
    @@ -507,6 +534,7 @@ Example:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     /* GTC A name of a projection */
     =======
     <<<<<<< HEAD
    @@ -527,6 +555,8 @@ Example:
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     /* GTC: Name of a projection */
     =======
     /* GTC A name of a projection */
    @@ -537,6 +567,7 @@ Example:
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     /* GTC A name of a projection */
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    @@ -571,6 +602,11 @@ Example:
     /* GTC A name of a projection */
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +/* GTC A name of a projection */
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     G_message(_("State Plane"));
     ```
     
    @@ -584,6 +620,7 @@ Any message with a noun in plural form has to pass `n_()` macro, even if for the
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -603,6 +640,8 @@ Any message with a noun in plural form has to pass `n_()` macro, even if for the
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     English language is not required! The syntax is
     `n_("English singular", "English plural", count)`
     
    @@ -631,6 +670,7 @@ G_message( n_("Remove map", "Remove maps", count));
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -660,6 +700,10 @@ G_message( n_("Remove map", "Remove maps", count));
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     English language it is not required!
     
     ```c
    @@ -677,6 +721,7 @@ See [locale/README](../../../locale/README) for details.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    @@ -719,6 +764,11 @@ See [locale/README](../../../locale/README) for details.
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     Pipe/file data output: For data output redirected to pipe or file, please use
     fprintf() and specify the stdout stream as follows:
     
    @@ -785,6 +835,7 @@ These index manual pages are autogenerated during the build process of GRASS GIS
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -804,6 +855,8 @@ These index manual pages are autogenerated during the build process of GRASS GIS
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     ## Source Code Formatting
     
     C and C++ code is formatted with [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html).
    @@ -846,6 +899,7 @@ GRASS_CLANG_FORMAT="clang-format-15" ./utils/grass_clang_format.sh
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     <<<<<<< HEAD
    @@ -875,6 +929,10 @@ GRASS_CLANG_FORMAT="clang-format-15" ./utils/grass_clang_format.sh
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     ## Indentation
     
     To promote a consistent coding style for whitespace (spaces, tabs, newlines),
    @@ -910,6 +968,7 @@ or `man indent` for explanation of individual switches.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    @@ -952,6 +1011,11 @@ or `man indent` for explanation of individual switches.
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     ## Compilation
     
    diff --git a/doc/git/investigating_history.md b/doc/git/investigating_history.md
    index 39e720df28a..1155940f6a6 100644
    --- a/doc/git/investigating_history.md
    +++ b/doc/git/investigating_history.md
    @@ -35,6 +35,7 @@ ignored with `git blame`, please open an issue.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -78,6 +79,11 @@ ignored with `git blame`, please open an issue.
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
     
     ## On GitHub
     
    @@ -93,6 +99,7 @@ which is the icon between commit info and line numbers.
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 392c6e8e0b (pygrass: Add update parameters method to Module (#1712))
    @@ -135,3 +142,8 @@ which is the icon between commit info and line numbers.
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> 392c6e8e0b (pygrass: Add update parameters method to Module (#1712))
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
    diff --git a/doc/grass_database.html b/doc/grass_database.html
    index 6e60a9a4368..f0048560de0 100644
    --- a/doc/grass_database.html
    +++ b/doc/grass_database.html
    @@ -62,6 +62,7 @@ 

    GRASS GIS Database

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -81,6 +82,8 @@

    GRASS GIS Database

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main

    GRASS Projects

    A project is further organized into mapsets which are subdirectories of @@ -95,6 +98,7 @@

    GRASS Projects

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -124,6 +128,10 @@

    GRASS Projects

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main

    GRASS Locations

    Location is a directory which contains GRASS Mapsets which are its subdirectories. @@ -265,6 +273,7 @@

    Importing, exporting and linking data

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -284,6 +293,8 @@

    Importing, exporting and linking data

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main

    Starting GRASS GIS

    After launching GRASS GIS for the first time, @@ -296,6 +307,7 @@

    Starting GRASS GIS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -325,6 +337,10 @@

    Starting GRASS GIS

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main

    Starting GRASS GIS using GUI

    After launching GRASS GIS, the startup window will open (Fig. 2). @@ -385,6 +401,7 @@

    Starting GRASS GIS using command line

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -404,6 +421,8 @@

    Starting GRASS GIS using command line

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main grass -c EPSG:5514:3 ~/grassdata/myproject # Windows @@ -415,6 +434,7 @@

    Starting GRASS GIS using command line

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -444,6 +464,10 @@

    Starting GRASS GIS using command line

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main grass -c EPSG:5514:3 ~/grassdata/mylocation # Windows @@ -457,6 +481,7 @@

    Starting GRASS GIS using command line

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD
    See grass command manual for more details. @@ -495,6 +520,11 @@

    Starting GRASS GIS using command line

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main See grass command manual for more details. @@ -507,6 +537,7 @@

    Starting GRASS GIS using command line

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -519,6 +550,8 @@

    Starting GRASS GIS using command line

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main

    Creating a New Project with the Project Wizard

    >>>>>>> osgeo-main @@ -532,6 +565,7 @@

    Creating a New Project with the Project Wizard

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -554,6 +588,10 @@

    Creating a New Project with the Project Wizard

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main

    Creating a New Location with the Location Wizard

    The wxGUI graphical user interface provides a @@ -607,6 +645,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -636,6 +675,8 @@

    See also

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GRASS GIS Reference Manual
    GRASS GIS startup program manual page @@ -650,6 +691,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD GRASS GIS Reference Manual
    GRASS GIS startup program manual page @@ -666,6 +708,8 @@

    See also

    >>>>>>> osgeo-main ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main GRASS GIS 8 Reference Manual
    GRASS GIS 8 startup program manual page @@ -676,6 +720,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -685,6 +730,8 @@

    See also

    ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= +>>>>>>> osgeo-main +======= GRASS GIS 8 Reference Manual
    GRASS GIS 8 startup program manual page @@ -695,6 +742,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -704,6 +752,8 @@

    See also

    ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= GRASS GIS Reference Manual
    GRASS GIS startup program manual page @@ -714,6 +764,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -723,6 +774,8 @@

    See also

    ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= GRASS GIS Reference Manual
    GRASS GIS startup program manual page @@ -733,6 +786,7 @@

    See also

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -758,6 +812,8 @@

    See also

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main
    Importing data on GRASS Wiki
    diff --git a/doc/gui/wxpython/example/frame.py b/doc/gui/wxpython/example/frame.py index 4a5441be3c3..d42ad9143a7 100644 --- a/doc/gui/wxpython/example/frame.py +++ b/doc/gui/wxpython/example/frame.py @@ -365,6 +365,7 @@ def __init__(self, parent, giface, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -382,6 +383,8 @@ def __init__(self, parent, giface, **kwargs): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -393,6 +396,7 @@ def __init__(self, parent, giface, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -416,6 +420,8 @@ def __init__(self, parent, giface, **kwargs): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # init map panel ExampleMapPanel.__init__( self, diff --git a/doc/gui/wxpython/example/toolbars.py b/doc/gui/wxpython/example/toolbars.py index fb12baedb7b..e4d53315b39 100644 --- a/doc/gui/wxpython/example/toolbars.py +++ b/doc/gui/wxpython/example/toolbars.py @@ -121,6 +121,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -140,6 +141,8 @@ def _toolbarData(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ( ("addRaster", BaseIcons["addRast"].label), BaseIcons["addRast"], @@ -153,6 +156,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -182,6 +186,10 @@ def _toolbarData(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ("addRaster", BaseIcons["addRast"].label), BaseIcons["addRast"], self.parent.OnSelectRaster, @@ -195,6 +203,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -237,6 +246,11 @@ def _toolbarData(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ) @@ -265,6 +279,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -284,6 +299,8 @@ def _toolbarData(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ( ("help", icons["help"].label), icons["help"], @@ -302,6 +319,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -331,6 +349,10 @@ def _toolbarData(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ("help", icons["help"].label), icons["help"], self.parent.OnHelp, @@ -349,6 +371,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -391,4 +414,9 @@ def _toolbarData(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ) diff --git a/doc/howto_release.md b/doc/howto_release.md index 55d77f6b7a8..3cdd96b5e79 100644 --- a/doc/howto_release.md +++ b/doc/howto_release.md @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD - Your own fork is the remote called "origin". - The OSGeo repo is the remote called "upstream". - You don't have any local un-pushed or un-committed changes. @@ -42,6 +43,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - The OSGeo repo is the remote called "upstream". - Your own fork is the remote called "origin" or "fork". - You don't have any local un-pushed or un-committed changes. @@ -58,16 +61,20 @@ _Note: Some later steps in this text are to be done by the development coordinat <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main *Note: Some later steps in this text are to be done by the development coordinator (currently Markus Neteler and Martin Landa) due to needed logins.* >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -89,6 +96,9 @@ _Note: Some later steps in this text are to be done by the development coordinat ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= + +>>>>>>> osgeo-main +======= - Your own fork is the remote called "origin". - The OSGeo repo is the remote called "upstream". - You don't have any local un-pushed or un-committed changes. @@ -104,6 +114,7 @@ _Note: Some later steps in this text are to be done by the development coordinat <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -117,6 +128,8 @@ _Note: Some later steps in this text are to be done by the development coordinat >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## Prepare the local repo Update your remotes and switch to branch: @@ -131,6 +144,7 @@ Update your remotes and switch to branch: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD git fetch --all --prune && git checkout releasebranch_8_2 ======= <<<<<<< HEAD @@ -151,6 +165,8 @@ git fetch --all --prune && git checkout releasebranch_8_2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main git fetch --prune upstream && git checkout releasebranch_8_4 ======= git fetch --all --prune && git checkout releasebranch_8_2 @@ -161,6 +177,7 @@ git fetch --all --prune && git checkout releasebranch_8_2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= git fetch --all --prune && git checkout releasebranch_8_2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -195,6 +212,11 @@ git fetch --all --prune && git checkout releasebranch_8_2 git fetch --all --prune && git checkout releasebranch_8_2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +git fetch --all --prune && git checkout releasebranch_8_2 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ``` Confirm that you are on the right branch and have no local changes @@ -216,6 +238,7 @@ git diff --staged <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD git log upstream/releasebranch_8_2..HEAD # Should give the same as last commits visible on GitHub: git log --max-count=5 @@ -306,6 +329,8 @@ eval $(./utils/update_version.py status --bash) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main git log upstream/releasebranch_8_4..HEAD # There should be no commits which are not visible on GitHub: git log --max-count=5 @@ -432,6 +457,7 @@ Modify the VERSION file use the dedicated script, for RC1, e.g.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -440,6 +466,8 @@ Modify the VERSION file use the dedicated script, for RC1, e.g.: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main The script will compute the correct version string and print a message containing it into the terminal (e.g., "version: GRASS GIS 8.2.0RC1"). ======= The script will compute the correct version string and print a message @@ -449,6 +477,7 @@ containing it into the terminal (e.g., "version: GRASS GIS 8.2.0RC1"). <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= The script will compute the correct version string and print a message containing it into the terminal (e.g., "version: GRASS GIS 8.2.0RC1"). >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -463,6 +492,8 @@ The script will compute the correct version string and print a message containin >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Commit with a commit message suggested by the script, e.g.: @@ -478,6 +509,7 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.0RC1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -486,6 +518,8 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.0RC1" >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Check that there is exactly one commit on your local branch and that it is the version change: ======= Check that there is exactly one commit on your local branch and that it is the @@ -495,6 +529,7 @@ version change: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Check that there is exactly one commit on your local branch and that it is the version change: >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -509,6 +544,8 @@ Check that there is exactly one commit on your local branch and that it is the v >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ```bash git status @@ -537,6 +574,7 @@ eval $(./utils/update_version.py status --bash) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -546,6 +584,8 @@ eval $(./utils/update_version.py status --bash) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= git log upstream/releasebranch_8_2..HEAD # Should give the same as last commits visible on GitHub: git log --max-count=5 @@ -590,6 +630,7 @@ Modify the VERSION file use the dedicated script, for RC1, e.g.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD The script will compute the correct version string and print a message containing it into the terminal (e.g., "version: GRASS GIS 8.2.0RC1"). ======= @@ -614,6 +655,10 @@ The script will compute the correct version string and print a message containin The script will compute the correct version string and print a message containing it into the terminal (e.g., "version: GRASS GIS 8.2.0RC1"). >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +The script will compute the correct version string and print a message +containing it into the terminal (e.g., "version: GRASS GIS 8.2.0RC1"). +>>>>>>> osgeo-main Commit with a commit message suggested by the script, e.g.: @@ -628,6 +673,7 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.0RC1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Check that there is exactly one commit on your local branch and that it is the version change: ======= @@ -652,6 +698,10 @@ Check that there is exactly one commit on your local branch and that it is the v Check that there is exactly one commit on your local branch and that it is the version change: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +Check that there is exactly one commit on your local branch and that it is the +version change: +>>>>>>> osgeo-main ```bash git status @@ -680,6 +730,7 @@ eval $(./utils/update_version.py status --bash) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -697,6 +748,8 @@ eval $(./utils/update_version.py status --bash) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Version and tag are the same for all releases: ```bash @@ -727,6 +780,7 @@ Check on [GitHub Actions](https://github.com/OSGeo/grass/actions) or use GitHub <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD gh run list --branch releasebranch_8_2 ======= <<<<<<< HEAD @@ -747,6 +801,8 @@ gh run list --branch releasebranch_8_2 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main gh run list --branch releasebranch_8_4 ======= gh run list --branch releasebranch_8_2 @@ -757,6 +813,7 @@ gh run list --branch releasebranch_8_2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= gh run list --branch releasebranch_8_2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -791,6 +848,11 @@ gh run list --branch releasebranch_8_2 gh run list --branch releasebranch_8_2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +gh run list --branch releasebranch_8_2 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ``` Some time was needed to run the checks, so before getting back to creating the tag, @@ -811,6 +873,7 @@ Create an annotated tag (a lightweight tag is okay too, but there is more metada <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -830,6 +893,8 @@ Create an annotated tag (a lightweight tag is okay too, but there is more metada >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main stored for annotated tags including a date; message is suggested by the `./utils/update_version.py` script): @@ -845,6 +910,7 @@ git tag $TAG -a -m "..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -874,6 +940,10 @@ git tag $TAG -a -m "..." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main stored for annotated tags including a date; message is suggested by the version script): ```bash @@ -887,6 +957,7 @@ git tag $TAG -a -m "GRASS GIS 8.2.0RC1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -921,6 +992,8 @@ git tag $TAG -a -m "GRASS GIS 8.2.0RC1" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -928,6 +1001,7 @@ git tag $TAG -a -m "GRASS GIS 8.2.0RC1" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -938,6 +1012,8 @@ git tag $TAG -a -m "GRASS GIS 8.2.0RC1" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ``` List all tags (annotated will be at the top of both lists): @@ -956,6 +1032,7 @@ git tag -n --sort=-taggerdate <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Now push the tag upstream - this will trigger the automated workflows linked to tags: ======= <<<<<<< HEAD @@ -976,6 +1053,8 @@ Now push the tag upstream - this will trigger the automated workflows linked to >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Now push the tag upstream - this will trigger the [automated workflows](https://github.com/OSGeo/grass/actions) linked to tags: ======= @@ -987,6 +1066,7 @@ Now push the tag upstream - this will trigger the automated workflows linked to <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Now push the tag upstream - this will trigger the automated workflows linked to tags: >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1021,6 +1101,11 @@ Now push the tag upstream - this will trigger the automated workflows linked to Now push the tag upstream - this will trigger the automated workflows linked to tags: >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +Now push the tag upstream - this will trigger the automated workflows linked to tags: +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ```bash git push upstream $TAG @@ -1042,6 +1127,7 @@ run from the top directory and will expect its configuration files <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1056,6 +1142,8 @@ run from the top directory and will expect its configuration files >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main to be in the *utils* directory. ======= <<<<<<< HEAD @@ -1065,6 +1153,7 @@ to be in the _utils_ directory. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= to be in the *utils* directory. >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) @@ -1097,17 +1186,25 @@ to be in the *utils* directory. <<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main #### First RC of a major and minor releases ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #### First RC of a major and minor releases ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #### Major and minor releases >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -1138,6 +1235,9 @@ python ./utils/generate_release_notes.py log releasebranch_8_4 8.4.0 $VERSION <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1153,6 +1253,7 @@ release candidate because it contains contributor handles and can identify <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1161,6 +1262,8 @@ release candidate because it contains contributor handles and can identify >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main new contributors, so use with the *api* backend, e.g.: ======= new contributors, so use with the _api_ backend, e.g.: @@ -1171,6 +1274,7 @@ new contributors, so use with the _api_ backend, e.g.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1184,6 +1288,8 @@ new contributors, so use with the _api_ backend, e.g.: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main to be in the *utils* directory. For major and minor releases, GitHub API gives good results for the first @@ -1196,6 +1302,7 @@ new contributors, so use with the *api* backend, e.g.: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -1248,6 +1355,10 @@ new contributors, so use with the *api* backend, e.g.: >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ```bash python ./generate_release_notes.py api releasebranch_8_2 8.0.0 $VERSION @@ -1264,6 +1375,7 @@ while the backports are usually direct commits without PRs. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD The *git log* command operates on commits, so use use the *log* backend: ======= <<<<<<< HEAD @@ -1296,6 +1408,11 @@ The *git log* command operates on commits, so use use the *log* backend: ======= <<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +The *git log* command operates on commits, so use use the *log* backend: +======= +<<<<<<< HEAD +>>>>>>> osgeo-main The _git log_ command operates on commits, so use use the _log_ backend: ======= The *git log* command operates on commits, so use use the *log* backend: @@ -1307,6 +1424,7 @@ The *git log* command operates on commits, so use use the *log* backend: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1332,6 +1450,8 @@ The *git log* command operates on commits, so use use the *log* backend: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ```bash python ./generate_release_notes.py log releasebranch_8_2 8.2.0 $VERSION @@ -1350,6 +1470,7 @@ python ./generate_release_notes.py log releasebranch_8_2 8.2.0 $VERSION <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD In between RCs and between last RC and final release, the *log* backend is useful for showing updates since the last RC: @@ -1505,6 +1626,24 @@ for showing updates since the last RC: ```bash >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +In between RCs and between last RC and final release, the _log_ backend is useful +======= +In between RCs and between last RC and final release, the *log* backend is useful +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +======= +In between RCs and between last RC and final release, the _log_ backend is useful +======= +In between RCs and between last RC and final release, the *log* backend is useful +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +for showing updates since the last RC: + +```bash +>>>>>>> osgeo-main <<<<<<< HEAD <<<<<<< HEAD python ./utils/generate_release_notes.py log releasebranch_8_4 8.4.0RC1 $VERSION @@ -1519,12 +1658,15 @@ python ./generate_release_notes.py log releasebranch_8_2 8.2.0RC1 $VERSION <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1540,6 +1682,7 @@ added manually to the result from the _api_ backend. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) For the final release, the changes accumulated since the first RC need to be <<<<<<< HEAD +<<<<<<< HEAD added manually to the result from the _api_ backend. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) @@ -1619,6 +1762,14 @@ The script sorts them into categories defined in _utils/release.yml_. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +added manually to the result from the *api* backend. + +<<<<<<< HEAD +The script sorts them into categories defined in _utils/release.yml_. +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main However, these notes need to be manually edited to collapse related items into one. Additionally, a _Highlights_ section needs to be added on top with manually identified new major features for major and minor releases. For all releases, a @@ -1637,6 +1788,7 @@ GitHub and further modify as needed. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1659,6 +1811,10 @@ GitHub and further modify as needed. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main However, these notes need to be manually edited to collapse related items into one. Additionally, a _Highlights_ section needs to be added with manually identified new major features for major and minor releases. For all releases, a _Major_ section @@ -1678,6 +1834,7 @@ web interface. You can copy-paste the created release notes to GitHub and furthe <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1686,6 +1843,8 @@ web interface. You can copy-paste the created release notes to GitHub and furthe >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1696,6 +1855,7 @@ web interface. You can copy-paste the created release notes to GitHub and furthe <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1705,6 +1865,8 @@ web interface. You can copy-paste the created release notes to GitHub and furthe ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= added manually to the result from the *api* backend. @@ -1715,6 +1877,7 @@ added manually to the result from the *api* backend. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1732,6 +1895,8 @@ added manually to the result from the *api* backend. >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main The script sorts them into categories defined in *utils/release.yml*. However, these notes need to be manually edited to collapse related items into one. Additionally, a *Highlights* section needs to be added with manually @@ -1753,6 +1918,7 @@ GitHub and further modify as needed. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1767,6 +1933,8 @@ GitHub and further modify as needed. >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1777,6 +1945,7 @@ GitHub and further modify as needed. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1812,6 +1981,8 @@ GitHub and further modify as needed. >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Older release description may or may not be a good inspiration: . @@ -1833,6 +2004,7 @@ Save the modified draft, but do not publish the release yet. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1852,6 +2024,8 @@ Save the modified draft, but do not publish the release yet. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## Update include/VERSION file Use the dedicated `update_version.py` script to edit the VERSION file. @@ -1864,6 +2038,7 @@ After a RC, update to development version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1893,6 +2068,10 @@ After a RC, update to development version: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Reset include/VERSION file to git development version Use a dedicated script to edit the VERSION file. @@ -1907,6 +2086,7 @@ After an RC, switch to development version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1949,6 +2129,11 @@ After an RC, switch to development version: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ```bash ./utils/update_version.py dev @@ -1967,6 +2152,7 @@ After an RC, switch to development version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD After a final release, switch to development version for the next micro, minor, or major version, e.g., for micro version, use: ======= @@ -1999,6 +2185,8 @@ or major version, e.g., for micro version, use: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main After a final release, update to the next micro (x.y.Z), minor (x.Y.z), or major (X.y.y) version. E.g., for micro version, use: ======= @@ -2011,6 +2199,7 @@ version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2020,6 +2209,8 @@ version, e.g., for micro version, use: ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= After a final release, switch to development version for the next micro, minor, or major version, e.g., for micro version, use: >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2029,6 +2220,7 @@ version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -2038,6 +2230,8 @@ version, e.g., for micro version, use: ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= +>>>>>>> osgeo-main +======= After a final release, switch to development version for the next micro, minor, or major version, e.g., for micro version, use: >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -2047,6 +2241,7 @@ or major version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2056,6 +2251,8 @@ or major version, e.g., for micro version, use: ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= After a final release, switch to development version for the next micro, minor, or major version, e.g., for micro version, use: ======= @@ -2069,6 +2266,7 @@ or major version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2094,6 +2292,8 @@ or major version, e.g., for micro version, use: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ```bash ./utils/update_version.py micro @@ -2106,6 +2306,7 @@ or major version, e.g., for micro version, use: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Use *major* and *minor* operations for the other version updates. <<<<<<< HEAD <<<<<<< HEAD @@ -2122,6 +2323,9 @@ Use *major* and *minor* operations for the other version updates. Use *major* and *minor* operations for the other version updates. >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +Use *major* and *minor* operations for the other version updates. +>>>>>>> osgeo-main +======= <<<<<<< HEAD Use _major_ and _minor_ operations for the other version updates. ======= @@ -2131,6 +2335,7 @@ Use *major* and *minor* operations for the other version updates. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -2141,6 +2346,8 @@ Use *major* and *minor* operations for the other version updates. >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Use `--help` for details about the options. <<<<<<< HEAD @@ -2149,6 +2356,7 @@ Use `--help` for details about the options. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD Use *major* and *minor* operations for the other version updates. @@ -2197,6 +2405,8 @@ Use `--help` for details about the options. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Eventually, commit with the suggested commit message and push, e.g.: ```bash @@ -2236,6 +2446,7 @@ development coordinators. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2265,6 +2476,10 @@ development coordinators. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Commit with the suggested commit message and push, e.g.: ```bash @@ -2284,6 +2499,7 @@ git push upstream <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD This part requires extra permissions and needs to be done by one of the development coordinators. ======= @@ -2300,6 +2516,8 @@ development coordinators. >>>>>>> osgeo-main ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main This part requires extra permissions and needs to be done by one of the development coordinators. <<<<<<< HEAD <<<<<<< HEAD @@ -2316,6 +2534,7 @@ development coordinators. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2325,6 +2544,8 @@ development coordinators. ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= This part requires extra permissions and needs to be done by one of the development coordinators. @@ -2336,6 +2557,7 @@ development coordinators. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2373,6 +2595,8 @@ This part requires extra permissions and needs to be done by one of the developm >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ### Get the tagged version @@ -2392,6 +2616,7 @@ git fetch upstream <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2411,6 +2636,8 @@ git fetch upstream >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Get the tagged source code, e.g. (modify the tag as needed): ```bash @@ -2422,6 +2649,7 @@ git checkout 8.4.0RC1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2451,6 +2679,10 @@ git checkout 8.4.0RC1 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Get the tagged source code, e.g.: ```bash @@ -2464,6 +2696,7 @@ git checkout 8.2.0RC1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2506,6 +2739,11 @@ git checkout 8.2.0RC1 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ``` Create the Bash variables for version numbers: @@ -2540,6 +2778,7 @@ linked to the tag: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -2583,6 +2822,11 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ -O ChangeLog_${VERSION}.gz ======= >>>>>>> osgeo-main +======= +wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ + -O ChangeLog_${VERSION}.gz +======= +>>>>>>> osgeo-main wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz -O ChangeLog_${VERSION}.gz >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2598,6 +2842,7 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2607,6 +2852,8 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz -O ChangeLog_${VERSION}.gz ======= wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ @@ -2619,6 +2866,7 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2666,6 +2914,8 @@ wget https://github.com/OSGeo/grass/releases/download/${VERSION}/ChangeLog.gz -O >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ``` ### Get the source code tarball @@ -2688,6 +2938,7 @@ Note: servers 'osgeo8-grass' and 'osgeo7-download' only reachable via <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD jumphost (managed by OSGeo-SAC) - see ======= @@ -2709,6 +2960,8 @@ Note: servers 'osgeo8-grass' and 'osgeo7-download' only reachable via >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main jumphost (managed by OSGeo-SAC) - see ======= jumphost (managed by OSGeo-SAC) - see @@ -2719,6 +2972,7 @@ jumphost (managed by OSGeo-SAC) - see >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2753,6 +3007,11 @@ jumphost (managed by OSGeo-SAC) - see >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + jumphost (managed by OSGeo-SAC) - see +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ```bash # Store the source tarball (twice) in (use scp -p FILES grass:): @@ -2781,6 +3040,7 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2815,6 +3075,8 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main INSTALL.md REQUIREMENTS.md CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR ssh $USER@$SERVER2 "mkdir -p $SERVER2DIR" @@ -2823,6 +3085,7 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) INSTALL.md REQUIREMENTS.html CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR @@ -2840,11 +3103,19 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ <<<<<<< HEAD scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) + INSTALL.md REQUIREMENTS.html CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR + +scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ +>>>>>>> osgeo-main INSTALL.md REQUIREMENTS.html CONTRIBUTING.md $USER@$SERVER2:$SERVER2DIR <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +<<<<<<< HEAD >>>>>>> osgeo-main INSTALL.md REQUIREMENTS.md CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR @@ -2884,12 +3155,15 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +======= +>>>>>>> osgeo-main INSTALL.md REQUIREMENTS.md CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ INSTALL.md REQUIREMENTS.md CONTRIBUTING.md $USER@$SERVER2:$SERVER2DIR >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= @@ -2957,6 +3231,10 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ ======= >>>>>>> osgeo-main ======= +======= + +======= +>>>>>>> osgeo-main INSTALL.md REQUIREMENTS.html CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR ======= INSTALL.md REQUIREMENTS.md CONTRIBUTING.md $USER@$SERVER1:$SERVER1DIR @@ -2966,6 +3244,7 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ INSTALL.md REQUIREMENTS.md CONTRIBUTING.md $USER@$SERVER2:$SERVER2DIR >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -2975,6 +3254,8 @@ scp -p grass-$VERSION.* AUTHORS COPYING ChangeLog_$VERSION.gz \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Only at full release (i.e., not for RCs)! # generate link to "latest" source code ssh $USER@$SERVER1 "cd $SERVER1DIR ; rm -f grass-$MAJOR.$MINOR-latest.tar.gz" @@ -2995,6 +3276,7 @@ echo "https://grass.osgeo.org/grass$MAJOR$MINOR/source/" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ## Update winGRASS related files Update the winGRASS version at : @@ -3019,6 +3301,8 @@ Update the winGRASS version at >>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ### Update redirects For final minor and major releases (not release candidates and micro releases), @@ -3069,6 +3353,7 @@ Update the winGRASS version at >>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3078,6 +3363,8 @@ Update the winGRASS version at >>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ## Update winGRASS related files Update the winGRASS version at : @@ -3090,6 +3377,7 @@ Update the winGRASS version at >>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3107,6 +3395,8 @@ Update the winGRASS version at >>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main vim wingrass-maintenance-scripts/grass_packager_release.bat vim wingrass-maintenance-scripts/grass_addons.sh vim wingrass-maintenance-scripts/grass_copy_wwwroot.sh @@ -3126,6 +3416,7 @@ Add the new version to repos which build or test addons: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3140,6 +3431,8 @@ Add the new version to repos which build or test addons: >>>>>>> osgeo-main ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main - (currently, for new branches only) - (add new release related line for new branches and final releases) <<<<<<< HEAD @@ -3154,6 +3447,7 @@ Add the new version to repos which build or test addons: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -3183,6 +3477,10 @@ Add the new version to repos which build or test addons: >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main - (currently, for new branches only) - @@ -3196,6 +3494,7 @@ Add the new version to repos which build or test addons: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3210,6 +3509,8 @@ Add the new version to repos which build or test addons: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -3220,6 +3521,7 @@ Add the new version to repos which build or test addons: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3261,6 +3563,8 @@ Add the new version to repos which build or test addons: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ## Close milestone @@ -3276,6 +3580,7 @@ If there are any open issues or PRs, move them to another milestone <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD in the milestone view (all can be moved at once). ======= <<<<<<< HEAD @@ -3296,6 +3601,8 @@ in the milestone view (all can be moved at once). >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main in the milestone view (all can be moved at once by selecting the open issues and PRs and reassigning the next milestone). ======= @@ -3307,6 +3614,7 @@ in the milestone view (all can be moved at once). <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= in the milestone view (all can be moved at once). >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3341,6 +3649,11 @@ in the milestone view (all can be moved at once). in the milestone view (all can be moved at once). >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +in the milestone view (all can be moved at once). +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Publish the release @@ -3360,6 +3673,7 @@ Release is done. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD For final releases only, go to Zenodo a get a Markdown badge for the release which Zenodo creates with a DOI for the published released. ======= @@ -3381,6 +3695,8 @@ which Zenodo creates with a DOI for the published released. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main For final releases only, go to [Zenodo](https://doi.org/10.5281/zenodo.5176030) and get a Markdown badge for the release which Zenodo creates with a DOI for the published release. @@ -3440,6 +3756,9 @@ which Zenodo creates with a DOI for the published released. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3455,6 +3774,7 @@ which Zenodo creates with a DOI for the published released. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3503,6 +3823,11 @@ For all releases, click the Binder badge to get Binder to build. Use it to test it and to cache the built image. Add more links to (or badges for) more notebooks if there are any which show well specific features added or updated in the release. >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +For all releases, click the Binder badge to get Binder to build. Use it to test +it and to cache the built image. Add more links to (or badges for) more notebooks +if there are any which show well specific features added or updated in the release. +>>>>>>> osgeo-main ## Create entries for the new release @@ -3519,6 +3844,9 @@ For a (final) release (not release candidate), write announcement and publish it <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3529,6 +3857,7 @@ For a (final) release (not release candidate), write announcement and publish it Software pages: <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= @@ -3547,6 +3876,8 @@ Software pages: - News section, Software pages: +======= +>>>>>>> osgeo-main - Linux: - Windows: @@ -3588,6 +3919,7 @@ Software pages: - Wiki: <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3714,6 +4046,8 @@ Software pages: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= ======= @@ -3734,6 +4068,7 @@ Software pages: - Wiki: >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= @@ -3746,6 +4081,8 @@ Software pages: ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Write announcement and publish it: - News section: @@ -3763,6 +4100,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3776,6 +4114,8 @@ Write announcement and publish it: ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ### Only in case of new major release >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3793,6 +4133,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3802,6 +4143,8 @@ Write announcement and publish it: ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD - update cronjob '[cron_grass8_main_src_snapshot.sh](https://github.com/OSGeo/grass-addons/tree/grass8/utils/cronjobs_osgeo_lxd/)' on grass.osgeo.org to next but one release tag for the differences @@ -3816,6 +4159,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3841,6 +4185,8 @@ Write announcement and publish it: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main - wiki updates, only when new major release: - {{cmd|xxxx}} macro: - update last version on main page @@ -3857,6 +4203,7 @@ Write announcement and publish it: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ### WinGRASS notes ======= @@ -3882,12 +4229,15 @@ Write announcement and publish it: ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ### WinGRASS notes >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -3897,6 +4247,8 @@ Write announcement and publish it: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ### WinGRASS notes >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3937,6 +4289,7 @@ For new branches and final releases (see additional instructions in the repo): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD set MINOR=2 ======= @@ -3958,6 +4311,8 @@ For new branches and final releases (see additional instructions in the repo): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main set MINOR=4 ======= set MINOR=2 @@ -3968,6 +4323,7 @@ For new branches and final releases (see additional instructions in the repo): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= set MINOR=2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4002,6 +4358,11 @@ For new branches and final releases (see additional instructions in the repo): set MINOR=2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + set MINOR=2 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main set PATCH=0RC1 ``` @@ -4016,6 +4377,7 @@ For new branches and final releases (see additional instructions in the repo): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD compile $GIT_PATH/grass8 $GISBASE_PATH/grass820RC1 $ADDON_PATH/grass820RC1/addons ======= @@ -4037,6 +4399,8 @@ For new branches and final releases (see additional instructions in the repo): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main compile $GIT_PATH/grass8 $GISBASE_PATH/grass840RC1 $ADDON_PATH/grass840RC1/addons ======= compile $GIT_PATH/grass8 $GISBASE_PATH/grass820RC1 $ADDON_PATH/grass820RC1/addons @@ -4047,6 +4411,7 @@ For new branches and final releases (see additional instructions in the repo): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= compile $GIT_PATH/grass8 $GISBASE_PATH/grass820RC1 $ADDON_PATH/grass820RC1/addons >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4081,6 +4446,11 @@ For new branches and final releases (see additional instructions in the repo): compile $GIT_PATH/grass8 $GISBASE_PATH/grass820RC1 $ADDON_PATH/grass820RC1/addons >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + compile $GIT_PATH/grass8 $GISBASE_PATH/grass820RC1 $ADDON_PATH/grass820RC1/addons +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ``` - Modify grass_copy_wwwroot.sh accordingly, eg. @@ -4094,6 +4464,7 @@ For new branches and final releases (see additional instructions in the repo): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD copy_addon 820RC1 8.2.0RC1 ``` @@ -4117,6 +4488,8 @@ For new branches and final releases (see additional instructions in the repo): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main copy_addon 840RC1 8.4.0RC1 ``` @@ -4146,6 +4519,7 @@ Add release to history page: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4154,6 +4528,8 @@ Add release to history page: >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= copy_addon 820RC1 8.2.0RC1 ``` @@ -4165,6 +4541,7 @@ Add release to history page: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4182,6 +4559,8 @@ Add release to history page: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ### Ubuntu Launchpad notes - Create milestone and release: @@ -4196,6 +4575,7 @@ Add release to history page: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4238,6 +4618,11 @@ Add release to history page: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ### Other notes - @@ -4254,6 +4639,7 @@ Add release to history page: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD - If release candidate: - @@ -4291,6 +4677,8 @@ Via Web / Social media: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - If release candidate (just a short invitation to test it): - @@ -4336,6 +4724,7 @@ Via Web / Social media: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4345,6 +4734,8 @@ Via Web / Social media: ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= - If release candidate: - @@ -4370,6 +4761,7 @@ Via Web / Social media: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4387,6 +4779,8 @@ Via Web / Social media: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ## Update VERSION file to next version number @@ -4413,6 +4807,7 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.1" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4455,3 +4850,8 @@ git commit include/VERSION -m "version: GRASS GIS 8.2.1" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/doc/infrastructure.md b/doc/infrastructure.md index 14d0afaf00e..e6925271c06 100644 --- a/doc/infrastructure.md +++ b/doc/infrastructure.md @@ -10,12 +10,15 @@ Last changed: July 2020 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main Related Wiki documents: @@ -26,6 +29,7 @@ Related Wiki documents: <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43,9 +47,12 @@ Related Wiki documents: >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -102,6 +109,10 @@ Related Wiki documents: ======= ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= + +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ## GRASS GIS Source code repository @@ -121,6 +132,7 @@ The GitHub repositories are: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * GRASS GIS core (7.x): * GRASS GIS legacy (3.x-6.x): * GRASS GIS Add-ons: @@ -154,6 +166,8 @@ Issues: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - GRASS GIS core (7+): - GRASS GIS legacy (3.x-6.x): - GRASS GIS Add-ons: @@ -185,12 +199,15 @@ Statistics: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main Git usage: @@ -250,6 +267,7 @@ Statistics: <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -422,6 +440,8 @@ Statistics: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -429,6 +449,7 @@ Statistics: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -449,6 +470,10 @@ Statistics: ======= ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= + +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ## GRASS Web server @@ -463,6 +488,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * * osgeo8-grass: LXD container on osgeo8 () * OS: Debian Buster @@ -524,6 +550,8 @@ Maintainer: M. Neteler >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - - osgeo7-grass: LXD container on osgeo7 () @@ -551,6 +579,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -559,6 +588,8 @@ Maintainer: M. Neteler >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main - Backups: ======= ======= @@ -567,6 +598,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= - Backups: ======= @@ -583,6 +615,8 @@ Maintainer: M. Neteler >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main * GRASS programmer's manual (https://grass.osgeo.org/programming8/) * HTML: cronjob run Wednesday morning California time * HTML: cronjob run Saturday morning California time @@ -651,6 +685,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -667,6 +702,10 @@ Maintainer: M. Neteler * Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University Open Source Lab server: osgeo6.osgeo.osuosl.org) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= + * Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University + Open Source Lab server: osgeo6.osgeo.osuosl.org) +>>>>>>> osgeo-main * Login: via OSGeo LDAP, there is a "grass" LDAP group * Software: * OS: Debian Wheezy @@ -696,11 +735,14 @@ Maintainer: M. Neteler * HTML: cronjob run Saturday morning Portland (OR), US time * disabled: PDF: cronjob run Saturday morning Portland (OR), US time +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= * * osgeo8-grass: LXD container on osgeo8 () * OS: Debian Buster @@ -716,6 +758,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -724,6 +767,8 @@ Maintainer: M. Neteler >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main * Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University Open Source Lab server: osgeo6.osgeo.osuosl.org) ======= @@ -734,6 +779,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * Shared virtual OSGeo machine (osgeo6) hosted at Oregon State University Open Source Lab server: osgeo6.osgeo.osuosl.org) @@ -754,6 +800,8 @@ Maintainer: M. Neteler >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main * Login: via OSGeo LDAP, there is a "grass" LDAP group * Software: * OS: Debian Wheezy @@ -788,6 +836,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) * i18N translation statistics () <<<<<<< HEAD @@ -809,6 +858,11 @@ Maintainer: M. Neteler >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +* i18N translation statistics () +<<<<<<< HEAD +>>>>>>> osgeo-main * generated during compilation of Linux binary snapshot, stats of `(cd locale; make)` are extracted into text file ======= @@ -825,6 +879,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -860,6 +915,8 @@ Maintainer: M. Neteler >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main * text file parsed by PHP page and shown as table * GRASS GIS version is coded in devel/i18n_stats.inc * for Transifex integration, see below @@ -885,6 +942,7 @@ Maintainer: M. Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -927,6 +985,11 @@ Maintainer: M. Neteler ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Summary: The system should run almost autonomously. @@ -941,6 +1004,7 @@ Summary: The system should run almost autonomously. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * ======= <<<<<<< HEAD @@ -953,6 +1017,8 @@ Summary: The system should run almost autonomously. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main See ======= ======= @@ -961,6 +1027,7 @@ See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -983,11 +1050,14 @@ See >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) * <<<<<<< HEAD +======= +>>>>>>> osgeo-main <<<<<<< HEAD <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1004,11 +1074,14 @@ See ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -1046,6 +1119,10 @@ See ======= ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= + +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ## GRASS Mailing lists @@ -1062,6 +1139,7 @@ Available lists: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * at OSGeo.org (): * grass-abm Integration of GRASS with JAVA based agent based modeling (ABM) @@ -1102,6 +1180,8 @@ Notes: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - at OSGeo.org (): - grass-abm: Integration of GRASS with JAVA based agent based modeling (ABM) @@ -1124,6 +1204,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -1132,6 +1213,8 @@ Notes: >>>>>>> osgeo-main ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main * grass-abm Integration of GRASS with JAVA based agent based modeling (ABM) * grass-announce GRASS announcements @@ -1147,6 +1230,9 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1159,6 +1245,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1169,6 +1256,8 @@ Notes: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main grass-abm Integration of GRASS with JAVA based agent based modeling (ABM) grass-announce GRASS announcements grass-commit Mailing list to distribute GRASS-CVS commits @@ -1181,6 +1270,7 @@ Notes: grass-web GRASS website mailing list <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) @@ -1191,6 +1281,9 @@ Notes: >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) * OLD, UNUSED: at FBK-irst (): @@ -1217,6 +1310,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -1305,6 +1399,8 @@ Notes: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) - grass-announce: @@ -1325,6 +1421,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1334,6 +1431,8 @@ Notes: ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= * grass-abm Integration of GRASS with JAVA based agent based modeling (ABM) @@ -1362,6 +1461,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1375,6 +1475,8 @@ Notes: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main * grass-announce: * moderated by M. Neteler * has monthly password reminder disabled to avoid leakage into publicly @@ -1393,6 +1495,7 @@ Notes: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> osgeo-main @@ -1418,6 +1521,9 @@ Notes: ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ## GRASS Wiki @@ -1432,6 +1538,7 @@ Maintainer: Martin Landa, Markus Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1451,6 +1558,8 @@ Maintainer: Martin Landa, Markus Neteler >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - - Mediawiki software - requires registration to keep spammers out @@ -1461,6 +1570,7 @@ Maintainer: Martin Landa, Markus Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1490,6 +1600,10 @@ Maintainer: Martin Landa, Markus Neteler ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * * Mediawiki * mirrored at CZ Tech University @@ -1505,6 +1619,7 @@ Maintainer: Martin Landa, Markus Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Summary: The system should run almost autonomous. An eye must be be kept on people trying to spam the site @@ -1529,6 +1644,8 @@ Macros for manual pages (src, cmd, API, ...): >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Summary: The system should run almost autonomous. An eye must be be kept on people trying to spam the site. Several layers of registration protection are in place due to excessive spam. @@ -1542,6 +1659,7 @@ Macros for manual pages (src, cmd, API, ...): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1554,6 +1672,8 @@ Macros for manual pages (src, cmd, API, ...): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - @@ -1576,6 +1696,9 @@ Web based client: See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1595,6 +1718,7 @@ Macros for manual pages (src, cmd, API, ...): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1604,6 +1728,8 @@ Macros for manual pages (src, cmd, API, ...): ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= Summary: The system should run almost autonomous. An eye must be be kept on people trying to spam the site @@ -1619,6 +1745,7 @@ Macros for manual pages (src, cmd, API, ...): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1648,6 +1775,8 @@ Macros for manual pages (src, cmd, API, ...): >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main * ## GRASS IRC @@ -1661,6 +1790,7 @@ Web based client: See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * channel owner: Alessandro Frigeri < afrigeri unipg.it > ("geoalf") ======= * channel owner: Alessandro Frigeri ("geoalf") @@ -1680,6 +1810,9 @@ Web based client: See ======= * channel owner: Alessandro Frigeri < afrigeri unipg.it > ("geoalf") >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +* channel owner: Alessandro Frigeri < afrigeri unipg.it > ("geoalf") +>>>>>>> osgeo-main * quasi guru level: Markus Neteler ("markusN") * further operators: * Jachym ("jachym") @@ -1695,6 +1828,7 @@ Web based client: See <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1737,6 +1871,11 @@ Web based client: See ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## GRASS Bugtracker @@ -1750,6 +1889,7 @@ Current bugtracker (Jan 2020 - today): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1769,6 +1909,8 @@ Current bugtracker (Jan 2020 - today): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - @@ -1782,6 +1924,7 @@ Old bugtrackers: see <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1811,6 +1954,10 @@ Old bugtrackers: see ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * @@ -1830,6 +1977,7 @@ Old tracsvn (OSGeo server) (Dec 2007 * Mai 2019) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -1864,6 +2012,11 @@ Old tracsvn (OSGeo server) (Dec 2007 * Mai 2019) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= + >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -1872,6 +2025,7 @@ Old tracsvn (OSGeo server) (Dec 2007 * Mai 2019) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1895,6 +2049,8 @@ Old tracsvn (OSGeo server) (Dec 2007 * Mai 2019) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ```text /var/www/trac/env/grass/conf/trac.ini downloadable_paths = /grass-addons/grass7/*/*,/sandbox/*/* @@ -1926,6 +2082,7 @@ Very very old bugtracker (Dec 2000 * Dec 2006): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -1945,6 +2102,8 @@ Very very old bugtracker (Dec 2000 * Dec 2006): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main * * webRT, sponsored by Intevation GmbH, Germany @@ -1960,6 +2119,7 @@ Very very old bugtracker (Dec 2000 * Dec 2006): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1988,6 +2148,10 @@ Very very old bugtracker (Dec 2000 * Dec 2006): ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -2002,6 +2166,7 @@ Very very old bugtracker (Dec 2000 * Dec 2006): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -2024,6 +2189,8 @@ Very very old bugtracker (Dec 2000 * Dec 2006): >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ## GRASS Addons >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2042,6 +2209,7 @@ Details: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * Windows-addons: grass-addons/utils/addons/README.txt * Addon manual pages cronjob: * Rendered manuals: @@ -2069,6 +2237,8 @@ Details: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - Windows-addons: grass-addons/utils/addons/README.txt - Addon manual pages cronjob: - Rendered manuals: @@ -2083,6 +2253,9 @@ Details: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2101,6 +2274,7 @@ Details: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2110,6 +2284,8 @@ Details: ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= * Windows-addons: grass-addons/utils/addons/README.txt * Addon manual pages cronjob: * Rendered manuals: @@ -2120,6 +2296,7 @@ Details: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2153,6 +2330,8 @@ Details: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The redirect to the latest grassX directory is defined on grass.osgeo.org: /etc/apache2/includes/grass.osgeo.org.inc @@ -2169,6 +2348,7 @@ Procedure building of binaries (Windows): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * Addons module are compiled on build server, currently at the CTU in Prague) and publishing their manual pages on publishing server, i.e. grass.osgeo.org. @@ -2204,6 +2384,8 @@ Procedure of granting write access to Addons repo: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main - Addons module are compiled on winGRASS build server, at the CTU in Prague) and publishing their manual pages on publishing server, i.e. grass.osgeo.org. @@ -2233,6 +2415,7 @@ XML file for g.extension: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -2242,6 +2425,8 @@ XML file for g.extension: ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= +>>>>>>> osgeo-main +======= * Addons module are compiled on build server, currently at the CTU in Prague) and publishing their manual pages on publishing server, i.e. grass.osgeo.org. @@ -2250,6 +2435,7 @@ XML file for g.extension: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * A new compilation is triggered everytime when a commit is done in the Addons-SVN. * Logs: * Linux log files: (compiled on @@ -2331,6 +2517,8 @@ XML file for g.extension: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main * A new compilation is triggered everytime when a commit is done in the Addons-SVN. * Logs: * Linux log files: (compiled on @@ -2383,6 +2571,7 @@ XML file for g.extension: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -2454,6 +2643,10 @@ XML file for g.extension: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## GRASS Travis CI @@ -2468,6 +2661,7 @@ Maintainer: Martin Landa <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2483,6 +2677,8 @@ Maintainer: Martin Landa >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - - ======= @@ -2494,6 +2690,7 @@ Maintainer: Martin Landa <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2517,6 +2714,8 @@ Maintainer: Martin Landa >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * * * OLD: @@ -2525,12 +2724,15 @@ Maintainer: Martin Landa <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main Travis CI control files: trunk/.travis/ @@ -2554,6 +2756,7 @@ The github update is run as a cronjob on server "geo102" (CTU, CZ). <<<<<<< HEAD <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2634,6 +2837,8 @@ The github update is run as a cronjob on server "geo102" (CTU, CZ). >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -2645,6 +2850,7 @@ The github update is run as a cronjob on server "geo102" (CTU, CZ). <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2666,6 +2872,8 @@ The github update is run as a cronjob on server "geo102" (CTU, CZ). >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ## GRASS CI: GitHub Actions Started in Apr. 2020 @@ -2681,6 +2889,7 @@ Maintainer: Vaclav Petras <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2700,6 +2909,8 @@ Maintainer: Vaclav Petras >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main - - Details: - CI workflow with: @@ -2725,6 +2936,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2754,6 +2966,10 @@ Helper files placed in .github/workflows/ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * * Details: @@ -2767,6 +2983,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2785,6 +3002,8 @@ Helper files placed in .github/workflows/ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main * A build job which is not parallelized and is meant for clear & relatively fast check of compilation and building in general. (Duplicating what is running on Travis) * A test job which of course needs to build, but the main focus is to run tests, so the compilation is parallelized (depending on nproc) and thus potentially less readable. This runs the whole test suite. (You need to run it locally to see the actual error, but you can see which tests are failing.) * Static code analysis/Code quality check using Flake8 with separate checks for python/grass, gui/wxpython, scripts and temporal directories. @@ -2800,6 +3019,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2808,6 +3028,8 @@ Helper files placed in .github/workflows/ >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2818,6 +3040,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -2847,6 +3070,10 @@ Helper files placed in .github/workflows/ >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main * A build job which is not parallelized and is meant for clear & relatively fast check of compilation and building in general. (Duplicating what is running on Travis) @@ -2869,6 +3096,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2883,6 +3111,8 @@ Helper files placed in .github/workflows/ >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -2893,6 +3123,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2928,6 +3159,8 @@ Helper files placed in .github/workflows/ >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ## GRASS docker images @@ -2940,6 +3173,7 @@ Helper files placed in .github/workflows/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2959,6 +3193,8 @@ Helper files placed in .github/workflows/ >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Maintainer: Carmen Tawalika, Vaclav Petras + OSGeo-SAC Docker images are created with a GitHub action. Subsequently, login is done @@ -3003,6 +3239,7 @@ Explanations: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -3032,6 +3269,10 @@ Explanations: ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ## GRASS Coverity Scan Maintainer: Markus Neteler @@ -3045,6 +3286,7 @@ Maintainer: Markus Neteler <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD * ======= <<<<<<< HEAD @@ -3065,6 +3307,8 @@ Maintainer: Markus Neteler >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Coverity Scan is a service to find security issues. At time the service is used only occasionally. ======= @@ -3076,6 +3320,7 @@ is used only occasionally. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3084,6 +3329,8 @@ is used only occasionally. >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= * @@ -3092,6 +3339,7 @@ is used only occasionally. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -3106,6 +3354,8 @@ is used only occasionally. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD - @@ -3117,6 +3367,7 @@ is used only occasionally. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3130,6 +3381,8 @@ is used only occasionally. >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -3151,6 +3404,7 @@ Messages are extracted with `gettext` message macros. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3166,6 +3420,8 @@ Messages are extracted with `gettext` message macros. >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Translations may be done using the OSGeo Weblate platform: ======= ======= @@ -3176,6 +3432,7 @@ Translations may be done using the OSGeo Weblate platform: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3197,6 +3454,8 @@ Translations may be done using the OSGeo Weblate platform: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * Dashboard: * Auto-update URL to fetch files: * @@ -3213,6 +3472,7 @@ Translations may be done using the OSGeo Weblate platform: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3231,6 +3491,9 @@ Translations may be done using the OSGeo Weblate platform: ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main <<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3241,6 +3504,7 @@ Translations may be done using the OSGeo Weblate platform: >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) @@ -3275,6 +3539,8 @@ Translations may be done using the OSGeo Weblate platform: >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3284,6 +3550,7 @@ Translations may be done using the OSGeo Weblate platform: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3300,6 +3567,8 @@ Translations may be done using the OSGeo Weblate platform: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main - Weblate: - GRASS GIS Weblate server: @@ -3353,6 +3622,7 @@ Further notification/functionality test systems: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3395,6 +3665,11 @@ Further notification/functionality test systems: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ## Previous hosting sponsors @@ -3413,6 +3688,7 @@ Numerous institutions have sponsored the GRASS Project with Hardware/Bandwidth <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3432,6 +3708,8 @@ Numerous institutions have sponsored the GRASS Project with Hardware/Bandwidth >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main - 1997-1999: Institut fuer Landschaftspflege und Naturschutz (ILN), Universitaet Hannover, Germany - 1999-2001: Institut fuer Physische Geographie und Landschaftsoekologie, @@ -3446,6 +3724,7 @@ Numerous institutions have sponsored the GRASS Project with Hardware/Bandwidth <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -3475,6 +3754,10 @@ Numerous institutions have sponsored the GRASS Project with Hardware/Bandwidth ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main * 1997-1999: Institut fuer Landschaftspflege und Naturschutz (ILN), Universitaet Hannover, Germany * 1999-2001: Institut fuer Physische Geographie und Landschaftsoekologie, diff --git a/doc/notebooks/README.md b/doc/notebooks/README.md index 6906df3cfae..dd2e410a4b2 100644 --- a/doc/notebooks/README.md +++ b/doc/notebooks/README.md @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -46,6 +47,8 @@ >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Clone this repository with `git clone` first. Then, locally start the Jupyter notebook server from the command line in the `doc/notebooks/` directory containing the `*.ipynb` files with: @@ -60,6 +63,7 @@ the `*.ipynb` files with: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Clone this repository with `git clone` first. Then, locally start the Jupyter notebook server from the command line in the `doc/notebooks/` directory containing the `*.ipynb` files with: @@ -72,6 +76,8 @@ the `*.ipynb` files with: >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main Clone this repository with `git clone` first. Then, locally start the Jupyter notebook server from the command line in the `doc/notebooks/` directory containing the `*.ipynb` files with: >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85,6 +91,7 @@ server from the command line in the `doc/notebooks/` directory containing the `* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Clone this repository with `git clone` first. Then, locally start the Jupyter notebook server from the command line in the `doc/notebooks/` directory containing the `*.ipynb` files with: @@ -102,6 +109,8 @@ server from the command line in the `doc/notebooks/` directory containing the `* ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= +>>>>>>> osgeo-main +======= Clone this repository with `git clone` first. Then, locally start the Jupyter notebook server from the command line in the `doc/notebooks/` directory containing the `*.ipynb` files with: >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -116,6 +125,7 @@ the `*.ipynb` files with: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -124,6 +134,8 @@ the `*.ipynb` files with: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -134,6 +146,7 @@ the `*.ipynb` files with: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -167,6 +180,8 @@ server from the command line in the `doc/notebooks/` directory containing the `* >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main `jupyter notebook` This will open a new browser tab or window with a list of the contents of the current @@ -199,6 +214,7 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -225,6 +241,8 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -236,6 +254,9 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -253,6 +274,7 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -288,3 +310,5 @@ See also the official documentation for [The Jupyter Notebook](https://jupyter-n >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/doc/notebooks/example_notebook.ipynb b/doc/notebooks/example_notebook.ipynb index 6ae00c3730a..e594a23e9b2 100644 --- a/doc/notebooks/example_notebook.ipynb +++ b/doc/notebooks/example_notebook.ipynb @@ -5,6 +5,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "cells": [ { @@ -23,6 +24,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 58e6f5060a (Add Binder badge/button to readme (#1628)) +======= +>>>>>>> osgeo-main "metadata": { "language_info": { "codemirror_mode": { @@ -48,6 +51,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -61,6 +65,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 58e6f5060a (Add Binder badge/button to readme (#1628)) +======= +>>>>>>> osgeo-main "source": [ "# Try GRASS GIS in Jupyter Notebook with Python\n", "\n", @@ -84,6 +90,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ] ======= @@ -121,6 +128,11 @@ "cell_type": "markdown", "metadata": {} >>>>>>> 58e6f5060a (Add Binder badge/button to readme (#1628)) +======= + ], + "cell_type": "markdown", + "metadata": {} +>>>>>>> osgeo-main }, { "cell_type": "code", @@ -166,6 +178,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "cell_type": "markdown", "metadata": {}, @@ -183,6 +196,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 58e6f5060a (Add Binder badge/button to readme (#1628)) +======= +>>>>>>> osgeo-main "source": [ "## Raster buffer\n", "\n", @@ -194,6 +209,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ] ======= @@ -231,6 +247,11 @@ "cell_type": "markdown", "metadata": {} >>>>>>> 58e6f5060a (Add Binder badge/button to readme (#1628)) +======= + ], + "cell_type": "markdown", + "metadata": {} +>>>>>>> osgeo-main }, { "cell_type": "code", @@ -253,6 +274,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "cell_type": "markdown", "metadata": {}, @@ -270,6 +292,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 58e6f5060a (Add Binder badge/button to readme (#1628)) +======= +>>>>>>> osgeo-main "source": [ "## Vector buffer\n", "\n", @@ -282,6 +306,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ] ======= @@ -319,6 +344,11 @@ "cell_type": "markdown", "metadata": {} >>>>>>> 58e6f5060a (Add Binder badge/button to readme (#1628)) +======= + ], + "cell_type": "markdown", + "metadata": {} +>>>>>>> osgeo-main }, { "cell_type": "code", @@ -341,6 +371,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD }, { @@ -436,4 +467,8 @@ } ] >>>>>>> 58e6f5060a (Add Binder badge/button to readme (#1628)) +======= + } + ] +>>>>>>> osgeo-main } diff --git a/doc/notebooks/hydrology.ipynb b/doc/notebooks/hydrology.ipynb index 65f22a30f3f..f25afd4c403 100644 --- a/doc/notebooks/hydrology.ipynb +++ b/doc/notebooks/hydrology.ipynb @@ -77,6 +77,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "elev_map.d_legend(raster=\"elevation\", at=(65, 90, 85, 88), fontsize=12, flags=\"b\", title=\"DTM\")\n", ======= @@ -98,6 +99,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "elev_map.d_legend(\n", " raster=\"elevation\", at=(65, 90, 85, 88), fontsize=12, flags=\"b\", title=\"DTM\"\n", ")\n", @@ -110,6 +113,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "elev_map.d_legend(raster=\"elevation\", at=(65, 90, 85, 88), fontsize=12, flags=\"b\", title=\"DTM\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -144,6 +148,11 @@ "elev_map.d_legend(raster=\"elevation\", at=(65, 90, 85, 88), fontsize=12, flags=\"b\", title=\"DTM\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "elev_map.d_legend(raster=\"elevation\", at=(65, 90, 85, 88), fontsize=12, flags=\"b\", title=\"DTM\")\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n", "# Display map\n", "elev_map.show()" @@ -172,6 +181,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.fill.dir\", input=\"elevation\", output=\"elev_fill1\", direction=\"dir1\", areas=\"area1\")\n", "gs.run_command(\"r.fill.dir\", input=\"elev_fill1\", output=\"elev_fill2\", direction=\"dir2\", areas=\"area2\")\n", @@ -195,6 +205,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.fill.dir\",\n", " input=\"elevation\",\n", @@ -227,6 +239,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -235,6 +248,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "gs.run_command(\"r.fill.dir\", input=\"elevation\", output=\"elev_fill1\", direction=\"dir1\", areas=\"area1\")\n", "gs.run_command(\"r.fill.dir\", input=\"elev_fill1\", output=\"elev_fill2\", direction=\"dir2\", areas=\"area2\")\n", @@ -246,6 +261,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -263,6 +279,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.mapcalc(\"depr_bin = if((elevation-elev_fill3) < 0., 1, null())\")\n", "gs.run_command(\"r.colors\", map=\"depr_bin\", color=\"blues\")" ] @@ -308,6 +326,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -327,6 +346,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.watershed\",\n", " elevation=\"elevation@PERMANENT\",\n", @@ -343,6 +364,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -372,6 +394,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "gs.run_command(\"r.watershed\", \n", " elevation=\"elevation@PERMANENT\",\n", " drainage=\"drainage\", # Drainage Direction\n", @@ -388,6 +414,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -430,6 +457,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n", "# Convert streams raster to vector\n", "gs.run_command(\"r.to.vect\", input=\"streams\", output=\"streams\", type=\"line\")" @@ -462,6 +494,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "# elevation is in PERMANENT, not user1), the `r.colors` will not change \n", ======= @@ -483,6 +516,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "# elevation is in PERMANENT, not user1), the `r.colors` will not change\n", ======= "# elevation is in PERMANENT, not user1), the `r.colors` will not change \n", @@ -493,6 +528,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "# elevation is in PERMANENT, not user1), the `r.colors` will not change \n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -527,6 +563,11 @@ "# elevation is in PERMANENT, not user1), the `r.colors` will not change \n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "# elevation is in PERMANENT, not user1), the `r.colors` will not change \n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "# the color in InteractiveMap.\n", "gs.run_command(\"r.colors\", map=\"drainage\", color=\"aspect\")\n", "\n", @@ -568,6 +609,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -587,6 +629,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.stats.zonal\",\n", " base=\"watersheds\",\n", @@ -607,6 +651,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -636,6 +681,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "gs.run_command(\"r.stats.zonal\", base=\"watersheds\", cover=\"elevation\", method=\"count\", output=\"watersheds_count\")\n", "\n", "# Get projection resolution\n", @@ -652,6 +701,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -694,6 +744,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n", "# Calculate watersheds areas and convert from m2 to km2\n", "gs.mapcalc(\"'watershed_area' = float('watersheds_count'*{})/1000000\".format(cell_area))" @@ -723,6 +778,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -742,6 +798,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "\n", "watershed_map = gj.Map()\n", "watershed_map.d_rast(map=\"watershed_area\")\n", @@ -763,6 +821,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -792,6 +851,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main " \n", "watershed_map = gj.Map()\n", "watershed_map.d_rast(map=\"watershed_area\")\n", @@ -813,6 +876,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -855,6 +919,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "watershed_map.show()" ] }, @@ -896,6 +965,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "slope_map.d_legend(raster=\"slope\", at=(65, 90, 85, 90), fontsize=15, flags=\"b\", title=\"Slope\", units=\"°\")\n", ======= @@ -917,6 +987,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "slope_map.d_legend(\n", " raster=\"slope\",\n", " at=(65, 90, 85, 90),\n", @@ -934,6 +1006,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "slope_map.d_legend(raster=\"slope\", at=(65, 90, 85, 90), fontsize=15, flags=\"b\", title=\"Slope\", units=\"°\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -968,6 +1041,11 @@ "slope_map.d_legend(raster=\"slope\", at=(65, 90, 85, 90), fontsize=15, flags=\"b\", title=\"Slope\", units=\"°\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "slope_map.d_legend(raster=\"slope\", at=(65, 90, 85, 90), fontsize=15, flags=\"b\", title=\"Slope\", units=\"°\")\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "slope_map.show()" ] }, @@ -995,6 +1073,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1014,6 +1093,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "columns = defaultdict(list) # each value in each column is appended to a list\n", "\n", "text = gs.read_command(\n", @@ -1031,6 +1112,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1060,6 +1142,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "columns = defaultdict(list) # each value in each column is appended to a list\n", "\n", "text = gs.read_command(\"r.univar\", map=\"elevation\", zones=\"watersheds\", separator=separator, flags=\"t\")\n", @@ -1077,6 +1163,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1119,6 +1206,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n", "watersheds = columns[\"zone\"]\n", "means = np.array(columns[\"mean\"], dtype=np.float32)\n", @@ -1168,6 +1260,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\")" ======= @@ -1189,6 +1282,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\"\n", ")" @@ -1201,6 +1296,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "gs.run_command(\"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1235,6 +1331,11 @@ "gs.run_command(\"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "gs.run_command(\"r.to.vect\", flags=\"s\", input=\"watersheds\", output=\"watersheds_vector\", type=\"area\")" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ] }, { @@ -1255,6 +1356,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1274,6 +1376,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "watershed_vect_map.d_vect(\n", " map=\"watersheds_vector\",\n", " fill_color=\"none\",\n", @@ -1291,6 +1395,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1320,6 +1425,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "watershed_vect_map.d_vect(map=\"watersheds_vector\",\n", " fill_color=\"none\",\n", " width=1.5,\n", @@ -1337,6 +1446,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1379,6 +1489,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "watershed_vect_map.show()" ] } diff --git a/doc/notebooks/jupyter_example.ipynb b/doc/notebooks/jupyter_example.ipynb index ae2ab4c0e74..8587aca34b0 100644 --- a/doc/notebooks/jupyter_example.ipynb +++ b/doc/notebooks/jupyter_example.ipynb @@ -16,6 +16,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "This is a quick introduction to *GRASS GIS* in a *Jupyter Notebook* using the [_grass.jupyter_](https://grass.osgeo.org/grass82/manuals/libpython/grass.jupyter.html) package and the *Python* scripting language. The _grass.jupyter_ package simplifies the launch of *GRASS GIS* in *Jupyter Notebook* and provides several useful classes for creating, displaying, and saving *GRASS GIS* maps.\n", ======= @@ -37,6 +38,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "This is a quick introduction to *GRASS GIS* in a *Jupyter Notebook* using the [_grass.jupyter_](https://grass.osgeo.org/grass-stable/manuals/libpython/grass.jupyter.html) package and the *Python* scripting language. The _grass.jupyter_ package simplifies the launch of *GRASS GIS* in *Jupyter Notebook* and provides several useful classes for creating, displaying, and saving *GRASS GIS* maps.\n", ======= "This is a quick introduction to *GRASS GIS* in a *Jupyter Notebook* using the [_grass.jupyter_](https://grass.osgeo.org/grass82/manuals/libpython/grass.jupyter.html) package and the *Python* scripting language. The _grass.jupyter_ package simplifies the launch of *GRASS GIS* in *Jupyter Notebook* and provides several useful classes for creating, displaying, and saving *GRASS GIS* maps.\n", @@ -47,6 +50,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "This is a quick introduction to *GRASS GIS* in a *Jupyter Notebook* using the [_grass.jupyter_](https://grass.osgeo.org/grass82/manuals/libpython/grass.jupyter.html) package and the *Python* scripting language. The _grass.jupyter_ package simplifies the launch of *GRASS GIS* in *Jupyter Notebook* and provides several useful classes for creating, displaying, and saving *GRASS GIS* maps.\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -81,6 +85,11 @@ "This is a quick introduction to *GRASS GIS* in a *Jupyter Notebook* using the [_grass.jupyter_](https://grass.osgeo.org/grass82/manuals/libpython/grass.jupyter.html) package and the *Python* scripting language. The _grass.jupyter_ package simplifies the launch of *GRASS GIS* in *Jupyter Notebook* and provides several useful classes for creating, displaying, and saving *GRASS GIS* maps.\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "This is a quick introduction to *GRASS GIS* in a *Jupyter Notebook* using the [_grass.jupyter_](https://grass.osgeo.org/grass82/manuals/libpython/grass.jupyter.html) package and the *Python* scripting language. The _grass.jupyter_ package simplifies the launch of *GRASS GIS* in *Jupyter Notebook* and provides several useful classes for creating, displaying, and saving *GRASS GIS* maps.\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n", "The _grass.jupyter_ package was initially written as part of Google Summer of Code in 2021 by Caitlin Haedrich and was experimentally included in version 8.0.0. Caitlin further improved it thanks to the GRASS Mini Grant 2022. The package was officially released for the first time as part of version 8.2.0. If you are curious about how the package improves the integration of *GRASS GIS* and *Jupyter Notebooks*, compare it with [scripting_example.ipynb](scripting_example.ipynb). More features of the _grass.jupyter_ package are presented in [jupyter_tutorial.ipynb](jupyter_tutorial.ipynb).\n", "\n", @@ -143,6 +152,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", ======= @@ -164,6 +174,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500]\n", ")\n", @@ -176,6 +188,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -210,6 +223,11 @@ "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n", "# Start a Map\n", "r_buffer_map = gj.Map()\n", @@ -254,6 +272,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "v_buffer_map.d_vect(map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\")\n", ======= @@ -275,6 +294,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "v_buffer_map.d_vect(\n", " map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\"\n", ")\n", @@ -287,6 +308,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "v_buffer_map.d_vect(map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -321,6 +343,11 @@ "v_buffer_map.d_vect(map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "v_buffer_map.d_vect(map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\")\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "v_buffer_map.d_vect(map=\"buffer\", fill_color=\"#F8766D\", legend_label=\"Inner portion\")\n", "v_buffer_map.d_legend_vect(at=(10, 35))\n", "\n", diff --git a/doc/notebooks/jupyter_integration.ipynb b/doc/notebooks/jupyter_integration.ipynb index 13d57dea90c..329e48e381b 100644 --- a/doc/notebooks/jupyter_integration.ipynb +++ b/doc/notebooks/jupyter_integration.ipynb @@ -11,6 +11,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "As part of Google Summer of Code 2021, we've been working to shorten and simplify the launch of GRASS in Jupyter and imporve the map displays. You can find out more about the project and follow the progress on the [GRASS wiki page](https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS).\n", ======= @@ -31,6 +32,9 @@ ======= "As part of Google Summer of Code 2021, we've been working to shorten and simplify the launch of GRASS in Jupyter and imporve the map displays. You can find out more about the project and follow the progress on the [GRASS wiki page](https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS).\n", >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= + "As part of Google Summer of Code 2021, we've been working to shorten and simplify the launch of GRASS in Jupyter and imporve the map displays. You can find out more about the project and follow the progress on the [GRASS wiki page](https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS).\n", +>>>>>>> osgeo-main "\n", "This notebook is designed to run in binder and demonstrate the usage of `grass.jupyter`, the new module of Jupyter-specific functions for GRASS." ] @@ -50,6 +54,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "import sys" ======= @@ -72,6 +77,9 @@ ======= "import sys" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= + "import sys" +>>>>>>> osgeo-main ] }, { @@ -107,6 +115,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) "# Start GRASS Session\n", @@ -126,6 +135,10 @@ "# Let's check our import by printing docstring for init()\n", "gj.init?" >>>>>>> 40118f6d63 (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) +======= + "# Start GRASS Session\n", + "gj.init(\"../../data/grassdata\", \"nc_basic_spm_grass7\", \"user1\")" +>>>>>>> osgeo-main ] }, { @@ -137,6 +150,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 2a3f5af732 (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) "# Start GRASS Session\n", @@ -174,6 +188,8 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main "# Set computational region to the study area.\n", "gs.run_command(\"g.region\", raster=\"elevation\")" @@ -190,6 +206,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "cell_type": "code", "execution_count": null, @@ -458,6 +475,8 @@ { ======= >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) +======= +>>>>>>> osgeo-main "cell_type": "code", "execution_count": null, "metadata": {}, @@ -570,6 +589,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "version": "3.8.10" ======= @@ -590,6 +610,9 @@ ======= "version": "3.8.10" >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) +======= + "version": "3.8.10" +>>>>>>> osgeo-main } }, "nbformat": 4, diff --git a/doc/notebooks/jupyter_tutorial.ipynb b/doc/notebooks/jupyter_tutorial.ipynb index db11dbe41be..68a6d4fed72 100644 --- a/doc/notebooks/jupyter_tutorial.ipynb +++ b/doc/notebooks/jupyter_tutorial.ipynb @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34,6 +35,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "This notebook introduces the [_grass.jupyter_](https://grass.osgeo.org/grass-stable/manuals/libpython/grass.jupyter.html) package which simplifies the usage of *GRASS GIS* in *Jupyter Notebook*.\n", "\n", "The _grass.jupyter_ package was initially written as part of [Google Summer of Code in 2021](https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS) by Caitlin Haedrich and was experimentally included in version 8.0.0. Caitlin further improved it thanks to the [GRASS Mini Grant 2022](https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS/MiniGrant2022). The package was officially released for the first time as part of version 8.2.0. Credits for mentoring and additional development go to Vaclav Petras, Helena Mitasova, Stefan Blumentrath, and Anna Petrasova as well as to many members of the GRASS community who provided important feedback.\n", @@ -46,6 +49,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -75,6 +79,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "This notebook introduces the [_grass.jupyter_](https://grass.osgeo.org/grass82/manuals/libpython/grass.jupyter.html) package which simplifies the usage of *GRASS GIS* in *Jupyter Notebook*.\n", "\n", "The _grass.jupyter_ package was initially written as part of [Google Summer of Code in 2021](https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS) by Caitlin Haedrich and was experimentally included in version 8.0.0. Caitlin further improved it thanks to the [GRASS Mini Grant 2022](https://trac.osgeo.org/grass/wiki/GSoC/2021/JupyterAndGRASS/MiniGrant2022). The package was officially released for the first time as part of version 8.2.0. Credits for mentoring and additional development go to Vaclav Petras, Helena Mitasova, Stefan Blumentrath, and Anna Petrasova as well as to many members of the GRASS community who provided important feedback.\n", @@ -89,6 +97,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -131,6 +140,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n", "This interactive notebook is available online thanks to the [Binder](https://mybinder.org) service. To run the select part (called a *cell*), hit `Shift + Enter`." ] @@ -270,6 +284,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "example_map.run(\"d.vect\", map = \"zipcodes\", color=\"red\", fill_color=\"none\")\n", ======= @@ -291,6 +306,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "example_map.run(\"d.vect\", map=\"zipcodes\", color=\"red\", fill_color=\"none\")\n", ======= "example_map.run(\"d.vect\", map = \"zipcodes\", color=\"red\", fill_color=\"none\")\n", @@ -301,6 +318,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "example_map.run(\"d.vect\", map = \"zipcodes\", color=\"red\", fill_color=\"none\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -335,6 +353,11 @@ "example_map.run(\"d.vect\", map = \"zipcodes\", color=\"red\", fill_color=\"none\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "example_map.run(\"d.vect\", map = \"zipcodes\", color=\"red\", fill_color=\"none\")\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "example_map.show()" ] }, @@ -410,6 +433,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "The `InteractiveMap` class displays *GRASS GIS* rasters and vectors with [*folium*](http://python-visualization.github.io/folium/), a [*leaflet*](https://leafletjs.com/) library for *Python*." ======= @@ -431,6 +455,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "The `InteractiveMap` class displays *GRASS GIS* rasters and vectors with [*folium*](http://python-visualization.github.io/folium/) or [*ipyleaflet*](https://ipyleaflet.readthedocs.io/en/latest/)." ======= "The `InteractiveMap` class displays *GRASS GIS* rasters and vectors with [*folium*](http://python-visualization.github.io/folium/), a [*leaflet*](https://leafletjs.com/) library for *Python*." @@ -441,6 +467,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "The `InteractiveMap` class displays *GRASS GIS* rasters and vectors with [*folium*](http://python-visualization.github.io/folium/), a [*leaflet*](https://leafletjs.com/) library for *Python*." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -475,6 +502,11 @@ "The `InteractiveMap` class displays *GRASS GIS* rasters and vectors with [*folium*](http://python-visualization.github.io/folium/), a [*leaflet*](https://leafletjs.com/) library for *Python*." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "The `InteractiveMap` class displays *GRASS GIS* rasters and vectors with [*folium*](http://python-visualization.github.io/folium/), a [*leaflet*](https://leafletjs.com/) library for *Python*." +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ] }, { @@ -492,6 +524,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "raleigh_map = gj.InteractiveMap(width = 600)" ======= @@ -513,6 +546,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "raleigh_map = gj.InteractiveMap(width=600)" ======= "raleigh_map = gj.InteractiveMap(width = 600)" @@ -523,6 +558,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "raleigh_map = gj.InteractiveMap(width = 600)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -557,6 +593,11 @@ "raleigh_map = gj.InteractiveMap(width = 600)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "raleigh_map = gj.InteractiveMap(width = 600)" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ] }, { @@ -579,6 +620,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "raleigh_map.add_layer_control(position = \"bottomright\")" ======= @@ -600,6 +642,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "raleigh_map.add_layer_control(position=\"bottomright\")" ======= "raleigh_map.add_layer_control(position = \"bottomright\")" @@ -610,6 +654,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "raleigh_map.add_layer_control(position = \"bottomright\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -625,6 +670,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -633,6 +680,7 @@ >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= "raleigh_map.add_layer_control(position = \"bottomright\")" @@ -645,6 +693,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ] }, { @@ -699,6 +749,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -718,6 +769,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "import folium\n", "\n", "\n", @@ -730,6 +783,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -759,6 +813,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "import folium \n", "\n", "# Create figure\n", @@ -775,6 +833,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -817,6 +876,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n", "# Create and add elevation layer to map\n", "gj.Raster(\"elevation\", opacity=0.5).add_to(m)\n", @@ -835,6 +899,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -854,6 +919,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main " [35.781608, -78.675800], popup=\"Point of Interest\", tooltip=tooltip\n", ").add_to(m)\n", "\n", @@ -903,6 +970,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -932,6 +1000,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main " [35.781608,-78.675800], popup=\"Point of Interest\", tooltip=tooltip\n", ").add_to(m)\n", "\n", @@ -949,6 +1021,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -991,6 +1064,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ] }, { @@ -1098,6 +1176,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1117,6 +1196,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "## Animating Series of Maps\n", "\n", "The `SeriesMap` class animates a series of maps. The `ipywidgets` slider allows users to slide between maps and play a continuous loop. This class is similar to the `TimeSeriesMap` class for space-time datasets and shown in the [temporal notebook](./temporal.ipynb)." @@ -1173,6 +1254,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1202,6 +1284,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "## Switching Mapsets and Session Management\n", "\n", "The `init` function returns a reference to a session object which can be used to manipulate the current session. The session is global, i.e., the global state of the environment is changed. The session object is a handle for accessing this global session. When the kernel for the notebooks shuts down or is restarted, the session ends automatically. The session can be explicitly ended using `session.finish()`, but that's usually not needed in notebooks.\n", @@ -1245,6 +1331,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "display_name": "Python 3", ======= @@ -1266,6 +1353,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "display_name": "Python 3 (ipykernel)", ======= "display_name": "Python 3", @@ -1276,6 +1365,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "display_name": "Python 3", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1310,6 +1400,11 @@ "display_name": "Python 3", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "display_name": "Python 3", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "language": "python", "name": "python3" }, diff --git a/doc/notebooks/scripting_example.ipynb b/doc/notebooks/scripting_example.ipynb index bf8a09c3cf7..ccd252f7ef7 100644 --- a/doc/notebooks/scripting_example.ipynb +++ b/doc/notebooks/scripting_example.ipynb @@ -82,6 +82,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", ======= @@ -103,6 +104,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500]\n", ")\n", @@ -115,6 +118,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -149,6 +153,11 @@ "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "gs.run_command(\"r.buffer\", input=\"lakes\", output=\"lakes_buff\", distances=[60, 120, 240, 500])\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "gs.run_command(\"d.erase\")\n", "gs.run_command(\"d.rast\", map=\"lakes_buff\")\n", "gs.run_command(\"d.legend\", raster=\"lakes_buff\", range=(2, 5), at=(80, 100, 2, 10))\n", @@ -184,6 +193,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"d.vect\", map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\")\n", "gs.run_command(\"d.vect\", map=\"buffer\", fill_color=\"#F8766D\", legend_label=\"Inner portion\")\n", @@ -206,6 +216,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"d.vect\", map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\"\n", ")\n", @@ -222,6 +234,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -230,6 +243,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "gs.run_command(\"d.vect\", map=\"boundary_state\", fill_color=\"#5A91ED\", legend_label=\"State boundary\")\n", "gs.run_command(\"d.vect\", map=\"buffer\", fill_color=\"#F8766D\", legend_label=\"Inner portion\")\n", @@ -240,6 +255,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -257,6 +273,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\"d.legend.vect\", at=(10, 35))\n", "Image(filename=\"map.png\")" ] diff --git a/doc/notebooks/solar_potential.ipynb b/doc/notebooks/solar_potential.ipynb index 4a2a5273f40..dd34a3c72e9 100644 --- a/doc/notebooks/solar_potential.ipynb +++ b/doc/notebooks/solar_potential.ipynb @@ -101,6 +101,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.sunmask\", elevation=\"elevation\", year=\"2001\", month=\"12\", day=\"22\", hour=\"16\", minute=\"15\", sec=\"0\", timezone=\"-5\", flags=\"s\")" ======= @@ -122,6 +123,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.sunmask\",\n", " elevation=\"elevation\",\n", @@ -143,6 +146,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "gs.run_command(\"r.sunmask\", elevation=\"elevation\", year=\"2001\", month=\"12\", day=\"22\", hour=\"16\", minute=\"15\", sec=\"0\", timezone=\"-5\", flags=\"s\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -177,6 +181,11 @@ "gs.run_command(\"r.sunmask\", elevation=\"elevation\", year=\"2001\", month=\"12\", day=\"22\", hour=\"16\", minute=\"15\", sec=\"0\", timezone=\"-5\", flags=\"s\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "gs.run_command(\"r.sunmask\", elevation=\"elevation\", year=\"2001\", month=\"12\", day=\"22\", hour=\"16\", minute=\"15\", sec=\"0\", timezone=\"-5\", flags=\"s\")" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ] }, { @@ -202,6 +211,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.run_command(\"r.sun\", elevation=\"elevation\", aspect=\"aspect\", slope=\"slope\", incidout=\"incident\", day=\"356\", time=\"16.25\")\n", ======= @@ -223,6 +233,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.sun\",\n", " elevation=\"elevation\",\n", @@ -241,6 +253,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "gs.run_command(\"r.sun\", elevation=\"elevation\", aspect=\"aspect\", slope=\"slope\", incidout=\"incident\", day=\"356\", time=\"16.25\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -275,6 +288,11 @@ "gs.run_command(\"r.sun\", elevation=\"elevation\", aspect=\"aspect\", slope=\"slope\", incidout=\"incident\", day=\"356\", time=\"16.25\")\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "gs.run_command(\"r.sun\", elevation=\"elevation\", aspect=\"aspect\", slope=\"slope\", incidout=\"incident\", day=\"356\", time=\"16.25\")\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "gs.parse_command(\"r.info\", map=\"incident\", flags=\"g\")\n", "gs.run_command(\"r.colors\", map=\"incident\", co=\"bcyr\", flags=\"e\")" ] @@ -353,6 +371,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -372,6 +391,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.run_command(\n", " \"r.sun\",\n", " elevation=\"elevation\",\n", @@ -399,6 +420,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -428,6 +450,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "gs.run_command(\"r.sun\", elevation=\"elevation\", aspect=\"aspect\", slope=\"slope\", day=\"356\", glob_rad=\"winter\", insol_time=\"its356\")\n", "gs.run_command(\"r.colors\", map=\"winter\", co=\"gyr\", flags=\"e\")\n", "\n", @@ -441,6 +467,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -483,6 +510,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "gs.run_command(\"r.colors\", map=\"summer\", co=\"gyr\", flags=\"e\")" ] }, diff --git a/doc/notebooks/temporal.ipynb b/doc/notebooks/temporal.ipynb index d58e11a1613..fd064feef4a 100644 --- a/doc/notebooks/temporal.ipynb +++ b/doc/notebooks/temporal.ipynb @@ -40,6 +40,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "shutil.unpack_archive(\"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\")" ======= @@ -61,6 +62,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "shutil.unpack_archive(\n", " \"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\"\n", ")" @@ -73,6 +76,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "shutil.unpack_archive(\"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -107,6 +111,11 @@ "shutil.unpack_archive(\"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\")" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "shutil.unpack_archive(\"../../data/NC_spm_temporal_workshop.zip\", \"../../data/grassdata\", \"zip\")" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ] }, { @@ -301,6 +310,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "precip_map.d_legend(color=\"black\", at=(10,40,2,6)) #Add legend\n", ======= @@ -322,6 +332,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "precip_map.d_legend(color=\"black\", at=(10, 40, 2, 6)) # Add legend\n", ======= "precip_map.d_legend(color=\"black\", at=(10,40,2,6)) #Add legend\n", @@ -332,6 +344,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "precip_map.d_legend(color=\"black\", at=(10,40,2,6)) #Add legend\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -366,6 +379,11 @@ "precip_map.d_legend(color=\"black\", at=(10,40,2,6)) #Add legend\n", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "precip_map.d_legend(color=\"black\", at=(10,40,2,6)) #Add legend\n", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "precip_map.d_vect(map=\"boundary_county\", fill_color=\"none\")\n", "precip_map.d_barscale()\n", "precip_map.show()" @@ -394,6 +412,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "Image(precip_map.save(\"image.gif\", duration=500, label=True, text_size=16, text_color=\"gray\"))" ======= @@ -415,6 +434,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Image(\n", " precip_map.save(\n", " \"image.gif\", duration=500, label=True, text_size=16, text_color=\"gray\"\n", @@ -429,6 +450,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Image(precip_map.save(\"image.gif\", duration=500, label=True, text_size=16, text_color=\"gray\"))" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -463,6 +485,11 @@ "Image(precip_map.save(\"image.gif\", duration=500, label=True, text_size=16, text_color=\"gray\"))" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "Image(precip_map.save(\"image.gif\", duration=500, label=True, text_size=16, text_color=\"gray\"))" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ] }, { diff --git a/doc/notebooks/viewshed_analysis.ipynb b/doc/notebooks/viewshed_analysis.ipynb index 43bfc574db4..c52ba6be58e 100644 --- a/doc/notebooks/viewshed_analysis.ipynb +++ b/doc/notebooks/viewshed_analysis.ipynb @@ -73,6 +73,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "gs.write_command(\"v.in.ascii\", input=\"-\", stdin=\"%s|%s\" % (642212, 224767), output=\"viewpoints\")\n", "gs.run_command(\"r.viewshed\", input=\"elevation\", output=\"tower_los\", coordinates=\"642212,224767\", observer_elevation=\"165\", max_distance=\"10000\")" @@ -95,6 +96,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "gs.write_command(\n", " \"v.in.ascii\", input=\"-\", stdin=\"%s|%s\" % (642212, 224767), output=\"viewpoints\"\n", ")\n", @@ -116,6 +119,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -124,6 +128,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "gs.write_command(\"v.in.ascii\", input=\"-\", stdin=\"%s|%s\" % (642212, 224767), output=\"viewpoints\")\n", "gs.run_command(\"r.viewshed\", input=\"elevation\", output=\"tower_los\", coordinates=\"642212,224767\", observer_elevation=\"165\", max_distance=\"10000\")" @@ -134,6 +140,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -151,6 +158,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ] }, { diff --git a/doc/projectionintro.html b/doc/projectionintro.html index de670989b8a..79157ac9f43 100644 --- a/doc/projectionintro.html +++ b/doc/projectionintro.html @@ -36,6 +36,7 @@

    Raster map transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -78,6 +79,11 @@

    Raster map transformation

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main four corner points or by seeking several ground control points (i.group, i.target, g.gui.gcp) and then transformed into the @@ -111,6 +117,7 @@

    Vector map transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD into the location with projection and geocoded within this location by defining four corner points or by seeking several ground control points. These points are stored into an ASCII file and then transformed within @@ -133,6 +140,8 @@

    Vector map transformation

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main into the project with projection and geocoded within this project by defining four corner points or by seeking several ground control points. These points are stored into an ASCII file and then transformed within @@ -147,6 +156,7 @@

    Vector map transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -156,6 +166,8 @@

    Vector map transformation

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= into the location with projection and geocoded within this location by defining four corner points or by seeking several ground control points. These points are stored into an ASCII file and then transformed within @@ -166,6 +178,7 @@

    Vector map transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -183,6 +196,8 @@

    Vector map transformation

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main the same location (v.transform). >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) diff --git a/doc/vector/v.example/main.c b/doc/vector/v.example/main.c index ca67be3f357..86d181eb38b 100644 --- a/doc/vector/v.example/main.c +++ b/doc/vector/v.example/main.c @@ -118,6 +118,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* Output information useful for debuging ======= @@ -139,6 +140,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Output information useful for debugging ======= /* Output information useful for debuging @@ -149,6 +152,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /* Output information useful for debuging >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -183,6 +187,11 @@ int main(int argc, char *argv[]) /* Output information useful for debuging >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /* Output information useful for debuging +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main include/vect/dig_structs.h */ G_debug(1, diff --git a/docker/README.md b/docker/README.md index af3f5da11b0..d2ce5c6ae15 100644 --- a/docker/README.md +++ b/docker/README.md @@ -10,6 +10,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -32,6 +33,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main [![Docker Pulls](https://img.shields.io/docker/pulls/osgeo/grass-gis.svg)](https://grass.osgeo.org/download/docker/) @@ -63,6 +66,7 @@ docker pull osgeo/grass-gis: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -184,6 +188,10 @@ the table above): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main [![Docker Pulls](https://img.shields.io/docker/pulls/mundialis/grass-py3-pdal.svg)](https://grass.osgeo.org/download/software/docker-images/) @@ -215,6 +223,7 @@ the table above): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD @@ -239,6 +248,8 @@ the table above): ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ## GRASS GIS docker matrix @@ -272,6 +283,7 @@ the table above): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -287,6 +299,8 @@ the table above): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ```bash docker pull mundialis/grass-py3-pdal: ``` @@ -300,6 +314,7 @@ docker pull mundialis/grass-py3-pdal: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -342,4 +357,9 @@ docker pull mundialis/grass-py3-pdal: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main See also: diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile index e3e77620297..98b0f40da46 100644 --- a/docker/alpine/Dockerfile +++ b/docker/alpine/Dockerfile @@ -8,6 +8,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM alpine:3.15 as common ======= <<<<<<< HEAD @@ -18,11 +19,14 @@ FROM alpine:3.15 as common >>>>>>> osgeo-main ======= ======= +======= +>>>>>>> osgeo-main FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0 as common ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as common ======= @@ -39,11 +43,14 @@ FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +======= +>>>>>>> osgeo-main FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd as common ======= ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as common ======= @@ -75,6 +82,8 @@ FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f <<<<<<< HEAD ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main FROM alpine:3.19@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b as common ======= FROM alpine:3.15 as common @@ -87,6 +96,7 @@ FROM alpine:3.15 as common ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= @@ -116,11 +126,16 @@ FROM alpine:3.15 as common ======= ======= ======= +>>>>>>> osgeo-main +======= FROM alpine:3.15 as common >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Based on: # https://github.com/mundialis/docker-grass-gis/blob/master/Dockerfile @@ -139,6 +154,7 @@ ARG PYTHON_VERSION=3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # List of packages to be installed ENV PACKAGES="\ attr \ @@ -161,6 +177,8 @@ ENV PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # List of packages to be installed (proj-data omitted: 570.04 MB) ENV GRASS_RUN_PACKAGES="\ attr \ @@ -176,6 +194,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -185,6 +204,8 @@ ENV PACKAGES="\ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= # List of packages to be installed ENV PACKAGES="\ attr \ @@ -195,6 +216,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -212,6 +234,8 @@ ENV PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main bash \ bison \ bzip2 \ @@ -229,6 +253,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -248,6 +273,8 @@ ENV PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main g++ \ gcc \ gdal \ @@ -274,6 +301,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -303,6 +331,10 @@ ENV PACKAGES="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main gdal \ gdal-tools \ gettext \ @@ -316,6 +348,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -358,6 +391,11 @@ ENV PACKAGES="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main gnutls \ jsoncpp \ laszip \ @@ -371,6 +409,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -390,6 +429,8 @@ ENV PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main libgeotiff \ libjpeg-turbo \ libpng \ @@ -403,6 +444,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -432,6 +474,10 @@ ENV PACKAGES="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main libexecinfo \ libgeotiff \ libjpeg-turbo \ @@ -446,6 +492,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -488,6 +535,11 @@ ENV PACKAGES="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main musl \ musl-utils \ ncurses \ @@ -504,6 +556,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -523,6 +576,8 @@ ENV PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main python3 \ pdal \ pdal-dev \ @@ -534,6 +589,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -563,6 +619,10 @@ ENV PACKAGES="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main py3-six \ pdal \ pdal-dev \ @@ -576,6 +636,7 @@ ENV PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -618,6 +679,11 @@ ENV PACKAGES="\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main proj-util \ sqlite \ sqlite-libs \ @@ -641,6 +707,7 @@ WORKDIR /src <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -660,6 +727,8 @@ WORKDIR /src >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Add the packages RUN echo "Install main packages";\ apk update; \ @@ -671,6 +740,7 @@ RUN echo "Install main packages";\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -700,6 +770,10 @@ RUN echo "Install main packages";\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ENV PYTHONBIN=python$PYTHON_VERSION RUN echo "Install Python";\ @@ -724,6 +798,7 @@ RUN echo "Install main packages";\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -766,6 +841,11 @@ RUN echo "Install main packages";\ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main FROM common as build @@ -821,6 +901,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD g++ \ gcc \ @@ -844,6 +925,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= g++ \ gcc \ @@ -855,6 +938,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -863,6 +947,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= g++ \ gcc \ @@ -874,6 +960,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -891,6 +978,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main geos-dev \ git \ gnutls-dev \ @@ -905,6 +994,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD make \ ======= @@ -926,6 +1016,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main libpq-dev \ ======= make \ @@ -936,6 +1028,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= make \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -970,6 +1063,11 @@ ENV GRASS_BUILD_PACKAGES="\ make \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + make \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main openjpeg-dev \ openblas-dev \ pdal \ @@ -982,6 +1080,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD postgresql-dev \ ======= @@ -999,6 +1098,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= postgresql-dev \ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1011,6 +1112,7 @@ ENV GRASS_BUILD_PACKAGES="\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1034,6 +1136,8 @@ ENV GRASS_BUILD_PACKAGES="\ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main proj-dev \ python3-dev \ py3-numpy-dev \ @@ -1075,6 +1179,7 @@ RUN echo " => Configure and compile grass" && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1100,6 +1205,8 @@ RUN echo " => Configure and compile grass" && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/alpine/Dockerfile <<<<<<< HEAD:docker/alpine/Dockerfile # Get rid of version number here, restore in next stage via symbolic link @@ -1129,6 +1236,7 @@ RUN ./configure \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Reduce the image size - Remove unnecessary grass files >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/alpine/Dockerfile_alpine @@ -1156,6 +1264,11 @@ RUN ./configure \ # Reduce the image size - Remove unnecessary grass files >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/alpine/Dockerfile_alpine >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +# Reduce the image size - Remove unnecessary grass files +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/alpine/Dockerfile_alpine +>>>>>>> osgeo-main RUN cp /usr/local/grass80/gui/wxpython/xml/module_items.xml module_items.xml; \ rm -rf /usr/local/grass80/demolocation; \ rm -rf /usr/local/grass80/fonts; \ @@ -1169,6 +1282,7 @@ RUN cp /usr/local/grass80/gui/wxpython/xml/module_items.xml module_items.xml; \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -1177,6 +1291,8 @@ RUN cp /usr/local/grass80/gui/wxpython/xml/module_items.xml module_items.xml; \ >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/alpine/Dockerfile >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/alpine/Dockerfile_alpine ======= @@ -1187,6 +1303,7 @@ RUN cp /usr/local/grass80/gui/wxpython/xml/module_items.xml module_items.xml; \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1219,6 +1336,11 @@ RUN cp /usr/local/grass80/gui/wxpython/xml/module_items.xml module_items.xml; \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Reduce the image size - Remove unnecessary grass files RUN cp /usr/local/grass83/gui/wxpython/xml/module_items.xml module_items.xml; \ rm -rf /usr/local/grass83/demolocation; \ @@ -1236,6 +1358,7 @@ RUN cp /usr/local/grass83/gui/wxpython/xml/module_items.xml module_items.xml; \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1288,6 +1411,11 @@ RUN cp /usr/local/grass83/gui/wxpython/xml/module_items.xml module_items.xml; \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main FROM common as grass @@ -1303,6 +1431,7 @@ FROM common as grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1322,6 +1451,8 @@ FROM common as grass >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/alpine/Dockerfile ======= ======= @@ -1332,6 +1463,7 @@ FROM common as grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1369,6 +1501,10 @@ FROM common as grass ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ENV LC_ALL="en_US.UTF-8" # Copy GRASS GIS from build image @@ -1385,6 +1521,7 @@ COPY --from=build /usr/local/grass* /usr/local/grass/ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1408,6 +1545,8 @@ COPY --from=build /usr/local/grass* /usr/local/grass/ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # pip 20.0.0 fix RUN apk add curl && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py pip==20.0.2 && rm get-pip.py @@ -1420,6 +1559,7 @@ RUN apk add curl && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && p <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD:docker/alpine/Dockerfile ======= >>>>>>> 98554ebb3f (Dockerfile_alpine: fix broken pip six installation (#1568)) @@ -1430,6 +1570,8 @@ RUN apk add curl && curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && p <<<<<<< HEAD:docker/alpine/Dockerfile ======= >>>>>>> 735f3a8437 (Dockerfile_alpine: fix broken pip six installation (#1568)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/alpine/Dockerfile <<<<<<< HEAD:docker/alpine/Dockerfile RUN pip3 install --upgrade pip six grass-session --ignore-installed six @@ -1442,6 +1584,9 @@ RUN pip3 install --upgrade grass-session <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1458,6 +1603,7 @@ RUN pip3 install --upgrade pip six grass-session --ignore-installed six <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 4ed9bfe3ea (Dockerfile: fix broken lib link (#1625)) ======= @@ -1487,12 +1633,15 @@ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ ======= ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main RUN ln -sf /usr/local/grass `grass --config path` RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1502,6 +1651,8 @@ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # install external Python API RUN pip3 install --upgrade pip six grass-session --ignore-installed six @@ -1517,6 +1668,7 @@ RUN grass --tmp-location XY --exec g.version -rge && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1603,6 +1755,11 @@ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main pdal --version && \ python3 --version @@ -1626,6 +1783,7 @@ ENV GRASSBIN=grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1645,6 +1803,8 @@ ENV GRASSBIN=grass >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.in.pdal # Not yet ready for GRASS GIS 8: @@ -1660,6 +1820,7 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.learn.ml <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1689,6 +1850,10 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.learn.ml ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Test grass-session # Not yet ready for GRASS GIS 8: @@ -1708,6 +1873,7 @@ RUN grass --tmp-location XY --exec g.extension extension=r.learn.ml2 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1770,6 +1936,11 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.learn.ml ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main FROM grass as final @@ -1785,6 +1956,7 @@ FROM grass as final <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1796,6 +1968,8 @@ FROM grass as final >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> e526e86235 (Dockerfile_alpine: fix broken pip six installation (#1568)):docker/alpine/Dockerfile_alpine ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1805,6 +1979,7 @@ FROM grass as final <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1902,18 +2077,31 @@ ENV GRASSBIN="/usr/local/bin/grass" \ <<<<<<< HEAD ENV GRASS_SKIP_MAPSET_OWNER_CHECK=1 \ ======= +======= +# GRASS GIS specific +# allow work with MAPSETs that are not owned by current user +<<<<<<< HEAD +ENV GRASS_SKIP_MAPSET_OWNER_CHECK=1 \ +======= +>>>>>>> osgeo-main ENV GRASSBIN="/usr/local/bin/grass" \ GRASS_SKIP_MAPSET_OWNER_CHECK=1 \ <<<<<<< HEAD <<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= <<<<<<< HEAD >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +<<<<<<< HEAD +>>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main SHELL="/bin/bash" \ # https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK PROJ_NETWORK=ON \ @@ -1944,6 +2132,7 @@ RUN ln -sf /usr/local/grass $(grass --config path); \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= && python --version ======= @@ -1979,6 +2168,10 @@ ENV PROJ_NETWORK="ON" ======= && python --version ======= +======= + && python --version +======= +>>>>>>> osgeo-main && python3 --version ======= ======= @@ -2002,6 +2195,7 @@ RUN grass --tmp-location XY --exec g.version -rge && \ <<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -2036,11 +2230,14 @@ RUN grass --tmp-location XY --exec g.version -rge && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2092,6 +2289,9 @@ RUN grass --tmp-location XY --exec g.version -rge && \ >>>>>>> osgeo-main ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= + +>>>>>>> osgeo-main # test r.in.pdal in final image because test stage is not executed in github action COPY docker/testdata/simple.laz /tmp/simple.laz RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -g @@ -2104,6 +2304,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2125,6 +2326,9 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> osgeo-main # test r.in.pdal in final image because test stage is not executed in github action COPY docker/testdata/simple.laz /tmp/simple.laz RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -g @@ -2137,6 +2341,7 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2154,6 +2359,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main # Data workdir WORKDIR /grassdb VOLUME /grassdb @@ -2167,6 +2374,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD CMD $GRASSBIN --version ======= <<<<<<< HEAD @@ -2187,6 +2395,8 @@ CMD $GRASSBIN --version >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main CMD ["$GRASSBIN", "--version"] ======= CMD $GRASSBIN --version @@ -2197,6 +2407,7 @@ CMD $GRASSBIN --version <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= CMD $GRASSBIN --version >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2231,3 +2442,8 @@ CMD $GRASSBIN --version CMD $GRASSBIN --version >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +CMD $GRASSBIN --version +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/docker/alpine/Dockerfile_alpine_latest b/docker/alpine/Dockerfile_alpine_latest index 48815f9b5af..43d6099fcc0 100644 --- a/docker/alpine/Dockerfile_alpine_latest +++ b/docker/alpine/Dockerfile_alpine_latest @@ -11,6 +11,7 @@ LABEL maintainer="peter.zamb@gmail.com,neteler@osgeo.org" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # without PDAL ======= @@ -33,6 +34,10 @@ LABEL maintainer="peter.zamb@gmail.com,neteler@osgeo.org" # without PDAL >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) +======= +# without PDAL + +>>>>>>> osgeo-main # PACKAGES VERSIONS ARG PYTHON_VERSION=3 @@ -202,6 +207,7 @@ RUN echo " => Configure and compile grass";\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -210,6 +216,8 @@ RUN echo " => Configure and compile grass";\ >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rm -rf /usr/local/grass83/demolocation; \ rm -rf /usr/local/grass83/fonts; \ rm -rf /usr/local/grass83/gui; \ @@ -218,6 +226,7 @@ RUN echo " => Configure and compile grass";\ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -237,6 +246,8 @@ RUN echo " => Configure and compile grass";\ >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Unset environmental variables to avoid later compilation issues diff --git a/docker/debian/Dockerfile b/docker/debian/Dockerfile index 7989df8cd67..c1cb0ad4105 100644 --- a/docker/debian/Dockerfile +++ b/docker/debian/Dockerfile @@ -12,6 +12,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24,6 +25,8 @@ ======= ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main FROM debian:bookworm-20240612-slim@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8d73c2a0b38b181ec5d8560d395 ======= ======= @@ -33,6 +36,7 @@ FROM debian:bookworm-20240612-slim@sha256:67f3931ad8cb1967beec602d8c0506af1e37e8 ======= >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD FROM debian:stable@sha256:82f8da149d6d567c74564cccd6f355fb5ade42a958e4cde10a1100eaeb24d42e @@ -115,6 +119,16 @@ FROM debian:stable@sha256:82f8da149d6d567c74564cccd6f355fb5ade42a958e4cde10a1100 ======= >>>>>>> 5d3bd35e0a (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +FROM debian:stable@sha256:82f8da149d6d567c74564cccd6f355fb5ade42a958e4cde10a1100eaeb24d42e +======= +======= +>>>>>>> 67fc38245a (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> e77ca8abf8 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 5d3bd35e0a (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main <<<<<<< HEAD FROM debian:stable@sha256:84725fb1debbf461f54a23030be0bcde8449f2fa4eba8adf857b1a4c707fec8d >>>>>>> 5c730e3bfc (wxpyimgview: explicit conversion to int (#2704)) @@ -122,6 +136,7 @@ FROM debian:stable@sha256:84725fb1debbf461f54a23030be0bcde8449f2fa4eba8adf857b1a >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= FROM debian:stable@sha256:84725fb1debbf461f54a23030be0bcde8449f2fa4eba8adf857b1a4c707fec8d @@ -133,6 +148,8 @@ FROM debian:stable@sha256:84725fb1debbf461f54a23030be0bcde8449f2fa4eba8adf857b1a >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # apt-get update && apt-get install lsb-release -y && lsb_release -a ======= @@ -144,6 +161,9 @@ FROM debian:10.1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -158,6 +178,7 @@ FROM debian:10.1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM debian:10.1 >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= @@ -192,6 +213,11 @@ FROM debian:10.1 >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +FROM debian:10.1 +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main FROM debian:stable # currently Debian 11 @@ -206,6 +232,7 @@ FROM debian:stable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -220,6 +247,8 @@ FROM debian:stable >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -230,6 +259,7 @@ FROM debian:stable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -263,6 +293,8 @@ FROM debian:10.1 >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" LABEL maintainer="tawalika@mundialis.de,neteler@mundialis.de,weinmann@mundialis.de" @@ -282,6 +314,7 @@ ENV DEBIAN_FRONTEND noninteractive <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # define versions to be used (PDAL is not available on Debian, so we compile it here) # https://github.com/PDAL/PDAL/releases ARG PDAL_VERSION=2.4.3 @@ -456,6 +489,17 @@ ARG PDAL_VERSION=2.7.2 ======= ARG PDAL_VERSION=2.7.1 ======= +======= +# define versions to be used (PDAL is not available on Debian, so we compile it here) +# https://github.com/PDAL/PDAL/releases +<<<<<<< HEAD +# renovate: datasource=github-tags depName=PDAL/PDAL +<<<<<<< HEAD +ARG PDAL_VERSION=2.7.2 +======= +ARG PDAL_VERSION=2.7.1 +======= +>>>>>>> osgeo-main ARG PDAL_VERSION=2.5.5 ======= ======= @@ -475,9 +519,12 @@ ARG LAZ_PERF_VERSION=1.3.0 <<<<<<< HEAD >>>>>>> 3309d04075 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -486,9 +533,12 @@ ARG LAZ_PERF_VERSION=1.3.0 <<<<<<< HEAD >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -503,16 +553,22 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD >>>>>>> b2351aab26 (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= ======= +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) >>>>>>> 5247cc90df (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] @@ -544,6 +600,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD libfreetype6-dev \ ======= @@ -565,6 +622,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main libfreetype-dev \ ======= libfreetype6-dev \ @@ -575,6 +634,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= libfreetype6-dev \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -609,6 +669,11 @@ RUN apt-get update && apt-get upgrade -y && \ libfreetype6-dev \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + libfreetype6-dev \ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main libgdal-dev \ libgeos-dev \ libgsl0-dev \ @@ -623,6 +688,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD libncurses5-dev \ libopenblas-base \ @@ -645,6 +711,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main libncurses-dev \ ======= libncurses5-dev \ @@ -656,6 +724,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -664,6 +733,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= libncurses5-dev \ libopenblas-base \ @@ -674,6 +745,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -691,6 +763,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main libopenblas-dev \ libopenjp2-7 \ libopenjp2-7-dev \ @@ -709,6 +783,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -742,6 +817,10 @@ RUN apt-get update && apt-get upgrade -y && \ libproj-dev \ ======= >>>>>>> osgeo-main +======= + libproj-dev \ +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -759,6 +838,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -812,6 +892,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main libpython3-all-dev \ libsqlite3-dev \ libtiff-dev \ @@ -834,6 +916,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD proj-bin \ proj-data \ @@ -906,6 +989,12 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD python-is-python3 \ >>>>>>> osgeo-main +======= + proj-bin \ + proj-data \ +<<<<<<< HEAD + python-is-python3 \ +>>>>>>> osgeo-main ======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -914,6 +1003,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -921,6 +1011,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -928,6 +1020,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -935,6 +1028,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= proj-bin \ proj-data \ @@ -944,6 +1039,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= ======= @@ -951,6 +1047,8 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= ======= proj-bin \ @@ -960,6 +1058,7 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -1011,6 +1110,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main python3 \ python3-dateutil \ python3-dev \ @@ -1036,6 +1137,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD zlib1g-dev ======= @@ -1057,6 +1159,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main zlib1g-dev \ && apt-get clean all && rm -rf /var/lib/apt/lists/* ======= @@ -1068,6 +1172,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= zlib1g-dev >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1102,6 +1207,11 @@ RUN apt-get update && apt-get upgrade -y && \ zlib1g-dev >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + zlib1g-dev +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main RUN echo LANG="en_US.UTF-8" > /etc/default/locale RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen @@ -1119,6 +1229,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1141,6 +1252,8 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1149,6 +1262,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -1173,6 +1287,8 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ## install a more recent projection library for GRASS GIS WORKDIR /src RUN wget -q http://download.osgeo.org/proj/proj-${PROJ_VERSION}.tar.gz && \ @@ -1208,6 +1324,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1216,6 +1333,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1227,6 +1346,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1236,6 +1356,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -1245,6 +1367,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1278,6 +1401,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ## fetch vertical datums for PDAL and store into PROJ dir WORKDIR /src RUN mkdir vdatum && \ @@ -1307,6 +1432,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -1344,6 +1470,10 @@ RUN mkdir vdatum && \ ## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled ======= >>>>>>> osgeo-main +======= +## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled +======= +>>>>>>> osgeo-main ## install pdal >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1358,6 +1488,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1367,6 +1498,8 @@ RUN mkdir vdatum && \ ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ## install pdal ======= ## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled @@ -1378,6 +1511,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1423,6 +1557,8 @@ RUN mkdir vdatum && \ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ENV NUMTHREADS=4 WORKDIR /src RUN wget -q \ @@ -1458,6 +1594,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1493,6 +1630,8 @@ RUN wget -q \ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ -DBUILD_PLUGIN_SQLITE=ON \ @@ -1504,6 +1643,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -1516,6 +1656,8 @@ RUN wget -q \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1524,6 +1666,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -1544,6 +1687,8 @@ RUN wget -q \ >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=ON \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ -DBUILD_PLUGIN_SQLITE=ON \ @@ -1558,6 +1703,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1566,6 +1712,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1576,6 +1724,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -1598,6 +1747,10 @@ RUN wget -q \ >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ -DBUILD_PLUGIN_SQLITE=ON \ @@ -1609,6 +1762,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1617,6 +1771,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1627,6 +1783,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1662,6 +1819,8 @@ RUN wget -q \ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main -DWITH_LAZPERF=ON \ -DWITH_TESTS=ON && \ make -j $NUMTHREADS && \ @@ -1684,6 +1843,7 @@ WORKDIR /src/grass_build <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1723,6 +1883,11 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* ======= >>>>>>> osgeo-main +======= +# Cleanup potentially leftover GISRC file with wrong path to "demolocation" +RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1742,6 +1907,7 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1798,6 +1964,8 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main # Set environmental variables for GRASS GIS compilation, without debug symbols # Set gcc/g++ environmental variables for GRASS GIS compilation, without debug symbols @@ -1860,6 +2028,7 @@ ENV GRASS_SKIP_MAPSET_OWNER_CHECK 1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Create generic GRASS GIS lib name regardless of version number RUN ln -sf /usr/local/grass83 /usr/local/grass ======= @@ -1887,6 +2056,8 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/debian/Dockerfile <<<<<<< HEAD:docker/debian/Dockerfile # https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK @@ -1900,6 +2071,7 @@ ENV PROJ_NETWORK=ON <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/ubuntu/Dockerfile_ubuntu_pdal ======= @@ -1980,6 +2152,14 @@ RUN ln -sf /usr/local/grass85 /usr/local/grass >>>>>>> osgeo-main <<<<<<< HEAD:docker/debian/Dockerfile <<<<<<< HEAD:docker/debian/Dockerfile +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/ubuntu/Dockerfile_ubuntu_pdal +# Create generic GRASS GIS lib name regardless of version number +<<<<<<< HEAD +RUN ln -sf /usr/local/grass85 /usr/local/grass +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/debian/Dockerfile <<<<<<< HEAD:docker/debian/Dockerfile <<<<<<< HEAD:docker/debian/Dockerfile @@ -1992,6 +2172,7 @@ RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> 92e9b42dca (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4ed9bfe3ea (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -2004,12 +2185,15 @@ RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> 92e9b42dca (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= +>>>>>>> osgeo-main +======= ======= RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)):docker/ubuntu/Dockerfile_ubuntu_pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD <<<<<<< HEAD @@ -2024,12 +2208,16 @@ RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) >>>>>>> ca0f56f332 (Dockerfile Debian: versionless link fix) ======= +>>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= ======= RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> a8e084d159 (Dockerfile Debian: versionless link fix):docker/ubuntu/Dockerfile_ubuntu_pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) <<<<<<< HEAD <<<<<<< HEAD @@ -2044,12 +2232,16 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) >>>>>>> 72881fef5b (Dockerfile Debian: versionless link fix) ======= +>>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) +>>>>>>> osgeo-main +======= ======= RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> aac6232e2b (Dockerfile Debian: versionless link fix):docker/ubuntu/Dockerfile_ubuntu_pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) <<<<<<< HEAD <<<<<<< HEAD @@ -2064,6 +2256,9 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) +>>>>>>> osgeo-main +======= ======= # Create generic GRASS GIS lib name regardless of version number RUN ln -sf /usr/local/grass83 /usr/local/grass @@ -2071,6 +2266,7 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD @@ -2085,6 +2281,9 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= ======= # Create generic GRASS GIS lib name regardless of version number RUN ln -sf /usr/local/grass83 /usr/local/grass @@ -2093,6 +2292,7 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -2115,6 +2315,8 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # show GRASS GIS, PROJ, GDAL etc versions RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \ @@ -2133,6 +2335,7 @@ WORKDIR /scripts <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # install external GRASS GIS session Python API <<<<<<< HEAD <<<<<<< HEAD @@ -2170,6 +2373,8 @@ RUN pip3 install grass-session >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # enable GRASS GIS Python session support ## grass --config python-path ENV PYTHONPATH "/usr/local/grass/etc/python:${PYTHONPATH}" @@ -2182,6 +2387,7 @@ ENV LD_LIBRARY_PATH "/usr/local/grass/lib:$LD_LIBRARY_PATH" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD RUN pip3 install grass-session --break-system-packages ======= ======= @@ -2236,12 +2442,17 @@ ENV LD_LIBRARY_PATH "/usr/local/grass/lib:$LD_LIBRARY_PATH" # install external GRASS GIS session Python API <<<<<<< HEAD <<<<<<< HEAD +======= +>>>>>>> osgeo-main RUN pip3 install grass-session --break-system-packages ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) RUN pip3 install grass-session +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main <<<<<<< HEAD @@ -2258,6 +2469,7 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.in.pdal ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) @@ -2288,6 +2500,8 @@ RUN grass --tmp-location EPSG:4326 --exec g.extension extension=r.in.pdal >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main # add GRASS GIS envs for python usage ENV GISBASE "/usr/local/grass/" ENV GRASSBIN "/usr/local/bin/grass" @@ -2296,6 +2510,7 @@ ENV LD_LIBRARY_PATH "$LD_LIBRARY_PATH:$GISBASE/lib" >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) @@ -2304,6 +2519,8 @@ ENV LD_LIBRARY_PATH "$LD_LIBRARY_PATH:$GISBASE/lib" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main WORKDIR /tmp COPY docker/testdata/simple.laz . @@ -2314,11 +2531,14 @@ COPY docker/testdata/test_grass_session.py . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ## run GRASS GIS python session and scan the test LAZ file RUN python /scripts/test_grass_session.py RUN rm -rf /tmp/grasstest_epsg_25832 @@ -2327,6 +2547,7 @@ RUN grass --tmp-project EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" outp ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ## just scan the LAZ file # Not yet ready for GRASS GIS 8: @@ -2532,6 +2753,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main ## just scan the LAZ file # Not yet ready for GRASS GIS 8: #RUN /usr/bin/python3 /scripts/test_grass_session.py @@ -2552,45 +2775,60 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD >>>>>>> 92e9b42dca (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= ======= +>>>>>>> osgeo-main +======= ======= RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -s >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)):docker/ubuntu/Dockerfile_ubuntu_pdal <<<<<<< HEAD >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= ======= +>>>>>>> osgeo-main +======= ======= RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -s >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -s >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -g >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) <<<<<<< HEAD >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= ======= +>>>>>>> osgeo-main +======= ======= RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -s ======= @@ -2599,7 +2837,10 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main WORKDIR /grassdb VOLUME /grassdb diff --git a/docker/testdata/test_grass_session.py b/docker/testdata/test_grass_session.py index 59095ca3465..b97aee6777e 100644 --- a/docker/testdata/test_grass_session.py +++ b/docker/testdata/test_grass_session.py @@ -3,17 +3,21 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main # Import GRASS GIS Python bindings (requires 8.4+) and test r.in.pdal # PYTHONPATH=$(grass --config python-path) python ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main # Import GRASS Python bindings # https://github.com/zarch/grass-session @@ -52,6 +56,8 @@ ======= ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main # Import GRASS Python bindings # https://github.com/zarch/grass-session <<<<<<< HEAD @@ -63,6 +69,7 @@ >>>>>>> 92e9b42dca (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4ed9bfe3ea (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -75,11 +82,14 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> e946d8e472 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> osgeo-main @@ -103,6 +113,8 @@ >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main import grass.script as gs diff --git a/docker/ubuntu/Dockerfile b/docker/ubuntu/Dockerfile index 61a4e0b6e43..b1c98e73d55 100644 --- a/docker/ubuntu/Dockerfile +++ b/docker/ubuntu/Dockerfile @@ -8,6 +8,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" @@ -27,12 +28,15 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 ======= +======= +>>>>>>> osgeo-main # syntax=docker/dockerfile:1.8@sha256:e87caa74dcb7d46cd820352bfea12591f3dba3ddc4285e19c7dcd13359f7cefd ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -62,16 +66,22 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" ======= # syntax=docker/dockerfile:1.8@sha256:d6d396f3780b1dd56a3acbc975f57bd2fc501989b50164c41387c42d04e780d0 ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD # syntax=docker/dockerfile:1.7@sha256:a57df69d0ea827fb7266491f2813635de6f17269be881f696fbfdf2d83dda33e >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Note: This file must be kept in sync in ./Dockerfile and ./docker/ubuntu/Dockerfile. # Changes to this file must be copied over to the other file. @@ -92,6 +102,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101,6 +112,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" @@ -111,6 +124,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -128,6 +142,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main LABEL maintainer="tawalika@mundialis.de,neteler@mundialis.de,weinmann@mundialis.de" ENV DEBIAN_FRONTEND noninteractive @@ -145,6 +161,7 @@ ENV DEBIAN_FRONTEND noninteractive <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # define versions to be used (PDAL is not available on Ubuntu/Debian, so we compile it here) # https://github.com/PDAL/PDAL/releases ARG PDAL_VERSION=2.4.3 @@ -163,6 +180,8 @@ ARG PDAL_VERSION=2.4.3 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -192,6 +211,7 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -275,6 +295,8 @@ ARG PDAL_VERSION=2.4.3 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] WORKDIR /tmp @@ -288,6 +310,7 @@ WORKDIR /tmp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -307,6 +330,8 @@ WORKDIR /tmp >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ARG GUI # Todo: re-consider required dev packages for addons (~400MB in dev packages) @@ -320,6 +345,7 @@ ARG GRASS_RUN_PACKAGES="build-essential \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -349,6 +375,10 @@ ARG GRASS_RUN_PACKAGES="build-essential \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main RUN apt-get update && apt-get upgrade -y && \ apt-get install -y --no-install-recommends --no-install-suggests \ build-essential \ @@ -364,6 +394,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -406,6 +437,11 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main curl \ flex \ g++ \ @@ -420,6 +456,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -439,6 +476,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main geos-bin \ proj-bin \ netcdf-bin \ @@ -496,6 +535,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -525,6 +565,10 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main git \ language-pack-en-base \ libbz2-dev \ @@ -582,6 +626,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -624,6 +669,11 @@ RUN apt-get update && apt-get upgrade -y && \ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main unzip \ vim \ wget \ @@ -637,6 +687,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -656,6 +707,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main zlib1g \ " ENV GRASS_RUN_PACKAGES=${GRASS_RUN_PACKAGES} @@ -845,6 +898,7 @@ WORKDIR /src/grass_build <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -874,6 +928,10 @@ WORKDIR /src/grass_build ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main zlib1g-dev RUN echo LANG="en_US.UTF-8" > /etc/default/locale @@ -888,6 +946,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -918,6 +977,10 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen ======= <<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +<<<<<<< HEAD +>>>>>>> osgeo-main ## install laz-perf (missing from https://packages.ubuntu.com/) RUN apt-get install cmake WORKDIR /src @@ -936,6 +999,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -974,6 +1038,11 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ## fetch vertical datums for PDAL and store into PROJ dir WORKDIR /src RUN mkdir vdatum && \ @@ -999,6 +1068,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled ======= <<<<<<< HEAD @@ -1031,6 +1101,11 @@ RUN mkdir vdatum && \ ======= <<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled +======= +<<<<<<< HEAD +>>>>>>> osgeo-main ## install pdal ======= ## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled @@ -1042,6 +1117,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1067,6 +1143,8 @@ RUN mkdir vdatum && \ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ENV NUMTHREADS=4 WORKDIR /src RUN wget -q \ @@ -1100,6 +1178,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -1115,6 +1194,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ -DBUILD_PLUGIN_SQLITE=ON \ @@ -1126,6 +1207,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1153,6 +1235,10 @@ RUN wget -q \ ======= <<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +<<<<<<< HEAD +>>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=ON \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ -DBUILD_PLUGIN_SQLITE=ON \ @@ -1163,6 +1249,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1171,6 +1258,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -1184,6 +1273,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1213,6 +1303,8 @@ RUN wget -q \ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main -DWITH_LAZPERF=ON \ -DWITH_TESTS=ON && \ make -j $NUMTHREADS && \ @@ -1235,6 +1327,7 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1277,6 +1370,11 @@ RUN rm -f /src/grass_build/dist.*/demolocation/.grassrc* ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Set environmental variables for GRASS GIS compilation, without debug symbols # Set gcc/g++ environmental variables for GRASS GIS compilation, without debug symbols ENV MYCFLAGS "-O2 -std=gnu99 -m64" @@ -1292,12 +1390,15 @@ ENV MYLDFLAGS "-s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ENV LD_LIBRARY_PATH "/usr/local/lib" ======= ======= @@ -1305,6 +1406,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main <<<<<<< HEAD @@ -1328,6 +1430,8 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #ENV LD_LIBRARY_PATH "/usr/local/lib" ======= ENV LD_LIBRARY_PATH "/usr/local/lib" @@ -1338,6 +1442,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ENV LD_LIBRARY_PATH "/usr/local/lib" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1364,6 +1469,9 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= ======= ENV LD_LIBRARY_PATH "/usr/local/lib" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1371,6 +1479,7 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -1381,6 +1490,8 @@ ENV LD_LIBRARY_PATH "/usr/local/lib" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ENV LDFLAGS "$MYLDFLAGS" ENV CFLAGS "$MYCFLAGS" ENV CXXFLAGS "$MYCXXFLAGS" @@ -1397,6 +1508,7 @@ RUN make distclean || echo "nothing to clean" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1416,6 +1528,8 @@ RUN make distclean || echo "nothing to clean" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main RUN ./configure $GRASS_CONFIG \ && make -j $NUMTHREADS \ && make install && ldconfig \ @@ -1493,6 +1607,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= CMD ["$GRASSBIN", "--version"] ======= @@ -1692,6 +1807,14 @@ CMD ["bash", "-c", "$GRASSBIN", "--version"] >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +CMD ["$GRASSBIN", "--version"] +======= +CMD ["bash", "-c", "$GRASSBIN", "--version"] +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main RUN /src/grass_build/configure \ --with-cxx \ --enable-largefile \ @@ -1773,10 +1896,13 @@ COPY docker/testdata/test_grass_session.py . # test LAZ file RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -g ======= +<<<<<<< HEAD # test LAZ file RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -g >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +======= +>>>>>>> osgeo-main <<<<<<< HEAD RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -s ======= @@ -1794,6 +1920,7 @@ VOLUME /grassdb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -1801,11 +1928,14 @@ VOLUME /grassdb ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -1831,3 +1961,5 @@ VOLUME /grassdb >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/docker/ubuntu_wxgui/Dockerfile b/docker/ubuntu_wxgui/Dockerfile index aa8de228ae7..4044b189b39 100644 --- a/docker/ubuntu_wxgui/Dockerfile +++ b/docker/ubuntu_wxgui/Dockerfile @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD FROM ubuntu:22.04 ======= <<<<<<< HEAD @@ -19,6 +20,13 @@ FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main +======= +FROM ubuntu:22.04@sha256:340d9b015b194dc6e2a13938944e0d016e57b9679963fdeb9ce021daac430221 +======= +======= +>>>>>>> 5247cc90df (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD +>>>>>>> osgeo-main FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac ======= ======= @@ -27,6 +35,7 @@ FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5 FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2 >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac @@ -56,6 +65,9 @@ FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) >>>>>>> f103e53694 (Fix missing function prototypes (#2727)) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> f103e53694 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile @@ -66,6 +78,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main FROM ubuntu:22.04@sha256:a6d2b38300ce017add71440577d5b0a90460d0e57fd7aec21dd0d1b0761bbfb2 @@ -86,6 +99,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)):docker/debian/Dockerfile_debian_pdal ======= @@ -97,6 +112,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= FROM ubuntu:22.04 @@ -138,6 +154,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= +>>>>>>> osgeo-main +======= FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" @@ -145,6 +163,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= ======= @@ -156,6 +175,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= FROM ubuntu:22.04 LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" @@ -163,6 +184,7 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann,Tomas Zigo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -179,6 +201,8 @@ LABEL authors="Carmen Tawalika,Markus Neteler,Anika Weinmann" >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main LABEL maintainer="tawalika@mundialis.de,neteler@mundialis.de,weinmann@mundialis.de" ENV DEBIAN_FRONTEND noninteractive @@ -194,6 +218,7 @@ ENV DEBIAN_FRONTEND noninteractive <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -217,6 +242,8 @@ ENV DEBIAN_FRONTEND noninteractive >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main # define versions to be used (PDAL is not available on Ubuntu/Debian, so we compile it here) # https://github.com/PDAL/PDAL/releases <<<<<<< HEAD @@ -268,6 +295,7 @@ ARG PDAL_VERSION=2.7.1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ce1a74a04e (CI(deps): Update dependency PDAL/PDAL to v2.7.1 (#3828)) ======= ======= @@ -304,6 +332,8 @@ ARG PDAL_VERSION=2.7.1 ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ARG PDAL_VERSION=2.4.3 ======= # define versions to be used @@ -315,10 +345,13 @@ ARG LAZ_PERF_VERSION=3.2.0 <<<<<<< HEAD >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) ======= +<<<<<<< HEAD >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= ======= +>>>>>>> osgeo-main +======= # define versions to be used (PDAL is not available on Ubuntu/Debian, so we compile it here) # https://github.com/PDAL/PDAL/releases ARG PDAL_VERSION=2.4.3 @@ -326,6 +359,7 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD >>>>>>> osgeo-main @@ -335,6 +369,9 @@ ARG PDAL_VERSION=2.4.3 >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= ======= # define versions to be used (PDAL is not available on Ubuntu/Debian, so we compile it here) # https://github.com/PDAL/PDAL/releases @@ -344,6 +381,7 @@ ARG PDAL_VERSION=2.4.3 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -363,6 +401,8 @@ ARG PDAL_VERSION=2.7.1 >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main SHELL ["/bin/bash", "-c"] @@ -422,6 +462,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD libnotify4 \ ======= @@ -460,6 +501,12 @@ RUN apt-get update && apt-get upgrade -y && \ libnotify4 \ ======= >>>>>>> osgeo-main +======= +<<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile +<<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile + libnotify4 \ +======= +>>>>>>> osgeo-main >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)):docker/debian/Dockerfile_debian_pdal ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)):docker/debian/Dockerfile_debian_pdal @@ -475,6 +522,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -528,6 +576,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main libopenblas-base \ libopenblas-dev \ libopenjp2-7 \ @@ -577,6 +627,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD zlib1g-dev ======= @@ -598,6 +649,8 @@ RUN apt-get update && apt-get upgrade -y && \ >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main zlib1g-dev \ && apt-get clean all && rm -rf /var/lib/apt/lists/* ======= @@ -609,6 +662,7 @@ RUN apt-get update && apt-get upgrade -y && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= zlib1g-dev >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -643,6 +697,11 @@ RUN apt-get update && apt-get upgrade -y && \ zlib1g-dev >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= + zlib1g-dev +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main # wxGUI RUN pip install -U \ @@ -670,6 +729,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -698,6 +758,8 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile @@ -712,6 +774,7 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ## install a more recent projection library for GRASS GIS >>>>>>> aac6232e2b (Dockerfile Debian: versionless link fix):docker/debian/Dockerfile_debian_pdal @@ -749,6 +812,11 @@ RUN echo en_US.UTF-8 UTF-8 >> /etc/locale.gen && locale-gen ## install a more recent projection library for GRASS GIS >>>>>>> aac6232e2b (Dockerfile Debian: versionless link fix):docker/debian/Dockerfile_debian_pdal >>>>>>> 72881fef5b (Dockerfile Debian: versionless link fix) +======= +======= +## install a more recent projection library for GRASS GIS +>>>>>>> aac6232e2b (Dockerfile Debian: versionless link fix):docker/debian/Dockerfile_debian_pdal +>>>>>>> osgeo-main WORKDIR /src RUN wget -q http://download.osgeo.org/proj/proj-${PROJ_VERSION}.tar.gz && \ tar xzf proj-${PROJ_VERSION}.tar.gz && \ @@ -768,6 +836,7 @@ RUN wget -q http://download.osgeo.org/proj/proj-${PROJ_VERSION}.tar.gz && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ## install laz-perf (missing from https://packages.ubuntu.com/) >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -795,6 +864,11 @@ RUN wget -q http://download.osgeo.org/proj/proj-${PROJ_VERSION}.tar.gz && \ ## install laz-perf (missing from https://packages.ubuntu.com/) >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +======= +## install laz-perf (missing from https://packages.ubuntu.com/) +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main RUN apt-get install cmake WORKDIR /src RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz -O laz-perf-${LAZ_PERF_VERSION}.tar.gz && \ @@ -815,6 +889,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> e946d8e472 (Dockerfile: fix broken lib link (#1625)) ======= @@ -827,6 +902,8 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)):docker/debian/Dockerfile_debian_pdal ======= @@ -837,6 +914,9 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -851,6 +931,7 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -898,6 +979,10 @@ RUN wget -q https://github.com/hobu/laz-perf/archive/${LAZ_PERF_VERSION}.tar.gz ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ## fetch vertical datums for PDAL and store into PROJ dir WORKDIR /src RUN mkdir vdatum && \ @@ -925,6 +1010,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -955,6 +1041,10 @@ RUN mkdir vdatum && \ ## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled ======= >>>>>>> osgeo-main +======= +## compile and install PDAL (not available on Debian/Ubuntu) with laz-perf enabled +======= +>>>>>>> osgeo-main ## install pdal >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= @@ -969,6 +1059,7 @@ RUN mkdir vdatum && \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1010,6 +1101,8 @@ RUN mkdir vdatum && \ >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ENV NUMTHREADS=4 WORKDIR /src RUN wget -q \ @@ -1043,6 +1136,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1084,6 +1178,10 @@ RUN wget -q \ ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ -DBUILD_PLUGIN_SQLITE=ON \ @@ -1095,6 +1193,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= @@ -1120,6 +1219,9 @@ RUN wget -q \ ======= ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +======= +>>>>>>> osgeo-main -DBUILD_PLUGIN_PGPOINTCLOUD=ON \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ -DBUILD_PLUGIN_SQLITE=ON \ @@ -1131,6 +1233,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -1139,6 +1242,8 @@ RUN wget -q \ >>>>>>> osgeo-main ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= -DBUILD_PLUGIN_PGPOINTCLOUD=OFF \ -DBUILD_PGPOINTCLOUD_TESTS=OFF \ @@ -1151,6 +1256,7 @@ RUN wget -q \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -1184,6 +1290,10 @@ RUN wget -q \ ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main -DWITH_LAZPERF=ON \ -DWITH_TESTS=ON && \ make -j $NUMTHREADS && \ @@ -1263,6 +1373,7 @@ ENV GRASS_SKIP_MAPSET_OWNER_CHECK 1 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Create generic GRASS GIS lib name regardless of version number RUN ln -sf /usr/local/grass83 /usr/local/grass ======= @@ -1290,6 +1401,8 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile # https://proj.org/usage/environmentvars.html#envvar-PROJ_NETWORK @@ -1303,6 +1416,7 @@ ENV PROJ_NETWORK=ON <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/debian/Dockerfile_debian_pdal ======= @@ -1383,6 +1497,14 @@ RUN ln -sf /usr/local/grass85 /usr/local/grass >>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)):docker/debian/Dockerfile_debian_pdal +# Create generic GRASS GIS lib name regardless of version number +<<<<<<< HEAD +RUN ln -sf /usr/local/grass85 /usr/local/grass +======= +>>>>>>> osgeo-main <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile <<<<<<< HEAD:docker/ubuntu_wxgui/Dockerfile @@ -1395,6 +1517,7 @@ RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> 92e9b42dca (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4ed9bfe3ea (Dockerfile: fix broken lib link (#1625)) ======= ======= @@ -1407,12 +1530,15 @@ RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> 92e9b42dca (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= +>>>>>>> osgeo-main +======= ======= RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)):docker/debian/Dockerfile_debian_pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD <<<<<<< HEAD @@ -1427,12 +1553,16 @@ RUN ln -sf /usr/local/grass `grass --config path` >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) >>>>>>> ca0f56f332 (Dockerfile Debian: versionless link fix) ======= +>>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main +======= ======= RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> a8e084d159 (Dockerfile Debian: versionless link fix):docker/debian/Dockerfile_debian_pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) <<<<<<< HEAD <<<<<<< HEAD @@ -1447,12 +1577,16 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) >>>>>>> 72881fef5b (Dockerfile Debian: versionless link fix) ======= +>>>>>>> d59e928d20 (Dockerfile Debian: versionless link fix) +>>>>>>> osgeo-main +======= ======= RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> aac6232e2b (Dockerfile Debian: versionless link fix):docker/debian/Dockerfile_debian_pdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) <<<<<<< HEAD <<<<<<< HEAD @@ -1467,6 +1601,9 @@ RUN ln -sf /usr/local/grass80 /usr/local/grass >>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= +>>>>>>> 40d5941958 (Dockerfile Debian: versionless link fix) +>>>>>>> osgeo-main +======= ======= # Create generic GRASS GIS lib name regardless of version number RUN ln -sf /usr/local/grass83 /usr/local/grass @@ -1474,6 +1611,7 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) <<<<<<< HEAD <<<<<<< HEAD @@ -1488,6 +1626,9 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main +======= ======= # Create generic GRASS GIS lib name regardless of version number RUN ln -sf /usr/local/grass83 /usr/local/grass @@ -1496,6 +1637,7 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -1518,6 +1660,8 @@ RUN ln -sf /usr/local/grass83 /usr/local/grass >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main # show GRASS GIS, PROJ, GDAL etc versions RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \ @@ -1547,11 +1691,14 @@ COPY docker/testdata/test_grass_session.py . <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ## run GRASS GIS python session and scan the test LAZ file RUN python /scripts/test_grass_session.py RUN rm -rf /tmp/grasstest_epsg_25832 @@ -1560,6 +1707,7 @@ RUN grass --tmp-project EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" outp ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ## just scan the LAZ file # Not yet ready for GRASS GIS 8: @@ -1715,6 +1863,8 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main ## just scan the LAZ file # Not yet ready for GRASS GIS 8: #RUN /usr/bin/python3 /scripts/test_grass_session.py @@ -1733,33 +1883,45 @@ RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" out <<<<<<< HEAD >>>>>>> 92e9b42dca (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= ======= +>>>>>>> osgeo-main +======= ======= RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -s >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)):docker/debian/Dockerfile_debian_pdal <<<<<<< HEAD >>>>>>> 310f1e65b4 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= ======= +>>>>>>> osgeo-main +======= ======= RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -g >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) <<<<<<< HEAD >>>>>>> 95125e7509 (Fix missing function prototypes (#2727)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= ======= +>>>>>>> osgeo-main +======= ======= # test LAZ file RUN grass --tmp-location EPSG:25832 --exec r.in.pdal input="/tmp/simple.laz" output="count_1" method="n" resolution=1 -g >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main WORKDIR /grassdb VOLUME /grassdb diff --git a/general/g.filename/main.c b/general/g.filename/main.c index 605550cb37c..fac250c762c 100644 --- a/general/g.filename/main.c +++ b/general/g.filename/main.c @@ -88,6 +88,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -99,6 +100,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Create element directory if requested and in current mapset. */ if (flag_create) { @@ -132,6 +135,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -156,6 +162,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -237,6 +244,9 @@ int main(int argc, char *argv[]) >>>>>>> 8962f3c6a1 (pygrass: Add update parameters method to Module (#1712)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_file_name(path, element, name, mapset); fprintf(stdout, "file='%s'\n", path); diff --git a/general/g.findfile/g.findfile.html b/general/g.findfile/g.findfile.html index 97daf855c09..154ed1c7be2 100644 --- a/general/g.findfile/g.findfile.html +++ b/general/g.findfile/g.findfile.html @@ -88,6 +88,7 @@

    PYTHON

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125,6 +126,10 @@

    PYTHON

    See Python ======= >>>>>>> osgeo-main +======= +See Python +======= +>>>>>>> osgeo-main See Python >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -139,6 +144,7 @@

    PYTHON

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= See
    Python >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -201,6 +207,11 @@

    PYTHON

    See
    Python >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +See Python +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Scripting Library for more info.

    Note: The Python tab in the wxGUI can be used for entering the diff --git a/general/g.findfile/local_proto.h b/general/g.findfile/local_proto.h index b595185cfb6..ac7bf47f390 100644 --- a/general/g.findfile/local_proto.h +++ b/general/g.findfile/local_proto.h @@ -10,6 +10,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void list_elements(void); int check_element(const char *); ======= @@ -36,6 +37,8 @@ int check_element(const char *); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main void list_elements(void); /* int check_element(const char *); */ ======= @@ -46,6 +49,9 @@ void list_elements(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -63,6 +69,7 @@ void list_elements(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= void list_elements(void); @@ -81,6 +88,8 @@ void list_elements(void); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main int check_element(const char *); <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -90,6 +99,7 @@ int check_element(const char *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -119,3 +129,5 @@ int check_element(const char *); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/general/g.gisenv/g.gisenv.html b/general/g.gisenv/g.gisenv.html index b1f9861368e..f122c6e72e2 100644 --- a/general/g.gisenv/g.gisenv.html +++ b/general/g.gisenv/g.gisenv.html @@ -155,6 +155,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD variables are stored in <gisdbase>/<location>/<mapset>/VAR after the current GRASS session is closed. @@ -177,6 +178,8 @@

    NOTES

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main variables are stored in <gisdbase>/<project>/<mapset>/VAR after the current GRASS session is closed. @@ -187,6 +190,9 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -200,6 +206,9 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -219,6 +228,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -279,6 +289,8 @@

    NOTES

    >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    GRASS Debugging

    To print debugging messages, the variable DEBUG must be set to level diff --git a/general/g.gui/g.gui.html b/general/g.gui/g.gui.html index 78aaf8ba074..669160457a1 100644 --- a/general/g.gui/g.gui.html +++ b/general/g.gui/g.gui.html @@ -18,6 +18,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -55,6 +56,10 @@

    DESCRIPTION

    GRASS GIS comes with both a wxPython-based GUI ======= >>>>>>> osgeo-main +======= +GRASS GIS comes with both a wxPython-based GUI +======= +>>>>>>> osgeo-main GRASS GIS 8 comes with both a wxPython-based GUI >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -69,6 +74,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= GRASS GIS comes with both a wxPython-based GUI >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -131,6 +137,11 @@

    DESCRIPTION

    GRASS GIS comes with both a wxPython-based GUI >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +GRASS GIS comes with both a wxPython-based GUI +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main aka wxGUI (ui=wxpython) and command line text-based UI (ui=text). diff --git a/general/g.mapset/main.c b/general/g.mapset/main.c index a78b93eaec3..fa7712ebb7c 100644 --- a/general/g.mapset/main.c +++ b/general/g.mapset/main.c @@ -58,6 +58,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "mapsets in given location."); ======= @@ -79,6 +80,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "mapsets in given project (location)."); ======= "mapsets in given location."); @@ -89,6 +92,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "mapsets in given location."); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -123,6 +127,11 @@ int main(int argc, char *argv[]) "mapsets in given location."); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "mapsets in given location."); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main opt.mapset = G_define_standard_option(G_OPT_M_MAPSET); opt.mapset->required = YES; diff --git a/general/g.mapsets/list.c b/general/g.mapsets/list.c index 7e1768f3f28..51d25ac167c 100644 --- a/general/g.mapsets/list.c +++ b/general/g.mapsets/list.c @@ -14,6 +14,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void list_available_mapsets(const char **mapset_name, int nmapsets, const char *fs) { @@ -36,6 +37,8 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main // Function to initialize a JSON object with a mapsets array static JSON_Object *initialize_json_object(void) { @@ -52,6 +55,7 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -65,6 +69,8 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int n; G_message(_("Available mapsets:")); @@ -105,6 +111,7 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -119,6 +126,8 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main // Function to serialize and print JSON object static void serialize_and_print_json_object(JSON_Value *root_value) { @@ -159,6 +168,7 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -179,6 +189,9 @@ void list_available_mapsets(const char **mapset_name, int nmapsets, ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main void list_accessible_mapsets(const char *fs) { int n; @@ -196,6 +209,7 @@ void list_accessible_mapsets(const char *fs) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -221,6 +235,9 @@ void list_accessible_mapsets(const char *fs) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (strcmp(fs, "newline") == 0) fprintf(stdout, "\n"); else if (strcmp(fs, "space") == 0) diff --git a/general/g.mapsets/main.c b/general/g.mapsets/main.c index 4dbb9048e05..f7c15815ca3 100644 --- a/general/g.mapsets/main.c +++ b/general/g.mapsets/main.c @@ -79,6 +79,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -99,6 +100,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main enum OutputFormat format; ======= @@ -109,6 +112,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -143,6 +147,11 @@ int main(int argc, char *argv[]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char **mapset_name; int nmapsets; @@ -186,6 +195,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -196,6 +206,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main opt.format = G_define_standard_option(G_OPT_F_FORMAT); ======= @@ -204,6 +216,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= opt.format = G_define_standard_option(G_OPT_F_FORMAT); @@ -225,6 +238,8 @@ int main(int argc, char *argv[]) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main opt.format = G_define_option(); opt.format->key = "format"; opt.format->type = TYPE_STRING; @@ -247,6 +262,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -276,6 +292,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main opt.fs = G_define_standard_option(G_OPT_F_SEP); opt.fs->label = _("Field separator for printing (-l and -p flags)"); opt.fs->answer = "space"; @@ -289,6 +309,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -331,6 +352,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main opt.list = G_define_flag(); opt.list->key = 'l'; @@ -384,6 +410,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -403,6 +430,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (strcmp(opt.format->answer, "json") == 0) format = JSON; else @@ -431,6 +460,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -460,6 +490,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fs = G_option_to_separator(opt.fs); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) diff --git a/general/g.message/g.message.html b/general/g.message/g.message.html index 0a333be0d9d..a7144a32193 100644 --- a/general/g.message/g.message.html +++ b/general/g.message/g.message.html @@ -59,6 +59,7 @@

    Usage in Python scripts

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96,6 +97,10 @@

    Usage in Python scripts

    GRASS ======= >>>>>>> osgeo-main +======= +GRASS +======= +>>>>>>> osgeo-main GRASS >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -110,6 +115,7 @@

    Usage in Python scripts

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD =======
    GRASS >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -172,6 +178,11 @@

    Usage in Python scripts

    GRASS >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +GRASS +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Python Scripting Library defines special wrappers for g.message. diff --git a/general/g.mkfontcap/g.mkfontcap.html b/general/g.mkfontcap/g.mkfontcap.html index a48a40d78a8..9207332f20a 100644 --- a/general/g.mkfontcap/g.mkfontcap.html +++ b/general/g.mkfontcap/g.mkfontcap.html @@ -58,6 +58,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -89,6 +90,10 @@

    SEE ALSO

    >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main ======= @@ -110,6 +115,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -159,6 +165,8 @@

    SEE ALSO

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main d.font diff --git a/general/g.mkfontcap/main.c b/general/g.mkfontcap/main.c index 98184419892..49144c75e92 100644 --- a/general/g.mkfontcap/main.c +++ b/general/g.mkfontcap/main.c @@ -14,6 +14,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29,6 +30,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * COPYRIGHT: (C) 2007-2024 by the GRASS Development Team ======= ======= @@ -39,6 +42,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60,6 +64,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * COPYRIGHT: (C) 2007-2015 by the GRASS Development Team >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) * @@ -128,6 +134,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -171,6 +178,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main overwrite = G_define_flag(); overwrite->key = 'o'; @@ -185,6 +197,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -227,6 +240,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main tostdout = G_define_flag(); tostdout->key = 's'; @@ -266,6 +284,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -285,6 +304,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (!G_get_overwrite()) G_fatal_error(_("Fontcap file %s already exists; use " "--overwrite flag if you " @@ -297,6 +318,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -326,6 +348,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (!overwrite->answer) G_fatal_error( _("Fontcap file %s already exists; use -%c flag if you " @@ -340,6 +366,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -382,6 +409,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } } diff --git a/general/g.pnmcomp/main.c b/general/g.pnmcomp/main.c index d6f2c31e142..5f70adce95a 100644 --- a/general/g.pnmcomp/main.c +++ b/general/g.pnmcomp/main.c @@ -83,6 +83,7 @@ static void read_header(FILE *fp, unsigned char *magic, int *maxval) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -125,6 +126,11 @@ static void read_header(FILE *fp, unsigned char *magic, int *maxval) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_fatal_error(_("Invalid PPM file")); if (ncols != width || nrows != height) diff --git a/general/g.proj/create.c b/general/g.proj/create.c index c457cce1539..7c144cd012b 100644 --- a/general/g.proj/create.c +++ b/general/g.proj/create.c @@ -21,6 +21,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Location <%s> created"), location); else if (ret == -1) @@ -44,6 +45,8 @@ void create_location(const char *location) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_message(_("Project <%s> created"), location); else if (ret == -1) G_fatal_error(_("Unable to create project <%s>: %s"), location, @@ -58,6 +61,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -66,6 +70,8 @@ void create_location(const char *location) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_message(_("Location <%s> created"), location); else if (ret == -1) @@ -77,6 +83,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -94,6 +101,8 @@ void create_location(const char *location) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strerror(errno)); else if (ret == -2) G_fatal_error(_("Unable to create projection files: %s"), @@ -109,6 +118,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -128,6 +138,8 @@ void create_location(const char *location) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Unable to create project <%s>"), location); G_message(_("You can switch to the new project by\n`%s=%s`"), @@ -139,6 +151,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -168,6 +181,10 @@ void create_location(const char *location) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_fatal_error(_("Unable to create location <%s>"), location); G_message(_("You can switch to the new location by\n`%s=%s`"), @@ -181,6 +198,7 @@ void create_location(const char *location) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -223,6 +241,11 @@ void create_location(const char *location) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } void modify_projinfo(void) @@ -241,6 +264,7 @@ void modify_projinfo(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "current location's projection (current mapset is <%s>)"), ======= @@ -262,6 +286,8 @@ void modify_projinfo(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "current project's coordinate reference system" " (current mapset is <%s>)"), ======= @@ -273,6 +299,7 @@ void modify_projinfo(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "current location's projection (current mapset is <%s>)"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -307,6 +334,11 @@ void modify_projinfo(void) "current location's projection (current mapset is <%s>)"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "current location's projection (current mapset is <%s>)"), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mapset); /* Read projection information from current location first */ diff --git a/general/g.proj/g.proj.html b/general/g.proj/g.proj.html index 1e91ec2c3a8..2db2bb0050d 100644 --- a/general/g.proj/g.proj.html +++ b/general/g.proj/g.proj.html @@ -20,6 +20,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD
  • Reporting the projection information for the current location, either in conventional GRASS (-p flag) or PROJ (-j flag) format
  • Changing the datum, or reporting and modifying the datum transformation @@ -42,6 +43,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
  • Reporting the CRS information for the current project (previously called location), either in conventional GRASS (-p flag) or PROJ (-j flag) format
  • @@ -65,6 +68,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -74,6 +78,8 @@

    DESCRIPTION

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +=======
  • Reporting the projection information for the current location, either in conventional GRASS (-p flag) or PROJ (-j flag) format
  • Changing the datum, or reporting and modifying the datum transformation @@ -84,6 +90,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -101,6 +108,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main parameters, for the current location
  • @@ -135,6 +144,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD
    description should be a projection description in ======= <<<<<<< HEAD @@ -155,6 +165,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
    description should be a CRS description in =======
    description should be a projection description in @@ -165,6 +177,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD =======
    description should be a projection description in >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -199,6 +212,11 @@

    DESCRIPTION

    description should be a projection description in >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +
    description should be a projection description in +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main PROJ format, enclosed in quotation marks if there are any spaces. If - is given for description, the PROJ description will be read from stdin rather @@ -240,6 +258,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -259,6 +278,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main create new GRASS CRS files (PROJ_INFO, PROJ_UNITS, WIND and DEFAULT_WIND) based on the imported information. If the project parameter is specified in addition to -c, then a new project will be created. @@ -270,6 +291,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -299,6 +321,10 @@

    DESCRIPTION

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main create new GRASS projection files (PROJ_INFO, PROJ_UNITS, WIND and DEFAULT_WIND) based on the imported information. If the location parameter is specified in addition to -c, then a new location will be created. @@ -330,6 +356,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD used when creating a location, other GRASS modules will use the "default" ======= <<<<<<< HEAD @@ -350,6 +377,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main used when creating a project, other GRASS modules will use the "default" ======= used when creating a location, other GRASS modules will use the "default" @@ -360,6 +389,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= used when creating a location, other GRASS modules will use the "default" >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -394,6 +424,11 @@

    NOTES

    used when creating a location, other GRASS modules will use the "default" >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +used when creating a location, other GRASS modules will use the "default" +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main (likely non-optimum) parameters for this datum if necessary in the future.
    Any other number less than or equal to the number of parameter sets available for this datum: Choose this parameter set and add it to the @@ -413,6 +448,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD

    Output is simply based on the input projection information. g.proj does ======= <<<<<<< HEAD @@ -433,6 +469,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    Output is simply based on the input CRS information. g.proj does =======

    Output is simply based on the input projection information. g.proj does @@ -443,6 +481,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD =======

    Output is simply based on the input projection information. g.proj does >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -477,6 +516,11 @@

    NOTES

    Output is simply based on the input projection information. g.proj does >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +

    Output is simply based on the input projection information. g.proj does +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main not attempt to verify that the co-ordinate system thus described matches an existing system in use in the world. In particular, this means there are no EPSG Authority codes in the WKT output. @@ -620,6 +664,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -651,6 +696,10 @@

    SEE ALSO

    >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main ======= @@ -672,6 +721,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -721,6 +771,8 @@

    SEE ALSO

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main m.proj, r.proj, diff --git a/general/g.proj/input.c b/general/g.proj/input.c index 68d0a71798a..248c45e5a22 100644 --- a/general/g.proj/input.c +++ b/general/g.proj/input.c @@ -130,6 +130,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -181,6 +182,10 @@ int input_wkt(char *wktfile) ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) >>>>>>> 47ada2c507 (g.proj: fix reading input WKT (#1582)) +======= +======= +>>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) +>>>>>>> osgeo-main size_t wktlen; wktlen = fread(buff, 1, sizeof(buff), infd); @@ -201,6 +206,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -214,6 +220,8 @@ int input_wkt(char *wktfile) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD ======= >>>>>>> 7c10386e82 (g.proj: fix reading input WKT (#1582)) @@ -222,6 +230,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 398a3c2388 (g.proj: fix reading input WKT (#1582)) @@ -247,6 +256,8 @@ int input_wkt(char *wktfile) ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) >>>>>>> 47ada2c507 (g.proj: fix reading input WKT (#1582)) +======= +>>>>>>> osgeo-main size_t wktlen; wktlen = fread(buff, 1, sizeof(buff), infd); @@ -267,6 +278,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 250c6900d1 (g.proj: fix reading input WKT (#1582)) ======= @@ -275,6 +287,8 @@ int input_wkt(char *wktfile) >>>>>>> osgeo-main ======= >>>>>>> 47ada2c507 (g.proj: fix reading input WKT (#1582)) +======= +>>>>>>> osgeo-main >>>>>>> b3579a4902 (g.proj: fix reading input WKT (#1582)) ======= size_t wktlen; @@ -285,6 +299,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -293,6 +308,8 @@ int input_wkt(char *wktfile) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= size_t wktlen; @@ -301,6 +318,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -313,6 +331,8 @@ int input_wkt(char *wktfile) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main wktlen = fread(buff, 1, sizeof(buff), infd); if (wktlen == sizeof(buff)) G_fatal_error(_("Input WKT definition is too long")); @@ -331,6 +351,9 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -347,6 +370,7 @@ int input_wkt(char *wktfile) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -382,6 +406,8 @@ int input_wkt(char *wktfile) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 47ada2c507 (g.proj: fix reading input WKT (#1582)) +======= +>>>>>>> osgeo-main } else G_fatal_error(_("Unable to open file '%s' for reading"), wktfile); diff --git a/general/g.proj/main.c b/general/g.proj/main.c index 24bd31bf8cf..9aacc71d8b3 100644 --- a/general/g.proj/main.c +++ b/general/g.proj/main.c @@ -71,6 +71,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_no_gisinit(); /* We don't call G_gisinit() here because it validates the * mapset, whereas this module may legitmately be used @@ -94,6 +95,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_no_gisinit(); ======= G_no_gisinit(); /* We don't call G_gisinit() here because it validates the @@ -106,6 +109,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -114,6 +118,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_no_gisinit(); /* We don't call G_gisinit() here because it validates the * mapset, whereas this module may legitmately be used @@ -125,6 +131,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -142,6 +149,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main module = G_define_module(); G_add_keyword(_("general")); @@ -158,6 +167,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD module->description = _("Can also be used to create new GRASS locations."); ======= @@ -179,6 +189,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main module->description = _("Can also be used to create new GRASS projects."); ======= module->description = _("Can also be used to create new GRASS locations."); @@ -189,6 +201,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= module->description = _("Can also be used to create new GRASS locations."); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -223,6 +236,11 @@ int main(int argc, char *argv[]) module->description = _("Can also be used to create new GRASS locations."); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + module->description = _("Can also be used to create new GRASS locations."); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #else module->description = _("Prints and manipulates GRASS projection information files."); @@ -263,6 +281,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD dontprettify->description = _("Print 'flat' output with no linebreaks (applies to " @@ -289,6 +308,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #ifdef HAVE_OGR dontprettify->description = _("Print 'flat' output with no linebreaks " "(applies to WKT and PROJ.4 output)"); @@ -310,6 +331,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -318,6 +340,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= dontprettify->description = _("Print 'flat' output with no linebreaks (applies to " @@ -332,6 +356,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -349,6 +374,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #ifdef HAVE_OGR printwkt = G_define_flag(); @@ -558,6 +585,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -577,6 +605,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (formats > 1) { #ifdef HAVE_OGR G_fatal_error(_("Only one of -%c, -%c, -%c, -%c, -%c" @@ -597,6 +627,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -626,6 +657,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (formats > 1) G_fatal_error(_("Only one of -%c, -%c, -%c, -%c" #ifdef HAVE_OGR diff --git a/general/g.proj/output.c b/general/g.proj/output.c index 4db161da9c9..61c391b8bdc 100644 --- a/general/g.proj/output.c +++ b/general/g.proj/output.c @@ -286,6 +286,7 @@ void print_wkt(int esristyle, int dontprettify) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_free(outwkt); ======= @@ -307,6 +308,8 @@ void print_wkt(int esristyle, int dontprettify) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main CPLFree(outwkt); ======= G_free(outwkt); @@ -317,6 +320,7 @@ void print_wkt(int esristyle, int dontprettify) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_free(outwkt); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -351,6 +355,11 @@ void print_wkt(int esristyle, int dontprettify) G_free(outwkt); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_free(outwkt); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } else G_warning(_("Unable to convert to WKT")); diff --git a/general/g.region/g.region.html b/general/g.region/g.region.html index 51b98d76ac5..e6ef2d11af7 100644 --- a/general/g.region/g.region.html +++ b/general/g.region/g.region.html @@ -136,6 +136,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -173,6 +174,10 @@

    NOTES

    without actually modifying the current region. ======= >>>>>>> osgeo-main +======= +without actually modifying the current region. +======= +>>>>>>> osgeo-main without actually modifing the current region. >>>>>>> fbc5f37844 (WMS: replace broken URLs with alternative WMS (#1635)) ======= @@ -187,6 +192,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= without actually modifying the current region. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -249,6 +255,11 @@

    NOTES

    without actually modifying the current region. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +without actually modifying the current region. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Similarly, -o flag forces to update current region file even when e.g., only printing was specified. Flag -o was added in GRASS GIS version 8 to simulate g.region behavior in prior versions when current region file was @@ -594,6 +605,7 @@

    Using g.region in a shell in combination with GDAL

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -636,6 +648,11 @@

    Using g.region in a shell in combination with GDAL

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main

    SEE ALSO

    diff --git a/general/g.region/main.c b/general/g.region/main.c index e07668f6be8..3c0000c43ed 100644 --- a/general/g.region/main.c +++ b/general/g.region/main.c @@ -41,6 +41,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -74,6 +75,10 @@ int main(int argc, char *argv[]) ======= int flat_flag; ======= +>>>>>>> osgeo-main +======= + int flat_flag; +======= >>>>>>> osgeo-main int flat_flag; <<<<<<< HEAD @@ -89,6 +94,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int flat_flag; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147,6 +153,11 @@ int main(int argc, char *argv[]) int flat_flag; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + int flat_flag; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main double x, xs, ys, zs; int ival; int row_flag = 0, col_flag = 0; @@ -170,6 +181,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -187,6 +199,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -196,6 +210,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -221,6 +236,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main struct { struct Flag *noupdate, *force, *print, *gprint, *flprint, *lprint, *eprint, *nangle, *center, *res_set, *dist_res, *dflt, *z, @@ -235,6 +252,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -264,6 +282,9 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 3141a6d48c (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +>>>>>>> osgeo-main struct { struct Flag @@ -277,6 +298,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -291,6 +315,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -316,6 +341,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } flag; struct { struct Option *north, *south, *east, *west, *top, *bottom, *res, *nsres, @@ -644,6 +671,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -660,6 +688,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_option_exclusive(flag.noupdate, flag.force, NULL); G_option_requires(flag.noupdate, flag.savedefault, flag.print, flag.lprint, flag.eprint, flag.center, flag.gmt_style, flag.wms_style, @@ -688,6 +718,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -753,12 +784,15 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_option_exclusive(flag.noupdate, flag.force, NULL); G_option_requires(flag.noupdate, flag.savedefault, flag.print, flag.lprint, flag.eprint, flag.center, flag.gmt_style, flag.wms_style, flag.dist_res, flag.nangle, flag.z, flag.bbox, flag.gprint, parm.save, NULL); +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD @@ -812,6 +846,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ======= G_option_exclusive(flag.noupdate, flag.force, NULL); G_option_requires(flag.noupdate, flag.savedefault, flag.print, flag.lprint, @@ -819,7 +856,10 @@ int main(int argc, char *argv[]) flag.dist_res, flag.nangle, flag.z, flag.bbox, flag.gprint, parm.save, NULL); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (G_parser(argc, argv)) exit(EXIT_FAILURE); @@ -889,6 +929,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -907,6 +948,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -916,6 +959,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -945,6 +989,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; mapset = G_find_file2("windows", name, ""); if (!mapset) @@ -960,6 +1006,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1005,6 +1052,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; mapset = G_find_file2("windows", name, ""); if (!mapset) @@ -1017,6 +1069,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1031,6 +1086,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1056,6 +1112,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* raster= */ @@ -1075,6 +1133,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1093,6 +1152,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1102,6 +1163,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1131,6 +1193,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; rast_ptr = parm.raster->answers; for (; *rast_ptr != NULL; rast_ptr++) { @@ -1145,6 +1209,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1190,6 +1255,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; rast_ptr = parm.raster->answers; for (; *rast_ptr != NULL; rast_ptr++) { @@ -1201,6 +1271,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1215,6 +1288,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1240,6 +1314,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcpy(rast_name, *rast_ptr); mapset = G_find_raster2(rast_name, ""); @@ -1285,6 +1361,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1306,6 +1383,8 @@ int main(int argc, char *argv[]) >>>>>>> 3141a6d48c (WMS: replace broken URLs with alternative WMS (#1635)) ======= >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +>>>>>>> osgeo-main update_file = true; if ((mapset = G_find_raster3d(name, "")) == NULL) G_fatal_error(_("3D raster map <%s> not found"), name); @@ -1322,6 +1401,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1360,6 +1440,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if ((mapset = G_find_raster3d(name, "")) == NULL) G_fatal_error(_("3D raster map <%s> not found"), name); @@ -1370,6 +1454,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1378,6 +1463,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= update_file = true; if ((mapset = G_find_raster3d(name, "")) == NULL) @@ -1389,6 +1476,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1397,6 +1485,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= update_file = true; if ((mapset = G_find_raster3d(name, "")) == NULL) @@ -1408,6 +1498,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1429,6 +1520,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (Rast3d_read_region_map(name, mapset, &win) < 0) G_fatal_error(_("Unable to read header of 3D raster map <%s@%s>"), @@ -1454,6 +1547,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1475,6 +1569,8 @@ int main(int argc, char *argv[]) >>>>>>> 3141a6d48c (WMS: replace broken URLs with alternative WMS (#1635)) ======= >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +>>>>>>> osgeo-main update_file = true; vect_ptr = parm.vect->answers; for (; *vect_ptr != NULL; vect_ptr++) { @@ -1491,6 +1587,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1529,6 +1626,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; vect_ptr = parm.vect->answers; for (; *vect_ptr != NULL; vect_ptr++) { @@ -1539,6 +1640,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1547,6 +1649,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= update_file = true; vect_ptr = parm.vect->answers; @@ -1558,6 +1662,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1566,6 +1671,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= update_file = true; vect_ptr = parm.vect->answers; @@ -1577,6 +1684,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1598,6 +1706,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int ret; struct Map_info Map; struct bound_box box; @@ -1693,6 +1803,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1711,6 +1822,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1720,6 +1833,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1749,6 +1863,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "n+", "n-", "s+"))) { if (!G_scan_resolution(value + 2, &x, window.proj)) @@ -1782,6 +1898,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1827,6 +1944,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "n+", "n-", "s+"))) { if (!G_scan_resolution(value + 2, &x, window.proj)) @@ -1854,6 +1976,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1868,6 +1993,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1893,6 +2019,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* s= */ @@ -1910,6 +2038,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1928,6 +2057,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1937,6 +2068,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1966,6 +2098,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "s+", "s-", "n-"))) { if (!G_scan_resolution(value + 2, &x, window.proj)) @@ -1999,6 +2133,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2044,6 +2179,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "s+", "s-", "n-"))) { if (!G_scan_resolution(value + 2, &x, window.proj)) @@ -2071,6 +2211,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2085,6 +2228,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2110,6 +2254,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* e= */ @@ -2127,6 +2273,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2145,6 +2292,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2154,6 +2303,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2183,6 +2333,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "e+", "e-", "w+"))) { if (!G_scan_resolution(value + 2, &x, window.proj)) @@ -2216,6 +2368,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2261,6 +2414,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "e+", "e-", "w+"))) { if (!G_scan_resolution(value + 2, &x, window.proj)) @@ -2288,6 +2446,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2302,6 +2463,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2327,6 +2489,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* w= */ @@ -2344,6 +2508,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2362,6 +2527,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2371,6 +2538,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2400,6 +2568,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "w+", "w-", "e-"))) { if (!G_scan_resolution(value + 2, &x, window.proj)) @@ -2433,6 +2603,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2478,6 +2649,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "w+", "w-", "e-"))) { if (!G_scan_resolution(value + 2, &x, window.proj)) @@ -2505,6 +2681,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2519,6 +2698,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2544,6 +2724,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* t= */ @@ -2561,6 +2743,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2579,6 +2762,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2588,6 +2773,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2617,6 +2803,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "t+", "t-", "b+"))) { if (sscanf(value + 2, "%lf", &x) != 1) @@ -2647,6 +2835,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2692,6 +2881,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "t+", "t-", "b+"))) { if (sscanf(value + 2, "%lf", &x) != 1) @@ -2719,6 +2913,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2733,6 +2930,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2758,6 +2956,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* b= */ @@ -2775,6 +2975,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2793,6 +2994,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2802,6 +3005,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2831,6 +3035,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "b+", "b-", "t-"))) { if (sscanf(value + 2, "%lf", &x) != 1) @@ -2861,6 +3067,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2906,6 +3113,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if ((i = nsew(value, "b+", "b-", "t-"))) { if (sscanf(value + 2, "%lf", &x) != 1) @@ -2933,6 +3145,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2947,6 +3162,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2972,6 +3188,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* res= */ @@ -2989,6 +3207,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3007,6 +3226,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3016,6 +3237,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3045,6 +3267,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) die(parm.res); @@ -3060,6 +3284,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3105,6 +3330,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) die(parm.res); @@ -3117,6 +3347,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3131,6 +3364,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3156,6 +3390,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (flag.res_set->answer) { window.north = ceil(window.north / x) * x; @@ -3180,6 +3416,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3198,6 +3435,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3207,6 +3446,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3236,6 +3476,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) die(parm.res); @@ -3252,6 +3494,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3297,6 +3540,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) die(parm.res); @@ -3310,6 +3558,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3324,6 +3575,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3349,6 +3601,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* nsres= */ @@ -3366,6 +3620,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3384,6 +3639,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3393,6 +3650,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3422,6 +3680,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) die(parm.nsres); @@ -3436,6 +3696,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3481,6 +3742,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) die(parm.nsres); @@ -3492,6 +3758,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3506,6 +3775,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3531,6 +3801,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (flag.res_set->answer) { window.north = ceil(window.north / x) * x; @@ -3553,6 +3825,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3571,6 +3844,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3580,6 +3855,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3609,6 +3885,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) die(parm.ewres); @@ -3623,6 +3901,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3668,6 +3947,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if (!G_scan_resolution(value, &x, window.proj)) die(parm.ewres); @@ -3679,6 +3963,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3693,6 +3980,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3718,6 +4006,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (flag.res_set->answer) { window.east = ceil(window.east / x) * x; @@ -3740,6 +4030,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3758,6 +4049,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3767,6 +4060,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3796,6 +4090,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if (sscanf(value, "%lf", &x) != 1) die(parm.tbres); @@ -3810,6 +4106,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3855,6 +4152,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if (sscanf(value, "%lf", &x) != 1) die(parm.tbres); @@ -3866,6 +4168,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3880,6 +4185,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3905,6 +4211,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (flag.res_set->answer) { window.top = ceil(window.top / x) * x; @@ -3927,6 +4235,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3945,6 +4254,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3954,6 +4265,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3983,6 +4295,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if (sscanf(value, "%i", &ival) != 1) die(parm.rows); @@ -3998,6 +4312,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4043,6 +4358,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if (sscanf(value, "%i", &ival) != 1) die(parm.rows); @@ -4055,6 +4375,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4069,6 +4392,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4094,6 +4418,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* cols= */ @@ -4111,6 +4437,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4129,6 +4456,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4138,6 +4467,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4167,6 +4497,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; if (sscanf(value, "%i", &ival) != 1) die(parm.cols); @@ -4182,6 +4514,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4227,6 +4560,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; if (sscanf(value, "%i", &ival) != 1) die(parm.cols); @@ -4239,6 +4577,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4253,6 +4594,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4278,6 +4620,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* zoom= */ @@ -4295,6 +4639,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4313,6 +4658,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4322,6 +4669,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4351,6 +4699,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; mapset = G_find_raster2(name, ""); if (!mapset) @@ -4366,6 +4716,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4411,6 +4762,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; mapset = G_find_raster2(name, ""); if (!mapset) @@ -4423,6 +4779,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4437,6 +4796,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4462,6 +4822,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* align= */ @@ -4479,6 +4841,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4514,6 +4877,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = true; mapset = G_find_raster2(name, ""); if (!mapset) @@ -4527,6 +4892,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -4540,6 +4906,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = true; mapset = G_find_raster2(name, ""); if (!mapset) @@ -4548,6 +4919,9 @@ int main(int argc, char *argv[]) Rast_align_window(&window, &temp_window); >>>>>>> fbc5f37844 (WMS: replace broken URLs with alternative WMS (#1635)) <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main } /* grow by number of cells */ @@ -4564,6 +4938,7 @@ int main(int argc, char *argv[]) update_file = true; <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= update_file = true; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4574,6 +4949,11 @@ int main(int argc, char *argv[]) update_file = true; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + update_file = true; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mapset = G_find_raster2(name, ""); if (!mapset) G_fatal_error(_("Raster map <%s> not found"), name); @@ -4581,6 +4961,7 @@ int main(int argc, char *argv[]) Rast_align_window(&window, &temp_window); <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4686,6 +5067,8 @@ int main(int argc, char *argv[]) >>>>>>> fbc5f37844 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 59b367cd2d (WMS: replace broken URLs with alternative WMS (#1635)) ======= +======= +>>>>>>> osgeo-main } /* grow by number of cells */ @@ -4695,6 +5078,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -4724,6 +5108,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main xs = window.ns_res * pix; if (window.north + xs > window.south - xs) { if (G_projection() == PROJECTION_LL && @@ -4781,6 +5169,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4799,6 +5188,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4808,6 +5199,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4837,6 +5229,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_file = false; temp_window = window; G_adjust_Cell_head3(&temp_window, 0, 0, 0); @@ -4852,6 +5246,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4897,6 +5292,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) >>>>>>> 271754f563 (WMS: replace broken URLs with alternative WMS (#1635)) +======= +======= +======= +>>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) +>>>>>>> osgeo-main update_file = false; temp_window = window; G_adjust_Cell_head3(&temp_window, 0, 0, 0); @@ -4909,6 +5309,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4923,6 +5326,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4948,6 +5352,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } G_adjust_Cell_head3(&window, row_flag, col_flag, 0); @@ -4965,6 +5371,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5004,6 +5411,11 @@ int main(int argc, char *argv[]) G_fatal_error(_("Unable to update current region")); ======= >>>>>>> osgeo-main +======= + if (G_put_window(&window) < 0) + G_fatal_error(_("Unable to update current region")); +======= +>>>>>>> osgeo-main ======= >>>>>>> 4d944b87c5 (WMS: replace broken URLs with alternative WMS (#1635)) if (G_put_window(&window) < 0) @@ -5023,6 +5435,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5077,6 +5490,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } if (flag.savedefault->answer) { diff --git a/general/g.region/printwindow.c b/general/g.region/printwindow.c index b817780a586..18ffea9bae0 100644 --- a/general/g.region/printwindow.c +++ b/general/g.region/printwindow.c @@ -52,6 +52,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -94,6 +95,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else x = window->proj; @@ -164,6 +170,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -179,6 +186,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "projection=%d%s", window->proj, sep); fprintf(stdout, "zone=%d%s", window->zone, sep); ======= @@ -190,6 +199,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -213,6 +223,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "projection=%d\n", window->proj); fprintf(stdout, "zone=%d\n", window->zone); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -248,6 +260,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -267,6 +280,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "datum=%s%s", datum, sep); else fprintf(stdout, "datum=wgs84%s", sep); @@ -281,6 +296,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -310,6 +326,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "datum=%s\n", datum); else fprintf(stdout, "datum=wgs84\n"); @@ -326,6 +346,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -368,6 +389,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } else { @@ -391,6 +417,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (flat_flag) sep = " "; @@ -413,6 +440,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (flat_flag) sep = " "; @@ -423,6 +452,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -431,6 +461,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (flat_flag) sep = " "; @@ -441,6 +473,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -458,6 +491,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "n=%s%s", north, sep); fprintf(stdout, "s=%s%s", south, sep); fprintf(stdout, "w=%s%s", west, sep); @@ -507,6 +542,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (flat_flag) fprintf(stdout, "\n"); @@ -529,6 +565,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (flat_flag) fprintf(stdout, "\n"); @@ -539,6 +577,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -547,6 +586,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (flat_flag) fprintf(stdout, "\n"); @@ -557,6 +598,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -574,6 +616,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } else { fprintf(stdout, "%-*s %s\n", width, "north:", north); @@ -642,6 +686,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Can't get projection info of current location")); ======= @@ -656,6 +701,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Can't get projection info of current project")); >>>>>>> osgeo-main @@ -683,6 +730,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -719,6 +769,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -733,6 +784,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + _("Can't get projection key values of current location")); +>>>>>>> osgeo-main G_free_key_value(in_proj_info); G_free_key_value(in_unit_info); @@ -859,6 +913,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -871,6 +926,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "nw_long=%.8f%snw_lat=%.8f%s", lo1, sep, la1, sep); fprintf(stdout, "ne_long=%.8f%sne_lat=%.8f%s", lo2, sep, la2, @@ -887,6 +944,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -898,6 +956,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "nw_long=%.8f\nnw_lat=%.8f\n", lo1, la1); fprintf(stdout, "ne_long=%.8f\nne_lat=%.8f\n", lo2, la2); fprintf(stdout, "se_long=%.8f\nse_lat=%.8f\n", lo3, la3); @@ -910,6 +970,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -928,6 +989,9 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } else { G_format_easting(lo1, buf, PROJECTION_LL); @@ -968,6 +1032,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fprintf(stdout, "rows=%d\n", window->rows); fprintf(stdout, "cols=%d\n", window->cols); @@ -983,6 +1048,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "rows=%d%s", window->rows, sep); fprintf(stdout, "cols=%d%s", window->cols, sep); ======= @@ -994,6 +1061,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1005,6 +1073,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } else { fprintf(stdout, "%-*s %d\n", width, "rows:", window->rows); @@ -1021,6 +1091,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1280,6 +1351,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main loc = longitude; lac = latitude; @@ -1343,6 +1416,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1356,6 +1430,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (window->proj != 0) G_message( _("You are already in Lat/Long. Use the -p flag instead.")); @@ -1369,6 +1445,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("You are in a simple XY location, projection to Lat/Lon " ======= @@ -1390,6 +1467,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("You are in a simple XY project, projection to Lat/Lon " ======= _("You are in a simple XY location, projection to Lat/Lon " @@ -1400,6 +1479,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= _("You are in a simple XY location, projection to Lat/Lon " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1434,6 +1514,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) _("You are in a simple XY location, projection to Lat/Lon " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + _("You are in a simple XY location, projection to Lat/Lon " +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "is not possible. Use the -p flag instead.")); } } @@ -1449,6 +1534,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fprintf(stdout, "ns_extent=%f\n", window->north - window->south); fprintf(stdout, "ew_extent=%f\n", window->east - window->west); @@ -1471,6 +1557,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "ns_extent=%f%s", window->north - window->south, sep); fprintf(stdout, "ew_extent=%f%s", window->east - window->west, sep); @@ -1484,6 +1572,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1492,6 +1581,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fprintf(stdout, "ns_extent=%f\n", window->north - window->south); fprintf(stdout, "ew_extent=%f\n", window->east - window->west); @@ -1502,6 +1593,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1519,6 +1611,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } else { if (G_projection() != PROJECTION_LL) { @@ -1550,6 +1644,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1569,6 +1664,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "center_easting=%f%s", (window->west + window->east) / 2., sep); fprintf(stdout, "center_northing=%f%s", @@ -1580,6 +1677,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1609,6 +1707,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "center_easting=%f\n", (window->west + window->east) / 2.); fprintf(stdout, "center_northing=%f\n", @@ -1622,6 +1724,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1664,6 +1767,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } else { if (G_projection() != PROJECTION_LL) { @@ -1701,6 +1809,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fprintf(stdout, "bbox=%s,%s,%s,%s\n", west, south, east, north); ======= @@ -1722,6 +1831,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "bbox=%s,%s,%s,%s%s", west, south, east, north, sep); ======= fprintf(stdout, "bbox=%s,%s,%s,%s\n", west, south, east, north); @@ -1732,6 +1843,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= fprintf(stdout, "bbox=%s,%s,%s,%s\n", west, south, east, north); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1766,6 +1878,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) fprintf(stdout, "bbox=%s,%s,%s,%s\n", west, south, east, north); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + fprintf(stdout, "bbox=%s,%s,%s,%s\n", west, south, east, north); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } /* flag.nangle */ @@ -1786,6 +1903,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -1822,6 +1940,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= convergence = NAN; ======= +>>>>>>> osgeo-main +======= + convergence = NAN; +======= >>>>>>> osgeo-main convergence = 0. / 0.; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1837,6 +1959,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1845,6 +1968,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= convergence = 0. / 0.; ======= @@ -1857,6 +1982,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1902,6 +2028,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main else if (G_projection() == PROJECTION_LL) convergence = 0.0; else { @@ -1930,6 +2058,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1949,6 +2078,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Can't get projection info of current project")); if ((in_unit_info = G_get_projunits()) == NULL) @@ -1965,6 +2096,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1994,6 +2126,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _("Can't get projection info of current location")); if ((in_unit_info = G_get_projunits()) == NULL) @@ -2012,6 +2148,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2054,6 +2191,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_free_key_value(in_proj_info); G_free_key_value(in_unit_info); @@ -2101,6 +2243,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fprintf(stdout, "converge_angle=%f\n", convergence); ======= @@ -2122,6 +2265,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "converge_angle=%f%s", convergence, sep); ======= fprintf(stdout, "converge_angle=%f\n", convergence); @@ -2132,6 +2277,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= fprintf(stdout, "converge_angle=%f\n", convergence); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2166,6 +2312,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) fprintf(stdout, "converge_angle=%f\n", convergence); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + fprintf(stdout, "converge_angle=%f\n", convergence); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else fprintf(stdout, "%-*s %f\n", width, "convergence angle:", convergence); @@ -2199,6 +2350,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Can't get projection info of current location")); ======= @@ -2220,6 +2372,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Can't get projection info of current project")); ======= _("Can't get projection info of current location")); @@ -2230,6 +2384,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= _("Can't get projection info of current location")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2264,6 +2419,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) _("Can't get projection info of current location")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + _("Can't get projection info of current location")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* do not wrap to -180, 180, otherwise east can be < west */ /* TODO: for PROJ 6+, the +over switch must be added to the * transformation pipeline if authority:name or WKt are used @@ -2280,6 +2440,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Can't get projection units of current location")); @@ -2298,6 +2459,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Can't get projection units of current project")); if (pj_get_kv(&iproj, in_proj_info, in_unit_info) < 0) @@ -2315,6 +2478,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2326,6 +2490,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* output projection to lat/long and wgs84 ellipsoid */ out_proj_info = G_create_key_value(); @@ -2338,6 +2504,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2374,6 +2541,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Can't get projection units of current location")); if (pj_get_kv(&iproj, in_proj_info, in_unit_info) < 0) @@ -2391,6 +2560,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2404,6 +2574,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_set_key_value("proj", "ll", out_proj_info); #if PROJ_VERSION_MAJOR < 6 @@ -2420,6 +2592,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "WGS84 output not possible as this location does not " ======= @@ -2441,6 +2614,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "WGS84 output not possible as this project does not " ======= "WGS84 output not possible as this location does not " @@ -2451,6 +2626,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "WGS84 output not possible as this location does not " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2485,6 +2661,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) "WGS84 output not possible as this location does not " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "WGS84 output not possible as this location does not " +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "contain " "datum transformation parameters. Try running g.setproj.")); else @@ -2622,6 +2803,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2641,6 +2823,8 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(stdout, "ll_n=%.8f%s", sh_ll_n, sep); fprintf(stdout, "ll_s=%.8f%s", sh_ll_s, sep); fprintf(stdout, "ll_w=%.8f%s", sh_ll_w, sep); @@ -2656,6 +2840,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2685,6 +2870,10 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "ll_n=%.8f\n", sh_ll_n); fprintf(stdout, "ll_s=%.8f\n", sh_ll_s); fprintf(stdout, "ll_w=%.8f\n", sh_ll_w); @@ -2701,6 +2890,7 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2743,6 +2933,11 @@ void print_window(struct Cell_head *window, int print_flag, int flat_flag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } else { G_format_northing(sh_ll_n, buf, PROJECTION_LL); diff --git a/general/g.region/testsuite/test_g_region.py b/general/g.region/testsuite/test_g_region.py index d0da6c6f8e5..9724e20df1c 100644 --- a/general/g.region/testsuite/test_g_region.py +++ b/general/g.region/testsuite/test_g_region.py @@ -11,6 +11,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD from grass.gunittest.case import TestCase ======= <<<<<<< HEAD @@ -31,6 +32,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from grass.gunittest.case import TestCase from grass.gunittest.gmodules import call_module @@ -43,6 +46,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= from grass.gunittest.case import TestCase >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -77,6 +81,11 @@ from grass.gunittest.case import TestCase >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +from grass.gunittest.case import TestCase +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import grass.script as gs @@ -123,6 +132,7 @@ def test_d_flag(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -142,6 +152,8 @@ def test_d_flag(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_f_flag(self): line = call_module("g.region", flags="fglecn3", capture_stdout=True) self.assertEqual(1, len(line.splitlines())) @@ -154,6 +166,7 @@ def test_f_flag(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -183,6 +196,10 @@ def test_f_flag(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if __name__ == "__main__": from grass.gunittest.main import test diff --git a/general/g.setproj/g.setproj.html b/general/g.setproj/g.setproj.html index 5da3ded9f3e..2dbccb3b045 100644 --- a/general/g.setproj/g.setproj.html +++ b/general/g.setproj/g.setproj.html @@ -34,6 +34,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD current location. PROJ_INFO file is used to record the projection information associated with the specified mapset. ======= @@ -55,6 +56,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main current project. PROJ_INFO file is used to record the CRS information associated with the specified project. ======= @@ -67,6 +70,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -76,6 +80,8 @@

    DESCRIPTION

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= current location. PROJ_INFO file is used to record the projection information associated with the specified mapset. >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -85,6 +91,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102,6 +109,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    NOTES

    @@ -144,6 +153,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -167,6 +177,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main The projections of aea, lcc, merc, leae, leac, and tmerc will generate a request to the user for the prime meridian and standard parallel for the output map. @@ -180,6 +192,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD The projections of aea, lcc, merc, leae, leac, and tmerc will generate a request to the user for the prime meridian and standard parallel for the output map. @@ -192,6 +205,8 @@

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main The projections of aea, lcc, merc, leae, leac, and tmerc will generate a request to the user for the prime meridian and standard parallel for the output map. @@ -206,6 +221,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -214,6 +230,8 @@

    NOTES

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main The projections of aea, lcc, merc, leae, leac, and tmerc will generate a request to the user for the prime meridian and standard parallel for the output map. @@ -223,6 +241,9 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -239,6 +260,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -302,6 +324,8 @@

    NOTES

    >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    SEE ALSO

    diff --git a/general/g.setproj/main.c b/general/g.setproj/main.c index 1c9ebffb503..83a21c9aa5c 100644 --- a/general/g.setproj/main.c +++ b/general/g.setproj/main.c @@ -281,6 +281,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * recurively, to allow input of options for ======= @@ -302,6 +303,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * recursively, to allow input of options for ======= * recurively, to allow input of options for @@ -312,6 +315,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * recurively, to allow input of options for >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -346,6 +350,11 @@ int main(int argc, char *argv[]) * recurively, to allow input of options for >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * recurively, to allow input of options for +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * a second projection, MHu991010 */ G_set_key_value("o_proj", "eqc", out_proj_keys); sph_check = 2; @@ -364,6 +373,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* if legal ellips. exist, ask wether or not to change ======= @@ -385,6 +395,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* if legal ellips. exist, ask whether or not to change ======= /* if legal ellips. exist, ask wether or not to change @@ -395,6 +407,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /* if legal ellips. exist, ask wether or not to change >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -429,6 +442,11 @@ int main(int argc, char *argv[]) /* if legal ellips. exist, ask wether or not to change >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /* if legal ellips. exist, ask wether or not to change +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * it */ G_message(_("The current ellipsoid is %s"), spheroid); if (G_yes( diff --git a/general/g.version/g.version.html b/general/g.version/g.version.html index ca1d2c347d9..d1342162a83 100644 --- a/general/g.version/g.version.html +++ b/general/g.version/g.version.html @@ -51,6 +51,7 @@

    Basic info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD GRASS 8.2.0dev (2022) ======= <<<<<<< HEAD @@ -82,6 +83,8 @@

    Basic info

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GRASS 8.4.0 (2024) ======= GRASS 8.0.0alpha (2021) @@ -92,6 +95,9 @@

    Basic info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -108,6 +114,7 @@

    Basic info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= GRASS 8.2.0dev (2022) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -156,6 +163,11 @@

    Basic info

    GRASS 8.2.0dev (2022) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +GRASS 8.2.0dev (2022) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main

    GIS Library info

    @@ -176,6 +188,7 @@

    GIS Library info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD GRASS 8.2.0dev (2022) libgis revision: c9e8576cf libgis date: 2022-04-27T09:38:49+00:00 @@ -209,6 +222,8 @@

    GIS Library info

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main GRASS 8.4.0 (2024) libgis revision: c9e8576cf libgis date: 2024-04-27T09:38:49+00:00 @@ -223,6 +238,7 @@

    GIS Library info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -232,6 +248,8 @@

    GIS Library info

    ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= +>>>>>>> osgeo-main +======= GRASS 8.0.0alpha (2021) libgis revision: 1e0c11f52 libgis date: 2021-05-19T09:38:49+00:00 @@ -242,6 +260,7 @@

    GIS Library info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -251,6 +270,8 @@

    GIS Library info

    ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= GRASS 8.2.0dev (2022) libgis revision: c9e8576cf libgis date: 2022-04-27T09:38:49+00:00 @@ -261,6 +282,7 @@

    GIS Library info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -270,6 +292,8 @@

    GIS Library info

    ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= GRASS 8.2.0dev (2022) libgis revision: c9e8576cf libgis date: 2022-04-27T09:38:49+00:00 @@ -280,6 +304,7 @@

    GIS Library info

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -305,6 +330,8 @@

    GIS Library info

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main

    Full info in shell script style

    @@ -324,6 +351,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD version=8.2.0dev date=2022 revision=d57f40906 @@ -361,6 +389,8 @@

    Full info in shell script style

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main version=8.4.0 date=2024 revision=d57f40906 @@ -382,6 +412,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -391,6 +422,8 @@

    Full info in shell script style

    ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= version=8.2.0dev date=2022 >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -398,6 +431,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 5af337c699 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -410,6 +444,8 @@

    Full info in shell script style

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main revision=d57f40906 build_date=2021-05-23 build_platform=x86_64-pc-linux-gnu @@ -423,6 +459,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -432,6 +469,8 @@

    Full info in shell script style

    ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= version=8.0.0alpha date=2021 ======= @@ -442,6 +481,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= version=8.0.0alpha @@ -460,6 +500,8 @@

    Full info in shell script style

    >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main revision=d57f40906 build_date=2021-05-23 build_platform=x86_64-pc-linux-gnu @@ -471,6 +513,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -492,6 +535,9 @@

    Full info in shell script style

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main libgis_revision=1e0c11f52 libgis_date=2021-05-19T09:38:49+00:00 proj=6.3.2 @@ -505,6 +551,9 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -519,6 +568,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -549,6 +599,11 @@

    Full info in shell script style

    ======= libgis_revision=c9e8576cf >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +libgis_revision=c9e8576cf +>>>>>>> osgeo-main libgis_date=2022-04-27T09:38:49+00:00 proj=8.2.1 gdal=3.4.3 @@ -563,6 +618,7 @@

    Full info in shell script style

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -621,6 +677,11 @@

    Full info in shell script style

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Note: if revision=exported is reported instead of the git hash then the diff --git a/grasslib.dox b/grasslib.dox index cf447ae5040..0c2d7682ff6 100644 --- a/grasslib.dox +++ b/grasslib.dox @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 ======= @@ -59,6 +60,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main * updated 8/2005, 2006-2024 ======= * updated 8/2005, 2006-2008, 2010-2011, 2017, 2018, 2019, 2021 @@ -69,6 +72,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -85,6 +91,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -101,6 +110,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -163,6 +173,11 @@ * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= + * updated 8/2005, 2006-2008, 2010-2011, 2017-2023 +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main --> GRASS GIS (Geographic @@ -197,6 +212,7 @@ pages. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD © 2000-2023 by the GRASS Development Team ======= <<<<<<< HEAD @@ -228,6 +244,8 @@ pages. >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main © 2000-2024 by the GRASS Development Team ======= © 2000-2022 by the GRASS Development Team @@ -238,6 +256,9 @@ pages. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -254,6 +275,7 @@ pages. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= © 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -302,6 +324,11 @@ pages. © 2000-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +© 2000-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main This manual is published under GNU Free Documentation @@ -328,6 +355,7 @@ href="https://grass.osgeo.org">https://grass.osgeo.org <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -363,6 +391,8 @@ href="https://grass.osgeo.org">https://grass.osgeo.org >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @@ -400,6 +433,7 @@ href="https://grass.osgeo.org">https://grass.osgeo.org <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -409,6 +443,8 @@ href="https://grass.osgeo.org">https://grass.osgeo.org ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= +>>>>>>> osgeo-main +======= @@ -420,6 +456,7 @@ href="https://grass.osgeo.org">https://grass.osgeo.org <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -429,6 +466,8 @@ href="https://grass.osgeo.org">https://grass.osgeo.org ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= diff --git a/gui/wxpython/rlisetup/g.gui.rlisetup.py b/gui/wxpython/rlisetup/g.gui.rlisetup.py index 9b24e98696f..bed4b030f04 100644 --- a/gui/wxpython/rlisetup/g.gui.rlisetup.py +++ b/gui/wxpython/rlisetup/g.gui.rlisetup.py @@ -26,11 +26,11 @@ # % keyword: landscape structure analysis # %end -import grass.script as gscript +import grass.script as gs def main(): - gscript.parser() + gs.parser() import wx diff --git a/gui/wxpython/startup/locdownload.py b/gui/wxpython/startup/locdownload.py index a94e4a5ebc3..367abb1ee6a 100644 --- a/gui/wxpython/startup/locdownload.py +++ b/gui/wxpython/startup/locdownload.py @@ -91,6 +91,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -106,6 +107,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class RedirectText: ======= ======= @@ -116,6 +119,7 @@ class RedirectText: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -137,6 +141,8 @@ class RedirectText: >>>>>>> ef2ef53f44 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class RedirectText(object): >>>>>>> 6d691c8cd4 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) def __init__(self, window): @@ -202,6 +208,7 @@ def _resize(self, heigth=-1): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -221,6 +228,8 @@ def _resize(self, heigth=-1): >>>>>>> ef2ef53f44 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # based on # https://blog.shichao.io/2012/10/04/ # progress_speed_indicator_for_urlretrieve_in_python.html @@ -231,6 +240,7 @@ def _resize(self, heigth=-1): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -260,6 +270,10 @@ def _resize(self, heigth=-1): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # based on https://blog.shichao.io/2012/10/04/progress_speed_indicator_for_urlretrieve_in_python.html >>>>>>> 6d691c8cd4 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) def reporthook(count, block_size, total_size): diff --git a/gui/wxpython/timeline/frame.py b/gui/wxpython/timeline/frame.py index 48f23a0cbab..b8b4fa3c2fd 100644 --- a/gui/wxpython/timeline/frame.py +++ b/gui/wxpython/timeline/frame.py @@ -24,11 +24,11 @@ from functools import reduce try: - import matplotlib + import matplotlib as mpl # The recommended way to use wx with mpl is with the WXAgg # backend. - matplotlib.use("WXAgg") + mpl.use("WXAgg") from matplotlib import gridspec from matplotlib.figure import Figure from matplotlib.backends.backend_wxagg import ( @@ -45,7 +45,7 @@ ).format(e) ) -import grass.script as grass +import grass.script as gs import grass.temporal as tgis from core.gcmd import GError, GException, RunCommand @@ -60,7 +60,7 @@ def check_version(*version): """Checks if given version or newer is installed""" versionInstalled = [] - for i in matplotlib.__version__.split("."): + for i in mpl.__version__.split("."): try: v = int(i) versionInstalled.append(v) @@ -303,8 +303,8 @@ def _draw3dFigure(self): ) ) - params = grass.read_command("g.proj", flags="g") - params = grass.parse_key_val(params) + params = gs.read_command("g.proj", flags="g") + params = gs.parse_key_val(params) if "unit" in params: self.axes3d.set_xlabel(_("X [%s]") % params["unit"]) self.axes3d.set_ylabel(_("Y [%s]") % params["unit"]) diff --git a/gui/wxpython/timeline/g.gui.timeline.py b/gui/wxpython/timeline/g.gui.timeline.py index d3176736bca..161c6832a92 100755 --- a/gui/wxpython/timeline/g.gui.timeline.py +++ b/gui/wxpython/timeline/g.gui.timeline.py @@ -34,11 +34,11 @@ # % description: Show also 3D plot of spatio-temporal extents # %end -import grass.script as gscript +import grass.script as gs def main(): - options, flags = gscript.parser() + options, flags = gs.parser() import wx @@ -52,7 +52,7 @@ def main(): # TODO: why do we need this special check here, the reason of error # is wrong intallation or something, no need to report this to the # user in a nice way - gscript.fatal(str(e)) + gs.fatal(str(e)) datasets = options["inputs"].strip().split(",") datasets = [data for data in datasets if data] diff --git a/gui/wxpython/tplot/frame.py b/gui/wxpython/tplot/frame.py index 0750fc643cc..5a035657455 100755 --- a/gui/wxpython/tplot/frame.py +++ b/gui/wxpython/tplot/frame.py @@ -25,15 +25,15 @@ import wx from grass.pygrass.modules import Module -import grass.script as grass +import grass.script as gs from functools import reduce try: - import matplotlib + import matplotlib as mpl # The recommended way to use wx with mpl is with the WXAgg # backend. - matplotlib.use("WXAgg") + mpl.use("WXAgg") from matplotlib.figure import Figure from matplotlib.backends.backend_wxagg import ( FigureCanvasWxAgg as FigCanvas, @@ -77,7 +77,7 @@ def check_version(*version): """Checks if given version or newer is installed""" versionInstalled = [] - for i in matplotlib.__version__.split("."): + for i in mpl.__version__.split("."): try: v = int(i) versionInstalled.append(v) @@ -513,7 +513,7 @@ def _parseVDbConn(self, mapp, layerInp): def _getExistingCategories(self, mapp, cats): """Get a list of categories for a vector map""" - vdb = grass.read_command("v.category", input=mapp, option="print") + vdb = gs.read_command("v.category", input=mapp, option="print") categories = vdb.splitlines() if not cats: return categories @@ -613,7 +613,7 @@ def _getSTVDData(self, timeseries): self.plotNameListV.append(name) # TODO set an appropriate distance, right now a big one is set # to return the closer point to the selected one - out = grass.vector_what( + out = gs.vector_what( map="pois_srvds", coord=self.poi.coords(), distance=10000000000000000, @@ -673,7 +673,7 @@ def _getSTVDData(self, timeseries): ), ) return - vals = grass.vector_db_select( + vals = gs.vector_db_select( map=row["name"], layer=lay, where=wherequery.format(key=catkey), @@ -1306,7 +1306,7 @@ def OnVectorSelected(self, event): break if found: try: - vect_list = grass.read_command( + vect_list = gs.read_command( "t.vect.list", flags="u", input=dataset, column="name" ) except Exception: diff --git a/gui/wxpython/tplot/g.gui.tplot.py b/gui/wxpython/tplot/g.gui.tplot.py index a4b87326e03..42eec3981c6 100755 --- a/gui/wxpython/tplot/g.gui.tplot.py +++ b/gui/wxpython/tplot/g.gui.tplot.py @@ -109,11 +109,11 @@ # % required: no # %end -import grass.script as gscript +import grass.script as gs def main(): - options, flags = gscript.parser() + options, flags = gs.parser() import wx @@ -126,7 +126,7 @@ def main(): try: from tplot.frame import TplotFrame except ImportError as e: - gscript.fatal(e.message) + gs.fatal(e.message) rasters = None if options["strds"]: rasters = options["strds"].strip().split(",") @@ -142,20 +142,24 @@ def main(): if options["stvds"]: vectors = options["stvds"].strip().split(",") if not options["attr"]: - gscript.fatal(_("With stvds you have to set 'attr' option")) + gs.fatal(_("With stvds you have to set 'attr' option")) else: attr = options["attr"] if coords and cats: - gscript.fatal( + gs.fatal( _( "With stvds it is not possible to use 'coordinates' " "and 'cats' options together" ) ) elif not coords and not cats: +<<<<<<< HEAD gscript.warning( _("With stvds you have to use 'coordinates' or 'cats' option") ) +======= + gs.warning(_("With stvds you have to use 'coordinates' or 'cats' option")) +>>>>>>> osgeo-main title = None if options["title"]: title = options["title"] @@ -188,7 +192,7 @@ def main(): ylabel, csvfile, flags["h"], - gscript.overwrite, + gs.overwrite, ) if output: frame.OnRedraw() diff --git a/gui/wxpython/vdigit/g.gui.vdigit.html b/gui/wxpython/vdigit/g.gui.vdigit.html index 89b4350f0ce..30d29c02264 100644 --- a/gui/wxpython/vdigit/g.gui.vdigit.html +++ b/gui/wxpython/vdigit/g.gui.vdigit.html @@ -98,6 +98,7 @@

    DIGITIZER TOOLBAR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -129,6 +130,10 @@

    DIGITIZER TOOLBAR

    >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main ======= @@ -150,6 +155,7 @@

    DIGITIZER TOOLBAR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -199,6 +205,8 @@

    DIGITIZER TOOLBAR

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
    icon  Digitize new line
    Add new line to vector map and optionally define its @@ -221,6 +229,7 @@

    DIGITIZER TOOLBAR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -252,6 +261,10 @@

    DIGITIZER TOOLBAR

    >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main ======= @@ -273,6 +286,7 @@

    DIGITIZER TOOLBAR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -322,6 +336,8 @@

    DIGITIZER TOOLBAR

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
    icon  Digitize new centroid
    Add new centroid to vector map and optionally define its @@ -344,6 +360,7 @@

    DIGITIZER TOOLBAR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -375,6 +392,10 @@

    DIGITIZER TOOLBAR

    >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main ======= @@ -396,6 +417,7 @@

    DIGITIZER TOOLBAR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -445,6 +467,8 @@

    DIGITIZER TOOLBAR

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
    icon  Move vertex
    Move selected vertex of linear feature. Thus shape of linear diff --git a/gui/wxpython/vdigit/g.gui.vdigit.py b/gui/wxpython/vdigit/g.gui.vdigit.py index 14e1257eaa4..30b55f043d5 100644 --- a/gui/wxpython/vdigit/g.gui.vdigit.py +++ b/gui/wxpython/vdigit/g.gui.vdigit.py @@ -35,13 +35,13 @@ # %end import os -import grass.script as grass +import grass.script as gs def main(): - grass.set_raise_on_error(False) + gs.set_raise_on_error(False) - options, flags = grass.parser() + options, flags = gs.parser() # import wx only after running parser # to avoid issues with complex imports when only interface is needed @@ -105,6 +105,7 @@ def __init__(self, parent, vectorMap): # use Close instead of QuitVDigit for standalone tool self.toolbars["vdigit"].quitDigitizer.disconnect(self.QuitVDigit) <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD self.toolbars["vdigit"].quitDigitizer.connect(lambda: self.Close()) <<<<<<< HEAD @@ -173,6 +174,17 @@ def __init__(self, parent, vectorMap): <<<<<<< HEAD >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + self.toolbars["vdigit"].quitDigitizer.connect(self.Close) +======= + self.toolbars["vdigit"].quitDigitizer.connect(lambda: self.Close()) +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> 947f9098cd (wxGUI: fix layout flag assert in wms dialog (#1764)) +======= +<<<<<<< HEAD +>>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # add Map Display panel to Map Display frame sizer = wx.BoxSizer(wx.VERTICAL) @@ -191,13 +203,13 @@ def __init__(self, parent, vectorMap): parent.Layout() if not haveVDigit: - grass.fatal(_("Vector digitizer not available. %s") % errorMsg) + gs.fatal(_("Vector digitizer not available. %s") % errorMsg) - if not grass.find_file( - name=options["map"], element="vector", mapset=grass.gisenv()["MAPSET"] + if not gs.find_file( + name=options["map"], element="vector", mapset=gs.gisenv()["MAPSET"] )["fullname"]: if not flags["c"]: - grass.fatal( + gs.fatal( _( "Vector map <%s> not found in current mapset. " "New vector map can be created by providing '-c' flag." @@ -205,13 +217,11 @@ def __init__(self, parent, vectorMap): % options["map"] ) else: - grass.verbose(_("New vector map <%s> created") % options["map"]) + gs.verbose(_("New vector map <%s> created") % options["map"]) try: - grass.run_command( - "v.edit", map=options["map"], tool="create", quiet=True - ) + gs.run_command("v.edit", map=options["map"], tool="create", quiet=True) except CalledModuleError: - grass.fatal(_("Unable to create new vector map <%s>") % options["map"]) + gs.fatal(_("Unable to create new vector map <%s>") % options["map"]) # allow immediate rendering driver = UserSettings.Get(group="display", key="driver", subkey="type") diff --git a/gui/wxpython/vdigit/mapwindow.py b/gui/wxpython/vdigit/mapwindow.py index eb646e01187..7b86de23ab3 100644 --- a/gui/wxpython/vdigit/mapwindow.py +++ b/gui/wxpython/vdigit/mapwindow.py @@ -143,6 +143,7 @@ def OnKeyDown(self, event): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD tools = { ord("P"): { @@ -243,6 +244,8 @@ def OnKeyDown(self, event): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main default_tools = { "addPoint": { "evt": True, @@ -445,6 +448,7 @@ def OnKeyDown(self, event): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -453,6 +457,8 @@ def OnKeyDown(self, event): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= tools = { ord("P"): { @@ -541,6 +547,7 @@ def OnKeyDown(self, event): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -558,6 +565,8 @@ def OnKeyDown(self, event): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if tool: event = self.toolbar.OnTool(tool["event"]) tool["tool"](event) diff --git a/gui/wxpython/vdigit/toolbars.py b/gui/wxpython/vdigit/toolbars.py index 26fd78c8adb..477537b4923 100644 --- a/gui/wxpython/vdigit/toolbars.py +++ b/gui/wxpython/vdigit/toolbars.py @@ -17,7 +17,7 @@ import wx -from grass import script as grass +from grass import script as gs from grass.pydispatch.signal import Signal from gui_core.toolbars import BaseToolbar, BaseIcons @@ -191,6 +191,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "Delete selected point(s), line(s), boundary(ies) or centroid(s) (Ctrl+D)" ======= @@ -212,6 +213,8 @@ def _toolbarData(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Delete selected point(s), line(s), boundary(ies) or " "centroid(s) (Ctrl+D)" ======= @@ -223,6 +226,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Delete selected point(s), line(s), boundary(ies) or centroid(s) (Ctrl+D)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -257,6 +261,11 @@ def _toolbarData(self): "Delete selected point(s), line(s), boundary(ies) or centroid(s) (Ctrl+D)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "Delete selected point(s), line(s), boundary(ies) or centroid(s) (Ctrl+D)" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ), desc=_("Left: Select; Ctrl+Left: Unselect; Right: Confirm"), ), @@ -293,6 +302,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "Move selected point(s), line(s), boundary(ies) or centroid(s) (Ctrl+M)" ======= @@ -314,6 +324,8 @@ def _toolbarData(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Move selected point(s), line(s), boundary(ies) or " "centroid(s) (Ctrl+M)" ======= @@ -325,6 +337,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Move selected point(s), line(s), boundary(ies) or centroid(s) (Ctrl+M)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -359,6 +372,11 @@ def _toolbarData(self): "Move selected point(s), line(s), boundary(ies) or centroid(s) (Ctrl+M)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "Move selected point(s), line(s), boundary(ies) or centroid(s) (Ctrl+M)" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ), desc=_("Left: Select; Ctrl+Left: Unselect; Right: Confirm"), ), @@ -605,6 +623,7 @@ def OnTool(self, event): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -624,6 +643,8 @@ def OnTool(self, event): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if self.toolSwitcher and event: self.toolSwitcher.ToolChanged(event.GetId()) @@ -635,6 +656,7 @@ def OnTool(self, event): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -664,6 +686,10 @@ def OnTool(self, event): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # set cursor self.MapWindow.SetNamedCursor("cross") self.MapWindow.mouse["box"] = "point" @@ -678,6 +704,7 @@ def OnTool(self, event): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if event: BaseToolbar.OnTool(self, event) @@ -700,6 +727,8 @@ def OnTool(self, event): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if event: BaseToolbar.OnTool(self, event) @@ -710,6 +739,7 @@ def OnTool(self, event): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -718,6 +748,8 @@ def OnTool(self, event): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if event: BaseToolbar.OnTool(self, event) @@ -728,6 +760,7 @@ def OnTool(self, event): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -745,6 +778,8 @@ def OnTool(self, event): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # clear tmp canvas if self.action["id"] != aId or aId == -1: @@ -1286,7 +1321,7 @@ def OnSelectMap(self, event): if dlg and dlg.GetName(): # add layer to map layer tree/map display - mapName = dlg.GetName() + "@" + grass.gisenv()["MAPSET"] + mapName = dlg.GetName() + "@" + gs.gisenv()["MAPSET"] self._giface.GetLayerList().AddLayer( ltype="vector", name=mapName, @@ -1332,10 +1367,7 @@ def StartEditing(self, mapLayer): """ # check if topology is available (skip for hidden - temporary # maps, see iclass for details) - if ( - not mapLayer.IsHidden() - and grass.vector_info(mapLayer.GetName())["level"] != 2 - ): + if not mapLayer.IsHidden() and gs.vector_info(mapLayer.GetName())["level"] != 2: dlg = wx.MessageDialog( parent=self.MapWindow, message=_( @@ -1574,7 +1606,7 @@ def UpdateListOfLayers(self, updateTool=False): # select vector map layer in the current mapset layerNameList = [] self.layers = self.Map.GetListOfLayers( - ltype="vector", mapset=grass.gisenv()["MAPSET"] + ltype="vector", mapset=gs.gisenv()["MAPSET"] ) for layer in self.layers: diff --git a/gui/wxpython/vnet/toolbars.py b/gui/wxpython/vnet/toolbars.py index cb12be1360a..e3c4f6cc9ed 100644 --- a/gui/wxpython/vnet/toolbars.py +++ b/gui/wxpython/vnet/toolbars.py @@ -94,6 +94,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -109,6 +110,8 @@ def _toolbarData(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main (None,), # , ======= ======= @@ -119,6 +122,7 @@ def _toolbarData(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -140,6 +144,8 @@ def _toolbarData(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main (None,) # , >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) # ('isec_turn_edit', icons['isec_turn_edit'], diff --git a/gui/wxpython/vnet/vnet_data.py b/gui/wxpython/vnet/vnet_data.py index 51c3d374cef..f7803439e60 100644 --- a/gui/wxpython/vnet/vnet_data.py +++ b/gui/wxpython/vnet/vnet_data.py @@ -694,7 +694,7 @@ def _getInvalidParams(self, params): except (KeyError, ValueError): table = None - if not table or not params[col] in list(columnchoices.keys()): + if not table or params[col] not in list(columnchoices.keys()): invParams.append(col) continue diff --git a/gui/wxpython/web_services/dialogs.py b/gui/wxpython/web_services/dialogs.py index c25343b1730..2fc1dcba5fa 100644 --- a/gui/wxpython/web_services/dialogs.py +++ b/gui/wxpython/web_services/dialogs.py @@ -25,7 +25,7 @@ from copy import deepcopy -import grass.script as grass +import grass.script as gs from grass.script.task import cmdlist_to_tuple, cmdtuple_to_list from core import globalvar @@ -82,6 +82,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -130,6 +131,8 @@ def __init__( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "NASA GIBS WMTS": [ "http://gibs.earthdata.nasa.gov/wmts/epsg4326/best/wmts.cgi", ======= @@ -148,6 +151,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main ======= @@ -222,6 +226,8 @@ def __init__( ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "NASA GIBS WMTS": [ "http://gibs.earthdata.nasa.gov/wmts/epsg4326/best/wmts.cgi", "", @@ -230,11 +236,16 @@ def __init__( <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "tiles.maps.eox.at (Sentinel-2)": [ "https://tiles.maps.eox.at/wms", "", @@ -748,7 +759,7 @@ def OnAddLayer(self, event): active_ws = self.active_ws_panel.GetWebService() if "WMS" not in active_ws: cap_file = self.active_ws_panel.GetCapFile() - cmd_cap_file = grass.tempfile() + cmd_cap_file = gs.tempfile() shutil.copyfile(cap_file, cmd_cap_file) lcmd.append("capfile=" + cmd_cap_file) @@ -829,7 +840,7 @@ def __init__( self.revert_ws_cap_files[ws] = cmd[1]["capfile"] del ws_cap_files[ws] else: - self.revert_ws_cap_files[ws] = grass.tempfile() + self.revert_ws_cap_files[ws] = gs.tempfile() self._setRevertCapFiles(ws_cap_files) @@ -838,7 +849,7 @@ def __init__( def __del__(self): for f in self.revert_ws_cap_files.values(): - grass.try_remove(f) + gs.try_remove(f) def _setRevertCapFiles(self, ws_cap_files): for ws, f in ws_cap_files.items(): @@ -1026,7 +1037,7 @@ def _createWidgets(self): self.params["output"] = Select( parent=self, type="raster", - mapsets=[grass.gisenv()["MAPSET"]], + mapsets=[gs.gisenv()["MAPSET"]], size=globalvar.DIALOG_GSELECT_SIZE, ) @@ -1173,7 +1184,7 @@ def OnRegionType(self, event): def OnSave(self, event): """Import WMS raster data into GRASS as raster layer.""" self.thread.abort(abortall=True) - currmapset = grass.gisenv()["MAPSET"] + currmapset = gs.gisenv()["MAPSET"] self.output = self.params["output"].GetValue().strip() l_spl = self.output.strip().split("@") @@ -1188,7 +1199,7 @@ def OnSave(self, event): elif ( not self.overwrite.IsChecked() - and grass.find_file(self.output, "cell", ".")["fullname"] + and gs.find_file(self.output, "cell", ".")["fullname"] ): msg = _("Output map <%s> already exists" % self.output) @@ -1207,7 +1218,7 @@ def OnSave(self, event): reg_mapset = reg_spl[1] if self.region_types["named"].GetValue(): - if not grass.find_file(reg_spl[0], "windows", reg_mapset)["fullname"]: + if not gs.find_file(reg_spl[0], "windows", reg_mapset)["fullname"]: msg = _( "Region <%s> does not exist." % self.params["region"].GetValue() ) diff --git a/gui/wxpython/web_services/widgets.py b/gui/wxpython/web_services/widgets.py index 6e29e22e701..2da957ef948 100644 --- a/gui/wxpython/web_services/widgets.py +++ b/gui/wxpython/web_services/widgets.py @@ -59,7 +59,7 @@ TreeCtrl, ) -import grass.script as grass +import grass.script as gs rinwms_path = os.path.join(os.getenv("GISBASE"), "etc", "r.in.wms") if rinwms_path not in sys.path: @@ -131,7 +131,7 @@ def __init__(self, parent, web_service, **kwargs): self.cmdStdErr = GStderr(self) self.cmd_thread = CmdThread(self) - self.cap_file = grass.tempfile() + self.cap_file = gs.tempfile() reqDataBox = StaticBox(parent=self, label=_(" Requested data settings ")) self._nb_sizer = wx.StaticBoxSizer(reqDataBox, wx.VERTICAL) @@ -151,7 +151,7 @@ def __init__(self, parent, web_service, **kwargs): def __del__(self): self.cmd_thread.abort(abortall=True) - grass.try_remove(self.cap_file) + gs.try_remove(self.cap_file) def _layout(self): self._nb_sizer.Add(self.notebook, proportion=1, flag=wx.EXPAND) diff --git a/gui/wxpython/wxgui.py b/gui/wxpython/wxgui.py index a03b5d5afdb..b52c15907b3 100644 --- a/gui/wxpython/wxgui.py +++ b/gui/wxpython/wxgui.py @@ -92,6 +92,7 @@ def show_main_gui(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD single = UserSettings.Get( group="general", key="singleWindow", subkey="enabled" @@ -119,6 +120,8 @@ def show_main_gui(): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main single = UserSettings.Get( group="appearance", key="singleWindow", subkey="enabled" ======= @@ -131,6 +134,7 @@ def show_main_gui(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -139,6 +143,8 @@ def show_main_gui(): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= single = UserSettings.Get( group="general", key="singleWindow", subkey="enabled" @@ -149,6 +155,7 @@ def show_main_gui(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -166,6 +173,8 @@ def show_main_gui(): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ) if single: from main_window.frame import GMFrame @@ -179,6 +188,7 @@ def show_main_gui(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD mainframe = GMFrame(parent=None, id=wx.ID_ANY, workspace=self.workspaceFile) @@ -204,6 +214,8 @@ def show_main_gui(): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main try: mainframe = GMFrame( parent=None, id=wx.ID_ANY, workspace=self.workspaceFile @@ -235,6 +247,7 @@ def show_main_gui(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -257,6 +270,10 @@ def show_main_gui(): ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mainframe = GMFrame(parent=None, id=wx.ID_ANY, workspace=self.workspaceFile) mainframe.Show() @@ -269,6 +286,7 @@ def show_main_gui(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -277,6 +295,8 @@ def show_main_gui(): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= mainframe = GMFrame(parent=None, id=wx.ID_ANY, workspace=self.workspaceFile) @@ -290,6 +310,7 @@ def show_main_gui(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -307,6 +328,8 @@ def show_main_gui(): >>>>>>> ef2ef53f44 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main wx.CallAfter(show_main_gui) return True diff --git a/gui/wxpython/wxplot/base.py b/gui/wxpython/wxplot/base.py index 3f228a37d23..38af2f8c873 100755 --- a/gui/wxpython/wxplot/base.py +++ b/gui/wxpython/wxplot/base.py @@ -29,7 +29,7 @@ from gui_core.toolbars import BaseIcons from gui_core.wrap import Menu -import grass.script as grass +import grass.script as gs PlotIcons = { "draw": MetaIcon(img="show", label=_("Draw/re-draw plot")), @@ -116,12 +116,12 @@ def _createColorDict(self): for assigning colors to images in imagery groups""" self.colorDict = {} - for clr in grass.named_colors.keys(): + for clr in gs.named_colors.keys(): if clr == "white": continue - r = int(grass.named_colors[clr][0] * 255) - g = int(grass.named_colors[clr][1] * 255) - b = int(grass.named_colors[clr][2] * 255) + r = int(gs.named_colors[clr][0] * 255) + g = int(gs.named_colors[clr][1] * 255) + b = int(gs.named_colors[clr][2] * 255) self.colorDict[clr] = (r, g, b, 255) def InitPlotOpts(self, plottype): @@ -192,6 +192,7 @@ def InitPlotOpts(self, plottype): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -234,6 +235,11 @@ def InitPlotOpts(self, plottype): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # x and y axis set to normal (non-log) self.client.logScale = (False, False) @@ -257,7 +263,7 @@ def InitRasterOpts(self, rasterList, plottype): idx = rasterList.index(r) try: - ret = grass.raster_info(r) + ret = gs.raster_info(r) except: continue # if r.info cannot parse map, skip it @@ -321,8 +327,8 @@ def InitRasterPairs(self, rasterList, plottype): idx = rasterList.index(rpair) try: - ret0 = grass.raster_info(rpair[0]) - ret1 = grass.raster_info(rpair[1]) + ret0 = gs.raster_info(rpair[0]) + ret1 = gs.raster_info(rpair[1]) except: continue diff --git a/gui/wxpython/wxplot/histogram.py b/gui/wxpython/wxplot/histogram.py index 1c5c2b2de4f..af7dade8089 100644 --- a/gui/wxpython/wxplot/histogram.py +++ b/gui/wxpython/wxplot/histogram.py @@ -19,7 +19,11 @@ import wx +<<<<<<< HEAD import grass.script as grass +======= +import grass.script as gs +>>>>>>> osgeo-main from wx.lib import plot from gui_core.wrap import StockCursor from gui_core.toolbars import BaseToolbar, BaseIcons @@ -259,7 +263,7 @@ def OnStats(self, event): title = _("Statistics for Map(s) Histogrammed") for rast in self.rasterList: - ret = grass.read_command("r.univar", map=rast, flags="e", quiet=True) + ret = gs.read_command("r.univar", map=rast, flags="e", quiet=True) stats = _("Statistics for raster map <%s>") % rast + ":\n%s\n" % ret message.append(stats) diff --git a/gui/wxpython/wxplot/profile.py b/gui/wxpython/wxplot/profile.py index 6d49ea3fde1..4314ca7e94f 100644 --- a/gui/wxpython/wxplot/profile.py +++ b/gui/wxpython/wxplot/profile.py @@ -18,12 +18,16 @@ import os import sys import math -import numpy +import numpy as np import wx from wx.lib import plot +<<<<<<< HEAD import grass.script as grass +======= +import grass.script as gs +>>>>>>> osgeo-main from wxplot.base import BasePlotFrame, PlotIcons from gui_core.toolbars import BaseToolbar, BaseIcons from gui_core.wrap import StockCursor @@ -164,7 +168,7 @@ def SetupProfile(self): self.coordstr = "" lasteast = lastnorth = None - region = grass.region() + region = gs.region() insideRegion = True if len(self.transect) > 0: for point in self.transect: @@ -287,7 +291,7 @@ def CreateDatalist(self, raster, coords): # keep total number of transect points to 500 or less to avoid # freezing with large, high resolution maps - region = grass.region() + region = gs.region() curr_res = min(float(region["nsres"]), float(region["ewres"])) transect_rec = 0 if self.transect_length / curr_res > 500: @@ -472,19 +476,19 @@ def OnStats(self, event): statstr = "Profile of %s\n\n" % rast iterable = (i[1] for i in self.raster[r]["datalist"]) - a = numpy.fromiter(iterable, numpy.float) + a = np.fromiter(iterable, np.float) statstr += "n: %f\n" % a.size - statstr += "minimum: %f\n" % numpy.amin(a) - statstr += "maximum: %f\n" % numpy.amax(a) - statstr += "range: %f\n" % numpy.ptp(a) - statstr += "mean: %f\n" % numpy.mean(a) - statstr += "standard deviation: %f\n" % numpy.std(a) - statstr += "variance: %f\n" % numpy.var(a) - cv = numpy.std(a) / numpy.mean(a) + statstr += "minimum: %f\n" % np.amin(a) + statstr += "maximum: %f\n" % np.amax(a) + statstr += "range: %f\n" % np.ptp(a) + statstr += "mean: %f\n" % np.mean(a) + statstr += "standard deviation: %f\n" % np.std(a) + statstr += "variance: %f\n" % np.var(a) + cv = np.std(a) / np.mean(a) statstr += "coefficient of variation: %f\n" % cv - statstr += "sum: %f\n" % numpy.sum(a) - statstr += "median: %f\n" % numpy.median(a) + statstr += "sum: %f\n" % np.sum(a) + statstr += "median: %f\n" % np.median(a) statstr += "distance along transect: %f\n\n" % self.transect_length message.append(statstr) except: diff --git a/gui/wxpython/wxplot/scatter.py b/gui/wxpython/wxplot/scatter.py index b0063150560..225df4feeb1 100644 --- a/gui/wxpython/wxplot/scatter.py +++ b/gui/wxpython/wxplot/scatter.py @@ -19,7 +19,11 @@ import wx +<<<<<<< HEAD import grass.script as grass +======= +import grass.script as gs +>>>>>>> osgeo-main from wx.lib import plot from wxplot.base import BasePlotFrame, PlotIcons from gui_core.toolbars import BaseToolbar, BaseIcons @@ -275,13 +279,13 @@ def OnRegression(self, event): rast1, rast2 = rpair rast1 = rast1.split("@")[0] rast2 = rast2.split("@")[0] - ret = grass.parse_command( + ret = gs.parse_command( "r.regression.line", mapx=rast1, mapy=rast2, flags="g", quiet=True, - parse=(grass.parse_key_val, {"sep": "="}), + parse=(gs.parse_key_val, {"sep": "="}), ) eqtitle = _( "Regression equation for raster map <%(rast1)s> vs. <%(rast2)s>:\n\n" diff --git a/gui/wxpython/xml/menudata.README b/gui/wxpython/xml/menudata.README index adccced48c5..c25cf3947ea 100644 --- a/gui/wxpython/xml/menudata.README +++ b/gui/wxpython/xml/menudata.README @@ -15,6 +15,7 @@ MENU <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -51,6 +52,10 @@ MENU ======= https://grass.osgeo.org/grass-devel/manuals/wxGUI.toolboxes.html ======= +>>>>>>> osgeo-main +======= + https://grass.osgeo.org/grass-devel/manuals/wxGUI.toolboxes.html +======= >>>>>>> osgeo-main https://grass.osgeo.org/grass80/manuals/wxGUI.toolboxes.html >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -66,6 +71,7 @@ MENU <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= https://grass.osgeo.org/grass-devel/manuals/wxGUI.toolboxes.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -128,6 +134,11 @@ MENU https://grass.osgeo.org/grass-devel/manuals/wxGUI.toolboxes.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + https://grass.osgeo.org/grass-devel/manuals/wxGUI.toolboxes.html +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main (../docs/wxgui_sphinx/src/) - additionally https://trac.osgeo.org/grass/wiki/wxGUIDevelopment/Toolboxes diff --git a/gui/wxpython/xml/toolboxes.xml b/gui/wxpython/xml/toolboxes.xml index 83a09ed25d2..50624da9367 100644 --- a/gui/wxpython/xml/toolboxes.xml +++ b/gui/wxpython/xml/toolboxes.xml @@ -314,6 +314,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -356,6 +357,8 @@ >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @@ -1282,6 +1285,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1301,6 +1305,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @@ -1312,6 +1318,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1341,6 +1348,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/imagery/i.albedo/i.albedo.html b/imagery/i.albedo/i.albedo.html index e610a089627..12faf0a9fb0 100644 --- a/imagery/i.albedo/i.albedo.html +++ b/imagery/i.albedo/i.albedo.html @@ -28,6 +28,7 @@

    EXAMPLE

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -62,6 +63,10 @@

    EXAMPLE

    ======= >>>>>>> osgeo-main ======= +The following example creates the raster map "albedo_lsat7_1987" from the +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) The following example creates the raster map "albedo_lsat7_1987" from the >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80,6 +85,7 @@

    EXAMPLE

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -129,6 +135,8 @@

    EXAMPLE

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main LANDSAT-TM5 bands in the North Carolina dataset:
     g.region raster=lsat5_1987_10 -p
    diff --git a/imagery/i.albedo/main.c b/imagery/i.albedo/main.c
    index deb992a33c1..e1e6ca37725 100644
    --- a/imagery/i.albedo/main.c
    +++ b/imagery/i.albedo/main.c
    @@ -338,6 +338,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
             for (i = 100; i > i_peak3; i--) {
     =======
    @@ -359,6 +360,8 @@ int main(int argc, char *argv[])
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
             for (i = 99; i > i_peak3; i--) {
     =======
             for (i = 100; i > i_peak3; i--) {
    @@ -369,6 +372,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
             for (i = 100; i > i_peak3; i--) {
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -403,6 +407,11 @@ int main(int argc, char *argv[])
             for (i = 100; i > i_peak3; i--) {
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +        for (i = 100; i > i_peak3; i--) {
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
                 if (histogram[i] < bottom3b) {
                     bottom3b = histogram[i];
                     /* i_bottom3b = i; */
    diff --git a/imagery/i.atcorr/aerosolconcentration.h b/imagery/i.atcorr/aerosolconcentration.h
    index 8af60f5f145..71bc14f5413 100644
    --- a/imagery/i.atcorr/aerosolconcentration.h
    +++ b/imagery/i.atcorr/aerosolconcentration.h
    @@ -54,6 +54,7 @@ struct AerosolConcentration {
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    @@ -96,6 +97,11 @@ struct AerosolConcentration {
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
         void set_visibility(const double vis, const AtmosModel &atms)
         {
             if (vis > 0)
    diff --git a/imagery/i.atcorr/aerosolmodel.cpp b/imagery/i.atcorr/aerosolmodel.cpp
    index 90e40870649..8bd7b52858d 100644
    --- a/imagery/i.atcorr/aerosolmodel.cpp
    +++ b/imagery/i.atcorr/aerosolmodel.cpp
    @@ -491,6 +491,7 @@ void AerosolModel::save()
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
       coefficients, single scattering albedo, phase function, assymetry factor)
     =======
    @@ -512,6 +513,8 @@ void AerosolModel::save()
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
       coefficients, single scattering albedo, phase function, asymmetry factor)
     =======
       coefficients, single scattering albedo, phase function, assymetry factor)
    @@ -522,6 +525,7 @@ void AerosolModel::save()
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
       coefficients, single scattering albedo, phase function, assymetry factor)
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -556,6 +560,11 @@ void AerosolModel::save()
       coefficients, single scattering albedo, phase function, assymetry factor)
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +  coefficients, single scattering albedo, phase function, assymetry factor)
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
       at the ten discrete wavelengths for the selected model (or created model)
       from:
       (1) the characteristics of the basic components of the International
    diff --git a/imagery/i.atcorr/aerosolmodel.h b/imagery/i.atcorr/aerosolmodel.h
    index 99a147ea5cb..afaa9c0436e 100644
    --- a/imagery/i.atcorr/aerosolmodel.h
    +++ b/imagery/i.atcorr/aerosolmodel.h
    @@ -106,6 +106,7 @@ struct AerosolModel {
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
         /* defined models' initilizations */
     =======
    @@ -127,6 +128,8 @@ struct AerosolModel {
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
         /* defined models' initializations */
     =======
         /* defined models' initilizations */
    @@ -137,6 +140,7 @@ struct AerosolModel {
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
         /* defined models' initilizations */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -171,6 +175,11 @@ struct AerosolModel {
         /* defined models' initilizations */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +    /* defined models' initilizations */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
         void bdm();
         void bbm();
         void stm();
    diff --git a/imagery/i.atcorr/altitude.cpp b/imagery/i.atcorr/altitude.cpp
    index 3d94c139e2e..e3c4df1abe5 100644
    --- a/imagery/i.atcorr/altitude.cpp
    +++ b/imagery/i.atcorr/altitude.cpp
    @@ -280,6 +280,7 @@ void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
                 /* a scale heigh of 2km is assumed in case no value is given for
     =======
    @@ -301,6 +302,8 @@ void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
                 /* a scale height of 2km is assumed in case no value is given for
     =======
                 /* a scale heigh of 2km is assumed in case no value is given for
    @@ -311,6 +314,7 @@ void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
                 /* a scale heigh of 2km is assumed in case no value is given for
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -345,6 +349,11 @@ void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)
                 /* a scale heigh of 2km is assumed in case no value is given for
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +            /* a scale heigh of 2km is assumed in case no value is given for
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
                  * taer55p */
                 taer55p = (double)(aerocon.taer55 * (1 - exp(-palt / 2)));
             }
    @@ -357,6 +366,7 @@ void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
                 /* compute effective scale heigh */
     =======
    @@ -378,6 +388,8 @@ void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
                 /* compute effective scale height */
     =======
                 /* compute effective scale heigh */
    @@ -388,6 +400,7 @@ void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
                 /* compute effective scale heigh */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -422,6 +435,11 @@ void Altitude::init(AtmosModel &atms, const AerosolConcentration &aerocon)
                 /* compute effective scale heigh */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +            /* compute effective scale heigh */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
                 double sham = exp(-palt / 4);
                 double sha = 1 - (taer55p / aerocon.taer55);
     
    @@ -506,6 +524,7 @@ void Altitude::update_hv(AtmosModel &atms, const AerosolConcentration &aerocon)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
                 /* a scale heigh of 2km is assumed in case no value is given for
     =======
    @@ -527,6 +546,8 @@ void Altitude::update_hv(AtmosModel &atms, const AerosolConcentration &aerocon)
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
                 /* a scale height of 2km is assumed in case no value is given for
     =======
                 /* a scale heigh of 2km is assumed in case no value is given for
    @@ -537,6 +558,7 @@ void Altitude::update_hv(AtmosModel &atms, const AerosolConcentration &aerocon)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
                 /* a scale heigh of 2km is assumed in case no value is given for
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -571,6 +593,11 @@ void Altitude::update_hv(AtmosModel &atms, const AerosolConcentration &aerocon)
                 /* a scale heigh of 2km is assumed in case no value is given for
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +            /* a scale heigh of 2km is assumed in case no value is given for
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
                  * taer55p */
                 taer55p = (double)(aerocon.taer55 * (1 - exp(-palt / 2)));
             }
    @@ -583,6 +610,7 @@ void Altitude::update_hv(AtmosModel &atms, const AerosolConcentration &aerocon)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
                 /* compute effective scale heigh */
     =======
    @@ -604,6 +632,8 @@ void Altitude::update_hv(AtmosModel &atms, const AerosolConcentration &aerocon)
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
                 /* compute effective scale height */
     =======
                 /* compute effective scale heigh */
    @@ -614,6 +644,7 @@ void Altitude::update_hv(AtmosModel &atms, const AerosolConcentration &aerocon)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
                 /* compute effective scale heigh */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -648,6 +679,11 @@ void Altitude::update_hv(AtmosModel &atms, const AerosolConcentration &aerocon)
                 /* compute effective scale heigh */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +            /* compute effective scale heigh */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
                 double sham = exp(-palt / 4);
                 double sha = 1 - (taer55p / aerocon.taer55);
     
    diff --git a/imagery/i.atcorr/computations.cpp b/imagery/i.atcorr/computations.cpp
    index 7de5d35a671..9671236d894 100644
    --- a/imagery/i.atcorr/computations.cpp
    +++ b/imagery/i.atcorr/computations.cpp
    @@ -622,6 +622,7 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
             /* inm2 is inialized with scattering computed at n-2
                i3 is inialized with primary scattering */
    @@ -644,6 +645,8 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
             /* inm2 is initialized with scattering computed at n-2
                i3 is initialized with primary scattering */
     =======
    @@ -656,6 +659,7 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -664,6 +668,8 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     >>>>>>> osgeo-main
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
     =======
             /* inm2 is inialized with scattering computed at n-2
                i3 is inialized with primary scattering */
    @@ -674,6 +680,7 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -691,6 +698,8 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
             for (k = -mu; k <= mu; k++) {
                 if (k < 0) {
                     inm1[STDI(k)] = i1[snt][STDI(k)];
    @@ -839,6 +848,7 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
                 /*  convergence test (geometrical serie) */
     =======
    @@ -860,6 +870,8 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
                 /*  convergence test (geometrical series) */
     =======
                 /*  convergence test (geometrical serie) */
    @@ -870,6 +882,7 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
                 /*  convergence test (geometrical serie) */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -904,6 +917,11 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
                 /*  convergence test (geometrical serie) */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +            /*  convergence test (geometrical serie) */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
                 if (ig > 2) {
                     double a1 = roavion2;
                     double d1 = roavion1;
    @@ -948,6 +966,7 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
                         /* successful test (geometrical serie) */
     =======
    @@ -969,6 +988,8 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
                         /* successful test (geometrical series) */
     =======
                         /* successful test (geometrical serie) */
    @@ -979,6 +1000,7 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
                         /* successful test (geometrical serie) */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -1013,6 +1035,11 @@ void os(const double tamoy, const double trmoy, const double pizmoy,
                         /* successful test (geometrical serie) */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +                    /* successful test (geometrical serie) */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
                         double y1;
     
                         for (int l = -mu; l <= mu; l++) {
    @@ -1336,6 +1363,7 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    @@ -1378,6 +1406,11 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
         for (k = -mu; k <= mu; k++) {
             if (k == 0)
                 continue;
    @@ -1481,6 +1514,7 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
             /* convergence test (geometrical serie) */
     =======
    @@ -1502,6 +1536,8 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
             /* convergence test (geometrical series) */
     =======
             /* convergence test (geometrical serie) */
    @@ -1512,6 +1548,7 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
             /* convergence test (geometrical serie) */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -1546,6 +1583,11 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
             /* convergence test (geometrical serie) */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +        /* convergence test (geometrical serie) */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
             if (ig > 2) {
                 double z = 0;
                 double a1 = tavion2;
    @@ -1587,6 +1629,7 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
                     /* successful test (geometrical serie) */
     =======
    @@ -1608,6 +1651,8 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
                     /* successful test (geometrical series) */
     =======
                     /* successful test (geometrical serie) */
    @@ -1618,6 +1663,7 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
                     /* successful test (geometrical serie) */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -1652,6 +1698,11 @@ void iso(const double tamoy, const double trmoy, const double pizmoy,
                     /* successful test (geometrical serie) */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +                /* successful test (geometrical serie) */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
     
                     for (int l = -mu; l <= mu; l++) {
                         if (l == 0)
    @@ -1819,6 +1870,7 @@ double chand(const double xtau, const GeomCond &geom)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
       Successive Orders of Scattering method (Deuzé et al, 1989).
     =======
    @@ -1840,6 +1892,8 @@ double chand(const double xtau, const GeomCond &geom)
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
       Successive Orders of Scattering method (Deuze et al, 1989).
     =======
       Successive Orders of Scattering method (Deuzé et al, 1989).
    @@ -1850,6 +1904,7 @@ double chand(const double xtau, const GeomCond &geom)
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
       Successive Orders of Scattering method (Deuzé et al, 1989).
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -1884,6 +1939,11 @@ double chand(const double xtau, const GeomCond &geom)
       Successive Orders of Scattering method (Deuzé et al, 1989).
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +  Successive Orders of Scattering method (Deuzé et al, 1989).
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
     */
     void atmref(const double tamoy, const double trmoy, const double pizmoy,
                 const double tamoyp, const double trmoyp,
    diff --git a/imagery/i.atcorr/create_iwave.py b/imagery/i.atcorr/create_iwave.py
    index 2107cd994fb..d3a41f360ad 100644
    --- a/imagery/i.atcorr/create_iwave.py
    +++ b/imagery/i.atcorr/create_iwave.py
    @@ -37,6 +37,7 @@
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    @@ -79,6 +80,11 @@
     =======
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +>>>>>>> osgeo-main
     
     """
     import os
    @@ -90,18 +96,15 @@
     def usage():
         """How to use this..."""
         print("create_iwave.py ")
    -    print
         print("Generates filter function template for iwave.cpp from csv file. Note:")
         print("- csv file must have wl response for each band in each column")
         print("- first line must be a header with wl followed by band names")
         print("- all following lines will be the data.")
         print("If spectral response is null, leave field empty in csv file. Example:")
    -    print
         print("WL(nm),band 1,band 2,band 3,band 4")
         print("455,0.93,,,")
         print("485,0.94,0.00,,")
         print("545,0.00,0.87,0.00,")
    -    print
         print("This script will interpolate the filter functions to 2.5 nm steps")
         print("and output a cpp template file in the IWave format to be added to iwave.cpp")
     
    @@ -262,7 +265,6 @@ def write_cpp(bands, values, sensor, folder):
     
         # keep in sync with IWave::parse()
         rthresh = 0.01
    -    print
         print(" > Response peaks from interpolation to 2.5 nm steps:")
     
         # getting necessary data
    @@ -389,7 +391,6 @@ def main():
         # getting sensor name from full csv file name
         sensor = os.path.splitext(os.path.basename(inputfile))[0]
     
    -    print
         print(" > Getting sensor name from csv file: %s" % (sensor))
     
         # getting data from file
    @@ -399,7 +400,6 @@ def main():
         # consider only wavelengths with a reasonably large response
         # around the peak response, keep in sync with IWave::parse()
         rthresh = 0.01
    -    print
         print(" > Response peaks from input file:")
         for b in range(1, len(bands) + 1):
             lowl = 0
    @@ -427,7 +427,6 @@ def main():
         # writing file in same folder of input file
         write_cpp(bands, values, sensor, os.path.dirname(inputfile))
     
    -    print
         print(
             " > Filter functions exported to %s"
             % ("sensors_csv/" + sensor + "_cpp_template.txt")
    @@ -440,7 +439,10 @@ def main():
             " > Don't forget to add the necessary data to the files"
             " iwave.h, geomcond.h, geomcond.cpp, and to i.atcorr.html"
         )
    +<<<<<<< HEAD
         print
    +=======
    +>>>>>>> osgeo-main
     
     
     if __name__ == "__main__":
    diff --git a/imagery/i.atcorr/geomcond.cpp b/imagery/i.atcorr/geomcond.cpp
    index 0921ddad815..ec4c13955eb 100644
    --- a/imagery/i.atcorr/geomcond.cpp
    +++ b/imagery/i.atcorr/geomcond.cpp
    @@ -368,6 +368,7 @@ void GeomCond::parse()
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
         case 5:           /* avhrr PM and avhrr AM */
     =======
    @@ -389,6 +390,8 @@ void GeomCond::parse()
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
             FALLTHROUGH;
         case 5: /* avhrr PM and avhrr AM */
     =======
    @@ -400,6 +403,7 @@ void GeomCond::parse()
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
         case 5:           /* avhrr PM and avhrr AM */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -434,6 +438,11 @@ void GeomCond::parse()
         case 5:           /* avhrr PM and avhrr AM */
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +    case 5:           /* avhrr PM and avhrr AM */
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
         {
             cin >> month;
             cin >> jday;
    @@ -479,6 +488,7 @@ void GeomCond::parse()
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     =======
    @@ -498,6 +508,8 @@ void GeomCond::parse()
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
         case 31: /* AVIRIS           * enter month,day,hh.ddd,long.,lat. */
         case 32: /* Hyperion VNIR    * enter month,day,hh.ddd,long.,lat. */
         case 33: /* Hyperion SWIR    * enter month,day,hh.ddd,long.,lat. */
    @@ -509,6 +521,7 @@ void GeomCond::parse()
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     <<<<<<< HEAD
    @@ -538,6 +551,10 @@ void GeomCond::parse()
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
         {
             cin >> month;
             cin >> jday;
    @@ -629,6 +646,7 @@ void GeomCond::print()
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     <<<<<<< HEAD
                                        string(" worldview4 observation      ")};
     =======
    @@ -650,6 +668,8 @@ void GeomCond::print()
     >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +>>>>>>> osgeo-main
                                        string(" worldview4 observation      "),
                                        string(" AVIRIS observation          "),
                                        string(" Hyperion VNIR observation   "),
    @@ -663,6 +683,7 @@ void GeomCond::print()
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
                                        string(" worldview4 observation      ")};
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -697,6 +718,11 @@ void GeomCond::print()
                                        string(" worldview4 observation      ")};
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
    +=======
    +=======
    +                                   string(" worldview4 observation      ")};
    +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    +>>>>>>> osgeo-main
     
         static const string head(" geometrical conditions identity  ");
         static const string line(" -------------------------------  ");
    diff --git a/imagery/i.atcorr/i.atcorr.html b/imagery/i.atcorr/i.atcorr.html
    index 2110d5f9289..f095d33fb5a 100644
    --- a/imagery/i.atcorr/i.atcorr.html
    +++ b/imagery/i.atcorr/i.atcorr.html
    @@ -819,6 +819,7 @@ 

    Atmospheric correction of a Sentinel-2 band

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -834,6 +835,8 @@

    Atmospheric correction of a Sentinel-2 band

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Sentinel-2 scene in the North Carolina project. ======= ======= @@ -844,6 +847,7 @@

    Atmospheric correction of a Sentinel-2 band

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -865,6 +869,8 @@

    Atmospheric correction of a Sentinel-2 band

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Sentinel-2 scene in the North Carolina location. >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -881,6 +887,7 @@

    Atmospheric correction of a Sentinel-2 band

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD into the PERMANENT mapset of the North Carolina location. The ======= <<<<<<< HEAD @@ -901,6 +908,8 @@

    Atmospheric correction of a Sentinel-2 band

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main into the PERMANENT mapset of the North Carolina project. The ======= into the PERMANENT mapset of the North Carolina location. The @@ -911,6 +920,7 @@

    Atmospheric correction of a Sentinel-2 band

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= into the PERMANENT mapset of the North Carolina location. The >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -945,6 +955,11 @@

    Atmospheric correction of a Sentinel-2 band

    into the PERMANENT mapset of the North Carolina location. The >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +into the PERMANENT mapset of the North Carolina location. The +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main computational region was set to the extent of the elevation map in the North Carolina dataset. Now, we have 13 individual bands (B01-B12) that we want to apply the atmospheric correction to. @@ -1309,6 +1324,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1323,6 +1339,8 @@

    AUTHORS

    >>>>>>> osgeo-main ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD <<<<<<< HEAD @@ -1335,6 +1353,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1351,6 +1370,8 @@

    AUTHORS

    >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    AVIRIS/Hyperion addition 11/2023:
    Yann Chemin, SOPHIA Engineering, FR ======= @@ -1361,6 +1382,9 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1375,6 +1399,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1384,6 +1409,8 @@

    AUTHORS

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -1393,6 +1420,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1422,3 +1450,5 @@

    AUTHORS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/imagery/i.atcorr/iwave.cpp b/imagery/i.atcorr/iwave.cpp index eaf144caeee..ebd8798b286 100644 --- a/imagery/i.atcorr/iwave.cpp +++ b/imagery/i.atcorr/iwave.cpp @@ -4806,6 +4806,7 @@ void IWave::planetscope0f10(int iwa) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4825,6 +4826,8 @@ void IWave::planetscope0f10(int iwa) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Following filter function created using create_iwave.py */ void IWave::aviris(int iwa) @@ -6469,6 +6472,7 @@ void IWave::aviris(int iwa) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6498,6 +6502,10 @@ void IWave::aviris(int iwa) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* filter functions must be defined above */ double IWave::equivwl() const @@ -6526,6 +6534,7 @@ double IWave::equivwl() const <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6545,6 +6554,8 @@ double IWave::equivwl() const >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* Following filter function created using create_iwave.py */ @@ -8025,6 +8036,7 @@ void IWave::hyperion_swir(int iwa) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8054,6 +8066,10 @@ void IWave::hyperion_swir(int iwa) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } void IWave::parse() @@ -8076,6 +8092,7 @@ void IWave::parse() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -8096,6 +8113,8 @@ void IWave::parse() >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main printf("iwave = %d\n", iwave); ======= @@ -8106,6 +8125,7 @@ void IWave::parse() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8140,6 +8160,11 @@ void IWave::parse() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (iwave == 0 || iwave == -2) { cin >> ffu.wlinf; cin >> ffu.wlsup; @@ -8237,6 +8262,7 @@ void IWave::parse() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8256,6 +8282,8 @@ void IWave::parse() >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else if (iwave <= 432) aviris(iwave - 208); else if (iwave <= 481) @@ -8270,6 +8298,7 @@ void IWave::parse() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8299,6 +8328,10 @@ void IWave::parse() ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else G_warning(_("Unsupported iwave value: %d"), iwave); @@ -8568,6 +8601,7 @@ void IWave::print() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD string(" worldview 4 nir")}; ======= @@ -8589,6 +8623,8 @@ void IWave::print() >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main string(" worldview 4 nir"), string(" aviris b1-224"), string(" hyperion vnir b8-57"), @@ -8602,6 +8638,7 @@ void IWave::print() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= string(" worldview 4 nir")}; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8636,6 +8673,11 @@ void IWave::print() string(" worldview 4 nir")}; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + string(" worldview 4 nir")}; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Output::Begin(); Output::Repeat(22, ' '); diff --git a/imagery/i.atcorr/iwave.h b/imagery/i.atcorr/iwave.h index 7caba4680af..d9e271d8571 100644 --- a/imagery/i.atcorr/iwave.h +++ b/imagery/i.atcorr/iwave.h @@ -94,6 +94,7 @@ struct IWave { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -113,6 +114,8 @@ struct IWave { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void aviris(int iwa); void hyperion_vnir(int iwa); void hyperion_swir(int iwa); @@ -124,6 +127,7 @@ struct IWave { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -153,6 +157,10 @@ struct IWave { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main public: /* To compute the equivalent wavelength needed for the calculation of the diff --git a/imagery/i.biomass/i.biomass.html b/imagery/i.biomass/i.biomass.html index 7d3ad15d22d..5a5786bd772 100644 --- a/imagery/i.biomass/i.biomass.html +++ b/imagery/i.biomass/i.biomass.html @@ -37,6 +37,7 @@

    REFERENCES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -72,6 +73,8 @@

    REFERENCES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    [1] Bastiaanssen, W.G.M., Ali, S., 2002. A new crop yield forecasting model based on satellite measurements applied across the Indus Basin, Pakistan. Agriculture, Ecosystems and Environment, @@ -86,6 +89,7 @@

    REFERENCES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -98,6 +102,8 @@

    REFERENCES

    ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106,6 +112,7 @@

    REFERENCES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -126,6 +133,8 @@

    REFERENCES

    >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    [1] Bastiaanssen, W.G.M., Ali, S., 2002. A new crop yield forecasting model based on satellite measurements applied across the Indus Basin, Pakistan. Agriculture, Ecosystems and Environment, @@ -143,6 +152,7 @@

    REFERENCES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -151,6 +161,8 @@

    REFERENCES

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -161,6 +173,7 @@

    REFERENCES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -183,6 +196,10 @@

    REFERENCES

    >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    [1] Bastiaanssen, W.G.M., Ali, S., 2002. A new crop yield forecasting model based on satellite measurements applied across the Indus Basin, Pakistan. Agriculture, Ecosystems and Environment, @@ -197,6 +214,7 @@

    REFERENCES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -205,6 +223,8 @@

    REFERENCES

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -215,6 +235,7 @@

    REFERENCES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -250,6 +271,8 @@

    REFERENCES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main sensing in transition economies. Water International. 30(4):513-521.

    SEE ALSO

    diff --git a/imagery/i.cca/i.cca.html b/imagery/i.cca/i.cca.html index 6b7922bc6ac..64ad66bc4b1 100644 --- a/imagery/i.cca/i.cca.html +++ b/imagery/i.cca/i.cca.html @@ -67,6 +67,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -84,6 +85,8 @@

    NOTES

    ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -93,6 +96,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -114,6 +118,8 @@

    NOTES

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main

    REFERENCES

    Schowengerdt, Robert A. Techniques for Image Processing and @@ -128,6 +134,7 @@

    REFERENCES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -176,6 +183,11 @@

    REFERENCES

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main

    SEE ALSO

    @@ -198,6 +210,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -221,6 +234,8 @@

    SEE ALSO

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778))

    REFERENCES

    @@ -246,6 +261,7 @@

    SEE ALSO

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -275,6 +291,10 @@

    SEE ALSO

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main

    AUTHORS

    David Satnik, GIS Laboratory, @@ -293,6 +313,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -342,6 +363,10 @@

    AUTHORS

    Ali R. Vali, ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +Ali R. Vali, +======= +>>>>>>> osgeo-main Ali R. Vali, ======= Ali R. Vali, @@ -353,6 +378,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -366,6 +392,8 @@

    AUTHORS

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main University of Texas
    Semantic label support: Maris Nartiss, @@ -377,7 +405,10 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -401,6 +432,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -447,6 +479,8 @@

    AUTHORS

    ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/lib/gis/ilist.c b/lib/gis/ilist.c index b9a2843fa84..9c17d110e78 100644 --- a/lib/gis/ilist.c +++ b/lib/gis/ilist.c @@ -53,6 +53,7 @@ void G_free_ilist(struct ilist *list) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -90,6 +91,10 @@ struct ilist *G_new_ilist(void) struct ilist *G_new_ilist(void) ======= >>>>>>> osgeo-main +======= +struct ilist *G_new_ilist(void) +======= +>>>>>>> osgeo-main struct ilist *G_new_ilist() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104,6 +109,7 @@ struct ilist *G_new_ilist(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -113,6 +119,8 @@ struct ilist *G_new_ilist(void) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= struct ilist *G_new_ilist() ======= struct ilist *G_new_ilist(void) @@ -124,6 +132,7 @@ struct ilist *G_new_ilist(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -169,6 +178,8 @@ struct ilist *G_new_ilist() >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { struct ilist *l = G_malloc(sizeof(struct ilist)); diff --git a/lib/gis/list.c b/lib/gis/list.c index e2faac1d199..93ac703d0ae 100644 --- a/lib/gis/list.c +++ b/lib/gis/list.c @@ -35,6 +35,7 @@ static int list_element(FILE *, const char *, const char *, const char *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -71,6 +72,10 @@ static int list_element(FILE *, const char *, const char *, const char *, ======= int (*)(const char *, const char *, char *)); ======= +>>>>>>> osgeo-main +======= + int (*)(const char *, const char *, char *)); +======= >>>>>>> osgeo-main int (*)(const char *, const char *, const char *)); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86,6 +91,7 @@ static int list_element(FILE *, const char *, const char *, const char *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -94,6 +100,8 @@ static int list_element(FILE *, const char *, const char *, const char *, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= int (*)(const char *, const char *, const char *)); ======= @@ -106,6 +114,7 @@ static int list_element(FILE *, const char *, const char *, const char *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -151,6 +160,8 @@ static int list_element(FILE *, const char *, const char *, const char *, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main /*! \brief General purpose list function @@ -190,6 +201,7 @@ void G_list_element(const char *element, const char *desc, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -226,6 +238,10 @@ void G_list_element(const char *element, const char *desc, const char *mapset, ======= int (*lister)(const char *, const char *, char *)) ======= +>>>>>>> osgeo-main +======= + int (*lister)(const char *, const char *, char *)) +======= >>>>>>> osgeo-main int (*lister)(const char *, const char *, const char *)) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -241,6 +257,7 @@ void G_list_element(const char *element, const char *desc, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -249,6 +266,8 @@ void G_list_element(const char *element, const char *desc, const char *mapset, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= int (*lister)(const char *, const char *, const char *)) ======= @@ -261,6 +280,7 @@ void G_list_element(const char *element, const char *desc, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -306,6 +326,8 @@ void G_list_element(const char *element, const char *desc, const char *mapset, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { struct Popen pager; int n; @@ -363,6 +385,7 @@ static int list_element(FILE *out, const char *element, const char *desc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -399,6 +422,10 @@ static int list_element(FILE *out, const char *element, const char *desc, ======= int (*lister)(const char *, const char *, char *)) ======= +>>>>>>> osgeo-main +======= + int (*lister)(const char *, const char *, char *)) +======= >>>>>>> osgeo-main int (*lister)(const char *, const char *, const char *)) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -414,6 +441,7 @@ static int list_element(FILE *out, const char *element, const char *desc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -422,6 +450,8 @@ static int list_element(FILE *out, const char *element, const char *desc, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= int (*lister)(const char *, const char *, const char *)) ======= @@ -434,6 +464,7 @@ static int list_element(FILE *out, const char *element, const char *desc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -479,6 +510,8 @@ static int list_element(FILE *out, const char *element, const char *desc, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { char path[GPATH_MAX]; int count = 0; diff --git a/lib/gis/locale.c b/lib/gis/locale.c index 818b2cf90b4..534314b6d13 100644 --- a/lib/gis/locale.c +++ b/lib/gis/locale.c @@ -93,6 +93,7 @@ char *G_gettext(const char *package NO_NLS_UNUSED, const char *msgid) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD char *G_ngettext(const char *package, const char *msgids, const char *msgidp, unsigned long int n) ======= @@ -114,6 +115,8 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char *G_ngettext(const char *package NO_NLS_UNUSED, const char *msgids, const char *msgidp, unsigned long int n) ======= @@ -126,6 +129,7 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135,6 +139,8 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= char *G_ngettext(const char *package, const char *msgids, const char *msgidp, unsigned long int n) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -144,6 +150,7 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -161,6 +168,8 @@ char *G_ngettext(const char *package, const char *msgids, const char *msgidp, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { #if defined(HAVE_LIBINTL_H) && defined(USE_NLS) G_init_locale(); diff --git a/lib/gis/ls.c b/lib/gis/ls.c index 822e4201342..8cb3e79447e 100644 --- a/lib/gis/ls.c +++ b/lib/gis/ls.c @@ -196,6 +196,7 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -232,6 +233,10 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) ======= unsigned int max_len = 0; ======= +>>>>>>> osgeo-main +======= + unsigned int max_len = 0; +======= >>>>>>> osgeo-main int max_len = 0; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -247,6 +252,7 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -255,6 +261,8 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= int max_len = 0; ======= @@ -267,6 +275,7 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -312,6 +321,8 @@ void G_ls_format(char **list, int num_items, int perline, FILE *stream) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (i = 0; i < num_items; i++) { /* Find maximum filename length */ diff --git a/lib/gis/lz4.c b/lib/gis/lz4.c index a713878bbc5..b2d1049a03d 100644 --- a/lib/gis/lz4.c +++ b/lib/gis/lz4.c @@ -650,6 +650,7 @@ int LZ4_compressBound(int isize) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int LZ4_sizeofState() ======= <<<<<<< HEAD @@ -670,6 +671,8 @@ int LZ4_sizeofState() >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int LZ4_sizeofState(void) ======= int LZ4_sizeofState() @@ -680,6 +683,7 @@ int LZ4_sizeofState() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int LZ4_sizeofState() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -714,6 +718,11 @@ int LZ4_sizeofState() int LZ4_sizeofState() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +int LZ4_sizeofState() +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return LZ4_STREAMSIZE; } @@ -2535,6 +2544,7 @@ int LZ4_uncompress_unknownOutputSize(const char *source, char *dest, int isize, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int LZ4_sizeofStreamState() ======= <<<<<<< HEAD @@ -2555,6 +2565,8 @@ int LZ4_sizeofStreamState() >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int LZ4_sizeofStreamState(void) ======= int LZ4_sizeofStreamState() @@ -2565,6 +2577,7 @@ int LZ4_sizeofStreamState() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int LZ4_sizeofStreamState() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2599,6 +2612,11 @@ int LZ4_sizeofStreamState() int LZ4_sizeofStreamState() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +int LZ4_sizeofStreamState() +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { return LZ4_STREAMSIZE; } diff --git a/lib/gis/mapset_msc.c b/lib/gis/mapset_msc.c index 5ea21974db8..01ae8b51c82 100644 --- a/lib/gis/mapset_msc.c +++ b/lib/gis/mapset_msc.c @@ -61,6 +61,7 @@ int G_make_mapset_element(const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102,6 +103,10 @@ int G_make_mapset_element(const char *p_element) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \brief Create directory for group of elements of a given type. Creates the specified element directory in the current mapset. @@ -129,6 +134,7 @@ int G_make_mapset_element(const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -147,6 +153,9 @@ int G_make_mapset_element(const char *p_element) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main \brief Create directory for group of elements of a given type. ======= @@ -185,6 +194,7 @@ int G_make_mapset_element(const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -268,6 +278,8 @@ int G_make_mapset_element(const char *p_element) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main */ int G_make_mapset_object_group(const char *type) { @@ -289,6 +301,7 @@ int G_make_mapset_object_group(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -330,6 +343,10 @@ int G_make_mapset_object_group(const char *type) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \brief Create directory for an object of a given type. Creates the specified element directory in the current mapset. @@ -361,6 +378,7 @@ int G_make_mapset_object_group(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -379,6 +397,9 @@ int G_make_mapset_object_group(const char *type) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main \brief Create directory for an object of a given type. ======= @@ -420,6 +441,7 @@ int G_make_mapset_object_group(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -509,6 +531,8 @@ int G_make_mapset_object_group(const char *type) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main */ int G_make_mapset_dir_object(const char *type, const char *name) { @@ -553,6 +577,7 @@ int G_make_mapset_element_tmp(const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -594,6 +619,10 @@ int G_make_mapset_element_tmp(const char *p_element) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \brief Create directory for type of objects in the temporary directory. See G_file_name_tmp() for details. @@ -617,6 +646,7 @@ int G_make_mapset_object_group_tmp(const char *type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD { char path[GPATH_MAX]; @@ -728,6 +758,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= \brief Create directory for type of objects in the temporary directory. ======= @@ -766,9 +798,12 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD int G_make_mapset_object_group_tmp(const char *type) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= ======= +>>>>>>> osgeo-main +======= int G_make_mapset_object_group_basedir(const char *type, const char *basedir) { char path[GPATH_MAX]; @@ -780,7 +815,10 @@ int G_make_mapset_object_group_basedir(const char *type, const char *basedir) int make_mapset_element_impl(const char *p_path, const char *p_element, bool race_ok) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { char path[GPATH_MAX]; @@ -788,6 +826,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, return make_mapset_element_no_fail_on_race(path, type); } +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD /*! @@ -860,6 +899,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int make_mapset_element_impl(const char *p_path, const char *p_element, bool race_ok) >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -892,6 +933,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int make_mapset_element_impl(const char *p_path, const char *p_element, bool race_ok) >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -908,6 +950,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, bool rac >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { char path[GPATH_MAX]; @@ -972,6 +1016,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1013,6 +1058,10 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (*element == '/' || *element == 0) { *p = 0; char *msg = NULL; @@ -1024,6 +1073,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1049,6 +1099,9 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main if (*element == '/' || *element == 0) { *p = 0; char *msg = NULL; @@ -1059,6 +1112,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1067,6 +1121,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (*element == '/' || *element == 0) { *p = 0; @@ -1079,6 +1135,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1112,6 +1169,10 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (access(path, 0) != 0) { /* Assuming that directory does not exist. */ if (G_mkdir(path) != 0) { @@ -1130,6 +1191,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1171,6 +1233,10 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Directory is not accessible even after attempt to create it. */ if (msg) { @@ -1197,6 +1263,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1234,6 +1301,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= /* Directory is not accessible even after attempt to create it. */ ======= @@ -1256,6 +1325,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -1289,6 +1359,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (*element == 0) return 1; } @@ -1300,6 +1372,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1308,6 +1381,8 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (*element == 0) return 1; @@ -1320,6 +1395,7 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1353,6 +1429,10 @@ int make_mapset_element_impl(const char *p_path, const char *p_element, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } } @@ -1372,6 +1452,7 @@ int make_mapset_element(const char *p_path, const char *p_element) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1408,6 +1489,11 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_element) ======= >>>>>>> osgeo-main +======= +int make_mapset_element_no_fail_on_race(const char *p_path, + const char *p_element) +======= +>>>>>>> osgeo-main int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_element) >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1424,6 +1510,7 @@ int make_mapset_element_no_fail_on_race(const char *p_path, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1468,6 +1555,8 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { return make_mapset_element_impl(p_path, p_element, true); } @@ -1483,6 +1572,7 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1504,6 +1594,8 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1514,6 +1606,7 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1553,6 +1646,10 @@ int make_mapset_element_no_fail_on_race(const char *p_path, const char *p_elemen ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /*! \brief Create misc element in the current mapset. @@ -1575,6 +1672,7 @@ int G__make_mapset_element_misc(const char *dir, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1604,6 +1702,10 @@ int G__make_mapset_element_misc(const char *dir, const char *name) ======= return G_make_mapset_dir_object(dir, name); ======= +>>>>>>> osgeo-main +======= + return G_make_mapset_dir_object(dir, name); +======= >>>>>>> osgeo-main G_make_mapset_dir_object(dir, name); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1619,6 +1721,7 @@ int G__make_mapset_element_misc(const char *dir, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1660,6 +1763,8 @@ int G__make_mapset_element_misc(const char *dir, const char *name) >>>>>>> e4543c8b72 (r.in.pdal: use fabs for double values (#1752)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } static int check_owner(const struct stat *info) diff --git a/lib/gis/open.c b/lib/gis/open.c index 404e914064e..2e4c3c2c0d9 100644 --- a/lib/gis/open.c +++ b/lib/gis/open.c @@ -121,6 +121,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -141,6 +142,8 @@ static int G__open(const char *element, const char *name, const char *mapset, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (mode == 1 || access(path, 0) != 0) { @@ -152,6 +155,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= @@ -170,6 +174,8 @@ static int G__open(const char *element, const char *name, const char *mapset, >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (is_tmp) G_make_mapset_object_group_tmp(element); else @@ -181,6 +187,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -189,6 +196,8 @@ static int G__open(const char *element, const char *name, const char *mapset, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main close(open(path, O_WRONLY | O_CREAT | O_TRUNC, 0666)); } >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -200,6 +209,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -223,6 +233,8 @@ static int G__open(const char *element, const char *name, const char *mapset, >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (mode == 1 || access(path, 0) != 0) { if (is_tmp) @@ -239,6 +251,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -264,6 +277,9 @@ static int G__open(const char *element, const char *name, const char *mapset, ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main close(open(path, O_WRONLY | O_CREAT | O_TRUNC, 0666)); } @@ -274,6 +290,7 @@ static int G__open(const char *element, const char *name, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -303,6 +320,10 @@ static int G__open(const char *element, const char *name, const char *mapset, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if ((fd = open(path, mode)) < 0) G_warning(_("G__open(write): Unable to open '%s': %s"), path, strerror(errno)); diff --git a/lib/gis/parser.c b/lib/gis/parser.c index 27b570b2f9c..3e42e79fbb5 100644 --- a/lib/gis/parser.c +++ b/lib/gis/parser.c @@ -504,6 +504,7 @@ int G_parser(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* If first arg is "--wps-process-description" then print out * the wps process description of the task */ @@ -579,6 +580,8 @@ int G_parser(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* If first arg is "--md-description" then print out * a Markdown description of the task */ if (strcmp(argv[1], "--md-description") == 0) { @@ -704,6 +707,7 @@ int G_parser(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -712,6 +716,8 @@ int G_parser(int argc, char **argv) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= /* If first arg is "--wps-process-description" then print out * the wps process description of the task */ @@ -775,6 +781,7 @@ int G_parser(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -792,6 +799,8 @@ int G_parser(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* print nothing, but errors and warnings */ st->module_info.verbose = G_verbose_min(); sprintf(buff, "GRASS_VERBOSE=%d", G_verbose_min()); @@ -1165,6 +1174,7 @@ int G__uses_new_gisprompt(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1184,6 +1194,8 @@ int G__uses_new_gisprompt(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main \param newline TRUE to include newline */ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *), @@ -1195,6 +1207,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1224,6 +1237,10 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *), ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main */ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1245,6 +1262,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (i < st->n_keys - 1) fprintf(fd, ", "); @@ -1267,6 +1285,8 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (i < st->n_keys - 1) { fprintf(fd, ","); if (!newline) @@ -1284,6 +1304,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1292,6 +1313,8 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (i < st->n_keys - 1) fprintf(fd, ", "); @@ -1302,6 +1325,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1319,6 +1343,8 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } fflush(fd); @@ -1343,6 +1369,7 @@ void G__print_keywords(FILE *fd, void (*format)(FILE *, const char *)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1377,6 +1404,10 @@ int G_get_overwrite(void) ======= >>>>>>> osgeo-main ======= +int G_get_overwrite(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int G_get_overwrite() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1395,6 +1426,7 @@ int G_get_overwrite(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1444,6 +1476,8 @@ int G_get_overwrite(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { return st->module_info.overwrite; } @@ -1523,6 +1557,7 @@ void set_flag(int f) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1542,6 +1577,8 @@ void set_flag(int f) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* First, check if key has been renamed */ G_asprintf(&key, "-%c", f); renamed_key = get_renamed_option(key); @@ -1611,6 +1648,7 @@ void set_flag(int f) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1640,6 +1678,10 @@ void set_flag(int f) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_asprintf(&err, _("%s: Sorry, <%c> is not a valid flag"), G_program_name(), f); append_error(err); @@ -1805,6 +1847,7 @@ void set_option(const char *string) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1824,6 +1867,8 @@ void set_option(const char *string) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* if renamed to a new flag (option value given but will be lost), * fatal error */ if (*renamed_key == '-') { @@ -1850,6 +1895,7 @@ void set_option(const char *string) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1879,6 +1925,10 @@ void set_option(const char *string) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (at_opt = &st->first_option; at_opt; at_opt = at_opt->next_opt) { if (strcmp(renamed_key, at_opt->key) == 0) { diff --git a/lib/gis/parser_dependencies.c b/lib/gis/parser_dependencies.c index 701b2b95faf..a50f00a08d1 100644 --- a/lib/gis/parser_dependencies.c +++ b/lib/gis/parser_dependencies.c @@ -216,6 +216,7 @@ static void append_error(const char *msg) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -235,6 +236,8 @@ static void append_error(const char *msg) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The last item of the list must be NULL. ======= @@ -245,6 +248,7 @@ static void append_error(const char *msg) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -274,6 +278,10 @@ static void append_error(const char *msg) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \param first first given option */ void G_option_exclusive(void *first, ...) @@ -309,6 +317,7 @@ static void check_exclusive(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -328,6 +337,8 @@ static void check_exclusive(const struct rule *rule) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The last item of the list must be NULL. ======= @@ -338,6 +349,7 @@ static void check_exclusive(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -367,6 +379,10 @@ static void check_exclusive(const struct rule *rule) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \param first first given option */ void G_option_required(void *first, ...) @@ -404,6 +420,7 @@ static void check_required(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD If you want all options to be provided use G_option_requires_all() function. @@ -429,6 +446,8 @@ static void check_required(const struct rule *rule) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The last item of the list must be NULL. If you want all options to be provided use G_option_requires_all() @@ -449,6 +468,7 @@ static void check_required(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -457,6 +477,8 @@ static void check_required(const struct rule *rule) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= If you want all options to be provided use G_option_requires_all() function. @@ -470,6 +492,7 @@ static void check_required(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -487,6 +510,8 @@ static void check_required(const struct rule *rule) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main \param first first given option */ void G_option_requires(void *first, ...) @@ -528,6 +553,7 @@ static void check_requires(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD If it is enough if only one option from a set is present, use G_option_requires() function. @@ -553,6 +579,8 @@ static void check_requires(const struct rule *rule) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The last item of the list must be NULL. If it is enough if only one option from a set is present, @@ -573,6 +601,7 @@ static void check_requires(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -581,6 +610,8 @@ static void check_requires(const struct rule *rule) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= If it is enough if only one option from a set is present, use G_option_requires() function. @@ -594,6 +625,7 @@ static void check_requires(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -611,6 +643,8 @@ static void check_requires(const struct rule *rule) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main \param first first given option */ void G_option_requires_all(void *first, ...) @@ -649,6 +683,7 @@ static void check_requires_all(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -668,6 +703,8 @@ static void check_requires_all(const struct rule *rule) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The last item of the list must be NULL. ======= @@ -678,6 +715,7 @@ static void check_requires_all(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -707,6 +745,10 @@ static void check_requires_all(const struct rule *rule) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \param first first given option */ void G_option_excludes(void *first, ...) @@ -745,6 +787,7 @@ static void check_excludes(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -764,6 +807,8 @@ static void check_excludes(const struct rule *rule) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The last item of the list must be NULL. ======= @@ -774,6 +819,7 @@ static void check_excludes(const struct rule *rule) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -803,6 +849,10 @@ static void check_excludes(const struct rule *rule) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \param first first given option */ void G_option_collective(void *first, ...) @@ -951,6 +1001,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -986,6 +1037,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (rule->count < 0) G_fatal_error(_("Internal error: the number of options is < 0")); @@ -998,6 +1051,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1011,6 +1065,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fprintf(fp, "\t\t\n", rule_types[rule->type]); for (j = 0; j < rule->count; j++) { @@ -1021,6 +1077,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1029,6 +1086,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fprintf(fp, "\t\t\n", rule_types[rule->type]); for (j = 0; j < rule->count; j++) { @@ -1039,6 +1098,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= fprintf(fp, "\t\t\n", rule_types[rule->type]); for (j = 0; j < rule->count; j++) { @@ -1055,6 +1115,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= fprintf(fp, "\t\t\n", rule_types[rule->type]); for (j = 0; j < rule->count; j++) { @@ -1072,6 +1134,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1080,6 +1143,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1090,6 +1155,7 @@ void G__describe_option_rules_xml(FILE *fp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1117,6 +1183,8 @@ void G__describe_option_rules_xml(FILE *fp) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main void *p = rule->opts[j]; if (is_flag(p)) { diff --git a/lib/gis/parser_help.c b/lib/gis/parser_help.c index c9312ef8cb3..2d3ed43edc1 100644 --- a/lib/gis/parser_help.c +++ b/lib/gis/parser_help.c @@ -109,6 +109,7 @@ static void usage(FILE *fp, int markers) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G__print_keywords(fp, NULL); ======= @@ -130,6 +131,8 @@ static void usage(FILE *fp, int markers) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G__print_keywords(fp, NULL, FALSE); ======= G__print_keywords(fp, NULL); @@ -140,6 +143,7 @@ static void usage(FILE *fp, int markers) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G__print_keywords(fp, NULL); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -174,6 +178,11 @@ static void usage(FILE *fp, int markers) G__print_keywords(fp, NULL); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G__print_keywords(fp, NULL); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(fp, "\n"); } diff --git a/lib/gis/parser_html.c b/lib/gis/parser_html.c index 80b5d2d4acb..d4006ebb710 100644 --- a/lib/gis/parser_html.c +++ b/lib/gis/parser_html.c @@ -15,6 +15,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD (C) 2001-2023 by the GRASS Development Team ======= @@ -47,6 +48,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main (C) 2001-2024 by the GRASS Development Team ======= (C) 2001-2022 by the GRASS Development Team @@ -57,6 +60,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -73,6 +79,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2001-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -121,6 +128,11 @@ (C) 2001-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= + (C) 2001-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. @@ -212,6 +224,7 @@ void G__usage_html(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G__print_keywords(stdout, print_escaped_for_html_keywords); ======= @@ -233,6 +246,8 @@ void G__usage_html(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G__print_keywords(stdout, print_escaped_for_html_keywords, FALSE); ======= G__print_keywords(stdout, print_escaped_for_html_keywords); @@ -243,6 +258,7 @@ void G__usage_html(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G__print_keywords(stdout, print_escaped_for_html_keywords); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -277,6 +293,11 @@ void G__usage_html(void) G__print_keywords(stdout, print_escaped_for_html_keywords); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G__print_keywords(stdout, print_escaped_for_html_keywords); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "\n"); } fprintf(stdout, "

    %s

    \n", _("SYNOPSIS")); diff --git a/lib/gis/parser_interface.c b/lib/gis/parser_interface.c index 031cfd210c0..b5c9c4f98ed 100644 --- a/lib/gis/parser_interface.c +++ b/lib/gis/parser_interface.c @@ -99,6 +99,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -122,6 +123,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (enc) { G_freea(enc); } @@ -134,6 +137,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (enc) { G_freea(enc); @@ -146,6 +150,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main if (enc) G_freea(enc); @@ -160,6 +166,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -168,6 +175,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (enc) G_freea(enc); >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -176,6 +185,9 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -192,6 +204,7 @@ static void print_escaped_for_xml(FILE *fp, const char *str) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -253,6 +266,8 @@ static void print_escaped_for_xml(FILE *fp, const char *str) >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (conv != (iconv_t)-1) iconv_close(conv); @@ -269,7 +284,7 @@ void G__usage_xml(void) char *type; char *s, *top; int i; - const char *encoding; + const char *encoding = NULL; int new_prompt = 0; new_prompt = G__uses_new_gisprompt(); @@ -322,6 +337,7 @@ void G__usage_xml(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G__print_keywords(stdout, print_escaped_for_xml); ======= @@ -343,6 +359,8 @@ void G__usage_xml(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G__print_keywords(stdout, print_escaped_for_xml, FALSE); ======= G__print_keywords(stdout, print_escaped_for_xml); @@ -353,6 +371,7 @@ void G__usage_xml(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G__print_keywords(stdout, print_escaped_for_xml); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -387,6 +406,11 @@ void G__usage_xml(void) G__print_keywords(stdout, print_escaped_for_xml); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G__print_keywords(stdout, print_escaped_for_xml); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "\n\t\n"); } diff --git a/lib/gis/parser_local_proto.h b/lib/gis/parser_local_proto.h index d3a30372cdc..400693504e4 100644 --- a/lib/gis/parser_local_proto.h +++ b/lib/gis/parser_local_proto.h @@ -68,6 +68,7 @@ int G__uses_new_gisprompt(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -83,6 +84,8 @@ int G__uses_new_gisprompt(void); >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void G__print_keywords(FILE *, void (*)(FILE *, const char *), int); ======= @@ -94,6 +97,7 @@ void G__print_keywords(FILE *, void (*)(FILE *, const char *), int); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -117,6 +121,8 @@ void G__print_keywords(FILE *, void (*)(FILE *, const char *), int); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void G__print_keywords(FILE *, void (*)(FILE *, const char *)); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) void G__split_gisprompt(const char *, char *, char *, char *); diff --git a/lib/gis/parser_standard_options.c b/lib/gis/parser_standard_options.c index a1b093c2b36..9506d73c5d4 100644 --- a/lib/gis/parser_standard_options.c +++ b/lib/gis/parser_standard_options.c @@ -703,6 +703,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -722,6 +723,8 @@ struct Option *G_define_standard_option(int opt) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Opt->key = "project"; Opt->type = TYPE_STRING; Opt->required = NO; @@ -735,6 +738,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -764,6 +768,10 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Opt->key = "location"; Opt->type = TYPE_STRING; Opt->required = NO; @@ -779,6 +787,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -821,6 +830,11 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Opt->gisprompt = "old,location,location"; Opt->key_desc = "name"; break; @@ -894,6 +908,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -912,6 +927,8 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 03a790ad9a (wxGUI: refactoring: build GUI tools' status bars based on wx.StatusBar widget (#1689)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -921,6 +938,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -950,6 +968,8 @@ struct Option *G_define_standard_option(int opt) >>>>>>> 305382ede9 (wxGUI: refactoring: build GUI tools' status bars based on wx.StatusBar widget (#1689)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* start dynamic answer */ /* check NPROCS in GISRC, set with g.gisenv */ memstr = G_store(G_getenv_nofatal("NPROCS")); @@ -964,6 +984,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -999,6 +1020,10 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Opt->description = _("Number of threads for parallel computing"); break; @@ -1010,6 +1035,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1030,6 +1056,9 @@ struct Option *G_define_standard_option(int opt) ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= >>>>>>> 270077e68a (wxGUI/map display: manage wx.StatusBar widget by AUI (#1646)) ======= >>>>>>> 03a790ad9a (wxGUI: refactoring: build GUI tools' status bars based on wx.StatusBar widget (#1689)) @@ -1050,6 +1079,7 @@ struct Option *G_define_standard_option(int opt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1101,6 +1131,8 @@ struct Option *G_define_standard_option(int opt) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case G_OPT_STDS_INPUT: Opt->key = "input"; Opt->type = TYPE_STRING; diff --git a/lib/gis/parser_wps.c b/lib/gis/parser_wps.c index c0eded99ed5..df416a1b0e5 100644 --- a/lib/gis/parser_wps.c +++ b/lib/gis/parser_wps.c @@ -286,6 +286,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -308,6 +309,8 @@ void G__wps_print_process_description(void) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -316,6 +319,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -340,6 +344,8 @@ void G__wps_print_process_description(void) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (is_input == 1) num_vector_inputs++; if (is_output == 1) @@ -351,6 +357,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -377,6 +384,11 @@ void G__wps_print_process_description(void) >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -386,6 +398,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -409,6 +422,8 @@ void G__wps_print_process_description(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main } /* Modules may have different types of space time datasets * as inputs */ @@ -437,6 +452,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -459,6 +475,8 @@ void G__wps_print_process_description(void) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -467,6 +485,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -491,6 +510,8 @@ void G__wps_print_process_description(void) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (is_input == 1) num_stvds_inputs++; if (is_output == 1) @@ -502,6 +523,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -528,6 +550,11 @@ void G__wps_print_process_description(void) >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -537,6 +564,7 @@ void G__wps_print_process_description(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -560,6 +588,8 @@ void G__wps_print_process_description(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main } if (strcmp(token, "file") == 0) { data_type = TYPE_PLAIN_TEXT; @@ -895,6 +925,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -912,6 +943,8 @@ static void wps_print_process_description_begin( ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -921,6 +954,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -946,6 +980,8 @@ static void wps_print_process_description_begin( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (abstract) { fprintf(stdout, "\t\t"); fprintf(stdout, "https://grass.osgeo.org/grass-devel/manuals/%s.html", @@ -960,6 +996,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -989,6 +1026,9 @@ static void wps_print_process_description_begin( ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> osgeo-main if(abstract) { @@ -1001,6 +1041,9 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1016,6 +1059,7 @@ static void wps_print_process_description_begin( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1061,6 +1105,10 @@ static void wps_print_process_description_begin( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "\n"); } diff --git a/lib/gis/proj3.c b/lib/gis/proj3.c index e56b0e01f5f..3de9d14831f 100644 --- a/lib/gis/proj3.c +++ b/lib/gis/proj3.c @@ -76,6 +76,7 @@ const char *G_database_unit_name(int plural) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -110,6 +111,10 @@ int G_database_unit(void) ======= >>>>>>> osgeo-main ======= +int G_database_unit(void) +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int G_database_unit() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -128,6 +133,7 @@ int G_database_unit(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -177,6 +183,8 @@ int G_database_unit(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { int units; const char *name; diff --git a/lib/gis/rd_cellhd.c b/lib/gis/rd_cellhd.c index 02cc02c56ac..5437a041e41 100644 --- a/lib/gis/rd_cellhd.c +++ b/lib/gis/rd_cellhd.c @@ -60,6 +60,7 @@ static double scan_double(const char *, double *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD \param is_cellhd ? (unused) */ @@ -83,6 +84,8 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main */ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd) ======= @@ -96,6 +99,7 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104,6 +108,8 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= \param is_cellhd ? (unused) */ @@ -115,6 +121,7 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -132,6 +139,8 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int count; char **array; @@ -179,6 +188,7 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -194,6 +204,8 @@ void G__read_Cell_head(FILE *fd, struct Cell_head *cellhd, int is_cellhd) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main */ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd) ======= @@ -205,6 +217,7 @@ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -228,6 +241,8 @@ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main \param is_cellhd ? (unused) */ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd, @@ -241,6 +256,7 @@ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -283,6 +299,11 @@ void G__read_Cell_head_array(char **array, struct Cell_head *cellhd, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { char *buf; char label[200]; diff --git a/lib/gis/snprintf.c b/lib/gis/snprintf.c index b8caf99e39f..349d8008276 100644 --- a/lib/gis/snprintf.c +++ b/lib/gis/snprintf.c @@ -60,6 +60,7 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -93,6 +94,10 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) ======= if (count >= 0 && (unsigned int)count == size) ======= +>>>>>>> osgeo-main +======= + if (count >= 0 && (unsigned int)count == size) +======= >>>>>>> osgeo-main if (count == size) <<<<<<< HEAD @@ -108,6 +113,7 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -116,6 +122,8 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (count == size) ======= @@ -128,6 +136,7 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -169,6 +178,8 @@ int G_snprintf(char *str, size_t size, const char *fmt, ...) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main str[--count] = '\0'; return count; diff --git a/lib/gis/spawn.c b/lib/gis/spawn.c index ccf9f204bbd..d1d11643f3b 100644 --- a/lib/gis/spawn.c +++ b/lib/gis/spawn.c @@ -938,6 +938,7 @@ int G_spawn(const char *command, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -974,6 +975,10 @@ int G_spawn(const char *command, ...) ======= for (;;) { ======= +>>>>>>> osgeo-main +======= + for (;;) { +======= >>>>>>> osgeo-main for (i = 0;; i++) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -989,6 +994,7 @@ int G_spawn(const char *command, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -997,6 +1003,8 @@ int G_spawn(const char *command, ...) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (i = 0;; i++) { ======= @@ -1009,6 +1017,7 @@ int G_spawn(const char *command, ...) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1054,6 +1063,8 @@ int G_spawn(const char *command, ...) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main const char *arg = va_arg(va, const char *); args[num_args++] = arg; diff --git a/lib/gis/tempfile.c b/lib/gis/tempfile.c index 050f77588eb..b2b268499eb 100644 --- a/lib/gis/tempfile.c +++ b/lib/gis/tempfile.c @@ -182,6 +182,7 @@ void G__temp_element(char *element, int tmp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -210,6 +211,10 @@ void G__temp_element(char *element, int tmp) >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main @@ -226,6 +231,7 @@ void G__temp_element(char *element, int tmp) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -267,6 +273,8 @@ void G__temp_element(char *element, int tmp) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_debug(2, "G__temp_element(): %s (tmp=%d)", element, tmp); } diff --git a/lib/gis/user_config.c b/lib/gis/user_config.c index 73e45ea5b5b..eae0339a327 100644 --- a/lib/gis/user_config.c +++ b/lib/gis/user_config.c @@ -174,6 +174,7 @@ static int _elem_count_split(char *elems) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -207,6 +208,10 @@ static int _elem_count_split(char *elems) ======= for (i = 0; begin != NULL && (ptrdiff_t)len > begin - elems; i++) { ======= +>>>>>>> osgeo-main +======= + for (i = 0; begin != NULL && (ptrdiff_t)len > begin - elems; i++) { +======= >>>>>>> osgeo-main for (i = 0; begin != NULL && len > begin - elems; i++) { <<<<<<< HEAD @@ -222,6 +227,7 @@ static int _elem_count_split(char *elems) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -230,6 +236,8 @@ static int _elem_count_split(char *elems) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (i = 0; begin != NULL && len > begin - elems; i++) { ======= @@ -242,6 +250,7 @@ static int _elem_count_split(char *elems) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -283,6 +292,8 @@ static int _elem_count_split(char *elems) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main /* check '.' condition */ if (*begin == '.') return 0; diff --git a/lib/gis/view.c b/lib/gis/view.c index 9bac4f9b69f..1acc5e3568e 100644 --- a/lib/gis/view.c +++ b/lib/gis/view.c @@ -175,6 +175,7 @@ int G_put_3dview(const char *fname, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -217,6 +218,11 @@ int G_put_3dview(const char *fname, const char *mapset, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { FILE *fp; diff --git a/lib/gmath/blas_level_1.c b/lib/gmath/blas_level_1.c index 10c4b4ccbee..13bd58ae97e 100644 --- a/lib/gmath/blas_level_1.c +++ b/lib/gmath/blas_level_1.c @@ -344,6 +344,7 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -373,6 +374,8 @@ void G_math_f_asum_norm(float *x, float *value, int rows) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main #pragma omp parallel for schedule(static) private(i) reduction(+ : s) for (i = 0; i < rows; i++) { s += fabs(x[i]); @@ -389,6 +392,7 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #pragma omp parallel for schedule(static) private(i) reduction(+ : s) for (i = 0; i < rows; i++) { s += fabs(x[i]); @@ -419,6 +423,10 @@ void G_math_f_asum_norm(float *x, float *value, int rows) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main #pragma omp parallel for schedule(static) private(i) reduction(+ : s, count) for (i = 0; i < rows; i++) { s += fabs(x[i]); @@ -430,6 +438,7 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -438,6 +447,8 @@ void G_math_f_asum_norm(float *x, float *value, int rows) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= #pragma omp parallel for schedule(static) private(i) reduction(+ : s, count) @@ -452,6 +463,9 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -470,6 +484,7 @@ void G_math_f_asum_norm(float *x, float *value, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -534,6 +549,8 @@ void G_math_f_asum_norm(float *x, float *value, int rows) >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main } #pragma omp single { diff --git a/lib/gmath/brent.c b/lib/gmath/brent.c index 40b540e5054..6772b3ae060 100644 --- a/lib/gmath/brent.c +++ b/lib/gmath/brent.c @@ -57,6 +57,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -94,6 +95,10 @@ static int brent(void *vstate, double (*f)(double), double *x_minimum, static int brent(void *vstate, double (*f)(double), double *x_minimum, ======= >>>>>>> osgeo-main +======= +static int brent(void *vstate, double (*f)(double), double *x_minimum, +======= +>>>>>>> osgeo-main static int brent(void *vstate, double (*f)(), double *x_minimum, >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -108,6 +113,7 @@ static int brent(void *vstate, double (*f)(double), double *x_minimum, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -117,6 +123,8 @@ static int brent(void *vstate, double (*f)(double), double *x_minimum, ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= static int brent(void *vstate, double (*f)(), double *x_minimum, ======= static int brent(void *vstate, double (*f)(double), double *x_minimum, @@ -128,6 +136,7 @@ static int brent(void *vstate, double (*f)(double), double *x_minimum, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -173,6 +182,8 @@ static int brent(void *vstate, double (*f)(), double *x_minimum, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main double *f_minimum, double *x_lower, double *f_lower, double *x_upper, double *f_upper) { @@ -311,6 +322,7 @@ static int brent(void *vstate, double (*f)(), double *x_minimum, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -354,6 +366,11 @@ double brent_iterate(double (*f)(double), double x_lower, double x_upper, int maxiter) ======= >>>>>>> osgeo-main +======= +double brent_iterate(double (*f)(double), double x_lower, double x_upper, + int maxiter) +======= +>>>>>>> osgeo-main double brent_iterate(double (*f)(), double x_lower, double x_upper, int maxiter) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -369,6 +386,7 @@ double brent_iterate(double (*f)(double), double x_lower, double x_upper, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -378,6 +396,8 @@ double brent_iterate(double (*f)(double), double x_lower, double x_upper, ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= double brent_iterate(double (*f)(), double x_lower, double x_upper, int maxiter) ======= double brent_iterate(double (*f)(double), double x_lower, double x_upper, @@ -390,6 +410,7 @@ double brent_iterate(double (*f)(double), double x_lower, double x_upper, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -437,6 +458,8 @@ double brent_iterate(double (*f)(), double x_lower, double x_upper, int maxiter) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { int i; double x_minimum = (x_upper + x_lower) / 2.; diff --git a/lib/gmath/la.c b/lib/gmath/la.c index 390292b57c9..d08e9482031 100644 --- a/lib/gmath/la.c +++ b/lib/gmath/la.c @@ -870,6 +870,7 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -885,6 +886,8 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main break; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -896,6 +899,7 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -919,6 +923,8 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } case CVEC: { @@ -933,6 +939,7 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -948,6 +955,8 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main break; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -959,6 +968,7 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -982,6 +992,8 @@ int G_matvect_extract_vector(mat_struct *mt, vtype vt, int indx) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } default: { @@ -1420,6 +1432,7 @@ double G_vector_norm1(vec_struct *vc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -1456,6 +1469,10 @@ double G_vector_norm1(vec_struct *vc) ======= return NAN; ======= +>>>>>>> osgeo-main +======= + return NAN; +======= >>>>>>> osgeo-main return 0.0 / 0.0; /* NaN */ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1471,6 +1488,7 @@ double G_vector_norm1(vec_struct *vc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1479,6 +1497,8 @@ double G_vector_norm1(vec_struct *vc) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= return 0.0 / 0.0; /* NaN */ ======= @@ -1491,6 +1511,7 @@ double G_vector_norm1(vec_struct *vc) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1536,6 +1557,8 @@ double G_vector_norm1(vec_struct *vc) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main } idx = (vc->v_indx > 0) ? vc->v_indx : 0; diff --git a/lib/gmath/solvers_classic_iter.c b/lib/gmath/solvers_classic_iter.c index c190fd0665e..9c48d4bf65c 100644 --- a/lib/gmath/solvers_classic_iter.c +++ b/lib/gmath/solvers_classic_iter.c @@ -77,6 +77,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -112,6 +113,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (j = 0; j < (unsigned int)rows; j++) { Enew[j] = x[j]; } @@ -124,6 +127,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -136,6 +140,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -144,6 +150,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -164,6 +171,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (j = 0; j < rows; j++) { Enew[j] = x[j]; } @@ -179,6 +188,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -187,6 +197,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -197,6 +209,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -219,6 +232,10 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (j = 0; j < (unsigned int)rows; j++) { Enew[j] = x[j]; } @@ -231,6 +248,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -239,6 +257,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -249,6 +269,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -284,6 +305,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main E = 0; center = 0; for (j = 0; j < Asp[i]->cols; j++) { @@ -306,6 +329,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -342,6 +366,10 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, ======= for (j = 0; j < (unsigned int)rows; j++) { ======= +>>>>>>> osgeo-main +======= + for (j = 0; j < (unsigned int)rows; j++) { +======= >>>>>>> osgeo-main for (j = 0; j < rows; j++) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -357,6 +385,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -365,6 +394,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (j = 0; j < rows; j++) { ======= @@ -377,6 +408,7 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -422,6 +454,8 @@ int G_math_solver_sparse_jacobi(G_math_spvector **Asp, double *x, double *b, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main err += (x[j] - Enew[j]) * (x[j] - Enew[j]); x[j] = Enew[j]; @@ -496,6 +530,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -531,6 +566,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (j = 0; j < (unsigned int)rows; j++) { Enew[j] = x[j]; } @@ -543,6 +580,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -555,6 +593,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -563,6 +603,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -583,6 +624,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (j = 0; j < rows; j++) { Enew[j] = x[j]; } @@ -598,6 +641,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -606,6 +650,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -616,6 +662,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -638,6 +685,10 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (j = 0; j < (unsigned int)rows; j++) { Enew[j] = x[j]; } @@ -650,6 +701,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -658,6 +710,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -668,6 +722,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -703,6 +758,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main E = 0; center = 0; for (j = 0; j < Asp[i]->cols; j++) { @@ -725,6 +782,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -761,6 +819,10 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, ======= for (j = 0; j < (unsigned int)rows; j++) { ======= +>>>>>>> osgeo-main +======= + for (j = 0; j < (unsigned int)rows; j++) { +======= >>>>>>> osgeo-main for (j = 0; j < rows; j++) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -776,6 +838,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -784,6 +847,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (j = 0; j < rows; j++) { ======= @@ -796,6 +861,7 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -841,6 +907,8 @@ int G_math_solver_sparse_gs(G_math_spvector **Asp, double *x, double *b, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main err += (x[j] - Enew[j]) * (x[j] - Enew[j]); x[j] = Enew[j]; diff --git a/lib/gmath/solvers_krylov.c b/lib/gmath/solvers_krylov.c index 418da7d2990..2e9acb56cb4 100644 --- a/lib/gmath/solvers_krylov.c +++ b/lib/gmath/solvers_krylov.c @@ -190,6 +190,7 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*performe the preconditioning */ ======= @@ -211,6 +212,8 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /*perform the preconditioning */ ======= /*performe the preconditioning */ @@ -221,6 +224,7 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*performe the preconditioning */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -255,6 +259,11 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, /*performe the preconditioning */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /*performe the preconditioning */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_math_Ax_sparse(M, r, p, rows); /* scalar product */ @@ -318,6 +327,7 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*performe the preconditioning */ ======= @@ -339,6 +349,8 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /*perform the preconditioning */ ======= /*performe the preconditioning */ @@ -349,6 +361,7 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*performe the preconditioning */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -383,6 +396,11 @@ int solver_pcg(double **A, G_math_spvector **Asp, double *x, double *b, /*performe the preconditioning */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /*performe the preconditioning */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_math_Ax_sparse(M, r, z, rows); /* scalar product */ @@ -916,6 +934,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -952,6 +971,10 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, ======= for (i = 0; i < (unsigned int)rows; i++) { ======= +>>>>>>> osgeo-main +======= + for (i = 0; i < (unsigned int)rows; i++) { +======= >>>>>>> osgeo-main for (i = 0; i < rows; i++) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -967,6 +990,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -975,6 +999,8 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (i = 0; i < rows; i++) { ======= @@ -987,6 +1013,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1032,6 +1059,8 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main G_math_spvector *spvect = G_math_alloc_spvector(1); switch (prec) { @@ -1075,6 +1104,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -1111,6 +1141,10 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, ======= for (i = 0; i < (unsigned int)rows; i++) { ======= +>>>>>>> osgeo-main +======= + for (i = 0; i < (unsigned int)rows; i++) { +======= >>>>>>> osgeo-main for (i = 0; i < rows; i++) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1126,6 +1160,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1134,6 +1169,8 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (i = 0; i < rows; i++) { ======= @@ -1146,6 +1183,7 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1191,6 +1229,8 @@ G_math_spvector **create_diag_precond_matrix(double **A, G_math_spvector **Asp, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main G_math_spvector *spvect = G_math_alloc_spvector(1); switch (prec) { diff --git a/lib/gmath/sparse_matrix.c b/lib/gmath/sparse_matrix.c index 1bd963b049f..5528389d92e 100644 --- a/lib/gmath/sparse_matrix.c +++ b/lib/gmath/sparse_matrix.c @@ -47,6 +47,7 @@ int G_math_add_spvector(G_math_spvector **Asp, G_math_spvector *spvector, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD spvector, row); ======= @@ -68,6 +69,8 @@ int G_math_add_spvector(G_math_spvector **Asp, G_math_spvector *spvector, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main (void *)spvector, row); ======= spvector, row); @@ -78,6 +81,7 @@ int G_math_add_spvector(G_math_spvector **Asp, G_math_spvector *spvector, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= spvector, row); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -112,6 +116,11 @@ int G_math_add_spvector(G_math_spvector **Asp, G_math_spvector *spvector, spvector, row); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + spvector, row); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Asp[row] = spvector; } else { @@ -238,6 +247,7 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -274,6 +284,10 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) ======= if (Asp[i]->index[k] == (unsigned int)j) { ======= +>>>>>>> osgeo-main +======= + if (Asp[i]->index[k] == (unsigned int)j) { +======= >>>>>>> osgeo-main if (Asp[i]->index[k] == j) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -289,6 +303,7 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -297,6 +312,8 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (Asp[i]->index[k] == j) { ======= @@ -309,6 +326,7 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -354,6 +372,8 @@ void G_math_print_spmatrix(G_math_spvector **Asp, int rows) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main fprintf(stdout, "%4.5f ", Asp[i]->values[k]); out = 1; } @@ -443,6 +463,7 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -476,6 +497,10 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, ======= for (i = 0; i < (unsigned int)rows; i++) { ======= +>>>>>>> osgeo-main +======= + for (i = 0; i < (unsigned int)rows; i++) { +======= >>>>>>> osgeo-main for (i = 0; i < rows; i++) { <<<<<<< HEAD @@ -491,6 +516,7 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -499,6 +525,8 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (i = 0; i < rows; i++) { ======= @@ -511,6 +539,7 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -552,6 +581,8 @@ double **G_math_Asp_to_sband_matrix(G_math_spvector **Asp, int rows, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (j = 0; j < Asp[i]->cols; j++) { if (Asp[i]->index[j] == i) { A[i][0] = Asp[i]->values[j]; diff --git a/lib/gmath/test/bench_solver_direct.c b/lib/gmath/test/bench_solver_direct.c index 1703fa428a7..ffb0a6fbe34 100644 --- a/lib/gmath/test/bench_solver_direct.c +++ b/lib/gmath/test/bench_solver_direct.c @@ -34,6 +34,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53,6 +54,8 @@ static int bench_solvers(int rows); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* ************************************************************************* */ /* Perform the solver unit tests ****************************************** */ @@ -66,6 +69,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79,6 +83,8 @@ static int bench_solvers(int rows); >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* ************************************************************************* */ /* Performe the solver unit tests ****************************************** */ @@ -92,6 +98,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134,6 +141,11 @@ static int bench_solvers(int rows); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int bench_solvers_direct(int rows) { G_message(_("\n++ Running direct solver benchmark ++")); diff --git a/lib/gmath/test/bench_solver_krylov.c b/lib/gmath/test/bench_solver_krylov.c index 1a424c01123..05bd3ff6862 100644 --- a/lib/gmath/test/bench_solver_krylov.c +++ b/lib/gmath/test/bench_solver_krylov.c @@ -34,6 +34,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53,6 +54,8 @@ static int bench_solvers(int rows); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* ************************************************************************* */ /* Perform the solver unit tests ****************************************** */ @@ -66,6 +69,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79,6 +83,8 @@ static int bench_solvers(int rows); >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* ************************************************************************* */ /* Performe the solver unit tests ****************************************** */ @@ -92,6 +98,7 @@ static int bench_solvers(int rows); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134,6 +141,11 @@ static int bench_solvers(int rows); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int bench_solvers_krylov(int rows) { G_message(_("\n++ Running krylov solver benchmark ++")); diff --git a/lib/gpde/N_pde.h b/lib/gpde/N_pde.h index a8c1b365eae..aa2b57d30cb 100644 --- a/lib/gpde/N_pde.h +++ b/lib/gpde/N_pde.h @@ -320,6 +320,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -356,6 +357,10 @@ typedef struct { ======= N_data_star *(*callback)(void *, N_geom_data *, int, int, int); ======= +>>>>>>> osgeo-main +======= + N_data_star *(*callback)(void *, N_geom_data *, int, int, int); +======= >>>>>>> osgeo-main N_data_star *(*callback)(); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -371,6 +376,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -379,6 +385,8 @@ typedef struct { >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= N_data_star *(*callback)(); ======= @@ -391,6 +399,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -436,6 +445,8 @@ typedef struct { >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main } N_les_callback_3d; /*! @@ -455,6 +466,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -490,6 +502,8 @@ typedef struct { >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main N_data_star *(*callback)(void *, N_geom_data *, int, int); } N_les_callback_2d; @@ -506,6 +520,7 @@ extern void N_set_les_callback_2d_func( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -516,6 +531,8 @@ extern void N_set_les_callback_2d_func( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) N_data_star *(*callback)(); @@ -524,6 +541,7 @@ extern void N_set_les_callback_2d_func( ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -541,6 +559,8 @@ extern void N_set_les_callback_2d_func( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main N_data_star *(*callback)(); } N_les_callback_2d; @@ -548,6 +568,7 @@ extern void N_set_les_callback_2d_func( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -569,6 +590,8 @@ extern void N_set_les_callback_2d_func( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main extern void N_set_les_callback_3d_func(N_les_callback_3d *data, N_data_star *(*callback_func_3d)()); extern void N_set_les_callback_2d_func(N_les_callback_2d *data, @@ -583,6 +606,7 @@ extern void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -591,6 +615,8 @@ extern void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -601,6 +627,7 @@ extern void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -623,6 +650,10 @@ extern void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main N_data_star *(*callback)(void *, N_geom_data *, int, int); } N_les_callback_2d; @@ -639,6 +670,7 @@ extern void N_set_les_callback_2d_func( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -647,6 +679,8 @@ extern void N_set_les_callback_2d_func( >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -657,6 +691,7 @@ extern void N_set_les_callback_2d_func( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -692,6 +727,8 @@ extern void N_set_les_callback_2d_func( >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main extern N_les_callback_3d *N_alloc_les_callback_3d(void); extern N_les_callback_2d *N_alloc_les_callback_2d(void); extern N_data_star *N_alloc_5star(void); diff --git a/lib/gpde/gpdelib.dox b/lib/gpde/gpdelib.dox index bb95d651d5f..a7fbed4e648 100644 --- a/lib/gpde/gpdelib.dox +++ b/lib/gpde/gpdelib.dox @@ -236,6 +236,7 @@ void #N_write_array_2d_to_rast (N_array_2d * array, char *name); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -273,6 +274,10 @@ The GRASS module r.gwflow ======= >>>>>>> osgeo-main +======= +The GRASS module r.gwflow +======= +>>>>>>> osgeo-main The GRASS module r.gwflow >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -287,6 +292,7 @@ The GRASS module r.gwflow >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -349,6 +355,11 @@ The GRASS module r.gwflow >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +The GRASS module r.gwflow +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main implements numerical calculation program for transient, confined and unconfined groundwater flow in two dimensions. @@ -432,6 +443,7 @@ void #N_write_array_3d_to_rast3d (N_array_3d * array, char *name, int mask); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -469,6 +481,10 @@ The GRASS module r3.gwflow ======= >>>>>>> osgeo-main +======= +The GRASS module r3.gwflow +======= +>>>>>>> osgeo-main The GRASS module r3.gwflow >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -483,6 +499,7 @@ The GRASS module r3.gwflow >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -545,6 +562,11 @@ The GRASS module r3 The GRASS module r3.gwflow >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +The GRASS module r3.gwflow +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main implements numerical calculation program for transient, confined groundwater flow in three dimensions. @@ -863,6 +885,7 @@ The two dimensional gradient consits of 4 values between the neighbour cells <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -905,6 +928,11 @@ The two dimensional gradient consits of 4 values between the neighbour cells ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ______________ | | | | | | | | diff --git a/lib/gpde/n_arrays.c b/lib/gpde/n_arrays.c index b2d336e1c33..756912e0862 100644 --- a/lib/gpde/n_arrays.c +++ b/lib/gpde/n_arrays.c @@ -627,6 +627,7 @@ void N_print_array_2d_info(N_array_2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -669,6 +670,11 @@ void N_print_array_2d_info(N_array_2d *data) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return; } diff --git a/lib/gpde/n_arrays_calc.c b/lib/gpde/n_arrays_calc.c index 8adecfb237c..52a6af0de9a 100644 --- a/lib/gpde/n_arrays_calc.c +++ b/lib/gpde/n_arrays_calc.c @@ -461,6 +461,7 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "N_convert_array_2d_null_to_zero: %i valuess of type " ======= @@ -478,6 +479,8 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "N_convert_array_2d_null_to_zero: %i values of type " ======= "N_convert_array_2d_null_to_zero: %i valuess of type " @@ -486,6 +489,7 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "N_convert_array_2d_null_to_zero: %i valuess of type " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -510,10 +514,16 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "N_convert_array_2d_null_to_zero: %i valuess of type " +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "FCELL_TYPE are converted", count); if (a->type == DCELL_TYPE) G_debug(2, +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -544,6 +554,10 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main "N_convert_array_2d_null_to_zero: %i values of type " ======= "N_convert_array_2d_null_to_zero: %i valuess of type " @@ -554,6 +568,7 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "N_convert_array_2d_null_to_zero: %i valuess of type " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -601,6 +616,11 @@ int N_convert_array_2d_null_to_zero(N_array_2d *a) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "N_convert_array_2d_null_to_zero: %i valuess of type " +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "DCELL_TYPE are converted", count); diff --git a/lib/gpde/n_arrays_io.c b/lib/gpde/n_arrays_io.c index cd6550676d5..fe27d25c8c2 100644 --- a/lib/gpde/n_arrays_io.c +++ b/lib/gpde/n_arrays_io.c @@ -250,6 +250,7 @@ void N_write_array_2d_to_rast(N_array_2d *array, char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \param mask int - 0 = false, 1 = ture : if a mask is presenent, use it with ======= @@ -271,6 +272,8 @@ void N_write_array_2d_to_rast(N_array_2d *array, char *name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \param mask int - 0 = false, 1 = true : if a mask is presenent, use it with ======= * \param mask int - 0 = false, 1 = ture : if a mask is presenent, use it with @@ -281,6 +284,7 @@ void N_write_array_2d_to_rast(N_array_2d *array, char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \param mask int - 0 = false, 1 = ture : if a mask is presenent, use it with >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -315,6 +319,11 @@ void N_write_array_2d_to_rast(N_array_2d *array, char *name) * \param mask int - 0 = false, 1 = ture : if a mask is presenent, use it with >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \param mask int - 0 = false, 1 = ture : if a mask is presenent, use it with +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * the input volume map \return N_array_3d * - the existing or new allocated * array * */ @@ -433,6 +442,7 @@ N_array_3d *N_read_rast3d_to_array_3d(char *name, N_array_3d *array, int mask) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); ======= @@ -454,6 +464,8 @@ N_array_3d *N_read_rast3d_to_array_3d(char *name, N_array_3d *array, int mask) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast3d_fatal_error(_("Error closing g3d file <%s>"), name); ======= Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); @@ -464,6 +476,7 @@ N_array_3d *N_read_rast3d_to_array_3d(char *name, N_array_3d *array, int mask) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -498,6 +511,11 @@ N_array_3d *N_read_rast3d_to_array_3d(char *name, N_array_3d *array, int mask) Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return data; } @@ -606,6 +624,7 @@ void N_write_array_3d_to_rast3d(N_array_3d *array, char *name, int mask) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); ======= @@ -627,6 +646,8 @@ void N_write_array_3d_to_rast3d(N_array_3d *array, char *name, int mask) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast3d_fatal_error(_("Error closing g3d file <%s>"), name); ======= Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); @@ -637,6 +658,7 @@ void N_write_array_3d_to_rast3d(N_array_3d *array, char *name, int mask) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -671,6 +693,11 @@ void N_write_array_3d_to_rast3d(N_array_3d *array, char *name, int mask) Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + Rast3d_fatal_error(map, NULL, 0, _("Error closing g3d file")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return; } diff --git a/lib/gpde/n_gradient.c b/lib/gpde/n_gradient.c index 1a8c7f31b1f..9ae07caf32b 100644 --- a/lib/gpde/n_gradient.c +++ b/lib/gpde/n_gradient.c @@ -108,6 +108,7 @@ int N_copy_gradient_2d(N_gradient_2d *source, N_gradient_2d *target) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * input gradient field. Returend is a new structure of type N_gradient_2d. ======= @@ -129,6 +130,8 @@ int N_copy_gradient_2d(N_gradient_2d *source, N_gradient_2d *target) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * input gradient field. Returned is a new structure of type N_gradient_2d. ======= * input gradient field. Returend is a new structure of type N_gradient_2d. @@ -139,6 +142,7 @@ int N_copy_gradient_2d(N_gradient_2d *source, N_gradient_2d *target) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * input gradient field. Returend is a new structure of type N_gradient_2d. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -173,6 +177,11 @@ int N_copy_gradient_2d(N_gradient_2d *source, N_gradient_2d *target) * input gradient field. Returend is a new structure of type N_gradient_2d. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * input gradient field. Returend is a new structure of type N_gradient_2d. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * * \param field N_gradient_field_2d * - A two dimensional gradient field * \param gradient N_gradient_2d * - the gradient structure which should be diff --git a/lib/gpde/n_gwflow.c b/lib/gpde/n_gwflow.c index 584dfa8c898..b273fe5f1e9 100644 --- a/lib/gpde/n_gwflow.c +++ b/lib/gpde/n_gwflow.c @@ -29,6 +29,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \brief Alllocate memory for the groundwater calculation data structure in 3 ======= @@ -50,6 +51,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \brief Allocate memory for the groundwater calculation data structure in 3 ======= * \brief Alllocate memory for the groundwater calculation data structure in 3 @@ -60,6 +63,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \brief Alllocate memory for the groundwater calculation data structure in 3 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -94,6 +98,11 @@ * \brief Alllocate memory for the groundwater calculation data structure in 3 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \brief Alllocate memory for the groundwater calculation data structure in 3 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * dimensions * * The groundwater calculation data structure will be allocated including @@ -212,6 +221,7 @@ void N_free_gwflow_data3d(N_gwflow_data3d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \brief Alllocate memory for the groundwater calculation data structure in 2 ======= @@ -233,6 +243,8 @@ void N_free_gwflow_data3d(N_gwflow_data3d *data) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \brief Allocate memory for the groundwater calculation data structure in 2 ======= * \brief Alllocate memory for the groundwater calculation data structure in 2 @@ -243,6 +255,7 @@ void N_free_gwflow_data3d(N_gwflow_data3d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \brief Alllocate memory for the groundwater calculation data structure in 2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -277,6 +290,11 @@ void N_free_gwflow_data3d(N_gwflow_data3d *data) * \brief Alllocate memory for the groundwater calculation data structure in 2 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \brief Alllocate memory for the groundwater calculation data structure in 2 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * dimensions * * The groundwater calculation data structure will be allocated including @@ -679,6 +697,7 @@ N_data_star *N_callback_gwflow_2d(void *gwdata, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* If the aquifer is unconfied use an explicite scheme to solve ======= @@ -700,6 +719,8 @@ N_data_star *N_callback_gwflow_2d(void *gwdata, N_geom_data *geom, int col, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* If the aquifer is unconfied use an explicit scheme to solve ======= /* If the aquifer is unconfied use an explicite scheme to solve @@ -710,6 +731,7 @@ N_data_star *N_callback_gwflow_2d(void *gwdata, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /* If the aquifer is unconfied use an explicite scheme to solve >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -744,6 +766,11 @@ N_data_star *N_callback_gwflow_2d(void *gwdata, N_geom_data *geom, int col, /* If the aquifer is unconfied use an explicite scheme to solve >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /* If the aquifer is unconfied use an explicite scheme to solve +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * the nonlinear equation. We use the phead from the first iteration */ z = N_get_array_2d_d_value(data->phead, col, row) - N_get_array_2d_d_value(data->bottom, col, row); diff --git a/lib/gpde/n_les.c b/lib/gpde/n_les.c index 6c0333093ef..a0664895e27 100644 --- a/lib/gpde/n_les.c +++ b/lib/gpde/n_les.c @@ -275,6 +275,7 @@ void N_print_les(N_les *les) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -317,6 +318,11 @@ void N_print_les(N_les *les) for (k = 0; (unsigned int)k < les->Asp[i]->cols; k++) { if (les->Asp[i]->index[k] == (unsigned int)j) { ======= +>>>>>>> osgeo-main +======= + for (k = 0; (unsigned int)k < les->Asp[i]->cols; k++) { + if (les->Asp[i]->index[k] == (unsigned int)j) { +======= >>>>>>> osgeo-main for (k = 0; k < les->Asp[i]->cols; k++) { if (les->Asp[i]->index[k] == j) { @@ -335,6 +341,7 @@ void N_print_les(N_les *les) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -343,6 +350,8 @@ void N_print_les(N_les *les) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (k = 0; k < les->Asp[i]->cols; k++) { if (les->Asp[i]->index[k] == j) { @@ -357,6 +366,7 @@ void N_print_les(N_les *les) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -407,6 +417,8 @@ void N_print_les(N_les *les) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main fprintf(stdout, "%4.5f ", les->Asp[i]->values[k]); out = 1; } diff --git a/lib/gpde/n_les_assemble.c b/lib/gpde/n_les_assemble.c index 05ceb8041e6..0461390da03 100644 --- a/lib/gpde/n_les_assemble.c +++ b/lib/gpde/n_les_assemble.c @@ -352,6 +352,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -381,6 +382,8 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main N_data_star *(*callback_func_3d)(void *, N_geom_data *, int, int, int)) @@ -394,6 +397,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD N_data_star *(*callback_func_3d)(void *, N_geom_data *, @@ -406,6 +410,8 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main N_data_star *(*callback_func_3d)()) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -418,6 +424,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= N_data_star *(*callback_func_3d)()) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -432,6 +439,8 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= N_data_star *(*callback_func_3d)()) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -446,6 +455,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -454,6 +464,8 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -464,6 +476,7 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -495,6 +508,8 @@ void N_set_les_callback_3d_func(N_les_callback_3d *data, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { data->callback = callback_func_3d; } @@ -524,6 +539,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -553,6 +569,8 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main N_data_star *(*callback_func_2d)(void *, N_geom_data *, int, int)) @@ -566,6 +584,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD N_data_star *(*callback_func_2d)(void *, N_geom_data *, @@ -578,6 +597,8 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main N_data_star *(*callback_func_2d)()) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -590,6 +611,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= N_data_star *(*callback_func_2d)()) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -604,6 +626,8 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= N_data_star *(*callback_func_2d)()) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -618,6 +642,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -626,6 +651,8 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -636,6 +663,7 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -667,6 +695,8 @@ void N_set_les_callback_2d_func(N_les_callback_2d *data, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { data->callback = callback_func_2d; } @@ -739,6 +769,7 @@ N_les_callback_2d *N_alloc_les_callback_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, int row, int depth) ======= @@ -760,6 +791,8 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main N_data_star *N_callback_template_3d(void *data UNUSED, N_geom_data *geom, int col UNUSED, int row UNUSED, int depth UNUSED) @@ -773,6 +806,7 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -782,6 +816,8 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, int row, int depth) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -791,6 +827,7 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -808,6 +845,8 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { N_data_star *star = N_alloc_7star(); @@ -852,6 +891,7 @@ N_data_star *N_callback_template_3d(void *data, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, int row) ======= @@ -873,6 +913,8 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main N_data_star *N_callback_template_2d(void *data UNUSED, N_geom_data *geom, int col UNUSED, int row UNUSED) ======= @@ -885,6 +927,7 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -894,6 +937,8 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, int row) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -903,6 +948,7 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -920,6 +966,8 @@ N_data_star *N_callback_template_2d(void *data, N_geom_data *geom, int col, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { N_data_star *star = N_alloc_9star(); @@ -1315,6 +1363,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1350,6 +1399,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (i = 0; (unsigned int)i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; /*set the cols to zero */ @@ -1363,6 +1414,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -1375,6 +1427,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1383,6 +1437,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -1403,6 +1458,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (i = 0; i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; /*set the cols to zero */ @@ -1419,6 +1476,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1427,6 +1485,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1437,6 +1497,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -1459,6 +1520,10 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (i = 0; (unsigned int)i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; /*set the cols to zero */ @@ -1472,6 +1537,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1480,6 +1546,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1490,6 +1558,7 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1525,6 +1594,8 @@ int N_les_integrate_dirichlet_2d(N_les *les, N_geom_data *geom, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main les->Asp[i]->values[j] = 0.0; } } @@ -1993,6 +2064,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2028,6 +2100,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (i = 0; (unsigned int)i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; @@ -2044,6 +2118,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -2056,6 +2131,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2064,6 +2141,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -2084,6 +2162,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (i = 0; i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; /*set the cols to zero */ @@ -2100,6 +2180,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2108,6 +2189,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2118,6 +2201,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -2140,6 +2224,10 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (i = 0; (unsigned int)i < les->Asp[count]->cols; i++) les->Asp[count]->values[i] = 0.0; @@ -2156,6 +2244,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2164,6 +2253,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -2174,6 +2265,7 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2209,6 +2301,8 @@ int N_les_integrate_dirichlet_3d(N_les *les, N_geom_data *geom, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main les->Asp[i]->values[j] = 0.0; } } diff --git a/lib/gpde/n_solute_transport.c b/lib/gpde/n_solute_transport.c index 11930dcc4f8..722154cef33 100644 --- a/lib/gpde/n_solute_transport.c +++ b/lib/gpde/n_solute_transport.c @@ -378,6 +378,7 @@ N_data_star *N_callback_solute_transport_2d(void *solutedata, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \brief Alllocate memory for the solute transport data structure in three ======= @@ -399,6 +400,8 @@ N_data_star *N_callback_solute_transport_2d(void *solutedata, N_geom_data *geom, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \brief Allocate memory for the solute transport data structure in three ======= * \brief Alllocate memory for the solute transport data structure in three @@ -409,6 +412,7 @@ N_data_star *N_callback_solute_transport_2d(void *solutedata, N_geom_data *geom, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \brief Alllocate memory for the solute transport data structure in three >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -443,6 +447,11 @@ N_data_star *N_callback_solute_transport_2d(void *solutedata, N_geom_data *geom, * \brief Alllocate memory for the solute transport data structure in three >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \brief Alllocate memory for the solute transport data structure in three +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * dimensions * * The solute transport data structure will be allocated including @@ -504,6 +513,7 @@ N_solute_transport_data3d *N_alloc_solute_transport_data3d(int cols, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \brief Alllocate memory for the solute transport data structure in two ======= @@ -525,6 +535,8 @@ N_solute_transport_data3d *N_alloc_solute_transport_data3d(int cols, int rows, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \brief Allocate memory for the solute transport data structure in two ======= * \brief Alllocate memory for the solute transport data structure in two @@ -535,6 +547,7 @@ N_solute_transport_data3d *N_alloc_solute_transport_data3d(int cols, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \brief Alllocate memory for the solute transport data structure in two >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -569,6 +582,11 @@ N_solute_transport_data3d *N_alloc_solute_transport_data3d(int cols, int rows, * \brief Alllocate memory for the solute transport data structure in two >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \brief Alllocate memory for the solute transport data structure in two +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * dimensions * * The solute transport data structure will be allocated including @@ -776,6 +794,7 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * To compute the dispersivity tensor, the dispersivity lentghs and the gradient ======= @@ -797,6 +816,8 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * To compute the dispersivity tensor, the dispersivity lengths and the gradient ======= * To compute the dispersivity tensor, the dispersivity lentghs and the gradient @@ -807,6 +828,7 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * To compute the dispersivity tensor, the dispersivity lentghs and the gradient >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -841,6 +863,11 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) * To compute the dispersivity tensor, the dispersivity lentghs and the gradient >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * To compute the dispersivity tensor, the dispersivity lentghs and the gradient +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * field must be present. * * This is just a simple tensor computation which should be extended. @@ -853,6 +880,7 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \todo Change the tensor calculation to a mor realistic algorithm ======= @@ -874,6 +902,8 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \todo Change the tensor calculation to a more realistic algorithm ======= * \todo Change the tensor calculation to a mor realistic algorithm @@ -884,6 +914,7 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \todo Change the tensor calculation to a mor realistic algorithm >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -918,6 +949,11 @@ void N_calc_solute_transport_transmission_2d(N_solute_transport_data2d *data) * \todo Change the tensor calculation to a mor realistic algorithm >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \todo Change the tensor calculation to a mor realistic algorithm +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * * \param data N_solute_transport_data2d * * \return void * @@ -981,6 +1017,7 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * To compute the dispersivity tensor, the dispersivity lentghs and the gradient ======= @@ -1002,6 +1039,8 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * To compute the dispersivity tensor, the dispersivity lengths and the gradient ======= * To compute the dispersivity tensor, the dispersivity lentghs and the gradient @@ -1012,6 +1051,7 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * To compute the dispersivity tensor, the dispersivity lentghs and the gradient >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1046,6 +1086,11 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) * To compute the dispersivity tensor, the dispersivity lentghs and the gradient >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * To compute the dispersivity tensor, the dispersivity lentghs and the gradient +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * field must be present. * * This is just a simple tensor computation which should be extended. @@ -1058,6 +1103,7 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \todo Change the tensor calculation to a mor realistic algorithm ======= @@ -1079,6 +1125,8 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \todo Change the tensor calculation to a more realistic algorithm ======= * \todo Change the tensor calculation to a mor realistic algorithm @@ -1089,6 +1137,7 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \todo Change the tensor calculation to a mor realistic algorithm >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1123,6 +1172,11 @@ void N_calc_solute_transport_disptensor_2d(N_solute_transport_data2d *data) * \todo Change the tensor calculation to a mor realistic algorithm >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \todo Change the tensor calculation to a mor realistic algorithm +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * * \param data N_solute_transport_data3d * * \return void * diff --git a/lib/gpde/n_upwind.c b/lib/gpde/n_upwind.c index 7c6b8a90666..6db466e3e81 100644 --- a/lib/gpde/n_upwind.c +++ b/lib/gpde/n_upwind.c @@ -30,6 +30,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \param sprod double -- the scalar produkt between the velocity vector and the ======= @@ -51,6 +52,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \param sprod double -- the scalar product between the velocity vector and the ======= * \param sprod double -- the scalar produkt between the velocity vector and the @@ -61,6 +64,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \param sprod double -- the scalar produkt between the velocity vector and the >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -95,6 +99,11 @@ * \param sprod double -- the scalar produkt between the velocity vector and the >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \param sprod double -- the scalar produkt between the velocity vector and the +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * normal vector between two points \param distance double -- distance between * two points \param D double -- diffusion/dispersion tensor part between two * points @@ -133,6 +142,7 @@ double N_full_upwinding(double sprod, double distance, double D) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * \param sprod double -- the scalar produkt between the velocity vector and the ======= @@ -154,6 +164,8 @@ double N_full_upwinding(double sprod, double distance, double D) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * \param sprod double -- the scalar product between the velocity vector and the ======= * \param sprod double -- the scalar produkt between the velocity vector and the @@ -164,6 +176,7 @@ double N_full_upwinding(double sprod, double distance, double D) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * \param sprod double -- the scalar produkt between the velocity vector and the >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -198,6 +211,11 @@ double N_full_upwinding(double sprod, double distance, double D) * \param sprod double -- the scalar produkt between the velocity vector and the >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * \param sprod double -- the scalar produkt between the velocity vector and the +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * normal vector between two points \param distance double -- distance between * two points \param D double -- diffusion/dispersion tensor part between two * points diff --git a/lib/gpde/test/test_gwflow.c b/lib/gpde/test/test_gwflow.c index fb513ee54c7..27c6366557b 100644 --- a/lib/gpde/test/test_gwflow.c +++ b/lib/gpde/test/test_gwflow.c @@ -287,6 +287,7 @@ int test_gwflow_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, ======= @@ -308,6 +309,8 @@ int test_gwflow_3d(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /*GAUSS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, ======= /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, @@ -318,6 +321,7 @@ int test_gwflow_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -352,6 +356,11 @@ int test_gwflow_3d(void) /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main data->phead_start, (void *)data, call); G_math_solver_gauss(les->A, les->x, les->b, les->rows); N_print_les(les); @@ -371,6 +380,7 @@ int test_gwflow_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = ======= @@ -392,6 +402,8 @@ int test_gwflow_3d(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /*GAUSS*/ les = ======= /*GUASS*/ les = @@ -402,6 +414,7 @@ int test_gwflow_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*GUASS*/ les = >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -436,6 +449,11 @@ int test_gwflow_3d(void) /*GUASS*/ les = >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /*GUASS*/ les = +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main N_assemble_les_3d_dirichlet(N_NORMAL_LES, geom, data->status, data->phead_start, (void *)data, call); N_les_integrate_dirichlet_3d(les, geom, data->status, data->phead_start); @@ -619,6 +637,7 @@ int test_gwflow_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, ======= @@ -640,6 +659,8 @@ int test_gwflow_2d(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /*GAUSS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, ======= /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, @@ -650,6 +671,7 @@ int test_gwflow_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -684,6 +706,11 @@ int test_gwflow_2d(void) /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main data->phead_start, (void *)data, call); G_math_solver_gauss(les->A, les->x, les->b, les->rows); N_print_les(les); @@ -703,6 +730,7 @@ int test_gwflow_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = ======= @@ -724,6 +752,8 @@ int test_gwflow_2d(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /*GAUSS*/ les = ======= /*GUASS*/ les = @@ -734,6 +764,7 @@ int test_gwflow_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*GUASS*/ les = >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -768,6 +799,11 @@ int test_gwflow_2d(void) /*GUASS*/ les = >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /*GUASS*/ les = +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main N_assemble_les_2d_dirichlet(N_NORMAL_LES, geom, data->status, data->phead_start, (void *)data, call); N_les_integrate_dirichlet_2d(les, geom, data->status, data->phead_start); diff --git a/lib/gpde/test/test_solute_transport.c b/lib/gpde/test/test_solute_transport.c index 317f74d4f0a..9a0d541bdca 100644 --- a/lib/gpde/test/test_solute_transport.c +++ b/lib/gpde/test/test_solute_transport.c @@ -197,6 +197,7 @@ int test_solute_transport_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, ======= @@ -218,6 +219,8 @@ int test_solute_transport_3d(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /*GAUSS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, ======= /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, @@ -228,6 +231,7 @@ int test_solute_transport_3d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -262,6 +266,11 @@ int test_solute_transport_3d(void) /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /*GUASS*/ les = N_assemble_les_3d(N_NORMAL_LES, geom, data->status, +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main data->c_start, (void *)data, call); G_math_solver_gauss(les->A, les->x, les->b, les->rows); N_print_les(les); @@ -355,6 +364,7 @@ int test_solute_transport_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, ======= @@ -376,6 +386,8 @@ int test_solute_transport_2d(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /*GAUSS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, ======= /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, @@ -386,6 +398,7 @@ int test_solute_transport_2d(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -420,6 +433,11 @@ int test_solute_transport_2d(void) /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /*GUASS*/ les = N_assemble_les_2d(N_NORMAL_LES, geom, data->status, +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main data->c_start, (void *)data, call); G_math_solver_gauss(les->A, les->x, les->b, les->rows); N_print_les(les); diff --git a/lib/htmldriver/README b/lib/htmldriver/README index 8d1a9493862..b9dda1304d1 100644 --- a/lib/htmldriver/README +++ b/lib/htmldriver/README @@ -83,6 +83,7 @@ that exists in a vector file will have the same HREF tag. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD specifies the maxiumum number of vertices that a polygon can ======= @@ -104,6 +105,8 @@ that exists in a vector file will have the same HREF tag. >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main specifies the maximum number of vertices that a polygon can ======= specifies the maxiumum number of vertices that a polygon can @@ -114,6 +117,7 @@ that exists in a vector file will have the same HREF tag. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= specifies the maxiumum number of vertices that a polygon can >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -148,6 +152,11 @@ that exists in a vector file will have the same HREF tag. specifies the maxiumum number of vertices that a polygon can >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= + specifies the maxiumum number of vertices that a polygon can +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main have. The default is 99. Some browser can only handle image map polygons of less that 100 vertices. diff --git a/lib/htmldriver/graph_clse.c b/lib/htmldriver/graph_clse.c index 14e8929475c..0e8c7724ed3 100644 --- a/lib/htmldriver/graph_clse.c +++ b/lib/htmldriver/graph_clse.c @@ -42,6 +42,7 @@ void HTML_Graph_close(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57,6 +58,8 @@ void HTML_Graph_close(void) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * examine the list of polygons, if a polygon wholly exists inside of ======= ======= @@ -67,6 +70,7 @@ void HTML_Graph_close(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -88,6 +92,8 @@ void HTML_Graph_close(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * exmaine the list of polygons, if a polygon wholly exists inside of >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) * another polygon, then remove it. diff --git a/lib/imagery/find.c b/lib/imagery/find.c index 5f74131888a..9e0d5947754 100644 --- a/lib/imagery/find.c +++ b/lib/imagery/find.c @@ -212,6 +212,7 @@ int I_find_subgroup_file2(const char *group, const char *subgroup, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -229,6 +230,8 @@ int I_find_subgroup_file2(const char *group, const char *subgroup, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -238,6 +241,7 @@ int I_find_subgroup_file2(const char *group, const char *subgroup, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -263,6 +267,8 @@ int I_find_subgroup_file2(const char *group, const char *subgroup, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset) { @@ -275,6 +281,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -310,6 +317,10 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_debug(1, "I_find_signature(): type=%d name=%s mapset=%s", type, name, mapset); @@ -326,6 +337,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -345,6 +357,9 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset) { char selem[GNAME_MAX]; /* 'signatures/type\0' */ ======= @@ -371,6 +386,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -432,6 +448,8 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /*! @@ -466,6 +484,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -483,6 +502,8 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -492,6 +513,7 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -517,6 +539,8 @@ const char *I_find_signature(I_SIGFILE_TYPE type, char *name, const char *mapset >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, const char *mapset) { @@ -529,6 +553,7 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -564,6 +589,10 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_debug(1, "I_find_signature2(): type=%d name=%s mapset=%s", type, name, mapset); @@ -578,6 +607,7 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -597,6 +627,9 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, const char *mapset) { char selem[GNAME_MAX]; /* 'signatures/type\0' */ ======= @@ -621,6 +654,7 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, const char <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -678,4 +712,6 @@ const char *I_find_signature2(I_SIGFILE_TYPE type, const char *name, const char >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } diff --git a/lib/imagery/group.c b/lib/imagery/group.c index eb346c926f6..7a1532c1501 100644 --- a/lib/imagery/group.c +++ b/lib/imagery/group.c @@ -54,6 +54,7 @@ int I_get_group(char *group) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -69,6 +70,8 @@ int I_get_group(char *group) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main stat = (fscanf(fd, "%255s", group) == 1); ======= ======= @@ -79,6 +82,7 @@ int I_get_group(char *group) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -100,6 +104,8 @@ int I_get_group(char *group) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main stat = (fscanf(fd, "%s", group) == 1); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fclose(fd); @@ -142,6 +148,7 @@ int I_get_subgroup(const char *group, char *subgroup) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -157,6 +164,8 @@ int I_get_subgroup(const char *group, char *subgroup) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main stat = (fscanf(fd, "%255s", subgroup) == 1); ======= ======= @@ -167,6 +176,7 @@ int I_get_subgroup(const char *group, char *subgroup) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -188,6 +198,8 @@ int I_get_subgroup(const char *group, char *subgroup) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main stat = (fscanf(fd, "%s", subgroup) == 1); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) fclose(fd); @@ -319,6 +331,7 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD n = sscanf(buf, "%255s %255s %15s", name, mapset, color); /* better use INAME_LEN */ @@ -341,6 +354,8 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int n = sscanf(buf, "%255s %255s %15s", name, mapset, color); /* better use INAME_LEN */ ======= @@ -353,6 +368,7 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -361,6 +377,8 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= n = sscanf(buf, "%255s %255s %15s", name, mapset, color); /* better use INAME_LEN */ @@ -371,6 +389,7 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -388,6 +407,8 @@ static int get_ref(const char *group, const char *subgroup, const char *gmapset, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (n == 2 || n == 3) { I_add_file_to_group_ref(name, mapset, ref); if (n == 3) @@ -456,6 +477,7 @@ int I_init_ref_color_nums(struct Ref *ref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ref->blu.n >= 0) ======= @@ -477,6 +499,8 @@ int I_init_ref_color_nums(struct Ref *ref) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ref->grn.n >= 0) ======= ref->blu.n >= 0) @@ -487,6 +511,7 @@ int I_init_ref_color_nums(struct Ref *ref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ref->blu.n >= 0) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -521,6 +546,11 @@ int I_init_ref_color_nums(struct Ref *ref) ref->blu.n >= 0) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + ref->blu.n >= 0) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return 1; switch (ref->nfiles) { case 1: diff --git a/lib/imagery/iclass_perimeter.c b/lib/imagery/iclass_perimeter.c index 93998d66f31..f550fb4985d 100644 --- a/lib/imagery/iclass_perimeter.c +++ b/lib/imagery/iclass_perimeter.c @@ -225,6 +225,7 @@ int make_perimeter(struct line_pnts *points, IClass_perimeter *perimeter, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD i = first; /* stmt not necssary */ ======= @@ -246,6 +247,8 @@ int make_perimeter(struct line_pnts *points, IClass_perimeter *perimeter, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main i = first; /* stmt not necessary */ ======= i = first; /* stmt not necssary */ @@ -256,6 +259,7 @@ int make_perimeter(struct line_pnts *points, IClass_perimeter *perimeter, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= i = first; /* stmt not necssary */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -290,6 +294,11 @@ int make_perimeter(struct line_pnts *points, IClass_perimeter *perimeter, i = first; /* stmt not necssary */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + i = first; /* stmt not necssary */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main do { if (!skip) { diff --git a/lib/imagery/iclass_signatures.c b/lib/imagery/iclass_signatures.c index 6f11d817c7f..2123df6d51e 100644 --- a/lib/imagery/iclass_signatures.c +++ b/lib/imagery/iclass_signatures.c @@ -59,6 +59,7 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -109,6 +110,11 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) refer->file[i].name, refer->file[i].mapset); ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= + sigs->semantic_labels[i] = Rast_get_semantic_label_or_name( + refer->file[i].name, refer->file[i].mapset); +======= +>>>>>>> osgeo-main sigs->bandrefs[i] = Rast_read_bandref(refer->file[i].name, refer->file[i].mapset); if (!sigs->bandrefs[i]) { G_warning(_("Raster map <%s@%s> lacks band reference"), @@ -122,6 +128,7 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -130,6 +137,8 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= sigs->semantic_labels[i] = Rast_get_semantic_label_or_name( refer->file[i].name, refer->file[i].mapset); @@ -140,6 +149,7 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -148,6 +158,8 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= sigs->semantic_labels[i] = Rast_get_semantic_label_or_name( refer->file[i].name, refer->file[i].mapset); @@ -158,6 +170,7 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -179,6 +192,8 @@ int I_iclass_init_signatures(struct Signature *sigs, struct Ref *refer) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } return 1; @@ -251,6 +266,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -274,6 +290,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (!(outsig_fd = I_fopen_signature_file_new(file_name))) { G_warning(_("Unable to open output signature file '%s'"), file_name); return 0; @@ -286,6 +304,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (!(outsig_fd = I_fopen_signature_file_new(file_name))) { G_warning(_("Unable to open output signature file '%s'"), file_name); @@ -303,6 +322,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main if (! (outsig_fd = I_fopen_signature_file_new(file_name))) { @@ -315,6 +336,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -323,6 +345,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (!(outsig_fd = I_fopen_signature_file_new(file_name))) { G_warning(_("Unable to open output signature file '%s'"), file_name); @@ -334,6 +358,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -342,6 +367,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (!(outsig_fd = I_fopen_signature_file_new(file_name))) { G_warning(_("Unable to open output signature file '%s'"), file_name); @@ -353,6 +380,7 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -374,6 +402,8 @@ int I_iclass_write_signatures(struct Signature *sigs, const char *file_name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } I_write_signatures(outsig_fd, sigs); diff --git a/lib/imagery/iscatt_core.c b/lib/imagery/iscatt_core.c index 40ec63f961d..c37fdc2a180 100644 --- a/lib/imagery/iscatt_core.c +++ b/lib/imagery/iscatt_core.c @@ -531,6 +531,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -567,6 +568,10 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, ======= if (n_pixs != (row_size) / (int)sizeof(unsigned char)) { ======= +>>>>>>> osgeo-main +======= + if (n_pixs != (row_size) / (int)sizeof(unsigned char)) { +======= >>>>>>> osgeo-main if (n_pixs != (row_size) / sizeof(unsigned char)) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -582,6 +587,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -590,6 +596,8 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (n_pixs != (row_size) / sizeof(unsigned char)) { ======= @@ -602,6 +610,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -647,6 +656,8 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main G_free(rast_pixs); G_free(belongs_pix); G_warning( @@ -706,6 +717,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* pixels meets condtion defined in scatter plot -> ======= @@ -727,6 +739,8 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* pixels meets condition defined in scatter plot -> ======= /* pixels meets condtion defined in scatter plot -> @@ -737,6 +751,7 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /* pixels meets condtion defined in scatter plot -> >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -771,6 +786,11 @@ static int compute_scatts_from_chunk_row(struct scCats *scatt_conds, /* pixels meets condtion defined in scatter plot -> >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /* pixels meets condtion defined in scatter plot -> +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main belongs to scatter plot category */ if (i_scatt_conds[array_idx]) belongs_pix[i_rows_pix] = 1; @@ -837,6 +857,7 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -856,6 +877,8 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int *b_needed_bands, int *fd_cats_rasts, FILE **f_cats_rasts_conds, int n_a_cats) { @@ -868,6 +891,7 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -897,6 +921,10 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int *fd_cats_rasts, FILE **f_cats_rasts_conds, int n_a_cats) { @@ -913,6 +941,7 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -955,6 +984,11 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (band_id >= 0) { Rast_close(fd_bands[i]); G_free(bands_rows[band_id].row); @@ -996,6 +1030,7 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1038,6 +1073,11 @@ static void free_compute_scatts_data(int *fd_bands, struct rast_row *bands_rows, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } /*! @@ -1109,6 +1149,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1128,6 +1169,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for (i_cat = 0; i_cat < scatts->n_a_cats; i_cat++) fd_cats_rasts[i_cat] = -1; @@ -1139,6 +1182,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1168,6 +1212,10 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_zero(b_needed_bands, (size_t)n_bands * sizeof(int)); get_needed_bands(scatt_conds, &b_needed_bands[0]); @@ -1190,6 +1238,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD free_compute_scatts_data(fd_bands, bands_rows, n_a_bands, bands_ids, NULL, NULL, @@ -1209,6 +1258,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main free_compute_scatts_data( fd_bands, bands_rows, n_a_bands, bands_ids, b_needed_bands, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -1221,6 +1272,9 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1234,6 +1288,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1247,12 +1302,15 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning(_("Unable to find raster <%s>"), bands[band_id]); return -1; } if ((fd_bands[n_a_bands] = Rast_open_old(bands[band_id], mapset)) < 0) { +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1285,6 +1343,10 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main free_compute_scatts_data( fd_bands, bands_rows, n_a_bands, bands_ids, b_needed_bands, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -1298,6 +1360,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1371,12 +1434,17 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, bands_ids, NULL, NULL, scatt_conds->n_a_cats); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= free_compute_scatts_data(fd_bands, bands_rows, n_a_bands, bands_ids, NULL, NULL, scatt_conds->n_a_cats); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning(_("Unable to open raster <%s>"), bands[band_id]); return -1; } @@ -1401,6 +1469,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD free_compute_scatts_data(fd_bands, bands_rows, n_a_bands, bands_ids, NULL, NULL, @@ -1424,6 +1493,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main free_compute_scatts_data( fd_bands, bands_rows, n_a_bands, bands_ids, b_needed_bands, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -1438,6 +1509,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1446,6 +1518,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= free_compute_scatts_data(fd_bands, bands_rows, n_a_bands, bands_ids, NULL, NULL, @@ -1457,6 +1531,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1474,6 +1549,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning(_("Unable to read range of raster <%s>"), bands[band_id]); return -1; @@ -1498,6 +1575,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD else fd_cats_rasts[i_cat] = -1; @@ -1520,6 +1598,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= else fd_cats_rasts[i_cat] = -1; @@ -1530,6 +1610,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1538,6 +1619,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= else fd_cats_rasts[i_cat] = -1; @@ -1548,6 +1631,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1565,6 +1649,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (cats_rasts_conds[id_cat]) { f_cats_rasts_conds[i_cat] = fopen(cats_rasts_conds[id_cat], "r"); @@ -1578,6 +1664,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fd_bands, bands_rows, n_a_bands, bands_ids, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -1600,6 +1687,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fd_bands, bands_rows, n_a_bands, bands_ids, b_needed_bands, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); ======= @@ -1612,6 +1701,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1620,6 +1710,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fd_bands, bands_rows, n_a_bands, bands_ids, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -1630,6 +1722,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1647,6 +1740,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning( _("Unable to open category raster condition file <%s>"), bands[band_id]); @@ -1688,6 +1783,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -1710,6 +1806,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main b_needed_bands, fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); ======= @@ -1722,6 +1820,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1730,6 +1829,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fd_cats_rasts, f_cats_rasts_conds, scatt_conds->n_a_cats); @@ -1740,6 +1841,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1757,6 +1859,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return -1; } } @@ -1769,6 +1873,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fd_cats_rasts, f_cats_rasts_conds, ======= @@ -1790,6 +1895,8 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main b_needed_bands, fd_cats_rasts, f_cats_rasts_conds, ======= fd_cats_rasts, f_cats_rasts_conds, @@ -1800,6 +1907,7 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= fd_cats_rasts, f_cats_rasts_conds, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1834,6 +1942,11 @@ int I_compute_scatts(struct Cell_head *region, struct scCats *scatt_conds, fd_cats_rasts, f_cats_rasts_conds, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + fd_cats_rasts, f_cats_rasts_conds, +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main scatt_conds->n_a_cats); return 0; } diff --git a/lib/imagery/manage_signatures.c b/lib/imagery/manage_signatures.c index 64ffb8a1376..8961c39fac2 100644 --- a/lib/imagery/manage_signatures.c +++ b/lib/imagery/manage_signatures.c @@ -30,6 +30,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -71,6 +72,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \brief Get signature directory The directory will be in a form "signatures/". @@ -93,6 +98,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -107,6 +113,8 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else if (type == I_SIGFILE_TYPE_LIBSVM) { sprintf(dir, "signatures%clibsvm", HOST_DIRSEP); ======= @@ -117,6 +125,9 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -136,6 +147,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) sprintf(dir, "signatures%csig", HOST_DIRSEP); <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -172,12 +184,15 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) { if (type == I_SIGFILE_TYPE_SIG) { sprintf(dir, "signatures%csig", HOST_DIRSEP); +======= +>>>>>>> osgeo-main } else if (type == I_SIGFILE_TYPE_SIGSET) { <<<<<<< HEAD sprintf(element, "signatures%csigset", HOST_DIRSEP); >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= ======= @@ -207,6 +222,8 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= sprintf(dir, "signatures%csigset", HOST_DIRSEP); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -219,6 +236,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -232,6 +250,8 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else { G_fatal_error("Programming error: unknown signature file type"); } @@ -249,6 +269,7 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -290,6 +311,10 @@ void I_get_signatures_dir(char *dir, I_SIGFILE_TYPE type) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main \brief Make signature dir Creates directories for storage of signature files of specified type. @@ -311,6 +336,7 @@ void I_make_signatures_dir(I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -329,6 +355,9 @@ void I_make_signatures_dir(I_SIGFILE_TYPE type) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main \brief Make signature element (internal use only) ======= @@ -361,6 +390,7 @@ void I_make_signatures_dir(I_SIGFILE_TYPE type) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -432,6 +462,8 @@ void I_make_signatures_dir(I_SIGFILE_TYPE type) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); @@ -449,6 +481,7 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -490,6 +523,10 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * * If removal fails, prints a warning and returns 1. * It is safe to pass fully qualified names. @@ -501,6 +538,7 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -526,6 +564,9 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main * * If removal fails, prints a warning and returns 1. * It is safe to pass fully qualified names. @@ -537,6 +578,7 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -545,6 +587,8 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= * * If removal fails, prints a warning and returns 1. @@ -557,6 +601,7 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -590,6 +635,10 @@ static int list_by_type(I_SIGFILE_TYPE, const char *, int, char ***); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * \param type I_SIGFILE_TYPE signature type * \param name of signature to remove * \return 0 on success @@ -609,6 +658,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -638,6 +688,10 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) ======= char dir[GNAME_MAX]; ======= +>>>>>>> osgeo-main +======= + char dir[GNAME_MAX]; +======= >>>>>>> osgeo-main char element[GNAME_MAX]; int ret = 0; @@ -654,6 +708,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -697,6 +752,8 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_debug(1, "I_signatures_remove(%d, %s);", type, name); @@ -714,6 +771,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -755,6 +813,10 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_warning(_("%s is not in the current mapset (%s)"), name, G_mapset()); return 1; } @@ -768,6 +830,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -793,6 +856,9 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main G_warning(_("%s is not in the current mapset (%s)"), name, G_mapset()); return 1; @@ -807,6 +873,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -815,6 +882,8 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_warning(_("%s is not in the current mapset (%s)"), name, G_mapset()); return 1; @@ -829,6 +898,7 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -862,6 +932,10 @@ int I_signatures_remove(I_SIGFILE_TYPE type, const char *name) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_verbose_message(_("%s removed"), name); return 0; } @@ -901,6 +975,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -942,6 +1017,10 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char dir[GNAME_MAX]; const char *smapset; char old_path[GPATH_MAX], new_path[GPATH_MAX]; @@ -955,6 +1034,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -980,6 +1060,9 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main char element[GNAME_MAX]; const char *smapset; char old_path[GPATH_MAX], new_path[GPATH_MAX]; @@ -993,6 +1076,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1001,6 +1085,8 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= char dir[GNAME_MAX]; const char *smapset; @@ -1015,6 +1101,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1048,6 +1135,10 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Copy only if mapset of new name is the current mapset */ if (G_name_is_fully_qualified(new_name, tname, tmapset)) { @@ -1078,6 +1169,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1119,6 +1211,10 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main I_make_signatures_dir(type); I_get_signatures_dir(dir, type); @@ -1135,6 +1231,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1153,6 +1250,9 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main I__make_signatures_element(type); ======= @@ -1179,6 +1279,7 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1238,6 +1339,8 @@ int I_signatures_copy(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning(_("Unable to copy <%s> to current mapset as <%s>"), G_fully_qualified_name(old_name, smapset), tname); return 1; @@ -1272,6 +1375,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1301,6 +1405,10 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, ======= char dir[GNAME_MAX]; ======= +>>>>>>> osgeo-main +======= + char dir[GNAME_MAX]; +======= >>>>>>> osgeo-main char element[GNAME_MAX]; >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1316,6 +1424,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1357,6 +1466,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main const char *smapset; char old_path[GPATH_MAX], new_path[GPATH_MAX]; @@ -1399,6 +1510,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1416,6 +1528,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1425,6 +1539,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1450,6 +1565,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_get_signatures_dir(dir, type); /* Note – we need whole directory not just an element in it thus G_file_name and not G_file_name_misc */ @@ -1465,6 +1582,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1494,6 +1612,9 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main I__get_signatures_element(element, type); G_file_name(old_path, element, sname, tmapset); G_file_name(new_path, element, tname, tmapset); @@ -1504,6 +1625,9 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1518,6 +1642,7 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1543,6 +1668,8 @@ int I_signatures_rename(I_SIGFILE_TYPE type, const char *old_name, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (G_rename_file(old_path, new_path) != 0) { G_warning(_("Unable to rename <%s> to <%s>"), old_name, new_name); @@ -1599,6 +1726,7 @@ int I_signatures_list_by_type(I_SIGFILE_TYPE type, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * Sets pointer to NULL to prevent accidental use after free. ======= @@ -1626,6 +1754,10 @@ int I_signatures_list_by_type(I_SIGFILE_TYPE type, const char *mapset, * Sets pointer to NULL to prevent accidental use after free. ======= >>>>>>> osgeo-main +======= + * Sets pointer to NULL to prevent accidental use after free. +======= +>>>>>>> osgeo-main >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= * Sets pointer to NULL to prevent accidental use after free. @@ -1637,6 +1769,7 @@ int I_signatures_list_by_type(I_SIGFILE_TYPE type, const char *mapset, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1688,6 +1821,8 @@ int I_signatures_list_by_type(I_SIGFILE_TYPE type, const char *mapset, * Sets pointer to NULL to prevent accidental use after free. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * * \param int Return value of I_signatures_list_by_type() * \param pointer to array filled by I_signatures_list_by_type() @@ -1708,6 +1843,7 @@ void I_free_signatures_list(int count, char ***list) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *list = NULL; ======= @@ -1735,6 +1871,10 @@ void I_free_signatures_list(int count, char ***list) *list = NULL; ======= >>>>>>> osgeo-main +======= + *list = NULL; +======= +>>>>>>> osgeo-main >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= *list = NULL; @@ -1746,6 +1886,7 @@ void I_free_signatures_list(int count, char ***list) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1797,6 +1938,8 @@ void I_free_signatures_list(int count, char ***list) *list = NULL; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, @@ -1815,6 +1958,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1856,6 +2000,10 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char dir[GNAME_MAX]; char **dirlist; @@ -1868,6 +2016,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1893,6 +2042,9 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main char element[GNAME_MAX]; char **dirlist; @@ -1905,6 +2057,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1913,6 +2066,8 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= char dir[GNAME_MAX]; char **dirlist; @@ -1926,6 +2081,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1959,6 +2115,10 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (access(path, 0) != 0) { return count; @@ -1982,6 +2142,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2023,6 +2184,10 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *out_list = (char **)G_realloc(*out_list, (base + count) * sizeof(char *)); for (int i = 0; i < count; i++) { (*out_list)[base + i] = (char *)G_malloc( @@ -2034,6 +2199,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD } ======= @@ -2050,6 +2216,8 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_free(dirlist[i]); } G_free(dirlist); @@ -2062,6 +2230,9 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2084,6 +2255,7 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2123,6 +2295,8 @@ static int list_by_type(I_SIGFILE_TYPE type, const char *mapset, int base, >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return count; } diff --git a/lib/imagery/sig.c b/lib/imagery/sig.c index 1f789586c74..83ceeb588ae 100644 --- a/lib/imagery/sig.c +++ b/lib/imagery/sig.c @@ -25,6 +25,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -48,6 +49,8 @@ int I_init_signatures(struct Signature *S, int nbands) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) S->semantic_labels[i] = NULL; @@ -60,6 +63,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -77,6 +81,8 @@ int I_init_signatures(struct Signature *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main S->bandrefs = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) S->bandrefs[i] = NULL; @@ -87,6 +93,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -95,6 +102,8 @@ int I_init_signatures(struct Signature *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -106,6 +115,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -114,6 +124,8 @@ int I_init_signatures(struct Signature *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -125,6 +137,7 @@ int I_init_signatures(struct Signature *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -146,6 +159,8 @@ int I_init_signatures(struct Signature *S, int nbands) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S->nsigs = 0; S->have_oclass = 0; S->sig = NULL; @@ -210,6 +225,7 @@ int I_free_signatures(struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -251,6 +267,10 @@ int I_free_signatures(struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main free(S->semantic_labels[n]); free(S->semantic_labels); @@ -263,6 +283,7 @@ int I_free_signatures(struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -288,6 +309,9 @@ int I_free_signatures(struct Signature *S) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main free(S->bandrefs[n]); free(S->bandrefs); @@ -300,6 +324,7 @@ int I_free_signatures(struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -308,6 +333,8 @@ int I_free_signatures(struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= free(S->semantic_labels[n]); free(S->semantic_labels); @@ -321,6 +348,7 @@ int I_free_signatures(struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -354,6 +382,10 @@ int I_free_signatures(struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S->nbands = 0; S->nsigs = 0; S->title[0] = '\0'; @@ -434,6 +466,7 @@ int I_read_one_signature(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -457,6 +490,8 @@ int I_read_one_signature(FILE *fd, struct Signature *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int I_read_signatures(FILE *fd, struct Signature *S) { int ver, n, pos; @@ -472,6 +507,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int I_read_signatures(FILE *fd, struct Signature *S) { int ver, n, pos; @@ -490,6 +526,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main int I_read_signatures(FILE * fd, struct Signature *S) { int ver, n, pos; @@ -502,6 +540,7 @@ int I_read_signatures(FILE * fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -511,6 +550,8 @@ int I_read_signatures(FILE * fd, struct Signature *S) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int I_read_signatures(FILE *fd, struct Signature *S) { int ver, n, pos; @@ -523,6 +564,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -532,6 +574,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int I_read_signatures(FILE *fd, struct Signature *S) { int ver, n, pos; @@ -544,6 +588,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -565,6 +610,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_init_signatures(S, 0); S->title[0] = 0; @@ -584,6 +631,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -619,6 +667,11 @@ int I_read_signatures(FILE *fd, struct Signature *S) /* Current version number is 2 */ if (!(ver == 1 || ver == 2)) { ======= +>>>>>>> osgeo-main +======= + /* Current version number is 2 */ + if (!(ver == 1 || ver == 2)) { +======= >>>>>>> osgeo-main /* Current version number is 1 */ if (ver != 1) { @@ -637,6 +690,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -683,6 +737,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning(_("Invalid signature file version")); return -1; } @@ -705,6 +761,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -746,6 +803,10 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Read semantic labels and count them to set nbands */ n = 0; pos = 0; @@ -763,6 +824,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -781,6 +843,9 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main /* Read band references and count them to set nbands */ ======= @@ -809,6 +874,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -872,6 +938,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main n++; } S->nbands = n; @@ -889,6 +957,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -930,6 +999,10 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main semantic_label[pos] = '\0'; S->semantic_labels[n] = G_store(semantic_label); n++; @@ -943,6 +1016,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -968,6 +1042,9 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main bandref[pos] = '\0'; S->bandrefs[n] = G_store(bandref); n++; @@ -980,6 +1057,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -988,6 +1066,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= semantic_label[pos] = '\0'; S->semantic_labels[n] = G_store(semantic_label); @@ -1002,6 +1082,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1035,6 +1116,10 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main pos = 0; prev = c; continue; @@ -1050,6 +1135,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1091,6 +1177,10 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Semantic labels are limited to GNAME_MAX - 1 + \0 in length; * n is 0-based */ if (pos == (GNAME_MAX - 2)) { @@ -1106,6 +1196,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1124,6 +1215,9 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main /* Band references are limited to GNAME_MAX - 1 + \0 in length; ======= @@ -1149,6 +1243,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1206,6 +1301,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main pos++; prev = c; } @@ -1226,6 +1323,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1243,6 +1341,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1252,6 +1352,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1277,6 +1378,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Read marker of original class value presence */ if (ver >= 2 && fscanf(fd, "%d", &S->have_oclass) != 1) { G_warning(_("Invalid signature file: Original class value presence not " @@ -1296,6 +1399,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1310,6 +1414,9 @@ int I_read_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main while ((n = I_read_one_signature(fd, S)) == 1) ; >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1321,6 +1428,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1368,6 +1476,8 @@ int I_read_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (n < 0) return -1; @@ -1399,6 +1509,7 @@ int I_read_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1429,6 +1540,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) int I_write_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> osgeo-main +======= +int I_write_signatures(FILE *fd, struct Signature *S) +======= +>>>>>>> osgeo-main int I_write_signatures(FILE * fd, struct Signature *S) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= @@ -1443,6 +1558,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1484,6 +1600,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int k; int n; @@ -1504,6 +1622,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1545,6 +1664,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(fd, "2\n"); /* Title of signatures */ fprintf(fd, "#%s\n", S->title); @@ -1586,6 +1709,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1621,6 +1745,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fprintf(fd, "1\n"); ======= @@ -1641,6 +1767,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -1672,6 +1799,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main s = &S->sig[k]; if (s->status != 1) continue; @@ -1697,6 +1826,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1705,6 +1835,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= s = &S->sig[k]; if (s->status != 1) @@ -1734,6 +1866,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1767,6 +1900,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } return 1; } @@ -1785,6 +1922,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1826,6 +1964,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * The function will check for semantic label match between signature struct * and imagery group. * @@ -1853,6 +1995,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1871,6 +2014,9 @@ int I_write_signatures(FILE *fd, struct Signature *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main * The function will check for band reference match between signature struct ======= @@ -1908,6 +2054,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1989,6 +2136,8 @@ int I_write_signatures(FILE *fd, struct Signature *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * * \param *Signature existing signatures to check & sort * \param *Ref group reference @@ -2007,6 +2156,7 @@ int I_write_signatures(FILE *fd, struct Signature *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2048,6 +2198,10 @@ int I_write_signatures(FILE *fd, struct Signature *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char **I_sort_signatures_by_semantic_label(struct Signature *S, const struct Ref *R) { @@ -2062,6 +2216,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2087,6 +2242,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main char **I_sort_signatures_by_bandref(struct Signature *S, const struct Ref *R) { unsigned int total, complete; unsigned int *match1, *match2, mc1, mc2, *new_order; @@ -2099,6 +2257,7 @@ char **I_sort_signatures_by_bandref(struct Signature *S, const struct Ref *R) { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2108,6 +2267,8 @@ char **I_sort_signatures_by_bandref(struct Signature *S, const struct Ref *R) { ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= char **I_sort_signatures_by_semantic_label(struct Signature *S, const struct Ref *R) { @@ -2122,6 +2283,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2155,6 +2317,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Safety measure. Untranslated as this should not happen in production! */ if (S->nbands < 1 || R->nfiles < 1) @@ -2170,6 +2336,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2211,6 +2378,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "I_sort_signatures_by_semantic_label(%d, %d);", S->nbands, R->nfiles); @@ -2226,6 +2397,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2244,6 +2416,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main "I_sort_signatures_by_bandref(%d, %d);", S->nbands, R->nfiles); ======= @@ -2269,6 +2444,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2326,6 +2502,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* If lengths are not equal, there will be a mismatch */ @@ -2348,6 +2526,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2377,6 +2556,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= new_semantic_labels = (char **)G_malloc(S->nbands * sizeof(char *)); ======= +>>>>>>> osgeo-main +======= + new_semantic_labels = (char **)G_malloc(S->nbands * sizeof(char *)); +======= >>>>>>> osgeo-main new_bandrefs = (char **)G_malloc(S->nbands * sizeof(char *)); >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2392,6 +2575,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2433,6 +2617,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main new_means = (double **)G_malloc(S->nsigs * sizeof(double *)); // new_vars[S.sig[x]][band1][band1] new_vars = (double ***)G_malloc(S->nsigs * sizeof(double **)); @@ -2457,6 +2643,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2474,6 +2661,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2483,6 +2672,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2508,6 +2698,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (S->semantic_labels[i] && group_semantic_labels[j] && !strcmp(S->semantic_labels[i], group_semantic_labels[j])) { if (complete) { @@ -2529,6 +2721,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2558,6 +2751,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main if (S->bandrefs[i] && group_bandrefs[j] && !strcmp(S->bandrefs[i], group_bandrefs[j])) { if (complete) { @@ -2576,6 +2772,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2590,6 +2789,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2615,6 +2815,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } } } @@ -2630,6 +2832,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2659,6 +2862,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= /* Check for semantic label mismatch */ ======= +>>>>>>> osgeo-main +======= + /* Check for semantic label mismatch */ +======= >>>>>>> osgeo-main /* Check for band reference mismatch */ >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2674,6 +2881,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2715,6 +2923,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main mc1 = mc2 = 0; mismatches = (char **)G_malloc(2 * sizeof(char **)); mismatches[0] = NULL; @@ -2733,6 +2943,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -2798,6 +3009,12 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) + for (unsigned int i = 0; i < (unsigned int)S->nbands; i++) { +======= +>>>>>>> osgeo-main for (unsigned int i = 0; i < S->nbands; i++) { ======= for (unsigned int i = 0; i < (unsigned int)S->nbands; i++) { @@ -2809,6 +3026,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2822,6 +3040,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (!match1[i]) { if (S->semantic_labels[i]) total = total + strlen(S->semantic_labels[i]); @@ -2836,6 +3056,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -2846,6 +3067,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) for (unsigned int i = 0; i < S->nbands; i++) { @@ -2870,6 +3093,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2937,6 +3161,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, (char *)G_realloc(mismatches[0], total * sizeof(char *)); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (mc1) strcat(mismatches[0], ","); else @@ -2952,6 +3178,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2993,6 +3220,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (S->semantic_labels[i]) strcat(mismatches[0], S->semantic_labels[i]); else @@ -3004,6 +3235,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3029,6 +3261,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main if (S->bandrefs[i]) strcat(mismatches[0], S->bandrefs[i]); else @@ -3040,6 +3275,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3048,6 +3284,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (S->semantic_labels[i]) strcat(mismatches[0], S->semantic_labels[i]); @@ -3060,6 +3298,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3093,6 +3332,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mc1++; total = total + 1; } @@ -3111,6 +3354,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -3176,6 +3420,12 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) + for (unsigned int j = 0; j < (unsigned int)R->nfiles; j++) { +======= +>>>>>>> osgeo-main for (unsigned int j = 0; j < R->nfiles; j++) { ======= for (unsigned int j = 0; j < (unsigned int)R->nfiles; j++) { @@ -3187,6 +3437,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3200,6 +3451,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (!match2[j]) { if (group_semantic_labels[j]) total = total + strlen(group_semantic_labels[j]); @@ -3214,6 +3467,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3224,6 +3478,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) for (unsigned int j = 0; j < R->nfiles; j++) { @@ -3248,6 +3504,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3315,6 +3572,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, (char *)G_realloc(mismatches[1], total * sizeof(char *)); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (mc2) strcat(mismatches[1], ","); else @@ -3330,6 +3589,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3371,6 +3631,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (group_semantic_labels[j]) strcat(mismatches[1], group_semantic_labels[j]); else @@ -3382,6 +3646,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3407,6 +3672,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main if (group_bandrefs[j]) strcat(mismatches[1], group_bandrefs[j]); else @@ -3418,6 +3686,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3426,6 +3695,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (group_semantic_labels[j]) strcat(mismatches[1], group_semantic_labels[j]); @@ -3438,6 +3709,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3471,6 +3743,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mc2++; total = total + 1; } @@ -3492,6 +3768,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -3557,6 +3834,12 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) + for (unsigned int b1 = 0; b1 < (unsigned int)S->nbands; b1++) { +======= +>>>>>>> osgeo-main for (unsigned int b1 = 0; b1 < S->nbands; b1++) { ======= for (unsigned int b1 = 0; b1 < (unsigned int)S->nbands; b1++) { @@ -3568,6 +3851,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3581,6 +3865,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main new_means[c][new_order[b1]] = S->sig[c].mean[b1]; for (unsigned int b2 = 0; b2 <= b1; b2++) { if (new_order[b1] > new_order[b2]) { @@ -3597,6 +3883,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -3629,6 +3916,11 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (unsigned int b1 = 0; b1 < S->nbands; b1++) { new_means[c][new_order[b1]] = S->sig[c].mean[b1]; for (unsigned int b2 = 0; b2 <= b1; b2++) { @@ -3639,6 +3931,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3665,6 +3960,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3716,6 +4012,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } } } @@ -3733,6 +4031,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3774,6 +4073,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main memcpy(S->semantic_labels, new_semantic_labels, S->nbands * sizeof(char **)); for (unsigned int c = S->nsigs; c--;) { @@ -3788,6 +4091,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3813,6 +4117,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main memcpy(S->bandrefs, new_bandrefs, S->nbands * sizeof(char **)); for (unsigned int c = S->nsigs; c--;) { memcpy(S->sig[c].mean, new_means[c], S->nbands * sizeof(double)); @@ -3825,6 +4132,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3833,6 +4141,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= memcpy(S->semantic_labels, new_semantic_labels, S->nbands * sizeof(char **)); @@ -3848,6 +4158,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3881,6 +4192,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } } @@ -3897,6 +4212,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3938,6 +4254,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main free(group_semantic_labels[j]); free(group_semantic_labels); free(new_order); @@ -3951,6 +4271,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3976,6 +4297,9 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main free(group_bandrefs[j]); free(group_bandrefs); free(new_order); @@ -3989,6 +4313,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3997,6 +4322,8 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= free(group_semantic_labels[j]); free(group_semantic_labels); @@ -4011,6 +4338,7 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4044,6 +4372,10 @@ char **I_sort_signatures_by_semantic_label(struct Signature *S, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (unsigned int c = S->nsigs; c--;) { free(new_means[c]); for (unsigned int i = S->nbands; i--;) diff --git a/lib/imagery/sigfile.c b/lib/imagery/sigfile.c index 657d93d8a7e..3471843101b 100644 --- a/lib/imagery/sigfile.c +++ b/lib/imagery/sigfile.c @@ -28,6 +28,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -51,6 +52,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Returns a pointer to FILE for writing signature file. Use fclose on the pointer to close after use. @@ -63,6 +66,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD Returns a pointer to FILE for writing signature file. Use fclose on the pointer to close after use. @@ -76,6 +80,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= Returns a pointer to FILE for writing signature file. @@ -88,6 +94,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -96,6 +103,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= Returns a pointer to FILE for writing signature file. Use fclose on the pointer to close after use. @@ -107,6 +116,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -130,6 +140,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main \param name signature filename \return pointer to FILE @@ -148,6 +160,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -189,6 +202,10 @@ FILE *I_fopen_signature_file_new(const char *name) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char dir[GNAME_MAX]; FILE *fd; @@ -204,6 +221,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -218,6 +236,9 @@ FILE *I_fopen_signature_file_new(const char *name) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main char element[GNAME_MAX]; ======= @@ -237,6 +258,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -290,6 +312,8 @@ FILE *I_fopen_signature_file_new(const char *name) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return fd; } @@ -307,6 +331,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -324,6 +349,8 @@ FILE *I_fopen_signature_file_new(const char *name) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -333,6 +360,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -358,6 +386,8 @@ FILE *I_fopen_signature_file_new(const char *name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Use fully qualified names for signatures from other mapsets. Returns a pointer to FILE with signature. Use fclose on the pointer @@ -372,6 +402,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -386,6 +417,9 @@ FILE *I_fopen_signature_file_new(const char *name) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main Use fully qualified names for signatures from other mapsets >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -397,6 +431,7 @@ FILE *I_fopen_signature_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -444,6 +479,8 @@ FILE *I_fopen_signature_file_new(const char *name) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main \param name signature filename @@ -464,6 +501,7 @@ FILE *I_fopen_signature_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -493,6 +531,10 @@ FILE *I_fopen_signature_file_old(const char *name) ======= char dir[GNAME_MAX]; ======= +>>>>>>> osgeo-main +======= + char dir[GNAME_MAX]; +======= >>>>>>> osgeo-main char element[GNAME_MAX]; >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -508,6 +550,7 @@ FILE *I_fopen_signature_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -549,6 +592,8 @@ FILE *I_fopen_signature_file_old(const char *name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main FILE *fd; if (G_unqualified_name(name, NULL, sig_name, sig_mapset) == 0) @@ -565,6 +610,7 @@ FILE *I_fopen_signature_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -600,6 +646,11 @@ FILE *I_fopen_signature_file_old(const char *name) I_get_signatures_dir(dir, I_SIGFILE_TYPE_SIG); fd = G_fopen_old_misc(dir, "sig", sig_name, sig_mapset); ======= +>>>>>>> osgeo-main +======= + I_get_signatures_dir(dir, I_SIGFILE_TYPE_SIG); + fd = G_fopen_old_misc(dir, "sig", sig_name, sig_mapset); +======= >>>>>>> osgeo-main I__get_signatures_element(element, I_SIGFILE_TYPE_SIG); fd = G_fopen_old(element, sig_name, sig_mapset); @@ -618,6 +669,7 @@ FILE *I_fopen_signature_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -664,6 +716,8 @@ FILE *I_fopen_signature_file_old(const char *name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return fd; } diff --git a/lib/imagery/sigset.c b/lib/imagery/sigset.c index da37fdb45cf..678a9d84921 100644 --- a/lib/imagery/sigset.c +++ b/lib/imagery/sigset.c @@ -13,6 +13,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54,6 +55,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include static int gettag(FILE *, char *); @@ -65,6 +70,7 @@ static int get_semantic_labels(FILE *, struct SigSet *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -90,6 +96,9 @@ static int get_semantic_labels(FILE *, struct SigSet *); ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main static int gettag(FILE *, char *); static int get_bandrefs(FILE *, struct SigSet *); @@ -100,6 +109,7 @@ static int get_bandrefs(FILE *, struct SigSet *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -109,6 +119,8 @@ static int get_bandrefs(FILE *, struct SigSet *); ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #include static int gettag(FILE *, char *); @@ -120,6 +132,7 @@ static int get_semantic_labels(FILE *, struct SigSet *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -153,6 +166,10 @@ static int get_semantic_labels(FILE *, struct SigSet *); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main static int get_title(FILE *, struct SigSet *); static int get_class(FILE *, struct SigSet *); static int get_classnum(FILE *, struct ClassSig *); @@ -222,6 +239,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -245,6 +263,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) S->semantic_labels[i] = NULL; @@ -257,6 +277,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -274,6 +295,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main S->bandrefs = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) S->bandrefs[i] = NULL; @@ -284,6 +307,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -292,6 +316,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -303,6 +329,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -311,6 +338,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S->semantic_labels = (char **)G_malloc(nbands * sizeof(char **)); for (int i = 0; i < nbands; i++) @@ -322,6 +351,7 @@ int I_InitSigSet(struct SigSet *S, int nbands) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -343,6 +373,8 @@ int I_InitSigSet(struct SigSet *S, int nbands) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S->nclasses = 0; S->ClassSig = NULL; S->title = NULL; @@ -425,6 +457,7 @@ struct SubSig *I_NewSubSig(struct SigSet *S, struct ClassSig *C) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -455,6 +488,10 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) int I_ReadSigSet(FILE *fd, struct SigSet *S) ======= >>>>>>> osgeo-main +======= +int I_ReadSigSet(FILE *fd, struct SigSet *S) +======= +>>>>>>> osgeo-main int I_ReadSigSet(FILE * fd, struct SigSet *S) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= @@ -469,6 +506,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -510,6 +548,8 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { char tag[256]; unsigned int version; @@ -525,6 +565,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -550,6 +591,9 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main } if (version != 1) { G_warning(_("Invalid signature file version")); @@ -565,6 +609,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -577,6 +622,8 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (eq(tag, "title:")) if (get_title(fd, S) != 0) return -1; @@ -593,6 +640,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -622,6 +670,10 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } if (version != 1) { G_warning(_("Invalid signature file version")); @@ -647,6 +699,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -672,6 +725,9 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main if (eq(tag, "title:")) if (get_title(fd, S) != 0) return -1; @@ -689,6 +745,7 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -718,6 +775,10 @@ int I_ReadSigSet(FILE *fd, struct SigSet *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return 1; /* for now assume success */ } @@ -735,6 +796,7 @@ static int gettag(FILE *fd, char *tag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -764,6 +826,10 @@ static int gettag(FILE *fd, char *tag) ======= return 0; ======= +>>>>>>> osgeo-main +======= + return 0; +======= >>>>>>> osgeo-main return 0; >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -779,6 +845,7 @@ static int gettag(FILE *fd, char *tag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -820,6 +887,8 @@ static int gettag(FILE *fd, char *tag) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_strip(tag); return 1; } @@ -835,6 +904,7 @@ static int gettag(FILE *fd, char *tag) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -876,6 +946,10 @@ static int gettag(FILE *fd, char *tag) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main static int get_semantic_labels(FILE *fd, struct SigSet *S) { int n, pos; @@ -934,6 +1008,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1003,6 +1078,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= static int get_bandrefs(FILE * fd, struct SigSet *S) ======= static int get_semantic_labels(FILE *fd, struct SigSet *S) @@ -1056,6 +1133,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= static int get_bandrefs(FILE * fd, struct SigSet *S) @@ -1126,6 +1204,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (!(S->nbands > 0)) { G_warning(_("Signature file does not contain bands")); return -1; @@ -1137,6 +1217,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -1149,6 +1230,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S->bandrefs = (char **)G_realloc(S->bandrefs, S->nbands * sizeof(char **)); for (unsigned int i = S->nbands; i--;) { if (strlen(bandrefs[i]) > (GNAME_MAX - 1)) { @@ -1165,6 +1248,9 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1179,6 +1265,7 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1204,6 +1291,8 @@ static int get_semantic_labels(FILE *fd, struct SigSet *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return 0; } @@ -1224,6 +1313,7 @@ static int get_title(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1253,6 +1343,10 @@ static int get_title(FILE *fd, struct SigSet *S) ======= if (fscanf(fd, "%1023[^\n]", title) != 1) ======= +>>>>>>> osgeo-main +======= + if (fscanf(fd, "%1023[^\n]", title) != 1) +======= >>>>>>> osgeo-main if (fscanf(fd, "%1024[^\n]", title) != 1) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1268,6 +1362,7 @@ static int get_title(FILE *fd, struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1309,6 +1404,8 @@ static int get_title(FILE *fd, struct SigSet *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return -1; G_strip(title); I_SetSigTitle(S, title); @@ -1374,6 +1471,7 @@ static int get_classtitle(FILE *fd, struct ClassSig *C) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1403,6 +1501,10 @@ static int get_classtitle(FILE *fd, struct ClassSig *C) ======= if (fscanf(fd, "%1023[^\n]", title) != 1) ======= +>>>>>>> osgeo-main +======= + if (fscanf(fd, "%1023[^\n]", title) != 1) +======= >>>>>>> osgeo-main if (fscanf(fd, "%1024[^\n]", title) != 1) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1418,6 +1520,7 @@ static int get_classtitle(FILE *fd, struct ClassSig *C) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1459,6 +1562,8 @@ static int get_classtitle(FILE *fd, struct ClassSig *C) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return -1; G_strip(title); I_SetClassTitle(C, title); @@ -1579,6 +1684,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1602,6 +1708,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main fprintf(fd, "semantic_labels: "); for (i = 0; i < S->nbands; i++) { fprintf(fd, "%s ", S->semantic_labels[i]); @@ -1614,6 +1722,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fprintf(fd, "semantic_labels: "); for (i = 0; i < S->nbands; i++) { @@ -1631,6 +1740,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main fprintf(fd, "bandrefs: "); for (i = 0; i < S->nbands; i++) { fprintf(fd, "%s ", S->bandrefs[i]); @@ -1641,6 +1752,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1649,6 +1761,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fprintf(fd, "semantic_labels: "); for (i = 0; i < S->nbands; i++) { @@ -1660,6 +1774,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1668,6 +1783,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fprintf(fd, "semantic_labels: "); for (i = 0; i < S->nbands; i++) { @@ -1679,6 +1796,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1700,6 +1818,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } fprintf(fd, "\n"); for (i = 0; i < S->nclasses; i++) { @@ -1750,6 +1870,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1791,6 +1912,10 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * The function will check for semantic label match between sigset struct * and imagery group. * @@ -1802,6 +1927,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1827,6 +1953,9 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main * The function will check for band reference match between sigset struct * and imagery group. * @@ -1838,6 +1967,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1846,6 +1976,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= * The function will check for semantic label match between sigset struct * and imagery group. @@ -1858,6 +1990,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1891,6 +2024,10 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * struct SigSet are reordered to match the order of imagery group items. * This reordering is done only for items present in the sigset file. * Thus reordering should be done only after calling I_ReadSigSet. @@ -1906,6 +2043,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1947,6 +2085,10 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * If all semantic labels are not identical (in * arbitrary order), function will return two dimensional array with * comma separated list of: @@ -1968,6 +2110,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1986,6 +2129,9 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main * If all band references are not identical (in ======= @@ -2017,6 +2163,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2086,6 +2233,8 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * * \param *SigSet existing signatures to check & sort * \param *Ref group reference @@ -2104,6 +2253,7 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2145,6 +2295,10 @@ int I_WriteSigSet(FILE *fd, const struct SigSet *S) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) { unsigned int total, complete; @@ -2158,6 +2312,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2183,6 +2338,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main char **I_SortSigSetByBandref(struct SigSet *S, const struct Ref *R) { unsigned int total, complete; unsigned int *match1, *match2, mc1, mc2, *new_order; @@ -2195,6 +2353,7 @@ char **I_SortSigSetByBandref(struct SigSet *S, const struct Ref *R) { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2204,6 +2363,8 @@ char **I_SortSigSetByBandref(struct SigSet *S, const struct Ref *R) { ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) { unsigned int total, complete; @@ -2217,6 +2378,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2250,6 +2412,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Safety measure. Untranslated as this should not happen in production! */ if (S->nbands < 1 || R->nfiles < 1) @@ -2265,6 +2431,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2306,6 +2473,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "I_sort_signatures_by_semantic_label(%d, %d);", S->nbands, R->nfiles); @@ -2321,6 +2492,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2339,6 +2511,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main "I_sort_signatures_by_bandref(%d, %d);", S->nbands, R->nfiles); ======= @@ -2364,6 +2539,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2421,6 +2597,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } /* If lengths are not equal, there will be a mismatch */ @@ -2443,6 +2621,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2472,6 +2651,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= new_semantic_labels = (char **)G_malloc(S->nbands * sizeof(char *)); ======= +>>>>>>> osgeo-main +======= + new_semantic_labels = (char **)G_malloc(S->nbands * sizeof(char *)); +======= >>>>>>> osgeo-main new_bandrefs = (char **)G_malloc(S->nbands * sizeof(char *)); >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2487,6 +2670,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2528,6 +2712,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main new_means = (double ***)G_malloc(S->nclasses * sizeof(double **)); // new_vars[S.ClassSig[x]][.SubSig[y]][R[band1]][R[band1]] new_vars = (double ****)G_malloc(S->nclasses * sizeof(double ***)); @@ -2543,6 +2729,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2560,6 +2747,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2569,6 +2758,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2594,6 +2784,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main new_means[c] = (double **)G_malloc(S->ClassSig[c].nsubclasses * sizeof(double *)); new_vars[c] = (double ***)G_malloc(S->ClassSig[c].nsubclasses * @@ -2608,6 +2800,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2626,6 +2819,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main new_means[c] = (double **)G_malloc(S->ClassSig[c].nsubclasses * sizeof(double *)); new_vars[c] = (double ***)G_malloc(S->ClassSig[c].nsubclasses * sizeof(double **)); @@ -2640,6 +2836,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2678,6 +2875,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for (unsigned int s = S->ClassSig[c].nsubclasses; s--;) { new_means[c][s] = (double *)G_malloc(S->nbands * sizeof(double)); new_vars[c][s] = (double **)G_malloc(S->nbands * sizeof(double *)); @@ -2693,6 +2892,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2728,6 +2928,11 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) new_vars[c][s][i] = (double *)G_malloc(S->nbands * sizeof(double)); ======= +>>>>>>> osgeo-main +======= + new_vars[c][s][i] = + (double *)G_malloc(S->nbands * sizeof(double)); +======= >>>>>>> osgeo-main new_vars[c][s][i] = (double *)G_malloc(S->nbands * sizeof(double)); >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2745,6 +2950,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2789,6 +2995,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } } @@ -2806,6 +3014,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2823,6 +3032,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2832,6 +3043,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2857,6 +3069,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (S->semantic_labels[i] && group_semantic_labels[j] && !strcmp(S->semantic_labels[i], group_semantic_labels[j])) { if (complete) { @@ -2878,6 +3092,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2907,6 +3122,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main if (S->bandrefs[i] && group_bandrefs[j] && !strcmp(S->bandrefs[i], group_bandrefs[j])) { if (complete) { @@ -2925,6 +3143,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2939,6 +3160,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2964,6 +3186,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } } } @@ -2979,6 +3203,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3008,6 +3233,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= /* Check for semantic label mismatch */ ======= +>>>>>>> osgeo-main +======= + /* Check for semantic label mismatch */ +======= >>>>>>> osgeo-main /* Check for band reference mismatch */ >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3023,6 +3252,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3064,6 +3294,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main mc1 = mc2 = 0; mismatches = (char **)G_malloc(2 * sizeof(char **)); mismatches[0] = NULL; @@ -3082,6 +3314,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -3147,6 +3380,12 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) + for (unsigned int i = 0; i < (unsigned int)S->nbands; i++) { +======= +>>>>>>> osgeo-main for (unsigned int i = 0; i < S->nbands; i++) { ======= for (unsigned int i = 0; i < (unsigned int)S->nbands; i++) { @@ -3158,6 +3397,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3171,6 +3411,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (!match1[i]) { if (S->semantic_labels[i]) total = total + strlen(S->semantic_labels[i]); @@ -3185,7 +3427,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3219,6 +3464,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3286,6 +3532,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) (char *)G_realloc(mismatches[0], total * sizeof(char *)); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (mc1) strcat(mismatches[0], ","); else @@ -3301,6 +3549,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3342,6 +3591,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (S->semantic_labels[i]) strcat(mismatches[0], S->semantic_labels[i]); else @@ -3353,6 +3606,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3378,6 +3632,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main if (S->bandrefs[i]) strcat(mismatches[0], S->bandrefs[i]); else @@ -3389,6 +3646,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3397,6 +3655,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (S->semantic_labels[i]) strcat(mismatches[0], S->semantic_labels[i]); @@ -3409,6 +3669,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3442,6 +3703,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mc1++; total = total + 1; } @@ -3460,6 +3725,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -3525,6 +3791,12 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) + for (unsigned int j = 0; j < (unsigned int)R->nfiles; j++) { +======= +>>>>>>> osgeo-main for (unsigned int j = 0; j < R->nfiles; j++) { ======= for (unsigned int j = 0; j < (unsigned int)R->nfiles; j++) { @@ -3536,6 +3808,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3549,6 +3822,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (!match2[j]) { if (group_semantic_labels[j]) total = total + strlen(group_semantic_labels[j]); @@ -3563,6 +3838,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3573,6 +3849,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) for (unsigned int j = 0; j < R->nfiles; j++) { @@ -3597,6 +3875,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3664,6 +3943,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) (char *)G_realloc(mismatches[1], total * sizeof(char *)); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (mc2) strcat(mismatches[1], ","); else @@ -3679,6 +3960,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3720,6 +4002,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (group_semantic_labels[j]) strcat(mismatches[1], group_semantic_labels[j]); else @@ -3731,6 +4017,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3756,6 +4043,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main if (group_bandrefs[j]) strcat(mismatches[1], group_bandrefs[j]); else @@ -3767,6 +4057,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3775,6 +4066,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (group_semantic_labels[j]) strcat(mismatches[1], group_semantic_labels[j]); @@ -3787,6 +4080,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3820,6 +4114,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mc2++; total = total + 1; } @@ -3842,6 +4140,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3877,6 +4176,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (unsigned int b1 = 0; b1 < (unsigned int)S->nbands; b1++) { new_means[c][s][new_order[b1]] = S->ClassSig[c].SubSig[s].means[b1]; @@ -3891,6 +4192,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -3901,6 +4203,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3939,6 +4243,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4034,6 +4339,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) S->ClassSig[c].SubSig[s].R[b1][b2]; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } } } @@ -4051,6 +4358,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4092,6 +4400,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main memcpy(S->semantic_labels, new_semantic_labels, S->nbands * sizeof(char **)); for (unsigned int c = S->nclasses; c--;) { @@ -4108,6 +4420,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4126,6 +4439,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main memcpy(S->bandrefs, new_bandrefs, S->nbands * sizeof(char **)); ======= @@ -4152,6 +4468,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4211,6 +4528,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } } } @@ -4228,6 +4547,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4269,6 +4589,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main free(group_semantic_labels[j]); free(group_semantic_labels); free(new_order); @@ -4282,6 +4606,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4307,6 +4632,9 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main free(group_bandrefs[j]); free(group_bandrefs); free(new_order); @@ -4320,6 +4648,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4328,6 +4657,8 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= free(group_semantic_labels[j]); free(group_semantic_labels); @@ -4342,6 +4673,7 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4375,6 +4707,10 @@ char **I_SortSigSetBySemanticLabel(struct SigSet *S, const struct Ref *R) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (unsigned int c = S->nclasses; c--;) { for (unsigned int s = S->ClassSig[c].nsubclasses; s--;) { free(new_means[c][s]); diff --git a/lib/imagery/sigsetfile.c b/lib/imagery/sigsetfile.c index 31a6cd34bca..d356510dc7a 100644 --- a/lib/imagery/sigsetfile.c +++ b/lib/imagery/sigsetfile.c @@ -38,6 +38,7 @@ FILE *I_fopen_sigset_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -79,6 +80,10 @@ FILE *I_fopen_sigset_file_new(const char *name) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char dir[GNAME_MAX]; FILE *fd; @@ -96,6 +101,7 @@ FILE *I_fopen_sigset_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -112,6 +118,8 @@ FILE *I_fopen_sigset_file_new(const char *name) ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= char element[GNAME_MAX]; ======= @@ -127,6 +135,7 @@ FILE *I_fopen_sigset_file_new(const char *name) fd = G_fopen_new(element, name); >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= ======= @@ -191,6 +200,8 @@ FILE *I_fopen_sigset_file_new(const char *name) >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= I_get_signatures_dir(dir, I_SIGFILE_TYPE_SIGSET); fd = G_fopen_new_misc(dir, "sig", name); @@ -205,6 +216,7 @@ FILE *I_fopen_sigset_file_new(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -218,6 +230,8 @@ FILE *I_fopen_sigset_file_new(const char *name) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return fd; } @@ -243,6 +257,7 @@ FILE *I_fopen_sigset_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -272,6 +287,10 @@ FILE *I_fopen_sigset_file_old(const char *name) ======= char dir[GNAME_MAX]; ======= +>>>>>>> osgeo-main +======= + char dir[GNAME_MAX]; +======= >>>>>>> osgeo-main char element[GNAME_MAX]; >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -287,6 +306,7 @@ FILE *I_fopen_sigset_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -328,6 +348,8 @@ FILE *I_fopen_sigset_file_old(const char *name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main FILE *fd; if (G_unqualified_name(name, NULL, sig_name, sig_mapset) == 0) @@ -344,6 +366,7 @@ FILE *I_fopen_sigset_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -379,6 +402,11 @@ FILE *I_fopen_sigset_file_old(const char *name) I_get_signatures_dir(dir, I_SIGFILE_TYPE_SIGSET); fd = G_fopen_old_misc(dir, "sig", sig_name, sig_mapset); ======= +>>>>>>> osgeo-main +======= + I_get_signatures_dir(dir, I_SIGFILE_TYPE_SIGSET); + fd = G_fopen_old_misc(dir, "sig", sig_name, sig_mapset); +======= >>>>>>> osgeo-main I__get_signatures_element(element, I_SIGFILE_TYPE_SIGSET); fd = G_fopen_old(element, sig_name, sig_mapset); @@ -397,6 +425,7 @@ FILE *I_fopen_sigset_file_old(const char *name) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -443,6 +472,8 @@ FILE *I_fopen_sigset_file_old(const char *name) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return fd; } diff --git a/lib/imagery/testsuite/test_imagery_find.py b/lib/imagery/testsuite/test_imagery_find.py index 08c776dc570..e5334c054c8 100644 --- a/lib/imagery/testsuite/test_imagery_find.py +++ b/lib/imagery/testsuite/test_imagery_find.py @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD import os import shutil ======= @@ -34,6 +35,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main import os import shutil @@ -53,6 +56,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -94,6 +98,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -115,6 +121,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -130,6 +137,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_SIGFILE_TYPE_LIBSVM, ======= >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -141,6 +150,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -164,6 +174,8 @@ >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_find_signature, I_find_signature2, ) @@ -184,6 +196,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD cls.sigdirs = [] ======= @@ -211,6 +224,10 @@ def setUpClass(cls): cls.sigdirs = [] ======= >>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= +>>>>>>> osgeo-main >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= cls.sigdirs = [] @@ -222,6 +239,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -273,6 +291,8 @@ def setUpClass(cls): cls.sigdirs = [] >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist os.makedirs(f"{cls.mpath}/signatures/sig/", exist_ok=True) @@ -286,6 +306,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -305,6 +326,8 @@ def setUpClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) cls.sig_name1 = tempname(10) cls.sig_dir1 = f"{cls.mpath}/signatures/sigset/{cls.sig_name1}" @@ -333,6 +356,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -358,6 +382,10 @@ def tearDownClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cls.sig_name1 = tempname(10) cls.sig_dir1 = f"{cls.mpath}/signatures/sigset/{cls.sig_name1}" os.makedirs(cls.sig_dir1) @@ -377,6 +405,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -433,6 +462,8 @@ def tearDownClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main try: os.remove(cls.sigfile_name1) os.remove(cls.sigfile_name2) @@ -445,6 +476,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -453,6 +485,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -463,6 +497,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -471,6 +506,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -481,6 +518,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -502,6 +540,8 @@ def tearDownClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_find_sig(self): # Non existing without a mapset @@ -560,6 +600,7 @@ def test_find_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -579,6 +620,8 @@ def test_find_sigset(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_find_libsvm(self): # Non existing without a mapset ret = I_find_signature(I_SIGFILE_TYPE_LIBSVM, tempname(10), None) @@ -611,6 +654,7 @@ def test_find_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -640,6 +684,10 @@ def test_find_libsvm(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def test_find2_sig(self): # Non existing without a mapset ret = I_find_signature2(I_SIGFILE_TYPE_SIG, tempname(10), None) @@ -697,6 +745,7 @@ def test_find2_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -716,6 +765,8 @@ def test_find2_sigset(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_find2_libsvm(self): # Non existing without a mapset ret = I_find_signature2(I_SIGFILE_TYPE_LIBSVM, tempname(10), None) @@ -748,6 +799,7 @@ def test_find2_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -777,6 +829,10 @@ def test_find2_libsvm(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if __name__ == "__main__": test() diff --git a/lib/imagery/testsuite/test_imagery_sigfile.py b/lib/imagery/testsuite/test_imagery_sigfile.py index de91d4ce3dc..c758732101d 100644 --- a/lib/imagery/testsuite/test_imagery_sigfile.py +++ b/lib/imagery/testsuite/test_imagery_sigfile.py @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58,6 +59,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import os import stat import ctypes @@ -72,6 +78,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101,6 +108,9 @@ ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main import os import stat import ctypes @@ -111,6 +121,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -125,6 +138,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -150,6 +164,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -170,6 +186,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -200,6 +217,10 @@ from grass.lib.raster import Rast_write_semantic_label ======= >>>>>>> osgeo-main +======= +from grass.lib.raster import Rast_write_semantic_label +======= +>>>>>>> osgeo-main from grass.lib.raster import Rast_write_bandref >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= @@ -214,6 +235,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -255,6 +277,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from grass.lib.imagery import ( Signature, Ref, @@ -275,6 +299,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -304,6 +329,10 @@ ======= I_sort_signatures_by_semantic_label, ======= +>>>>>>> osgeo-main +======= + I_sort_signatures_by_semantic_label, +======= >>>>>>> osgeo-main I_sort_signatures_by_bandref, >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -319,6 +348,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -360,6 +390,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures, I_init_group_ref, I_add_file_to_group_ref, @@ -385,6 +417,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -426,6 +459,10 @@ def setUpClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cls.sig_dir = f"{cls.mpath}/signatures/sig/{cls.sig_name}" @classmethod @@ -438,6 +475,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -463,6 +501,9 @@ def tearDownClass(cls): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main cls.sigfile_name = f"{cls.mpath}/signatures/sig/{cls.sig_name}" @classmethod @@ -478,6 +519,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -486,6 +528,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cls.sig_dir = f"{cls.mpath}/signatures/sig/{cls.sig_name}" @@ -499,6 +543,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -532,6 +577,10 @@ def tearDownClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def test_I_fopen_signature_file_old_fail(self): sigfile = I_fopen_signature_file_old(tempname(10)) @@ -547,6 +596,7 @@ def test_I_fopen_signature_file_old_fail(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD def test_roundtrip_signature_v1_norgb_one_label(self): """Test writing and reading back signature file (v1) @@ -575,6 +625,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_roundtrip_signature_v1_norgb_one_label(self): """Test writing and reading back signature file (v1) with a single label""" @@ -589,6 +641,7 @@ def test_roundtrip_signature_v1_norgb_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -597,6 +650,8 @@ def test_roundtrip_signature_v1_norgb_one_band(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= def test_roundtrip_signature_v1_norgb_one_label(self): """Test writing and reading back signature file (v1) @@ -608,6 +663,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -616,6 +672,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= def test_roundtrip_signature_v1_norgb_one_label(self): """Test writing and reading back signature file (v1) @@ -627,6 +685,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -648,6 +707,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Create signature struct So = Signature() @@ -669,6 +730,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -698,6 +760,10 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") ======= +>>>>>>> osgeo-main +======= + So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") +======= >>>>>>> osgeo-main So.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -713,6 +779,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -754,6 +821,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main So.sig[0].status = 1 So.sig[0].have_color = 0 So.sig[0].npoints = 42 @@ -774,6 +843,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -803,6 +873,10 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= sig_stat = os.stat(f"{self.sig_dir}/sig") ======= +>>>>>>> osgeo-main +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= >>>>>>> osgeo-main sig_stat = os.stat(self.sigfile_name) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -818,6 +892,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -859,6 +934,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(stat.S_ISREG(sig_stat.st_mode)) I_write_signatures(p_new_sigfile, ctypes.byref(So)) self.libc.fclose(p_new_sigfile) @@ -882,6 +959,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -899,6 +977,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -908,6 +988,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -933,6 +1014,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(Sn.have_oclass, 0) semantic_label = utils.decode( ctypes.cast(Sn.semantic_labels[0], ctypes.c_char_p).value @@ -948,6 +1031,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -966,6 +1050,9 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref = utils.decode(ctypes.cast(Sn.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref, "The_Doors") @@ -980,6 +1067,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1018,6 +1106,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(Sn.sig[0].status, 1) self.assertEqual(Sn.sig[0].have_color, 0) self.assertEqual(Sn.sig[0].npoints, 42) @@ -1037,6 +1127,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1066,6 +1157,10 @@ def test_roundtrip_signature_v1_norgb_one_label(self): ======= So.semantic_labels[0] = None ======= +>>>>>>> osgeo-main +======= + So.semantic_labels[0] = None +======= >>>>>>> osgeo-main So.bandrefs[0] = None >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1081,6 +1176,7 @@ def test_roundtrip_signature_v1_norgb_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1122,6 +1218,8 @@ def test_roundtrip_signature_v1_norgb_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(So)) I_free_signatures(ctypes.byref(Sn)) self.assertEqual(Sn.nbands, 0) @@ -1140,6 +1238,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1169,6 +1268,10 @@ def test_broken_signature_v1_norgb(self): ======= single semantic label exceeding maximum length""" ======= +>>>>>>> osgeo-main +======= + single semantic label exceeding maximum length""" +======= >>>>>>> osgeo-main single band reference exceeding maximum length""" >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1184,6 +1287,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1225,6 +1329,8 @@ def test_broken_signature_v1_norgb(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Create signature struct So = Signature() @@ -1247,6 +1353,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1276,6 +1383,10 @@ def test_broken_signature_v1_norgb(self): ======= So.semantic_labels[0] = ctypes.create_string_buffer(tempname(251).encode()) ======= +>>>>>>> osgeo-main +======= + So.semantic_labels[0] = ctypes.create_string_buffer(tempname(251).encode()) +======= >>>>>>> osgeo-main So.bandrefs[0] = ctypes.create_string_buffer(tempname(251).encode()) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1291,6 +1402,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1332,6 +1444,8 @@ def test_broken_signature_v1_norgb(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main So.sig[0].status = 1 So.sig[0].have_color = 0 So.sig[0].npoints = 42 @@ -1352,6 +1466,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1381,6 +1496,10 @@ def test_broken_signature_v1_norgb(self): ======= sig_stat = os.stat(f"{self.sig_dir}/sig") ======= +>>>>>>> osgeo-main +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= >>>>>>> osgeo-main sig_stat = os.stat(self.sigfile_name) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1396,6 +1515,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1437,6 +1557,8 @@ def test_broken_signature_v1_norgb(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(stat.S_ISREG(sig_stat.st_mode)) I_write_signatures(p_new_sigfile, ctypes.byref(So)) self.libc.fclose(p_new_sigfile) @@ -1458,6 +1580,7 @@ def test_broken_signature_v1_norgb(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1499,6 +1622,10 @@ def test_broken_signature_v1_norgb(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main So.semantic_labels[0] = None I_free_signatures(ctypes.byref(So)) I_free_signatures(ctypes.byref(Sn)) @@ -1512,6 +1639,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1537,6 +1665,9 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main So.bandrefs[0] = None I_free_signatures(ctypes.byref(So)) I_free_signatures(ctypes.byref(Sn)) @@ -1550,6 +1681,7 @@ def test_roundtrip_signature_v1_norgb_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1558,6 +1690,8 @@ def test_roundtrip_signature_v1_norgb_two_bands(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= So.semantic_labels[0] = None I_free_signatures(ctypes.byref(So)) @@ -1572,6 +1706,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1605,6 +1740,10 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Create signature struct So = Signature() @@ -1628,6 +1767,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1663,6 +1803,11 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") So.semantic_labels[1] = ctypes.create_string_buffer(b"The_Who") ======= +>>>>>>> osgeo-main +======= + So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") + So.semantic_labels[1] = ctypes.create_string_buffer(b"The_Who") +======= >>>>>>> osgeo-main So.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") So.bandrefs[1] = ctypes.create_string_buffer(b"The_Who") @@ -1681,6 +1826,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1727,6 +1873,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main So.sig[0].status = 1 So.sig[0].have_color = 0 So.sig[0].npoints = 42 @@ -1759,6 +1907,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1788,6 +1937,10 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= sig_stat = os.stat(f"{self.sig_dir}/sig") ======= +>>>>>>> osgeo-main +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= >>>>>>> osgeo-main sig_stat = os.stat(self.sigfile_name) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1803,6 +1956,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1844,6 +1998,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(stat.S_ISREG(sig_stat.st_mode)) I_write_signatures(p_new_sigfile, ctypes.byref(So)) self.libc.fclose(p_new_sigfile) @@ -1866,6 +2022,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1883,6 +2040,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1892,6 +2051,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1917,6 +2077,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(Sn.have_oclass, 0) semantic_label = utils.decode( ctypes.cast(Sn.semantic_labels[0], ctypes.c_char_p).value @@ -1932,6 +2094,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1950,6 +2113,9 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref = utils.decode(ctypes.cast(Sn.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref, "The_Doors") @@ -1964,6 +2130,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2002,6 +2169,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(Sn.sig[0].status, 1) self.assertEqual(Sn.sig[0].have_color, 0) self.assertEqual(Sn.sig[0].npoints, 42) @@ -2022,6 +2191,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2039,6 +2209,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2048,6 +2220,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2073,6 +2246,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main semantic_label = utils.decode( ctypes.cast(Sn.semantic_labels[1], ctypes.c_char_p).value ) @@ -2087,6 +2262,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2105,6 +2281,9 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref = utils.decode(ctypes.cast(Sn.bandrefs[1], ctypes.c_char_p).value) self.assertEqual(bandref, "The_Who") @@ -2119,6 +2298,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2157,6 +2337,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(Sn.sig[1].status, 1) self.assertEqual(Sn.sig[1].have_color, 0) self.assertEqual(Sn.sig[1].npoints, 69) @@ -2179,6 +2361,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2196,6 +2379,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2205,6 +2390,7 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2230,6 +2416,8 @@ def test_roundtrip_signature_v1_norgb_two_labelss(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main So.semantic_labels[0] = None So.semantic_labels[1] = None I_free_signatures(ctypes.byref(So)) @@ -2333,6 +2521,7 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2351,6 +2540,9 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main So.bandrefs[0] = None So.bandrefs[1] = None @@ -2365,6 +2557,7 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2403,6 +2596,8 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(So)) I_free_signatures(ctypes.byref(Sn)) self.assertEqual(Sn.nbands, 0) @@ -2420,6 +2615,7 @@ def test_roundtrip_signature_v2_norgb_two_labels_oclass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2450,6 +2646,10 @@ class SortSignaturesBysemantic_labelTest(TestCase): class SortSignaturesBysemantic_labelTest(TestCase): ======= >>>>>>> osgeo-main +======= +class SortSignaturesBysemantic_labelTest(TestCase): +======= +>>>>>>> osgeo-main class SortSignaturesByBandrefTest(TestCase): >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= @@ -2464,6 +2664,7 @@ class SortSignaturesBysemantic_labelTest(TestCase): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2505,6 +2706,8 @@ class SortSignaturesBysemantic_labelTest(TestCase): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @classmethod def setUpClass(cls): cls.libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library("c")) @@ -2521,6 +2724,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2544,6 +2748,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) cls.semantic_label2 = "The_Who" @@ -2556,6 +2762,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -2573,6 +2780,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main cls.bandref1 = "The_Doors" cls.map2 = tempname(10) cls.bandref2 = "The_Who" @@ -2583,6 +2792,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2591,6 +2801,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -2602,6 +2814,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2610,6 +2823,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -2621,6 +2836,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2642,6 +2858,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cls.map3 = tempname(10) cls.use_temp_region() cls.runModule("g.region", n=1, s=0, e=1, w=0, res=1) @@ -2659,6 +2877,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2694,6 +2913,11 @@ def setUpClass(cls): Rast_write_semantic_label(cls.map1, cls.semantic_label1) Rast_write_semantic_label(cls.map2, cls.semantic_label2) ======= +>>>>>>> osgeo-main +======= + Rast_write_semantic_label(cls.map1, cls.semantic_label1) + Rast_write_semantic_label(cls.map2, cls.semantic_label2) +======= >>>>>>> osgeo-main Rast_write_bandref(cls.map1, cls.bandref1) Rast_write_bandref(cls.map2, cls.bandref2) @@ -2712,6 +2936,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2758,6 +2983,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @classmethod def tearDownClass(cls): @@ -2790,6 +3017,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2819,6 +3047,10 @@ def test_symmetric_complete_difference(self): ======= S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") +======= >>>>>>> osgeo-main S.bandrefs[0] = ctypes.create_string_buffer(b"The_Troggs") >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2834,6 +3066,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2875,6 +3108,8 @@ def test_symmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S.title = b"Signature title" S.sig[0].status = 1 S.sig[0].have_color = 0 @@ -2895,6 +3130,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2924,6 +3160,10 @@ def test_symmetric_complete_difference(self): ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) ======= +>>>>>>> osgeo-main +======= + ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2939,6 +3179,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2980,6 +3221,8 @@ def test_symmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) ref_err = utils.decode(ctypes.cast(ret[1], ctypes.c_char_p).value) @@ -2997,6 +3240,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD S.semantic_labels[ 0 @@ -3025,6 +3269,8 @@ def test_symmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S.semantic_labels[0] = ( None # C should not call free() on memory allocated by python ) @@ -3037,6 +3283,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3045,6 +3292,8 @@ def test_symmetric_complete_difference(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S.semantic_labels[ 0 @@ -3056,6 +3305,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3064,6 +3314,8 @@ def test_symmetric_complete_difference(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S.semantic_labels[ 0 @@ -3075,6 +3327,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3096,6 +3349,8 @@ def test_symmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) if ret: @@ -3132,6 +3387,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3161,6 +3417,10 @@ def test_asymmetric_complete_difference(self): ======= S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") +======= >>>>>>> osgeo-main S.bandrefs[0] = ctypes.create_string_buffer(b"The_Troggs") >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3176,6 +3436,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3217,6 +3478,8 @@ def test_asymmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 S.sig[0].npoints = 42 @@ -3236,6 +3499,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3265,6 +3529,10 @@ def test_asymmetric_complete_difference(self): ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) ======= +>>>>>>> osgeo-main +======= + ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3280,6 +3548,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3321,6 +3590,8 @@ def test_asymmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) ref_err = utils.decode(ctypes.cast(ret[1], ctypes.c_char_p).value) @@ -3339,6 +3610,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3368,6 +3640,10 @@ def test_asymmetric_complete_difference(self): ======= S.semantic_labels[0] = None ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = None +======= >>>>>>> osgeo-main S.bandrefs[0] = None >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3383,6 +3659,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3424,6 +3701,8 @@ def test_asymmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) if ret: @@ -3444,6 +3723,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3473,6 +3753,10 @@ def test_missing_semantic_label(self): ======= def test_missing_semantic_label(self): ======= +>>>>>>> osgeo-main +======= + def test_missing_semantic_label(self): +======= >>>>>>> osgeo-main def test_missing_bandref(self): >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3488,6 +3772,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3529,6 +3814,8 @@ def test_missing_semantic_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Prepare imagery group reference struct R = Ref() I_init_group_ref(ctypes.byref(R)) @@ -3557,6 +3844,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3586,6 +3874,10 @@ def test_missing_semantic_label(self): ======= S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") +======= >>>>>>> osgeo-main S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3601,6 +3893,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3642,6 +3935,8 @@ def test_missing_semantic_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 S.sig[0].npoints = 42 @@ -3661,6 +3956,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3690,6 +3986,10 @@ def test_missing_semantic_label(self): ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) ======= +>>>>>>> osgeo-main +======= + ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) +======= >>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3705,6 +4005,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3746,6 +4047,8 @@ def test_missing_semantic_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) ref_err = utils.decode(ctypes.cast(ret[1], ctypes.c_char_p).value) @@ -3762,6 +4065,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3779,6 +4083,8 @@ def test_missing_semantic_label(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3788,6 +4094,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3813,6 +4120,8 @@ def test_missing_semantic_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ",," + ",," + ",," @@ -3826,6 +4135,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3861,6 +4171,10 @@ def test_missing_semantic_label(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ) self.assertEqual(ref_err, f"The_Doors,{self.map3}") @@ -3873,6 +4187,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3898,6 +4213,9 @@ def test_missing_semantic_label(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main ",," + ",," + ",," @@ -3909,6 +4227,9 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3933,6 +4254,7 @@ def test_missing_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3984,6 +4306,8 @@ def test_missing_semantic_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) if ret: @@ -4018,6 +4342,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4047,6 +4372,10 @@ def test_single_complete_match(self): ======= S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") +======= >>>>>>> osgeo-main S.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -4062,6 +4391,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4103,6 +4433,8 @@ def test_single_complete_match(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 S.sig[0].npoints = 42 @@ -4122,6 +4454,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4163,6 +4496,10 @@ def test_single_complete_match(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) semantic_label = utils.decode( @@ -4176,6 +4513,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4201,6 +4539,9 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) bandref = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) @@ -4212,6 +4553,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4220,6 +4562,8 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -4234,6 +4578,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4267,6 +4612,10 @@ def test_single_complete_match(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertEqual(S.sig[0].mean[0], 2.5) self.assertEqual(S.sig[0].var[0][0], 0.7) @@ -4282,6 +4631,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4311,6 +4661,10 @@ def test_single_complete_match(self): ======= S.semantic_labels[0] = None ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = None +======= >>>>>>> osgeo-main S.bandrefs[0] = None >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -4326,6 +4680,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4367,6 +4722,8 @@ def test_single_complete_match(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) if ret: @@ -4405,6 +4762,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4440,6 +4798,11 @@ def test_double_complete_match_reorder(self): S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") S.semantic_labels[1] = ctypes.create_string_buffer(b"The_Doors") ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") + S.semantic_labels[1] = ctypes.create_string_buffer(b"The_Doors") +======= >>>>>>> osgeo-main S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") S.bandrefs[1] = ctypes.create_string_buffer(b"The_Doors") @@ -4458,6 +4821,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4504,6 +4868,8 @@ def test_double_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 S.sig[0].npoints = 69 @@ -4535,6 +4901,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4558,6 +4925,8 @@ def test_double_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) # semantic labels and sig items should be swapped @@ -4570,6 +4939,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -4587,6 +4957,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) # Band references and sig items should be swapped @@ -4597,6 +4969,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4605,6 +4978,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -4616,6 +4991,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4624,6 +5000,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -4635,6 +5013,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4656,6 +5035,8 @@ def test_double_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Static items self.assertEqual(S.sig[0].npoints, 69) self.assertEqual(S.sig[1].npoints, 42) @@ -4671,6 +5052,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4688,6 +5070,8 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4697,6 +5081,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4722,6 +5107,8 @@ def test_double_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value ) @@ -4740,6 +5127,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4769,6 +5157,9 @@ def test_double_complete_match_reorder(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Doors") bandref2 = utils.decode(ctypes.cast(S.bandrefs[1], ctypes.c_char_p).value) @@ -4780,6 +5171,9 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4794,6 +5188,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4819,6 +5214,8 @@ def test_double_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(S.sig[0].mean[0], 6.6) self.assertEqual(S.sig[0].mean[1], 3.3) self.assertEqual(S.sig[0].var[0][0], 1.8) @@ -4842,6 +5239,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4877,6 +5275,11 @@ def test_double_complete_match_reorder(self): S.semantic_labels[0] = None S.semantic_labels[1] = None ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = None + S.semantic_labels[1] = None +======= >>>>>>> osgeo-main S.bandrefs[0] = None S.bandrefs[1] = None @@ -4895,6 +5298,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4941,6 +5345,8 @@ def test_double_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) if ret: @@ -4979,6 +5385,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5014,6 +5421,11 @@ def test_double_complete_match_same_order(self): S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") S.semantic_labels[1] = ctypes.create_string_buffer(b"The_Doors") ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") + S.semantic_labels[1] = ctypes.create_string_buffer(b"The_Doors") +======= >>>>>>> osgeo-main S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") S.bandrefs[1] = ctypes.create_string_buffer(b"The_Doors") @@ -5032,6 +5444,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5078,6 +5491,8 @@ def test_double_complete_match_same_order(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 S.sig[0].npoints = 69 @@ -5107,6 +5522,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -5130,6 +5546,8 @@ def test_double_complete_match_same_order(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) # semantic labels and sig items should not be swapped @@ -5142,6 +5560,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -5159,6 +5578,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) # Band references and sig items should not be swapped @@ -5169,6 +5590,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5177,6 +5599,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -5188,6 +5612,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5196,6 +5621,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -5207,6 +5634,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5228,6 +5656,8 @@ def test_double_complete_match_same_order(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Static items self.assertEqual(S.sig[0].npoints, 69) self.assertEqual(S.sig[1].npoints, 42) @@ -5243,6 +5673,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5260,6 +5691,8 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5269,6 +5702,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5294,6 +5728,8 @@ def test_double_complete_match_same_order(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value ) @@ -5312,6 +5748,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5341,6 +5778,9 @@ def test_double_complete_match_same_order(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Who") bandref2 = utils.decode(ctypes.cast(S.bandrefs[1], ctypes.c_char_p).value) @@ -5352,6 +5792,9 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -5366,6 +5809,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5391,6 +5835,8 @@ def test_double_complete_match_same_order(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(S.sig[0].mean[0], 3.5) self.assertEqual(S.sig[0].var[0][0], 1.7) self.assertEqual(S.sig[1].mean[0], 2.5) @@ -5408,6 +5854,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5443,6 +5890,11 @@ def test_double_complete_match_same_order(self): S.semantic_labels[0] = None S.semantic_labels[1] = None ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = None + S.semantic_labels[1] = None +======= >>>>>>> osgeo-main S.bandrefs[0] = None S.bandrefs[1] = None @@ -5461,6 +5913,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5507,6 +5960,8 @@ def test_double_complete_match_same_order(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) if ret: @@ -5549,6 +6004,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5584,6 +6040,11 @@ def test_complete_match_reorder(self): S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") S.semantic_labels[1] = ctypes.create_string_buffer(b"The_Doors") ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") + S.semantic_labels[1] = ctypes.create_string_buffer(b"The_Doors") +======= >>>>>>> osgeo-main S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") S.bandrefs[1] = ctypes.create_string_buffer(b"The_Doors") @@ -5602,6 +6063,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5648,6 +6110,8 @@ def test_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main S.sig[0].status = 1 S.sig[0].have_color = 0 S.sig[0].npoints = 69 @@ -5697,6 +6161,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -5720,6 +6185,8 @@ def test_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) # semantic labels and sig items should be swapped @@ -5732,6 +6199,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -5749,6 +6217,8 @@ def test_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main ret = I_sort_signatures_by_bandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) # Band references and sig items should be swapped @@ -5759,6 +6229,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5767,6 +6238,8 @@ def test_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -5778,6 +6251,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5786,6 +6260,8 @@ def test_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_sort_signatures_by_semantic_label(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -5797,6 +6273,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5818,6 +6295,8 @@ def test_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Static items self.assertEqual(S.sig[0].npoints, 69) self.assertEqual(S.sig[1].npoints, 42) @@ -5835,6 +6314,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5852,6 +6332,8 @@ def test_complete_match_reorder(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5861,6 +6343,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5886,6 +6369,8 @@ def test_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value ) @@ -5904,6 +6389,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5933,6 +6419,9 @@ def test_complete_match_reorder(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Doors") bandref2 = utils.decode(ctypes.cast(S.bandrefs[1], ctypes.c_char_p).value) @@ -5944,6 +6433,9 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -5958,6 +6450,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5983,6 +6476,8 @@ def test_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(S.sig[0].mean[0], 6.6) self.assertEqual(S.sig[0].mean[1], 3.3) self.assertEqual(S.sig[0].var[0][0], 1.8) @@ -6016,6 +6511,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6051,6 +6547,11 @@ def test_complete_match_reorder(self): S.semantic_labels[0] = None S.semantic_labels[1] = None ======= +>>>>>>> osgeo-main +======= + S.semantic_labels[0] = None + S.semantic_labels[1] = None +======= >>>>>>> osgeo-main S.bandrefs[0] = None S.bandrefs[1] = None @@ -6069,6 +6570,7 @@ def test_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6115,6 +6617,8 @@ def test_complete_match_reorder(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_free_signatures(ctypes.byref(S)) I_free_group_ref(ctypes.byref(R)) if ret: diff --git a/lib/imagery/testsuite/test_imagery_signature_management.py b/lib/imagery/testsuite/test_imagery_signature_management.py index 2e35bf92b8c..cb988e3d796 100644 --- a/lib/imagery/testsuite/test_imagery_signature_management.py +++ b/lib/imagery/testsuite/test_imagery_signature_management.py @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32,6 +33,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -43,6 +46,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -66,6 +70,8 @@ >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main import os import shutil import ctypes @@ -74,7 +80,7 @@ from grass.gunittest.main import test from grass.script.core import tempname -import grass.script as grass +import grass.script as gs from grass.pygrass import utils from grass.pygrass.gis import Mapset, make_mapset @@ -97,6 +103,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -112,6 +119,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_SIGFILE_TYPE_LIBSVM, ======= >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -123,6 +132,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -146,6 +156,8 @@ >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_find_signature, I_signatures_remove, I_signatures_copy, @@ -163,6 +175,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -204,6 +217,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main I_get_signatures_dir, I_make_signatures_dir, ) @@ -216,6 +233,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -230,6 +248,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class GetSignaturesDirTestCase(TestCase): def test_get_sig(self): cdir = ctypes.create_string_buffer(GNAME_MAX) @@ -257,6 +277,7 @@ class MakeSignaturesDirTestCase(TestCase): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -265,6 +286,8 @@ class MakeSignaturesDirTestCase(TestCase): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= I_get_signatures_dir, I_make_signatures_dir, @@ -273,6 +296,7 @@ class MakeSignaturesDirTestCase(TestCase): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ) @@ -324,6 +348,8 @@ class MakeSignaturesElementTestCase(TestCase): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ) @@ -347,6 +373,7 @@ class MakeSignaturesElementTestCase(TestCase): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= ======= @@ -389,6 +416,10 @@ class MakeSignaturesElementTestCase(TestCase): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main @classmethod def setUpClass(cls): cls.org_mapset = Mapset() @@ -415,6 +446,7 @@ def test_make_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) I_make_signatures_dir(I_SIGFILE_TYPE_SIG) @@ -442,6 +474,10 @@ def test_make_sig(self): ======= I_make_signatures_dir(I_SIGFILE_TYPE_SIG) ======= +>>>>>>> osgeo-main +======= + I_make_signatures_dir(I_SIGFILE_TYPE_SIG) +======= >>>>>>> osgeo-main I__make_signatures_element(I_SIGFILE_TYPE_SIG) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -456,6 +492,7 @@ def test_make_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -479,10 +516,13 @@ def test_make_sig(self): I__make_signatures_element(I_SIGFILE_TYPE_SIG) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main self.assertTrue( os.path.isdir(os.path.join(self.tmp_mapset_path, "signatures", "sig")) ) # There should not be any side effects of calling function multiple times +<<<<<<< HEAD ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -521,6 +561,13 @@ def test_make_sig(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + I_make_signatures_dir(I_SIGFILE_TYPE_SIG) +======= >>>>>>> osgeo-main I__make_signatures_element(I_SIGFILE_TYPE_SIG) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -534,6 +581,7 @@ def test_make_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -607,6 +655,8 @@ def test_make_sig(self): I_make_signatures_dir(I_SIGFILE_TYPE_SIG) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue( os.path.isdir(os.path.join(self.tmp_mapset_path, "signatures", "sig")) ) @@ -623,6 +673,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) I_make_signatures_dir(I_SIGFILE_TYPE_SIGSET) @@ -650,6 +701,10 @@ def test_make_sigset(self): ======= I_make_signatures_dir(I_SIGFILE_TYPE_SIGSET) ======= +>>>>>>> osgeo-main +======= + I_make_signatures_dir(I_SIGFILE_TYPE_SIGSET) +======= >>>>>>> osgeo-main I__make_signatures_element(I_SIGFILE_TYPE_SIGSET) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -664,6 +719,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -687,10 +743,13 @@ def test_make_sigset(self): I__make_signatures_element(I_SIGFILE_TYPE_SIGSET) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main self.assertTrue( os.path.isdir(os.path.join(self.tmp_mapset_path, "signatures", "sigset")) ) # There should not be any side effects of calling function multiple times +<<<<<<< HEAD ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -729,6 +788,13 @@ def test_make_sigset(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD + I_make_signatures_dir(I_SIGFILE_TYPE_SIGSET) +======= >>>>>>> osgeo-main I__make_signatures_element(I_SIGFILE_TYPE_SIGSET) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -742,6 +808,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -815,6 +882,8 @@ def test_make_sigset(self): I_make_signatures_dir(I_SIGFILE_TYPE_SIGSET) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue( os.path.isdir(os.path.join(self.tmp_mapset_path, "signatures", "sigset")) ) @@ -828,6 +897,7 @@ def test_make_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -847,6 +917,8 @@ def test_make_sigset(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_make_libsvm(self): I_make_signatures_dir(I_SIGFILE_TYPE_LIBSVM) self.assertTrue( @@ -866,6 +938,7 @@ def test_make_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -895,6 +968,10 @@ def test_make_libsvm(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class SignaturesRemoveTestCase(TestCase): @classmethod @@ -912,6 +989,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -941,6 +1019,10 @@ def setUpClass(cls): ======= cls.sigdirs = [] ======= +>>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= >>>>>>> osgeo-main cls.sigfiles = [] >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -956,6 +1038,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -997,6 +1080,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist os.makedirs(f"{cls.mpath}/signatures/sig/", exist_ok=True) @@ -1010,6 +1095,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1051,6 +1137,11 @@ def setUpClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main @classmethod def tearDownClass(cls): @@ -1063,6 +1154,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1087,6 +1179,8 @@ def tearDownClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= @classmethod @@ -1096,6 +1190,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -1108,6 +1203,8 @@ def tearDownClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for f in cls.sigfiles: try: os.remove(f) @@ -1120,6 +1217,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1128,6 +1226,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -1138,6 +1238,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1171,6 +1272,10 @@ def tearDownClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def test_remove_existing_sig(self): # This test will fail if run in PERMANENT! @@ -1187,6 +1292,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1204,6 +1310,8 @@ def test_remove_existing_sig(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1213,6 +1321,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1238,6 +1347,8 @@ def test_remove_existing_sig(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_dir1 = f"{self.mpath}/signatures/sigset/{sig_name1}" os.makedirs(sig_dir1) self.sigdirs.append(sig_dir1) @@ -1250,6 +1361,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1285,6 +1397,10 @@ def test_remove_existing_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main open(sigfile_name1, "a").close() sig_name2 = tempname(10) sig_dir2 = f"{self.mpath}/signatures/sig/{sig_name2}" @@ -1305,6 +1421,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1323,6 +1440,9 @@ def test_remove_existing_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sigfile_name1 = f"{self.mpath}/signatures/sigset/{sig_name1}" ======= @@ -1353,6 +1473,7 @@ def test_remove_existing_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1420,6 +1541,8 @@ def test_remove_existing_sig(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Try to remove with wrong type ret = I_signatures_remove(I_SIGFILE_TYPE_SIGSET, sig_name2) self.assertEqual(ret, 1) @@ -1461,6 +1584,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1478,6 +1602,8 @@ def test_remove_nonexisting_sig(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1487,6 +1613,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1512,6 +1639,8 @@ def test_remove_nonexisting_sig(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_dir1 = f"{self.mpath}/signatures/sigset/{sig_name1}" os.makedirs(sig_dir1) self.sigdirs.append(sig_dir1) @@ -1524,6 +1653,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1559,6 +1689,10 @@ def test_remove_nonexisting_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main open(sigfile_name1, "a").close() sig_name2 = tempname(10) # Do not create sig_name2 matching file @@ -1575,6 +1709,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1593,6 +1728,9 @@ def test_remove_nonexisting_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sigfile_name1 = f"{self.mpath}/signatures/sigset/{sig_name1}" ======= @@ -1619,6 +1757,7 @@ def test_remove_nonexisting_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1678,6 +1817,8 @@ def test_remove_nonexisting_sig(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Now remove one (should fail as file is absent) ret = I_signatures_remove(I_SIGFILE_TYPE_SIG, sig_name2) self.assertEqual(ret, 1) @@ -1708,6 +1849,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1725,6 +1867,8 @@ def test_remove_existing_sigset(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1734,6 +1878,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1759,6 +1904,8 @@ def test_remove_existing_sigset(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_dir1 = f"{self.mpath}/signatures/sigset/{sig_name1}" os.makedirs(sig_dir1) self.sigdirs.append(sig_dir1) @@ -1771,6 +1918,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1806,6 +1954,10 @@ def test_remove_existing_sigset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main open(sigfile_name1, "a").close() sig_name2 = tempname(10) sig_dir2 = f"{self.mpath}/signatures/sigset/{sig_name2}" @@ -1826,6 +1978,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1844,6 +1997,9 @@ def test_remove_existing_sigset(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sigfile_name1 = f"{self.mpath}/signatures/sigset/{sig_name1}" ======= @@ -1874,6 +2030,7 @@ def test_remove_existing_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1941,6 +2098,8 @@ def test_remove_existing_sigset(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Try to remove with wrong type ret = I_signatures_remove(I_SIGFILE_TYPE_SIG, sig_name2) self.assertEqual(ret, 1) @@ -1982,6 +2141,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1999,6 +2159,8 @@ def test_remove_nonexisting_sigset(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2008,6 +2170,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2033,6 +2196,8 @@ def test_remove_nonexisting_sigset(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_dir1 = f"{self.mpath}/signatures/sigset/{sig_name1}" os.makedirs(sig_dir1) self.sigdirs.append(sig_dir1) @@ -2045,6 +2210,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2080,6 +2246,10 @@ def test_remove_nonexisting_sigset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main open(sigfile_name1, "a").close() sig_name2 = tempname(10) # Do not create sig_name2 matching file @@ -2096,6 +2266,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2114,6 +2285,9 @@ def test_remove_nonexisting_sigset(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sigfile_name1 = f"{self.mpath}/signatures/sigset/{sig_name1}" ======= @@ -2140,6 +2314,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2199,6 +2374,8 @@ def test_remove_nonexisting_sigset(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Now remove one (should fail as file doesn't exist) ret = I_signatures_remove(I_SIGFILE_TYPE_SIGSET, sig_name2) self.assertEqual(ret, 1) @@ -2224,6 +2401,7 @@ def test_remove_nonexisting_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2243,6 +2421,8 @@ def test_remove_nonexisting_sigset(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_remove_existing_libsvm(self): # This test will fail if run in PERMANENT! # Set up files and mark for clean-up @@ -2331,6 +2511,7 @@ def test_remove_nonexisting_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2360,6 +2541,10 @@ def test_remove_nonexisting_libsvm(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class SignaturesCopyTestCase(TestCase): @classmethod @@ -2377,6 +2562,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2406,6 +2592,10 @@ def setUpClass(cls): ======= cls.sigdirs = [] ======= +>>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= >>>>>>> osgeo-main cls.sigfiles = [] >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2421,6 +2611,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2462,6 +2653,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist os.makedirs(f"{cls.mpath}/signatures/sig/", exist_ok=True) @@ -2475,6 +2668,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2490,6 +2684,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) ======= >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2501,6 +2697,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2524,6 +2721,8 @@ def setUpClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # A mapset with a random name cls.src_mapset_name = tempname(10) G_make_mapset(None, None, cls.src_mapset_name) @@ -2541,6 +2740,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2582,6 +2782,10 @@ def setUpClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Create fake signature files os.makedirs(f"{cls.src_mapset_path}/signatures/sig/") cls.src_sig = tempname(10) @@ -2596,6 +2800,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2621,6 +2826,9 @@ def setUpClass(cls): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main os.makedirs(f"{cls.src_mapset_path}/signatures/sig/") cls.src_sig = tempname(10) cls.sigfiles.append(f"{cls.src_mapset_path}/signatures/sig/{cls.src_sig}") @@ -2632,6 +2840,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2640,6 +2849,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # Create fake signature files os.makedirs(f"{cls.src_mapset_path}/signatures/sig/") @@ -2655,6 +2866,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2688,6 +2900,10 @@ def setUpClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main f.write("A sig file") f.close() os.makedirs(f"{cls.src_mapset_path}/signatures/sigset/") @@ -2703,6 +2919,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2720,6 +2937,8 @@ def setUpClass(cls): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2729,6 +2948,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2754,6 +2974,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cls.src_sigset_dir = f"{cls.src_mapset_path}/signatures/sigset/{cls.src_sigset}" os.makedirs(cls.src_sigset_dir) cls.sigdirs.append(cls.src_sigset_dir) @@ -2766,6 +2988,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD f.write("A sigset file") f.close() @@ -2788,6 +3011,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main f.write("A sigset file") f.close() os.makedirs(f"{cls.src_mapset_path}/signatures/libsvm/") @@ -2807,6 +3032,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2816,6 +3042,8 @@ def setUpClass(cls): ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) f.write("A sigset file") f.close() @@ -2830,6 +3058,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2853,6 +3082,8 @@ def setUpClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @classmethod def tearDownClass(cls): @@ -2869,6 +3100,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2919,6 +3151,11 @@ def tearDownClass(cls): shutil.rmtree(d, ignore_errors=True) ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= + for d in cls.sigdirs: + shutil.rmtree(d, ignore_errors=True) +======= +>>>>>>> osgeo-main for f in cls.sigfiles: try: os.remove(f) @@ -2931,6 +3168,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2939,6 +3177,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -2949,6 +3189,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2957,6 +3198,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -2967,6 +3210,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2988,6 +3232,8 @@ def tearDownClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_copy_to_wrong_mapset(self): rnd_name = "{0}@{0}".format(tempname(10)) @@ -3017,6 +3263,7 @@ def test_sigset_does_not_exist(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3036,6 +3283,8 @@ def test_sigset_does_not_exist(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_libsvm_does_not_exist(self): ret = I_signatures_copy( I_SIGFILE_TYPE_LIBSVM, tempname(10), self.mapset_name, tempname(10) @@ -3050,6 +3299,7 @@ def test_libsvm_does_not_exist(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3079,6 +3329,10 @@ def test_libsvm_does_not_exist(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def test_success_unqualified_sig(self): dst = tempname(10) ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) @@ -3099,6 +3353,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3129,7 +3384,11 @@ def test_success_unqualified_sig(self): self.sigdirs.append(f"{self.mpath}/signatures/sig/{dst}") ======= >>>>>>> osgeo-main - self.sigfiles.append(f"{self.mpath}/signatures/sig/{dst}") +======= + self.sigdirs.append(f"{self.mpath}/signatures/sig/{dst}") +======= +>>>>>>> osgeo-main + self.sigfiles.append(f"{self.mpath}/signatures/sig/{dst}") >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= self.sigdirs.append(f"{self.mpath}/signatures/sig/{dst}") @@ -3143,6 +3402,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3184,6 +3444,8 @@ def test_success_unqualified_sig(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(ret, 0) ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) self.assertTrue(ret) @@ -3200,6 +3462,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3241,6 +3504,10 @@ def test_success_unqualified_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst}/sig")) def test_success_fq_sig(self): @@ -3254,6 +3521,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3279,6 +3547,9 @@ def test_success_fq_sig(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main def test_success_fq_sig(self): dst = tempname(10) @@ -3291,6 +3562,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3299,6 +3571,8 @@ def test_success_fq_sig(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst}/sig")) @@ -3313,6 +3587,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3346,6 +3621,10 @@ def test_success_fq_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) self.assertFalse(ret) ret = I_find_signature(I_SIGFILE_TYPE_SIG, self.src_sig, self.src_mapset_name) @@ -3371,6 +3650,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) ======= @@ -3398,6 +3678,10 @@ def test_success_fq_sig(self): self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) ======= >>>>>>> osgeo-main +======= + self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) +======= +>>>>>>> osgeo-main >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) @@ -3409,6 +3693,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3460,6 +3745,8 @@ def test_success_fq_sig(self): self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_success_unqualified_sigset(self): dst = tempname(10) @@ -3483,6 +3770,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3512,6 +3800,10 @@ def test_success_unqualified_sigset(self): ======= self.sigdirs.append(f"{self.mpath}/signatures/sigset/{dst}") ======= +>>>>>>> osgeo-main +======= + self.sigdirs.append(f"{self.mpath}/signatures/sigset/{dst}") +======= >>>>>>> osgeo-main self.sigfiles.append(f"{self.mpath}/signatures/sigset/{dst}") >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3527,6 +3819,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3568,6 +3861,8 @@ def test_success_unqualified_sigset(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(ret, 0) ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, dst, self.mapset_name) self.assertTrue(ret) @@ -3584,6 +3879,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3625,6 +3921,10 @@ def test_success_unqualified_sigset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sigset/{dst}/sig")) def test_success_fq_sigset(self): @@ -3638,6 +3938,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3663,6 +3964,9 @@ def test_success_fq_sigset(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main def test_success_fq_sigset(self): dst = tempname(10) @@ -3675,6 +3979,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3683,6 +3988,8 @@ def test_success_fq_sigset(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sigset/{dst}/sig")) @@ -3697,6 +4004,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3730,6 +4038,10 @@ def test_success_fq_sigset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, dst, self.mapset_name) self.assertFalse(ret) ret = I_find_signature( @@ -3758,6 +4070,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3799,6 +4112,10 @@ def test_success_fq_sigset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertTrue( os.path.isfile(f"{self.mpath}/signatures/sigset/{dst_name}/sig") ) @@ -3810,6 +4127,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3824,6 +4142,8 @@ def test_success_fq_sigset(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_success_unqualified_libsvm(self): dst = tempname(10) ret = I_find_signature(I_SIGFILE_TYPE_LIBSVM, dst, self.mapset_name) @@ -3874,6 +4194,7 @@ def test_success_fq_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3882,6 +4203,8 @@ def test_success_fq_libsvm(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= self.assertTrue( os.path.isfile(f"{self.mpath}/signatures/sigset/{dst_name}/sig") @@ -3891,6 +4214,7 @@ def test_success_fq_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -3925,6 +4249,11 @@ def test_success_fq_libsvm(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class SignaturesRenameTestCase(TestCase): @classmethod @@ -3942,6 +4271,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3971,6 +4301,10 @@ def setUpClass(cls): ======= cls.sigdirs = [] ======= +>>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= >>>>>>> osgeo-main cls.sigfiles = [] >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3986,6 +4320,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4027,6 +4362,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist os.makedirs(f"{cls.mpath}/signatures/sig/", exist_ok=True) @@ -4040,6 +4377,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4081,6 +4419,11 @@ def setUpClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main @classmethod def tearDownClass(cls): @@ -4093,6 +4436,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4117,6 +4461,8 @@ def tearDownClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= @classmethod @@ -4126,6 +4472,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -4138,6 +4485,8 @@ def tearDownClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for f in cls.sigfiles: try: os.remove(f) @@ -4150,6 +4499,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4158,6 +4508,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -4168,6 +4520,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4201,6 +4554,10 @@ def tearDownClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def test_rename_from_wrong_mapset(self): rnd_name = "{0}@{0}".format(tempname(10)) @@ -4229,6 +4586,7 @@ def test_sigset_does_not_exist(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4248,6 +4606,8 @@ def test_sigset_does_not_exist(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_libsvm_does_not_exist(self): ret = I_signatures_rename(I_SIGFILE_TYPE_LIBSVM, tempname(10), tempname(10)) self.assertEqual(ret, 1) @@ -4260,6 +4620,7 @@ def test_libsvm_does_not_exist(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4273,6 +4634,8 @@ def test_libsvm_does_not_exist(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_success_unqualified_sig(self): src_sig = tempname(10) sig_dir = f"{self.mpath}/signatures/sig/{src_sig}" @@ -4290,6 +4653,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4308,6 +4672,9 @@ def test_success_unqualified_sig(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main def test_success_unqualified_sig(self): src_sig = tempname(10) @@ -4332,6 +4699,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4387,6 +4755,8 @@ def test_success_unqualified_sig(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) self.assertFalse(ret) ret = I_find_signature(I_SIGFILE_TYPE_SIG, src_sig, self.mapset_name) @@ -4408,6 +4778,7 @@ def test_success_unqualified_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4449,6 +4820,10 @@ def test_success_unqualified_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst}/sig")) def test_success_fq_sig(self): @@ -4469,6 +4844,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4501,6 +4877,8 @@ def test_success_fq_sig(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst}/sig")) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4516,6 +4894,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -4543,6 +4922,8 @@ def test_success_fq_sig(self): ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main dst = tempname(10) self.sigfiles.append(f"{self.mpath}/signatures/sig/{dst}") dst = dst + "@" + self.mapset_name @@ -4553,6 +4934,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4561,6 +4943,8 @@ def test_success_fq_sig(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= dst_name = tempname(10) self.sigdirs.append(f"{self.mpath}/signatures/sig/{dst_name}") @@ -4572,6 +4956,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4605,6 +4990,10 @@ def test_success_fq_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIG, dst, self.mapset_name) self.assertFalse(ret) ret = I_find_signature(I_SIGFILE_TYPE_SIG, src_sig, self.mapset_name) @@ -4630,6 +5019,7 @@ def test_success_fq_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4671,6 +5061,10 @@ def test_success_fq_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) def test_success_unqualified_sigset(self): @@ -4690,6 +5084,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4709,6 +5104,9 @@ def test_success_unqualified_sigset(self): ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sig/{dst_name}/sig")) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4736,6 +5134,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4799,6 +5198,8 @@ def test_success_unqualified_sigset(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, dst, self.mapset_name) self.assertFalse(ret) ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, src_sigset, self.mapset_name) @@ -4820,6 +5221,7 @@ def test_success_unqualified_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4861,6 +5263,10 @@ def test_success_unqualified_sigset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sigset/{dst}/sig")) def test_success_fq_sigset(self): @@ -4881,6 +5287,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4913,6 +5320,8 @@ def test_success_fq_sigset(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ======= self.assertTrue(os.path.isfile(f"{self.mpath}/signatures/sigset/{dst}/sig")) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4928,6 +5337,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -4955,6 +5365,8 @@ def test_success_fq_sigset(self): ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main dst = tempname(10) self.sigfiles.append(f"{self.mpath}/signatures/sigset/{dst}") dst = dst + "@" + self.mapset_name @@ -4965,6 +5377,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4973,6 +5386,8 @@ def test_success_fq_sigset(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= dst_name = tempname(10) self.sigdirs.append(f"{self.mpath}/signatures/sigset/{dst_name}") @@ -4984,6 +5399,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5017,6 +5433,10 @@ def test_success_fq_sigset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, dst, self.mapset_name) self.assertFalse(ret) ret = I_find_signature(I_SIGFILE_TYPE_SIGSET, src_sigset, self.mapset_name) @@ -5042,6 +5462,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5083,6 +5504,10 @@ def test_success_fq_sigset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertTrue( os.path.isfile(f"{self.mpath}/signatures/sigset/{dst_name}/sig") ) @@ -5094,6 +5519,7 @@ def test_success_fq_sigset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5108,6 +5534,8 @@ def test_success_fq_sigset(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_success_unqualified_libsvm(self): src_sig = tempname(10) sig_dir = f"{self.mpath}/signatures/libsvm/{src_sig}" @@ -5165,6 +5593,7 @@ def test_success_fq_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5173,6 +5602,8 @@ def test_success_fq_libsvm(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= self.assertTrue( os.path.isfile(f"{self.mpath}/signatures/sigset/{dst_name}/sig") @@ -5182,6 +5613,7 @@ def test_success_fq_libsvm(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= @@ -5216,6 +5648,11 @@ def test_success_fq_libsvm(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class SignaturesListByTypeTestCase(TestCase): @classmethod @@ -5234,6 +5671,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5263,6 +5701,10 @@ def setUpClass(cls): ======= cls.sigdirs = [] ======= +>>>>>>> osgeo-main +======= + cls.sigdirs = [] +======= >>>>>>> osgeo-main cls.sigfiles = [] >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -5278,6 +5720,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5319,6 +5762,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # As signatures are created directly not via signature creation # tools, we must ensure signature directories exist os.makedirs(f"{cls.mpath}/signatures/sig/", exist_ok=True) @@ -5332,6 +5777,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5347,6 +5793,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main os.makedirs(f"{cls.mpath}/signatures/libsvm/", exist_ok=True) ======= >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -5358,6 +5806,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5381,6 +5830,8 @@ def setUpClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # A mapset with a random name cls.rnd_mapset_name = tempname(10) G_make_mapset(None, None, cls.rnd_mapset_name) @@ -5398,6 +5849,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5413,6 +5865,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main os.makedirs(f"{cls.rnd_mapset_path}/signatures/libsvm/") ======= >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -5424,6 +5878,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5447,6 +5902,8 @@ def setUpClass(cls): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @classmethod def tearDownClass(cls): @@ -5463,6 +5920,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5513,6 +5971,11 @@ def tearDownClass(cls): shutil.rmtree(d, ignore_errors=True) ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= + for d in cls.sigdirs: + shutil.rmtree(d, ignore_errors=True) +======= +>>>>>>> osgeo-main for f in cls.sigfiles: try: os.remove(f) @@ -5525,6 +5988,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5533,6 +5997,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -5543,6 +6009,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5551,6 +6018,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for d in cls.sigdirs: shutil.rmtree(d, ignore_errors=True) @@ -5561,6 +6030,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5582,6 +6052,8 @@ def tearDownClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_no_sigs_at_all(self): # There should be no signatures in the mapset with random @@ -5603,6 +6075,7 @@ def test_no_sigs_at_all(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5620,6 +6093,8 @@ def test_no_sigs_at_all(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5629,6 +6104,7 @@ def test_no_sigs_at_all(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5654,6 +6130,8 @@ def test_no_sigs_at_all(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ret = I_signatures_list_by_type( I_SIGFILE_TYPE_SIGSET, self.rnd_mapset_name, ctypes.byref(sig_list) ) @@ -5668,6 +6146,7 @@ def test_no_sigs_at_all(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5687,6 +6166,8 @@ def test_no_sigs_at_all(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ret = I_signatures_list_by_type( I_SIGFILE_TYPE_LIBSVM, self.rnd_mapset_name, ctypes.byref(sig_list) ) @@ -5700,6 +6181,7 @@ def test_no_sigs_at_all(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5713,6 +6195,8 @@ def test_no_sigs_at_all(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_sig_in_different_mapset(self): # Should return 0 signatures from a different mapset @@ -5729,6 +6213,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -5756,6 +6241,8 @@ def test_sig_in_different_mapset(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5766,6 +6253,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -5788,6 +6276,8 @@ def test_sig_in_different_mapset(self): ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_file = f"{self.mpath}/signatures/sig/{local_sig}" self.sigfiles.append(sig_file) f = open(sig_file, "w") @@ -5798,6 +6288,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5806,6 +6297,8 @@ def test_sig_in_different_mapset(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= sig_dir = f"{self.mpath}/signatures/sig/{local_sig}" os.makedirs(sig_dir) @@ -5818,6 +6311,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5851,6 +6345,10 @@ def test_sig_in_different_mapset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main f.write("A sig file") f.close() sig_list = self.list_ptr() @@ -5868,6 +6366,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5909,6 +6408,10 @@ def test_sig_in_different_mapset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main shutil.rmtree(sig_dir) self.assertEqual(ret, 0) I_free_signatures_list(ret, ctypes.byref(sig_list)) @@ -5925,6 +6428,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -5952,6 +6456,8 @@ def test_sig_in_different_mapset(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= os.remove(sig_file) ======= @@ -5964,6 +6470,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -5987,6 +6494,8 @@ def test_sig_in_different_mapset(self): ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sigset_file = f"{self.mpath}/signatures/sigset/{local_sigset}" self.sigfiles.append(sigset_file) f = open(sigset_file, "w") @@ -5997,6 +6506,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6005,6 +6515,8 @@ def test_sig_in_different_mapset(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= sig_dir = f"{self.mpath}/signatures/sigset/{local_sigset}" os.makedirs(sig_dir) @@ -6017,6 +6529,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6050,6 +6563,10 @@ def test_sig_in_different_mapset(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main f.write("A sigset file") f.close() sig_list = self.list_ptr() @@ -6067,6 +6584,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6091,6 +6609,8 @@ def test_sig_in_different_mapset(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main shutil.rmtree(sig_dir) self.assertEqual(ret, 0) I_free_signatures_list(ret, ctypes.byref(sig_list)) @@ -6117,6 +6637,7 @@ def test_sig_in_different_mapset(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= shutil.rmtree(sig_dir) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6144,6 +6665,11 @@ def test_sig_in_different_mapset(self): shutil.rmtree(sig_dir) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + shutil.rmtree(sig_dir) +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertEqual(ret, 0) I_free_signatures_list(ret, ctypes.byref(sig_list)) @@ -6159,6 +6685,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -6179,6 +6706,9 @@ def test_single_sig(self): ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main shutil.rmtree(sig_dir) self.assertEqual(ret, 0) I_free_signatures_list(ret, ctypes.byref(sig_list)) @@ -6192,6 +6722,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -6221,6 +6752,9 @@ def test_single_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Sig type rnd_sig = tempname(10) sig_dir = f"{self.rnd_mapset_path}/signatures/sig/{rnd_sig}" @@ -6234,6 +6768,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6259,6 +6794,9 @@ def test_single_sig(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main rnd_sig = tempname(10) sig_file = f"{self.rnd_mapset_path}/signatures/sig/{rnd_sig}" f = open(sig_file, "w") @@ -6269,6 +6807,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6277,6 +6816,8 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # Sig type rnd_sig = tempname(10) @@ -6291,6 +6832,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6324,6 +6866,10 @@ def test_single_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main f.write("A sig file") f.close() sig_list = self.list_ptr() @@ -6341,6 +6887,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6370,6 +6917,10 @@ def test_single_sig(self): ======= shutil.rmtree(sig_dir) ======= +>>>>>>> osgeo-main +======= + shutil.rmtree(sig_dir) +======= >>>>>>> osgeo-main os.remove(sig_file) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -6385,6 +6936,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6426,6 +6978,8 @@ def test_single_sig(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(ret, 1) val = utils.decode(sig_list[0]) self.assertEqual(val, f"{rnd_sig}@{self.rnd_mapset_name}") @@ -6441,6 +6995,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6482,6 +7037,10 @@ def test_single_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # SigSet type # SigSet equals sig. Just testing branching inside. rnd_sigset = tempname(10) @@ -6496,6 +7055,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6521,6 +7081,9 @@ def test_single_sig(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main # SigSet equals sig. Just testing branching inside. rnd_sigset = tempname(10) sigset_file = f"{self.rnd_mapset_path}/signatures/sigset/{rnd_sigset}" @@ -6532,6 +7095,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6540,6 +7104,8 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # SigSet type # SigSet equals sig. Just testing branching inside. @@ -6555,6 +7121,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6588,6 +7155,10 @@ def test_single_sig(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main f.write("A sigset file") f.close() sigset_list = self.list_ptr() @@ -6605,6 +7176,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6634,6 +7206,10 @@ def test_single_sig(self): ======= shutil.rmtree(sig_dir) ======= +>>>>>>> osgeo-main +======= + shutil.rmtree(sig_dir) +======= >>>>>>> osgeo-main os.remove(sigset_file) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -6649,6 +7225,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6690,6 +7267,8 @@ def test_single_sig(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(ret, 1) val = utils.decode(sigset_list[0]) self.assertEqual(val, f"{rnd_sigset}@{self.rnd_mapset_name}") @@ -6703,6 +7282,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6722,6 +7302,8 @@ def test_single_sig(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # libsvm type rnd_sig = tempname(10) sig_dir = f"{self.rnd_mapset_path}/signatures/libsvm/{rnd_sig}" @@ -6747,6 +7329,7 @@ def test_single_sig(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6760,6 +7343,8 @@ def test_single_sig(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_multiple_sigs(self): # Should result into a multiple sigs returned @@ -6783,6 +7368,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6801,6 +7387,9 @@ def test_multiple_sigs(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main def test_multiple_sigs(self): @@ -6832,6 +7421,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6903,6 +7493,8 @@ def test_multiple_sigs(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main f.write("A sig file") f.close() # POINTER(POINTER(c_char)) @@ -6921,6 +7513,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6956,6 +7549,11 @@ def test_multiple_sigs(self): shutil.rmtree(sig_dir1) shutil.rmtree(sig_dir2) ======= +>>>>>>> osgeo-main +======= + shutil.rmtree(sig_dir1) + shutil.rmtree(sig_dir2) +======= >>>>>>> osgeo-main os.remove(sig_file1) os.remove(sig_file2) @@ -6974,6 +7572,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7020,6 +7619,8 @@ def test_multiple_sigs(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(ret, 2) golden = ( f"{rnd_sig1}@{self.rnd_mapset_name}", @@ -7039,6 +7640,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7080,6 +7682,10 @@ def test_multiple_sigs(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # SigSet type rnd_sigset1 = tempname(10) sig_dir1 = f"{self.rnd_mapset_path}/signatures/sigset/{rnd_sigset1}" @@ -7100,6 +7706,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7118,6 +7725,9 @@ def test_multiple_sigs(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main # Ditto for sigset ======= @@ -7149,6 +7759,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7218,6 +7829,8 @@ def test_multiple_sigs(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main f.write("A sigset file") f.close() sigset_list = self.list_ptr() @@ -7235,6 +7848,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7270,6 +7884,11 @@ def test_multiple_sigs(self): shutil.rmtree(sig_dir1) shutil.rmtree(sig_dir2) ======= +>>>>>>> osgeo-main +======= + shutil.rmtree(sig_dir1) + shutil.rmtree(sig_dir2) +======= >>>>>>> osgeo-main os.remove(sigset_file1) os.remove(sigset_file2) @@ -7288,6 +7907,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7334,6 +7954,8 @@ def test_multiple_sigs(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(ret, 2) golden = ( f"{rnd_sigset1}@{self.rnd_mapset_name}", @@ -7351,6 +7973,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7370,6 +7993,8 @@ def test_multiple_sigs(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # libsvm type rnd_sig1 = tempname(10) sig_dir1 = f"{self.rnd_mapset_path}/signatures/libsvm/{rnd_sig1}" @@ -7408,6 +8033,7 @@ def test_multiple_sigs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7437,6 +8063,10 @@ def test_multiple_sigs(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def test_multiple_sigs_multiple_mapsets(self): # Test searching in multiple mapsets. Identical to SIGSET case @@ -7452,6 +8082,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7469,6 +8100,8 @@ def test_multiple_sigs_multiple_mapsets(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7478,6 +8111,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7503,6 +8137,8 @@ def test_multiple_sigs_multiple_mapsets(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_dir1 = f"{self.rnd_mapset_path}/signatures/sig/{rnd_sig1}" os.makedirs(sig_dir1) self.sigdirs.append(sig_dir1) @@ -7515,6 +8151,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7550,6 +8187,10 @@ def test_multiple_sigs_multiple_mapsets(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main f.write("A sig file") f.close() rnd_sig2 = tempname(10) @@ -7566,6 +8207,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7584,6 +8226,9 @@ def test_multiple_sigs_multiple_mapsets(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sig_file1 = f"{self.rnd_mapset_path}/signatures/sig/{rnd_sig1}" f = open(sig_file1, "w") @@ -7611,6 +8256,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7672,6 +8318,8 @@ def test_multiple_sigs_multiple_mapsets(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_list = self.list_ptr() ret = I_signatures_list_by_type( I_SIGFILE_TYPE_SIG, None, ctypes.byref(sig_list) @@ -7690,13 +8338,13 @@ def test_multiple_sigs_multiple_mapsets(self): self.assertNotIn(golden[0], ret_list) I_free_signatures_list(ret, ctypes.byref(sig_list)) # Add temporary mapset to search path and re-run test - grass.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="add") + gs.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="add") # Search path is cached for this run => reset! G_reset_mapsets() ret = I_signatures_list_by_type( I_SIGFILE_TYPE_SIG, None, ctypes.byref(sig_list) ) - grass.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="remove") + gs.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="remove") G_reset_mapsets() <<<<<<< HEAD <<<<<<< HEAD @@ -7709,6 +8357,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7744,6 +8393,11 @@ def test_multiple_sigs_multiple_mapsets(self): shutil.rmtree(sig_dir1) shutil.rmtree(sig_dir2) ======= +>>>>>>> osgeo-main +======= + shutil.rmtree(sig_dir1) + shutil.rmtree(sig_dir2) +======= >>>>>>> osgeo-main os.remove(sig_file1) os.remove(sig_file2) @@ -7762,6 +8416,7 @@ def test_multiple_sigs_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7808,6 +8463,8 @@ def test_multiple_sigs_multiple_mapsets(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # There could be more sigs if this is not an empty mapset self.assertTrue(ret >= 2) ret_list = list(map(utils.decode, sig_list[:ret])) @@ -7829,6 +8486,7 @@ def test_multiple_sigsets_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7846,6 +8504,8 @@ def test_multiple_sigsets_multiple_mapsets(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7855,6 +8515,7 @@ def test_multiple_sigsets_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -7880,6 +8541,8 @@ def test_multiple_sigsets_multiple_mapsets(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_dir1 = f"{self.rnd_mapset_path}/signatures/sigset/{rnd_sig1}" os.makedirs(sig_dir1) self.sigdirs.append(sig_dir1) @@ -7892,6 +8555,7 @@ def test_multiple_sigsets_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7927,6 +8591,10 @@ def test_multiple_sigsets_multiple_mapsets(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main f.write("A sigset file") f.close() rnd_sig2 = tempname(10) @@ -7954,13 +8622,13 @@ def test_multiple_sigsets_multiple_mapsets(self): self.assertNotIn(golden[0], ret_list) I_free_signatures_list(ret, ctypes.byref(sig_list)) # Add temporary mapset to search path and re-run test - grass.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="add") + gs.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="add") # Search path is cached for this run => reset! G_reset_mapsets() ret = I_signatures_list_by_type( I_SIGFILE_TYPE_SIGSET, None, ctypes.byref(sig_list) ) - grass.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="remove") + gs.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="remove") G_reset_mapsets() shutil.rmtree(sig_dir1) shutil.rmtree(sig_dir2) @@ -7978,6 +8646,7 @@ def test_multiple_sigsets_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7992,6 +8661,8 @@ def test_multiple_sigsets_multiple_mapsets(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_multiple_libsvms_multiple_mapsets(self): # Test searching in multiple mapsets. Identical to SIG and SIGSET case rnd_sig1 = tempname(10) @@ -8021,6 +8692,9 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -8038,6 +8712,7 @@ def test_multiple_libsvms_multiple_mapsets(self): f.close() <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -8080,6 +8755,8 @@ def test_multiple_libsvms_multiple_mapsets(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sig_list = self.list_ptr() ret = I_signatures_list_by_type( I_SIGFILE_TYPE_SIGSET, None, ctypes.byref(sig_list) @@ -8099,14 +8776,14 @@ def test_multiple_libsvms_multiple_mapsets(self): self.assertNotIn(golden[0], ret_list) I_free_signatures_list(ret, ctypes.byref(sig_list)) # Add temporary mapset to search path and re-run test - grass.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="add") + gs.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="add") # Search path is cached for this run => reset! G_reset_mapsets() ret = I_signatures_list_by_type( <<<<<<< HEAD I_SIGFILE_TYPE_LIBSVM, None, ctypes.byref(sig_list) ) - grass.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="remove") + gs.run_command("g.mapsets", mapset=self.rnd_mapset_name, operation="remove") G_reset_mapsets() shutil.rmtree(sig_dir1) shutil.rmtree(sig_dir2) @@ -8122,6 +8799,7 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8130,6 +8808,8 @@ def test_multiple_libsvms_multiple_mapsets(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main os.remove(sig_file1) os.remove(sig_file2) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -8141,6 +8821,7 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= os.remove(sig_file1) os.remove(sig_file2) @@ -8159,6 +8840,8 @@ def test_multiple_libsvms_multiple_mapsets(self): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # There could be more sigs if this is not an empty mapset self.assertTrue(ret >= 2) ret_list = list(map(utils.decode, sig_list[:ret])) @@ -8174,6 +8857,7 @@ def test_multiple_libsvms_multiple_mapsets(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -8187,6 +8871,8 @@ def test_multiple_libsvms_multiple_mapsets(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if __name__ == "__main__": test() diff --git a/lib/imagery/testsuite/test_imagery_sigsetfile.py b/lib/imagery/testsuite/test_imagery_sigsetfile.py index 2d3bd8d0f5b..a2f998b28bc 100644 --- a/lib/imagery/testsuite/test_imagery_sigsetfile.py +++ b/lib/imagery/testsuite/test_imagery_sigsetfile.py @@ -17,6 +17,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -58,6 +59,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import os import stat import ctypes @@ -72,6 +78,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101,6 +108,9 @@ ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main import os import stat import ctypes @@ -111,6 +121,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -125,6 +138,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -150,6 +164,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -170,6 +186,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -200,6 +217,10 @@ from grass.lib.raster import Rast_write_semantic_label ======= >>>>>>> osgeo-main +======= +from grass.lib.raster import Rast_write_semantic_label +======= +>>>>>>> osgeo-main from grass.lib.raster import Rast_write_bandref >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= @@ -214,6 +235,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -255,6 +277,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from grass.lib.imagery import ( SigSet, I_InitSigSet, @@ -273,6 +297,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -302,6 +327,10 @@ ======= I_SortSigSetBySemanticLabel, ======= +>>>>>>> osgeo-main +======= + I_SortSigSetBySemanticLabel, +======= >>>>>>> osgeo-main I_SortSigSetByBandref, >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -317,6 +346,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -358,6 +388,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main I_fopen_sigset_file_new, I_fopen_sigset_file_old, Ref, @@ -375,6 +407,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -404,6 +437,10 @@ ======= ReturnString, ======= +>>>>>>> osgeo-main +======= + ReturnString, +======= >>>>>>> osgeo-main String, >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -419,6 +456,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -460,6 +498,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ) @@ -481,6 +521,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -522,6 +563,10 @@ def setUpClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cls.sig_dir = f"{cls.mpath}/signatures/sigset/{cls.sig_name}" @classmethod @@ -534,6 +579,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -559,6 +605,9 @@ def tearDownClass(cls): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main cls.sigfile_name = f"{cls.mpath}/signatures/sigset/{cls.sig_name}" @classmethod @@ -574,6 +623,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -582,6 +632,8 @@ def tearDownClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cls.sig_dir = f"{cls.mpath}/signatures/sigset/{cls.sig_name}" @@ -595,6 +647,7 @@ def tearDownClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -628,6 +681,10 @@ def tearDownClass(cls): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def test_I_fopen_signature_file_old_fail(self): sigfile = I_fopen_sigset_file_old(tempname(10)) @@ -644,6 +701,7 @@ def test_I_fopen_signature_file_old_fail(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -667,6 +725,8 @@ def test_I_fopen_signature_file_old_fail(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_roundtrip_sigset_v1_one_label(self): """Test writing and reading back sigset file (v1) with a single label and fully qualified sigfile name""" @@ -679,6 +739,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD def test_roundtrip_sigset_v1_one_label(self): """Test writing and reading back sigset file (v1) @@ -696,6 +757,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main def test_roundtrip_sigset_v1_one_band(self): """Test writing and reading back sigset file (v1) with a single band and fully qualified sigfile name""" @@ -706,6 +769,7 @@ def test_roundtrip_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -714,6 +778,8 @@ def test_roundtrip_sigset_v1_one_band(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= def test_roundtrip_sigset_v1_one_label(self): """Test writing and reading back sigset file (v1) @@ -725,6 +791,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -733,6 +800,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= def test_roundtrip_sigset_v1_one_label(self): """Test writing and reading back sigset file (v1) @@ -744,6 +813,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -765,6 +835,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Create signature struct So = SigSet() @@ -787,6 +859,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -828,6 +901,10 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") So.ClassSig[0].used = 1 @@ -840,6 +917,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -865,6 +943,9 @@ def test_roundtrip_sigset_v1_one_label(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main So.title = String("Signature title") So.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") So.ClassSig[0].used = 1 @@ -877,6 +958,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -885,6 +967,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") @@ -898,6 +982,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -931,6 +1016,10 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main So.ClassSig[0].type = 1 So.ClassSig[0].SubSig[0].pi = 3.14 So.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -949,6 +1038,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -978,6 +1068,10 @@ def test_roundtrip_sigset_v1_one_label(self): ======= sig_stat = os.stat(f"{self.sig_dir}/sig") ======= +>>>>>>> osgeo-main +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= >>>>>>> osgeo-main sig_stat = os.stat(self.sigfile_name) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -993,6 +1087,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1034,6 +1129,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(stat.S_ISREG(sig_stat.st_mode)) I_WriteSigSet(p_new_sigfile, ctypes.byref(So)) self.libc.fclose(p_new_sigfile) @@ -1057,6 +1154,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1074,6 +1172,8 @@ def test_roundtrip_sigset_v1_one_label(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1083,6 +1183,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1108,6 +1209,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main semantic_label = utils.decode( ctypes.cast(Sn.semantic_labels[0], ctypes.c_char_p).value ) @@ -1122,6 +1225,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1140,6 +1244,9 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref = utils.decode(ctypes.cast(Sn.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref, "The_Doors") @@ -1154,6 +1261,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1192,6 +1300,8 @@ def test_roundtrip_sigset_v1_one_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(Sn.nclasses, 1) self.assertEqual(Sn.ClassSig[0].nsubclasses, 1) self.assertEqual(Sn.ClassSig[0].used, 1) @@ -1216,6 +1326,7 @@ def test_roundtrip_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1251,6 +1362,11 @@ def test_read_fail_sigset_v1_one_label(self): def test_read_fail_sigset_v1_one_label(self): """Reading back should fail as semantic label length exceeds limit""" ======= +>>>>>>> osgeo-main +======= + def test_read_fail_sigset_v1_one_label(self): + """Reading back should fail as semantic label length exceeds limit""" +======= >>>>>>> osgeo-main def test_read_fail_sigset_v1_one_band(self): """Reading back should fail as band reference exceeds limit""" @@ -1269,6 +1385,7 @@ def test_read_fail_sigset_v1_one_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1315,6 +1432,8 @@ def test_read_fail_sigset_v1_one_band(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Create signature struct So = SigSet() @@ -1337,6 +1456,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1378,6 +1498,10 @@ def test_read_fail_sigset_v1_one_band(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(tempname(252).encode()) So.ClassSig[0].used = 1 @@ -1390,6 +1514,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1415,6 +1540,9 @@ def test_read_fail_sigset_v1_one_band(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main So.title = String("Signature title") So.bandrefs[0] = ctypes.create_string_buffer(tempname(252).encode()) So.ClassSig[0].used = 1 @@ -1427,6 +1555,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1435,6 +1564,8 @@ def test_read_fail_sigset_v1_one_band(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(tempname(252).encode()) @@ -1448,6 +1579,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1481,6 +1613,10 @@ def test_read_fail_sigset_v1_one_band(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main So.ClassSig[0].type = 1 So.ClassSig[0].SubSig[0].pi = 3.14 So.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -1499,6 +1635,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1528,6 +1665,10 @@ def test_read_fail_sigset_v1_one_band(self): ======= sig_stat = os.stat(f"{self.sig_dir}/sig") ======= +>>>>>>> osgeo-main +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= >>>>>>> osgeo-main sig_stat = os.stat(self.sigfile_name) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1543,6 +1684,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1584,6 +1726,8 @@ def test_read_fail_sigset_v1_one_band(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(stat.S_ISREG(sig_stat.st_mode)) I_WriteSigSet(p_new_sigfile, ctypes.byref(So)) self.libc.fclose(p_new_sigfile) @@ -1608,6 +1752,7 @@ def test_read_fail_sigset_v1_one_band(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1643,6 +1788,11 @@ def test_roundtrip_sigset_v1_two_labels(self): def test_roundtrip_sigset_v1_two_labels(self): """Test writing and reading back sigset (v1) with two labels""" ======= +>>>>>>> osgeo-main +======= + def test_roundtrip_sigset_v1_two_labels(self): + """Test writing and reading back sigset (v1) with two labels""" +======= >>>>>>> osgeo-main def test_roundtrip_sigset_v1_two_bands(self): """Test writing and reading back sigset (v1) with two bands""" @@ -1661,6 +1811,7 @@ def test_roundtrip_sigset_v1_two_labels(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1707,6 +1858,8 @@ def test_roundtrip_sigset_v1_two_bands(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Create signature struct So = SigSet() @@ -1729,6 +1882,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1770,6 +1924,10 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") So.semantic_labels[1] = ctypes.create_string_buffer(b"The_Who") @@ -1783,6 +1941,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1808,6 +1967,9 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main So.title = String("Signature title") So.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") So.bandrefs[1] = ctypes.create_string_buffer(b"The_Who") @@ -1821,6 +1983,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1829,6 +1992,8 @@ def test_roundtrip_sigset_v1_two_bands(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= So.title = ReturnString("Signature title") So.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") @@ -1843,6 +2008,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1876,6 +2042,10 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main So.ClassSig[0].type = 1 So.ClassSig[0].SubSig[0].pi = 3.14 So.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -1898,6 +2068,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1927,6 +2098,10 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= sig_stat = os.stat(f"{self.sig_dir}/sig") ======= +>>>>>>> osgeo-main +======= + sig_stat = os.stat(f"{self.sig_dir}/sig") +======= >>>>>>> osgeo-main sig_stat = os.stat(self.sigfile_name) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -1942,6 +2117,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1983,6 +2159,8 @@ def test_roundtrip_sigset_v1_two_bands(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(stat.S_ISREG(sig_stat.st_mode)) I_WriteSigSet(p_new_sigfile, ctypes.byref(So)) self.libc.fclose(p_new_sigfile) @@ -2005,6 +2183,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2022,6 +2201,8 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2031,6 +2212,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2056,6 +2238,8 @@ def test_roundtrip_sigset_v1_two_bands(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main semantic_label = utils.decode( ctypes.cast(Sn.semantic_labels[0], ctypes.c_char_p).value ) @@ -2074,6 +2258,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2103,6 +2288,9 @@ def test_roundtrip_sigset_v1_two_bands(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main bandref = utils.decode(ctypes.cast(Sn.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref, "The_Doors") bandref = utils.decode(ctypes.cast(Sn.bandrefs[1], ctypes.c_char_p).value) @@ -2114,6 +2302,9 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2128,6 +2319,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2153,6 +2345,8 @@ def test_roundtrip_sigset_v1_two_bands(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertEqual(Sn.nclasses, 1) self.assertEqual(Sn.ClassSig[0].nsubclasses, 1) self.assertEqual(Sn.ClassSig[0].used, 1) @@ -2182,6 +2376,7 @@ def test_roundtrip_sigset_v1_two_bands(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2212,6 +2407,10 @@ class SortSigSetBySemanticLabelTest(TestCase): class SortSigSetBySemanticLabelTest(TestCase): ======= >>>>>>> osgeo-main +======= +class SortSigSetBySemanticLabelTest(TestCase): +======= +>>>>>>> osgeo-main class SortSigSetByBandrefTest(TestCase): >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) ======= @@ -2226,6 +2425,7 @@ class SortSigSetBySemanticLabelTest(TestCase): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2267,6 +2467,8 @@ class SortSigSetBySemanticLabelTest(TestCase): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @classmethod def setUpClass(cls): cls.libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library("c")) @@ -2283,6 +2485,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2306,6 +2509,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) cls.semantic_label2 = "The_Who" @@ -2318,6 +2523,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -2335,6 +2541,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +>>>>>>> osgeo-main cls.bandref1 = "The_Doors" cls.map2 = tempname(10) cls.bandref2 = "The_Who" @@ -2345,6 +2553,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2353,6 +2562,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -2364,6 +2575,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2372,6 +2584,8 @@ def setUpClass(cls): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= cls.semantic_label1 = "The_Doors" cls.map2 = tempname(10) @@ -2383,6 +2597,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2404,6 +2619,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cls.map3 = tempname(10) cls.use_temp_region() cls.runModule("g.region", n=1, s=0, e=1, w=0, res=1) @@ -2421,6 +2638,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2456,6 +2674,11 @@ def setUpClass(cls): Rast_write_semantic_label(cls.map1, cls.semantic_label1) Rast_write_semantic_label(cls.map2, cls.semantic_label2) ======= +>>>>>>> osgeo-main +======= + Rast_write_semantic_label(cls.map1, cls.semantic_label1) + Rast_write_semantic_label(cls.map2, cls.semantic_label2) +======= >>>>>>> osgeo-main Rast_write_bandref(cls.map1, cls.bandref1) Rast_write_bandref(cls.map2, cls.bandref2) @@ -2474,6 +2697,7 @@ def setUpClass(cls): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2520,6 +2744,8 @@ def setUpClass(cls): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @classmethod def tearDownClass(cls): @@ -2554,6 +2780,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2595,6 +2822,10 @@ def test_symmetric_complete_difference(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") S.ClassSig[0].used = 1 @@ -2607,6 +2838,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2632,6 +2864,9 @@ def test_symmetric_complete_difference(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Troggs") S.ClassSig[0].used = 1 @@ -2644,6 +2879,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2652,6 +2888,8 @@ def test_symmetric_complete_difference(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") @@ -2665,6 +2903,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2698,6 +2937,10 @@ def test_symmetric_complete_difference(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 S.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -2715,6 +2958,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2744,6 +2988,10 @@ def test_symmetric_complete_difference(self): ======= ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) ======= +>>>>>>> osgeo-main +======= + ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) +======= >>>>>>> osgeo-main ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -2759,6 +3007,7 @@ def test_symmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2800,6 +3049,8 @@ def test_symmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) ref_err = utils.decode(ctypes.cast(ret[1], ctypes.c_char_p).value) @@ -2844,6 +3095,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2885,6 +3137,10 @@ def test_asymmetric_complete_difference(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") S.ClassSig[0].used = 1 @@ -2897,6 +3153,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2922,6 +3179,9 @@ def test_asymmetric_complete_difference(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Troggs") S.ClassSig[0].used = 1 @@ -2934,6 +3194,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2942,6 +3203,8 @@ def test_asymmetric_complete_difference(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Troggs") @@ -2955,6 +3218,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2988,6 +3252,10 @@ def test_asymmetric_complete_difference(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 S.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -3005,6 +3273,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3034,6 +3303,10 @@ def test_asymmetric_complete_difference(self): ======= ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) ======= +>>>>>>> osgeo-main +======= + ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) +======= >>>>>>> osgeo-main ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3049,6 +3322,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3090,6 +3364,8 @@ def test_asymmetric_complete_difference(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) ref_err = utils.decode(ctypes.cast(ret[1], ctypes.c_char_p).value) @@ -3116,6 +3392,7 @@ def test_asymmetric_complete_difference(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3145,6 +3422,10 @@ def test_missing_label(self): ======= def test_missing_label(self): ======= +>>>>>>> osgeo-main +======= + def test_missing_label(self): +======= >>>>>>> osgeo-main def test_missing_bandref(self): >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3160,6 +3441,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3201,6 +3483,8 @@ def test_missing_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Prepare imagery group reference struct R = Ref() I_init_group_ref(ctypes.byref(R)) @@ -3230,6 +3514,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3271,6 +3556,10 @@ def test_missing_label(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") S.ClassSig[0].used = 1 @@ -3283,6 +3572,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3308,6 +3598,9 @@ def test_missing_label(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") S.ClassSig[0].used = 1 @@ -3320,6 +3613,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3328,6 +3622,8 @@ def test_missing_label(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") @@ -3341,6 +3637,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3374,6 +3671,10 @@ def test_missing_label(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 S.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -3391,6 +3692,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3420,6 +3722,10 @@ def test_missing_label(self): ======= ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) ======= +>>>>>>> osgeo-main +======= + ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) +======= >>>>>>> osgeo-main ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) >>>>>>> 268d757b7d (ci: Ignore paths in CodeQL (#1778)) @@ -3435,6 +3741,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3476,6 +3783,8 @@ def test_missing_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertTrue(bool(ret)) sig_err = utils.decode(ctypes.cast(ret[0], ctypes.c_char_p).value) ref_err = utils.decode(ctypes.cast(ret[1], ctypes.c_char_p).value) @@ -3492,6 +3801,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3509,6 +3819,8 @@ def test_missing_label(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3518,6 +3830,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3543,6 +3856,8 @@ def test_missing_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ",," + ",," + ",," @@ -3556,6 +3871,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3597,6 +3913,11 @@ def test_missing_label(self): >>>>>>> osgeo-main ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= + ) + self.assertEqual(ref_err, f"The_Doors,{self.map3}") +======= +>>>>>>> osgeo-main ",," + ",," + ",," @@ -3611,6 +3932,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3619,6 +3941,8 @@ def test_missing_label(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ) self.assertEqual(ref_err, f"The_Doors,{self.map3}") @@ -3629,6 +3953,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3637,6 +3962,8 @@ def test_missing_label(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ) self.assertEqual(ref_err, f"The_Doors,{self.map3}") @@ -3647,6 +3974,7 @@ def test_missing_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3668,6 +3996,8 @@ def test_missing_label(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Clean up memory to help track memory leaks when run by valgrind I_free_group_ref(ctypes.byref(R)) @@ -3704,6 +4034,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3745,6 +4076,10 @@ def test_single_complete_match(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") S.ClassSig[0].used = 1 @@ -3757,6 +4092,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3782,6 +4118,9 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Doors") S.ClassSig[0].used = 1 @@ -3794,6 +4133,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3802,6 +4142,8 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Doors") @@ -3815,6 +4157,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3848,6 +4191,10 @@ def test_single_complete_match(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 S.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -3865,6 +4212,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3906,6 +4254,10 @@ def test_single_complete_match(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) semantic_label = utils.decode( @@ -3919,6 +4271,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3944,6 +4297,9 @@ def test_single_complete_match(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) bandref = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) @@ -3955,6 +4311,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3963,6 +4320,8 @@ def test_single_complete_match(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) @@ -3977,6 +4336,7 @@ def test_single_complete_match(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4010,6 +4370,10 @@ def test_single_complete_match(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertEqual(S.ClassSig[0].SubSig[0].pi, 3.14) self.assertEqual(S.ClassSig[0].SubSig[0].means[0], 42.42) self.assertEqual(S.ClassSig[0].SubSig[0].R[0][0], 69.69) @@ -4051,6 +4415,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4092,6 +4457,10 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") S.semantic_labels[1] = ctypes.create_string_buffer(b"The_Doors") @@ -4105,6 +4474,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4130,6 +4500,9 @@ def test_double_complete_match_reorder(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") S.bandrefs[1] = ctypes.create_string_buffer(b"The_Doors") @@ -4143,6 +4516,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4151,6 +4525,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") @@ -4165,6 +4541,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4198,6 +4575,10 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 S.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -4219,6 +4600,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4260,6 +4642,10 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) # Semantic labels and sig items should be swapped @@ -4281,6 +4667,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4309,6 +4696,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) ======= @@ -4322,6 +4711,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -4346,6 +4736,8 @@ def test_double_complete_match_reorder(self): ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Doors") bandref2 = utils.decode(ctypes.cast(S.bandrefs[1], ctypes.c_char_p).value) @@ -4357,6 +4749,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4365,6 +4758,8 @@ def test_double_complete_match_reorder(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value @@ -4381,6 +4776,7 @@ def test_double_complete_match_reorder(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4414,6 +4810,10 @@ def test_double_complete_match_reorder(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertEqual(S.ClassSig[0].SubSig[0].means[0], 24.24) self.assertEqual(S.ClassSig[0].SubSig[0].means[1], 42.42) self.assertEqual(S.ClassSig[0].SubSig[0].R[0][0], -96.96) @@ -4458,6 +4858,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4499,6 +4900,10 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") S.semantic_labels[1] = ctypes.create_string_buffer(b"The_Doors") @@ -4512,6 +4917,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4537,6 +4943,9 @@ def test_double_complete_match_same_order(self): ======= ======= >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) +======= +======= +>>>>>>> osgeo-main S.title = String("Signature title") S.bandrefs[0] = ctypes.create_string_buffer(b"The_Who") S.bandrefs[1] = ctypes.create_string_buffer(b"The_Doors") @@ -4550,6 +4959,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4558,6 +4968,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= S.title = ReturnString("Signature title") S.semantic_labels[0] = ctypes.create_string_buffer(b"The_Who") @@ -4572,6 +4984,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4605,6 +5018,10 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main S.ClassSig[0].type = 1 S.ClassSig[0].SubSig[0].pi = 3.14 S.ClassSig[0].SubSig[0].means[0] = 42.42 @@ -4626,6 +5043,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4667,6 +5085,10 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ret = I_SortSigSetBySemanticLabel(ctypes.byref(S), ctypes.byref(R)) self.assertFalse(bool(ret)) # Semantic labels and sig items should not be swapped @@ -4688,6 +5110,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4716,6 +5139,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = I_SortSigSetByBandref(ctypes.byref(S), ctypes.byref(R)) ======= @@ -4729,6 +5154,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 12a69d7f45 (ci: Ignore paths in CodeQL (#1778)) ======= <<<<<<< HEAD @@ -4753,6 +5179,8 @@ def test_double_complete_match_same_order(self): ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main bandref1 = utils.decode(ctypes.cast(S.bandrefs[0], ctypes.c_char_p).value) self.assertEqual(bandref1, "The_Who") bandref2 = utils.decode(ctypes.cast(S.bandrefs[1], ctypes.c_char_p).value) @@ -4764,6 +5192,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4772,6 +5201,8 @@ def test_double_complete_match_same_order(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= semantic_label1 = utils.decode( ctypes.cast(S.semantic_labels[0], ctypes.c_char_p).value @@ -4788,6 +5219,7 @@ def test_double_complete_match_same_order(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4821,6 +5253,10 @@ def test_double_complete_match_same_order(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertEqual(S.ClassSig[0].SubSig[0].means[0], 42.42) self.assertEqual(S.ClassSig[0].SubSig[0].means[1], 24.24) self.assertEqual(S.ClassSig[0].SubSig[0].R[0][0], 69.69) diff --git a/lib/init/grass.html b/lib/init/grass.html index 2e817be412e..f7621737ff6 100644 --- a/lib/init/grass.html +++ b/lib/init/grass.html @@ -14,6 +14,7 @@

    SYNOPSIS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD [--tmp-location | --tmp-mapset] [[[<GISDBASE>/]<LOCATION>/] ======= @@ -35,6 +36,8 @@

    SYNOPSIS

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main [--tmp-project | --tmp-mapset] [[[<GISDBASE>/]<PROJECT>/] ======= @@ -47,6 +50,7 @@

    SYNOPSIS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -56,6 +60,8 @@

    SYNOPSIS

    ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= +>>>>>>> osgeo-main +======= [--tmp-location | --tmp-mapset] [[[<GISDBASE>/]<LOCATION>/] >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -65,6 +71,7 @@

    SYNOPSIS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -82,6 +89,8 @@

    SYNOPSIS

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main <MAPSET>] [--exec EXECUTABLE] @@ -104,6 +113,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -123,6 +133,8 @@

    Flags:

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main
    -c XY
    Creates new GRASS project (location) without coordinate reference system in specified GISDBASE @@ -144,6 +156,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -173,6 +186,10 @@

    Flags:

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
    -c
    Creates new GRASS unprojected location in specified GISDBASE @@ -196,6 +213,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -238,6 +256,11 @@

    Flags:

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
    -f
    Forces removal of .gislock if exists (use with care!). Only with --text flag @@ -266,6 +289,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -303,6 +327,10 @@

    Flags:

    Prints GRASS configuration parameters (options: arch, build, compiler, date, path, python_path, revision, svn_revision, version) ======= >>>>>>> osgeo-main +======= +
    Prints GRASS configuration parameters (options: arch, build, compiler, date, path, python_path, revision, svn_revision, version) +======= +>>>>>>> osgeo-main
    Prints GRASS configuration parameters (options: arch, build, compiler, date, path, revision, svn_revision, version) >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -317,6 +345,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD =======
    Prints GRASS configuration parameters (options: arch, build, compiler, date, path, python_path, revision, svn_revision, version) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -379,6 +408,11 @@

    Flags:

    Prints GRASS configuration parameters (options: arch, build, compiler, date, path, python_path, revision, svn_revision, version) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +
    Prints GRASS configuration parameters (options: arch, build, compiler, date, path, python_path, revision, svn_revision, version) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main
    --exec EXECUTABLE
    Execute GRASS module or script. The provided executable will be executed in a GRASS GIS non-interactive session. @@ -392,6 +426,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD
    --tmp-location
    Run using a temporary location which is created based on the given ======= @@ -413,6 +448,8 @@

    Flags:

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main
    --tmp-project
    Run using a temporary project which is created based on the given ======= @@ -425,6 +462,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -434,6 +472,8 @@

    Flags:

    ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= +>>>>>>> osgeo-main +=======
    --tmp-location
    Run using a temporary location which is created based on the given >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -443,6 +483,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -460,6 +501,8 @@

    Flags:

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main coordinate reference system and deleted at the end of the execution (use with the --exec flag). The active mapset will be the PERMANENT mapset. @@ -475,6 +518,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD location and deleted at the end of the execution ======= <<<<<<< HEAD @@ -495,6 +539,8 @@

    Flags:

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main project and deleted at the end of the execution ======= location and deleted at the end of the execution @@ -505,6 +551,7 @@

    Flags:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= location and deleted at the end of the execution >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -539,6 +586,11 @@

    Flags:

    location and deleted at the end of the execution >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +location and deleted at the end of the execution +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main (use with the --exec flag). @@ -559,6 +611,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -578,6 +631,8 @@

    Parameters:

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main
    PROJECT
    Initial project directory which is a subdirectory of GISDBASE (project was previously called location) @@ -591,6 +646,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -620,6 +676,10 @@

    Parameters:

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
    LOCATION
    Initial location directory which is a subdirectory of GISDBASE @@ -634,6 +694,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -676,6 +737,11 @@

    Parameters:

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main Note: These parameters must be specified in one of the @@ -691,6 +757,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD LOCATION/MAPSET GISDBASE/LOCATION/MAPSET @@ -713,6 +780,8 @@

    Parameters:

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main PROJECT/MAPSET GISDBASE/PROJECT/MAPSET ======= @@ -725,6 +794,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -733,6 +803,8 @@

    Parameters:

    >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= LOCATION/MAPSET GISDBASE/LOCATION/MAPSET @@ -743,6 +815,7 @@

    Parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -760,6 +833,8 @@

    Parameters:

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main

    DESCRIPTION

    @@ -793,6 +868,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -834,6 +910,10 @@

    DESCRIPTION

    ======= >>>>>>> 6dd43833fd (Improve G_open|find _misc function documentation (#1760)) >>>>>>> 5ee893ff88 (Improve G_open|find _misc function documentation (#1760)) +======= +======= +>>>>>>> 6dd43833fd (Improve G_open|find _misc function documentation (#1760)) +>>>>>>> osgeo-main

    Running non-interactive jobs

    The --exec flag can run an executable on path, GRASS module, or a script. @@ -853,6 +933,7 @@

    Config flag

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 5ee893ff88 (Improve G_open|find _misc function documentation (#1760)) ======= @@ -872,6 +953,9 @@

    Config flag

    ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main

    FLAGS

    >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -885,6 +969,7 @@

    FLAGS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -920,6 +1005,8 @@

    FLAGS

    >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 5ee893ff88 (Improve G_open|find _misc function documentation (#1760)) +======= +>>>>>>> osgeo-main The flag --config option prints GRASS GIS configuration and version parameters, with the options: @@ -937,6 +1024,7 @@

    FLAGS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -956,6 +1044,8 @@

    FLAGS

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main
  • date: (e.g., 2024-04-10T11:44:54+00:00)
  • path: (e.g., /usr/lib64/grass)
  • python_path: (e.g., /usr/lib64/grass/etc/python)
  • @@ -976,6 +1066,7 @@

    SAMPLE DATA

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -993,6 +1084,10 @@

    SAMPLE DATA

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
  • date: (e.g., Tue Mar 31 20:34:57 2020 +0200)
  • path: (e.g., /usr/lib64/grass)
  • python_path: (e.g., /usr/lib64/grass/etc/python)
  • @@ -1008,6 +1103,7 @@

    SAMPLE DATA

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1022,6 +1118,8 @@

    SAMPLE DATA

    ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +=======
  • version: (e.g., 8.2.0dev)
  • @@ -1032,6 +1130,7 @@

    SAMPLE DATA

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1081,6 +1180,8 @@

    SAMPLE DATA

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main

    SAMPLE DATA

    The GRASS GIS project provides several free sample geospatial datasets @@ -1094,6 +1195,7 @@

    SAMPLE DATA

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1136,6 +1238,11 @@

    SAMPLE DATA

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main https://grass.osgeo.org/download/sample-data/. The "North Carolina data set" is a modern package of geospatial data from @@ -1245,6 +1352,7 @@

    HTML Browser Variable

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1286,6 +1394,11 @@

    HTML Browser Variable

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main

    Running non-interactive batch jobs

    If the GRASS_BATCH_JOB environment variable is set to the full @@ -1302,6 +1415,9 @@

    Running non-interactive batch jobs

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1317,6 +1433,7 @@

    Running non-interactive batch jobs

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1346,6 +1463,8 @@

    Running non-interactive batch jobs

    >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 5ee893ff88 (Improve G_open|find _misc function documentation (#1760)) +======= +>>>>>>> osgeo-main

    EXAMPLES

    The following are some examples of how you could start GRASS @@ -1362,6 +1481,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1381,6 +1501,8 @@

    EXAMPLES

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main prompted to choose the appropriate project and mapset.
    grass --gui @@ -1397,6 +1519,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -1426,6 +1549,10 @@

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main prompted to choose the appropriate location and mapset.
    grass --gui @@ -1444,6 +1571,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1486,6 +1614,11 @@

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main examples below) otherwise taken from the last GRASS session.
    grass --gtext @@ -1498,6 +1631,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD prompted to choose the appropriate location and mapset. ======= @@ -1519,6 +1653,8 @@

    EXAMPLES

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main prompted to choose the appropriate project and mapset. ======= prompted to choose the appropriate location and mapset. @@ -1529,6 +1665,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= prompted to choose the appropriate location and mapset. >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1563,6 +1700,11 @@

    EXAMPLES

    prompted to choose the appropriate location and mapset. >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= + prompted to choose the appropriate location and mapset. +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
    grass $HOME/grassdata/spearfish70/user1
    Start GRASS using the default user interface and automatically @@ -1579,6 +1721,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1598,6 +1741,8 @@

    EXAMPLES

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main obtain the project and mapset from environment variables.
    grass -c EPSG:4326 $HOME/grassdata/myproject @@ -1613,6 +1758,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -1642,6 +1788,10 @@

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main obtain the location and mapset from environment variables.
    grass -c EPSG:4326 $HOME/grassdata/mylocation @@ -1659,6 +1809,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1701,6 +1852,11 @@

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main East North - SJTSK) with datum transformation parameters used in Czech Republic in the specified GISDBASE @@ -1714,6 +1870,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1733,6 +1890,8 @@

    EXAMPLES

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main
    Creates a new GRASS project from PROJ definition string (here: gnomonic) in the specified GISDBASE @@ -1749,6 +1908,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -1778,6 +1938,10 @@

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
    Creates a new GRASS location from PROJ definition string (here: gnomonic) in the specified GISDBASE @@ -1796,6 +1960,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1838,6 +2003,11 @@

    EXAMPLES

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main

    Batch jobs with the exec interface

    @@ -1858,6 +2028,7 @@

    Batch jobs with the exec interface

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD Creating a new Location based on a geodata file's projection (-c) ======= <<<<<<< HEAD @@ -1878,6 +2049,8 @@

    Batch jobs with the exec interface

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main Creating a new project based on a geodata file's projection (-c) ======= Creating a new Location based on a geodata file's projection (-c) @@ -1888,6 +2061,7 @@

    Batch jobs with the exec interface

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Creating a new Location based on a geodata file's projection (-c) >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1922,6 +2096,11 @@

    Batch jobs with the exec interface

    Creating a new Location based on a geodata file's projection (-c) >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +Creating a new Location based on a geodata file's projection (-c) +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main and exit (-e) immediately:
    @@ -1995,6 +2174,7 @@ 

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -2052,6 +2232,11 @@

    Execution of shell and Python scripts instead of single commands

    gs.message('Current GRASS GIS environment:') ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= + +gs.message('Current GRASS GIS environment:') +======= +>>>>>>> osgeo-main import grass.script.setup as gsetup gs.message('Current GRASS GIS 8 environment:') @@ -2062,6 +2247,7 @@

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -2071,6 +2257,8 @@

    Execution of shell and Python scripts instead of single commands

    ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= +>>>>>>> osgeo-main +======= import grass.script.setup as gsetup gs.message('Current GRASS GIS 8 environment:') @@ -2081,6 +2269,7 @@

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2090,6 +2279,8 @@

    Execution of shell and Python scripts instead of single commands

    ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= gs.message('Current GRASS GIS environment:') >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2099,6 +2290,7 @@

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2108,6 +2300,8 @@

    Execution of shell and Python scripts instead of single commands

    ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= gs.message('Current GRASS GIS environment:') >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2117,6 +2311,7 @@

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2142,6 +2337,8 @@

    Execution of shell and Python scripts instead of single commands

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main print(gs.gisenv()) gs.message('Available raster maps:') @@ -2162,6 +2359,7 @@

    Execution of shell and Python scripts instead of single commands

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2181,6 +2379,8 @@

    Execution of shell and Python scripts instead of single commands

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main

    Using temporary project

    Creating a new temporary project based on a georeferenced file's @@ -2196,6 +2396,7 @@

    Using temporary project

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -2225,6 +2426,10 @@

    Using temporary project

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main

    Using temporary location

    Creating a new temporary location based on a georeferenced file's @@ -2242,6 +2447,7 @@

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -2284,6 +2490,11 @@

    Using temporary location

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
    The same, but using an EPSG code and a Python script: @@ -2298,6 +2509,7 @@

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2317,6 +2529,8 @@

    Using temporary location

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main grass --tmp-project EPSG:3358 --exec test.py @@ -2334,6 +2548,7 @@

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -2363,6 +2578,10 @@

    Using temporary location

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main grass --tmp-location EPSG:3358 --exec test.py @@ -2382,6 +2601,7 @@

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -2424,6 +2644,11 @@

    Using temporary location

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main so the script is expected to export, link or otherwise preserve the output data before ending. @@ -2438,6 +2663,7 @@

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2457,6 +2683,8 @@

    Using temporary location

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main temporary project:
    @@ -2475,6 +2703,7 @@ 

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD @@ -2504,6 +2733,10 @@

    Using temporary location

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main temporary location:
    @@ -2524,6 +2757,7 @@ 

    Using temporary location

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -2566,6 +2800,11 @@

    Using temporary location

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
    @@ -2582,6 +2821,7 @@

    Using temporary mapset

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD location (here using the NC SPM sample location): ======= <<<<<<< HEAD @@ -2602,6 +2842,8 @@

    Using temporary mapset

    >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main project (here using the NC SPM sample dataset): ======= location (here using the NC SPM sample location): @@ -2612,6 +2854,7 @@

    Using temporary mapset

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= location (here using the NC SPM sample location): >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -2646,6 +2889,11 @@

    Using temporary mapset

    location (here using the NC SPM sample location): >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +location (here using the NC SPM sample location): +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main
     grass --tmp-mapset /path/to/grassdata/nc_spm_08/ --exec g.proj -p
    @@ -2692,6 +2940,7 @@ 

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2727,6 +2976,8 @@

    Troubleshooting

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Importantly, to avoid an "[Errno 8] Exec format error" there must be a shebang line at the top of the script (like #!/bin/sh, #!/bin/bash, or #!/usr/bin/env python3) @@ -2739,6 +2990,7 @@

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -2771,6 +3023,11 @@

    Troubleshooting

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main Importantly, to avoid an "[Errno 8] Exec format error" there must be a shebang line at the top of the script (like #!/bin/sh, #!/bin/bash, or #!/usr/bin/env python3) @@ -2783,6 +3040,9 @@

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2803,6 +3063,7 @@

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2812,6 +3073,8 @@

    Troubleshooting

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= Importantly, to avoid an "[Errno 8] Exec format error" there must be a shebang line at the top of the script (like #!/bin/sh, #!/bin/bash, or #!/usr/bin/env python3) @@ -2824,6 +3087,7 @@

    Troubleshooting

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2857,6 +3121,8 @@

    Troubleshooting

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    CAVEAT

    @@ -2901,6 +3167,7 @@

    AUTHORS (of this page)

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2947,6 +3214,11 @@

    AUTHORS (of this page)

    ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main cronjob (on grasslxd container): /home/neteler/cronjobs/cron_grass8_HEAD_build_bins.sh @@ -381,6 +418,8 @@ GENERAL TRANSLATION PROCEDURE (no programming required) >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main https://www.transifex.com/grass-gis/grass7/dashboard/ [3] Translators work in Transifex, @@ -391,6 +430,7 @@ GENERAL TRANSLATION PROCEDURE (no programming required) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -426,6 +466,11 @@ GENERAL TRANSLATION PROCEDURE (no programming required) ======= Script: https://github.com/OSGeo/grass-addons/blob/grass8/utils/transifex_merge.sh >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +[4] Updated po files are taken from Transifex and merged into GRASS GIS source repo + (MO files are generated when compiling GRASS GIS) + Script: https://github.com/OSGeo/grass-addons/blob/grass8/utils/transifex_merge.sh +>>>>>>> osgeo-main # trim disconnected=obsolete translations POFILE=grassYXZ_LANG.po @@ -441,6 +486,7 @@ Semi-automated procedure: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -460,6 +506,9 @@ Semi-automated procedure: ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= + +>>>>>>> osgeo-main ./configured --with-nls [...further options...] make @@ -474,6 +523,7 @@ TODO OLD make update-po merges new messages into existing *.po files <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD 3. Now translate the messages in the po/*.po files (using kbabel or ======= @@ -494,6 +544,9 @@ TODO OLD make update-po merges new messages into existing *.po files ======= 3. Now translate the messages in the po/*.po files (using kbabel or >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= + 3. Now translate the messages in the po/*.po files (using kbabel or +>>>>>>> osgeo-main other editor). Just open the .po file(s) in your preferred translation software. @@ -504,6 +557,7 @@ TODO OLD make update-po merges new messages into existing *.po files <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -523,6 +577,9 @@ TODO OLD make update-po merges new messages into existing *.po files ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= + +>>>>>>> osgeo-main make mo creates the mo files (containing translated messages as binary file) @@ -573,6 +630,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -592,6 +650,9 @@ DETAILED PROCEDURE : ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= + +>>>>>>> osgeo-main This will create ./templates/grasslibs.pot ./templates/grassmods.pot @@ -610,6 +671,9 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -622,6 +686,7 @@ DETAILED PROCEDURE : make pot make update-po +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= @@ -662,6 +727,8 @@ DETAILED PROCEDURE : ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Move the generated file from the ./template/ directory to the ./po/ directory (for example German language): mv ./template/grasslibs.pot ./po/grasslibs_de.po @@ -679,6 +746,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD 3.b) Second CASE: Some messages have already been translated to ======= @@ -699,6 +767,9 @@ DETAILED PROCEDURE : ======= 3.b) Second CASE: Some messages have already been translated to >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= + 3.b) Second CASE: Some messages have already been translated to +>>>>>>> osgeo-main your language (files present in ./po/ directory), and you want to continue with translating new and still untranslated messages. @@ -709,6 +780,9 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -724,6 +798,7 @@ DETAILED PROCEDURE : This will update the messages in all existing files in the .po/ directory. +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= @@ -770,6 +845,8 @@ DETAILED PROCEDURE : ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main 4. TRANSLATE MESSAGES @@ -781,6 +858,7 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -800,6 +878,9 @@ DETAILED PROCEDURE : ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= + +>>>>>>> osgeo-main Run 'kbabel' or equivalent program kbabel ./po/grasslibs_.po kbabel ./po/grassmods_.po @@ -821,6 +902,9 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -834,6 +918,7 @@ DETAILED PROCEDURE : After finishing the translation, save the files. +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= @@ -876,6 +961,8 @@ DETAILED PROCEDURE : ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main 5. CREATE MO FILES run @@ -904,6 +991,9 @@ DETAILED PROCEDURE : <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -914,6 +1004,7 @@ DETAILED PROCEDURE : Thanks for submitting. +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= @@ -950,6 +1041,8 @@ DETAILED PROCEDURE : ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main PLEASE HELP TO TRANSLATE GRASS MESSAGES! ---------------------------------------------- diff --git a/locale/grass_po_stats.py b/locale/grass_po_stats.py index 81ccbab167d..b5f15026691 100644 --- a/locale/grass_po_stats.py +++ b/locale/grass_po_stats.py @@ -72,9 +72,9 @@ def read_msgfmt_statistics(msg, lgood, lfuzzy, lbad): def langDefinition(fil): f = codecs.open(fil, encoding="utf-8", errors="replace", mode="r") - for l in f.readlines(): - if '"Language-Team:' in l: - lang = l.split(" ")[1:-1] + for line in f.readlines(): + if '"Language-Team:' in line: + lang = line.split(" ")[1:-1] break f.close() if len(lang) == 2: @@ -136,7 +136,7 @@ def writejson(stats, outfile): # load dictionary into json format fjson = json.dumps(stats, sort_keys=True, indent=4) # write a string with pretty style - outjson = os.linesep.join([l.rstrip() for l in fjson.splitlines()]) + outjson = os.linesep.join([line.rstrip() for line in fjson.splitlines()]) # write out file fout = open(outfile, "w") fout.write(outjson) diff --git a/locale/po/grasslibs_cs.po b/locale/po/grasslibs_cs.po index 01521210584..926fd2d799a 100644 --- a/locale/po/grasslibs_cs.po +++ b/locale/po/grasslibs_cs.po @@ -3751,6 +3751,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3770,6 +3771,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "MAPSET není nastaven" @@ -3989,6 +3992,7 @@ msgstr "<%s> v mapsetu <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4009,6 +4013,9 @@ msgstr "<%s> v mapsetu <%s>" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4160,6 +4167,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4172,6 +4180,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -9451,6 +9461,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9493,6 +9504,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -11978,6 +11994,7 @@ msgstr "[%s]: Neznámá barva" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "jenž chybí." @@ -12043,6 +12060,8 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format #~ msgid "Datum <%s> not recognised by GRASS and no parameters found" #~ msgstr "" @@ -12247,6 +12266,7 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12256,6 +12276,8 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "jenž chybí." @@ -12314,6 +12336,7 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -12331,5 +12354,7 @@ msgstr "Svrchní hodnota musí být vÄ›tší, než spodní." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to open header file for raster map <%s@%s>" msgstr "Nelze otevřít hlaviÄkový soubor rastrové mapy <%s@%s>" diff --git a/locale/po/grasslibs_de.po b/locale/po/grasslibs_de.po index 1b8047ef259..140a4d87a63 100644 --- a/locale/po/grasslibs_de.po +++ b/locale/po/grasslibs_de.po @@ -18,6 +18,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= @@ -43,6 +44,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"POT-Creation-Date: 2024-05-23 03:37-0600\n" +======= +<<<<<<< HEAD +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) "PO-Revision-Date: 2023-11-04 10:23+0000\n" @@ -58,6 +64,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100,6 +107,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Last-Translator: Markus \n" "Language-Team: German \n" @@ -117,6 +129,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -136,6 +149,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "X-Generator: Weblate 5.0\n" #: ../lib/nviz/render.c:43 @@ -146,6 +161,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -175,6 +191,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "X-Generator: Weblate 4.12.2\n" #: ../lib/init/grass.py:209 @@ -777,6 +797,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -819,6 +840,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/nviz/render.c:186 msgid "Unable to get visual info" @@ -857,6 +883,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -872,6 +899,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to set current context (CGL error = %d)" msgstr "" ======= @@ -883,6 +912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -906,6 +936,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "There are classbreaks outside the range min-max. Number of classes reduced " "to %i, but using probabilities for %i classes." @@ -921,6 +953,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -963,6 +996,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/nviz/render.c:390 #, c-format @@ -2848,6 +2886,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2890,6 +2929,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/parser.c:566 msgid "Use either --quiet or --verbose flag, not both. Assuming --quiet." @@ -3072,6 +3116,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3087,6 +3132,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "G__open(read): mapset <%s> doesn't match xmapset <%s>" msgstr "G__open(read): mapset <%s> passt nicht zu xmapset <%s>." ======= @@ -3098,6 +3145,7 @@ msgstr "G__open(read): mapset <%s> passt nicht zu xmapset <%s>." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3121,6 +3169,8 @@ msgstr "G__open(read): mapset <%s> passt nicht zu xmapset <%s>." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Module built against version %s but trying to use version %s. You need to " "rebuild GRASS GIS or untangle multiple installations." @@ -3137,6 +3187,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3179,6 +3230,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/open.c:90 #, c-format @@ -4153,6 +4209,7 @@ msgstr "Datenbank Schema" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4195,6 +4252,11 @@ msgstr "Datenbank Schema" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Do not use this option if schemas are not supported by driver/database server" msgstr "" @@ -4353,6 +4415,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4395,6 +4458,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Number of digits used as mantissa in the internal map storage, 0 -23 for " "float, 0 - 52 for double, max or default" @@ -4417,6 +4485,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4459,6 +4528,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The dimensions of the tiles used in the output raster3d map (XxYxZ or " "default: 16x16x8)" @@ -4716,6 +4790,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4758,6 +4833,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "WHERE conditions of SQL statement without 'where' keyword used in the " "temporal GIS framework" @@ -4937,6 +5017,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4979,6 +5060,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/rd_cellhd.c:219 @@ -5033,6 +5119,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5042,6 +5129,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/imagery/iscatt_core.c:817 msgid "Corrupted category raster conditions file (fseek failed)" @@ -5069,6 +5158,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -5094,6 +5184,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Kann die Signatur-Datei <%s> für die Untergruppe <%s> der Gruppe <%s> - <%s> " "nicht erstellen, da es nicht im aktuellen Mapset ist." @@ -5299,6 +5392,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Neither %s (managed by d.mon command) nor %s (used for direct rendering) " "defined" @@ -5622,6 +5716,11 @@ msgid "Unable to open %s for writing" msgstr "Kann %s nicht zum Schreiben öffnen." ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Unable to open %s for writing" +msgstr "Kann %s nicht zum Schreiben öffnen." +======= +>>>>>>> osgeo-main msgid "" "Neither %s (managed by d.mon command) nor %s (used for direct rendering) " "defined" @@ -5633,6 +5732,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -5646,6 +5746,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #: ../lib/gis/view.c:254 ../lib/gis/view.c:471 @@ -5688,6 +5790,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5717,6 +5820,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n" "++ Führe Tests für ccmath wrapper aus ++" @@ -5966,6 +6073,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5985,6 +6093,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/timestamp.c:525 #, c-format msgid "Unable to create timestamp file for vector map <%s@%s>" @@ -6049,6 +6159,7 @@ msgstr "Variable '%s' nicht gesetzt" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -6069,6 +6180,9 @@ msgstr "Variable '%s' nicht gesetzt" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -6080,6 +6194,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6092,6 +6207,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -6146,6 +6263,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6188,6 +6306,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/mapset_msc.c:223 @@ -6201,6 +6324,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Your GRASS version does not fully support topology format %d.%d of the " "vector. Consider to rebuild topology or upgrade GRASS." @@ -6223,6 +6347,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to make mapset element %s (%s): %s" msgstr "Kann das Mapset Element %s (%s) nicht erzeugen: %s." @@ -6245,6 +6371,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6254,6 +6381,8 @@ msgid "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "" "Your GRASS version does not fully support topology format %d.%d of the " "vector. Consider to rebuild topology or upgrade GRASS." @@ -6264,6 +6393,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6281,6 +6411,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/cmprzlib.c:199 @@ -6294,6 +6426,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Old topology format version %d.%d is not supported by this release. Try to " "rebuild topology using v.build or v.build.all module." @@ -6316,6 +6449,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "ZLIB decompression error %d: %s" ======= msgid "" @@ -6328,6 +6463,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6337,6 +6473,8 @@ msgid "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "" "Old topology format version %d.%d is not supported by this release. Try to " "rebuild topology using v.build or v.build.all module." @@ -6347,6 +6485,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6364,6 +6503,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/mapset.c:38 @@ -6391,6 +6532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6406,6 +6548,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "gettimeofday failed: %s" msgstr "gettimeofday fehlgeschlagen: %s" ======= @@ -6417,6 +6561,7 @@ msgstr "gettimeofday fehlgeschlagen: %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6440,6 +6585,8 @@ msgstr "gettimeofday fehlgeschlagen: %s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Attempt to read line angle for the line which is not connected to the node: " "node %d, line %d" @@ -6455,6 +6602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6497,6 +6645,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/lrand48.c:121 msgid "Pseudo-random number generator not seeded" @@ -6788,6 +6941,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6807,6 +6961,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Das Module wurde mit Version %s gebaut, aber versucht Version %s zu " "verwenden. Sie müssen GRASS erneut bauen oder verschiedene Installationen " "entwirren." @@ -6819,6 +6975,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -6848,6 +7005,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n" "++ Führe grundlegende Tests aus ++" @@ -7765,6 +7926,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "%d features without category skipped. To export also features without " "category use '%s=-1'." @@ -7794,6 +7956,11 @@ msgid "" "%d features without category skipped. To export also features without " "category use '%s=-1'." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"%d features without category skipped. To export also features without " +"category use '%s=-1'." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/intersect2.c:1260 ../lib/vector/Vlib/intersect2.c:1266 @@ -7810,6 +7977,7 @@ msgid "Error while adding point to array. Out of memory" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Fehler beim Hinzufügen eines Punktes zum Array. Nicht genügend " "Arbeitsspeicher." @@ -7839,6 +8007,11 @@ msgstr "" "Fehler beim Hinzufügen eines Punktes zum Array. Nicht genügend " "Arbeitsspeicher." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Fehler beim Hinzufügen eines Punktes zum Array. Nicht genügend " +"Arbeitsspeicher." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/close.c:91 #, c-format @@ -7935,6 +8108,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "More DB links defined for input vector map. Using only first DB link for " "output." @@ -7964,6 +8138,11 @@ msgid "" "More DB links defined for input vector map. Using only first DB link for " "output." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"More DB links defined for input vector map. Using only first DB link for " +"output." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/field.c:290 @@ -8021,6 +8200,7 @@ msgstr "Kann den OGR DBMI-Treiber nicht öffnen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8029,6 +8209,8 @@ msgstr "Kann den OGR DBMI-Treiber nicht öffnen." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "All FID tests failed. Neither 'FID' nor 'ogc_fid' nor 'ogr_fid' nor 'gid' " "available in OGR DB table" @@ -8039,6 +8221,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -8050,6 +8235,7 @@ msgid "" "Feature table <%s> has no primary key defined. Unable to define DB links." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -8081,6 +8267,8 @@ msgid "" msgid "" "Feature table <%s> has no primary key defined. Unable to define DB links." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/field.c:905 @@ -8104,6 +8292,7 @@ msgid "Bug: attempt to update map which is not in current mapset" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Bug: Versuch eine Karte zu aktualisieren, die nicht im aktuellen Mapset ist." ======= @@ -8128,6 +8317,10 @@ msgstr "Bug: Versuch eine Karte zu aktualisieren, die nicht im aktuellen Mapset msgstr "" "Bug: Versuch eine Karte zu aktualisieren, die nicht im aktuellen Mapset ist." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Bug: Versuch eine Karte zu aktualisieren, die nicht im aktuellen Mapset ist." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/bridges.c:213 #, c-format @@ -8193,6 +8386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Connection to PostgreSQL database failed. Try to set up username/password by " "db.login." @@ -8222,6 +8416,11 @@ msgid "" "Connection to PostgreSQL database failed. Try to set up username/password by " "db.login." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Connection to PostgreSQL database failed. Try to set up username/password by " +"db.login." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/open_pg.c:566 @@ -8315,6 +8514,7 @@ msgid "Changed" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "Geändert" ======= msgstr "" @@ -8334,6 +8534,9 @@ msgstr "" ======= msgstr "Geändert" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "Geändert" +>>>>>>> osgeo-main #: ../lib/vector/Vlib/dangles.c:151 msgid "Removed" @@ -8462,6 +8665,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8470,6 +8674,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Feature index format version %d.%d is not supported by this release. Try to " "rebuild topology or upgrade GRASS." @@ -8480,6 +8686,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -8496,6 +8705,7 @@ msgstr "" "aktualisieren." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -8534,6 +8744,8 @@ msgstr "" >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/read.c:25 ../lib/vector/Vlib/write.c:30 #: ../lib/vector/Vlib/write.c:36 ../lib/vector/Vlib/write.c:42 @@ -8680,6 +8892,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -8688,6 +8901,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Vector map which is not in the current mapset cannot be opened for update" msgstr "" @@ -8697,6 +8912,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Vector map which is not in the current mapset cannot be opened for update" msgstr "Eine Karte, die sich nicht im aktuellen Mapset befindet, kann nicht zum Aktualisierung geöffnet werden." @@ -8713,6 +8929,8 @@ msgstr "Eine Karte, die sich nicht im aktuellen Mapset befindet, kann nicht zum >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/open.c:311 #, c-format @@ -8737,6 +8955,7 @@ msgstr "Kann die Kategorieindex-Datei der Vektorkarte <%s> nicht öffnen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to open vector map <%s> on level %d. Try to rebuild vector topology " "with v.build." @@ -8766,6 +8985,11 @@ msgid "" "Unable to open vector map <%s> on level %d. Try to rebuild vector topology " "with v.build." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to open vector map <%s> on level %d. Try to rebuild vector topology " +"with v.build." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/open.c:445 @@ -8833,6 +9057,7 @@ msgid "Size of 'coor' file differs from value saved in topology file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Größe der 'coor' Datei unterscheidet sich von dem in der Topologie-Datei " "gespeicherten Wert." @@ -8862,6 +9087,11 @@ msgstr "" "Größe der 'coor' Datei unterscheidet sich von dem in der Topologie-Datei " "gespeicherten Wert." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Größe der 'coor' Datei unterscheidet sich von dem in der Topologie-Datei " +"gespeicherten Wert." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/open.c:1149 ../lib/vector/Vlib/open.c:1248 #, c-format @@ -8894,6 +9124,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "There exists more than one point on node <%d> with unique category in field " "<%d>.\n" ======= @@ -8918,6 +9149,10 @@ msgid "" "There exists more than one point on node <%d> with unique category in field " "<%d>.\n" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"There exists more than one point on node <%d> with unique category in field " +"<%d>.\n" +>>>>>>> osgeo-main "The unique category layer may not be valid." msgstr "" @@ -9031,6 +9266,7 @@ msgid "Illegal vector map name <%s>. May not contain '.' or 'NULL'." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Ungültiger Name der Vektorkarte <%s>. Darf nicht '.' oder 'NULL' enthalten." ======= @@ -9055,6 +9291,10 @@ msgstr "Ungültiger Name der Vektorkarte <%s>. Darf nicht '.' oder 'NULL' enthal msgstr "" "Ungültiger Name der Vektorkarte <%s>. Darf nicht '.' oder 'NULL' enthalten." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Ungültiger Name der Vektorkarte <%s>. Darf nicht '.' oder 'NULL' enthalten." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:50 #, c-format @@ -9065,6 +9305,7 @@ msgid "Illegal vector map name <%s>. Must start with a letter." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Ungültiger Name der Vektorkarte <%s>. Muss mit einem Buchstaben beginnen." ======= @@ -9089,6 +9330,10 @@ msgstr "Ungültiger Name der Vektorkarte <%s>. Muss mit einem Buchstaben beginne msgstr "" "Ungültiger Name der Vektorkarte <%s>. Muss mit einem Buchstaben beginnen." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Ungültiger Name der Vektorkarte <%s>. Muss mit einem Buchstaben beginnen." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:58 #, c-format @@ -9103,6 +9348,7 @@ msgstr "Ungültiger Name der Vektorkarte <%s>. Zeichen '%c' ist nicht erlaubt." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9111,6 +9357,8 @@ msgstr "Ungültiger Name der Vektorkarte <%s>. Zeichen '%c' ist nicht erlaubt." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Illegal vector map name <%s>. SQL keyword cannot be used as vector map name." msgstr "" @@ -9120,6 +9368,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Illegal vector map name <%s>. SQL keyword cannot be used as vector map name." msgstr "Ungültiger Name der Vektorkarte <%s>. SQL-Schlüsselwort darf nicht als Vektorkartenname benutzt werden." @@ -9136,6 +9385,8 @@ msgstr "Ungültiger Name der Vektorkarte <%s>. SQL-Schlüsselwort darf nicht als >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:100 ../lib/vector/Vlib/legal_vname.c:104 #, c-format @@ -9200,6 +9451,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Requesting invalid feature from cache (%d). Number of features in cache: %d" ======= @@ -9224,6 +9476,10 @@ msgid "Requesting invalid feature from cache (%d). Number of features in cache: msgid "" "Requesting invalid feature from cache (%d). Number of features in cache: %d" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Requesting invalid feature from cache (%d). Number of features in cache: %d" +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/read_pg.c:368 @@ -9334,6 +9590,7 @@ msgid "Unable to convert category string '%s' (from '%s') to category range" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Kann die Kategorie-Zeichenkette '%s' (von '%s') nicht in eine " "Kategoriespanne konvertieren." @@ -9363,6 +9620,11 @@ msgstr "" "Kann die Kategorie-Zeichenkette '%s' (von '%s') nicht in eine " "Kategoriespanne konvertieren." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Kann die Kategorie-Zeichenkette '%s' (von '%s') nicht in eine " +"Kategoriespanne konvertieren." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/cats.c:572 ../lib/vector/Vlib/cats.c:673 msgid "Layer number must be > 0 for category constraints" @@ -9607,6 +9869,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -9619,6 +9884,7 @@ msgid "Unable to delete feature/offset %" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -9653,6 +9919,8 @@ msgstr "Kann Objekt %d nicht schreiben." ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write.c:299 msgid "Unable to restore feature/offset %" @@ -9710,6 +9978,7 @@ msgid "Data type of column <%s> not supported (must be numeric)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Spaltentyp der Spalte <%s> wird nicht unterstützt (muss numerisch sein)." ======= @@ -9734,6 +10003,10 @@ msgstr "Spaltentyp der Spalte <%s> wird nicht unterstützt (muss numerisch sein) msgstr "" "Spaltentyp der Spalte <%s> wird nicht unterstützt (muss numerisch sein)." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Spaltentyp der Spalte <%s> wird nicht unterstützt (muss numerisch sein)." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:202 ../lib/vector/Vlib/net_build.c:967 msgid "Setting node costs..." @@ -9748,6 +10021,7 @@ msgid "Database record for node %d (cat = %d) not found (cost set to 0)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Datenbankeintrag für Knoten %d (cat = %d) nicht gefunden (Kosten auf 0 " "gesetzt)." @@ -9777,6 +10051,11 @@ msgstr "" "Datenbankeintrag für Knoten %d (cat = %d) nicht gefunden (Kosten auf 0 " "gesetzt)." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Datenbankeintrag für Knoten %d (cat = %d) nicht gefunden (Kosten auf 0 " +"gesetzt)." +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:332 ../lib/vector/Vlib/net_build.c:352 msgid "Cannot add network arc for virtual node connection." @@ -9791,6 +10070,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9799,6 +10079,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "There exists more than one point of node <%d> with unique category field <" "%d>.\n" "The unique categories layer is not valid therefore you will probably get " @@ -9807,6 +10089,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "There exists more than one point of node <%d> with unique category field <%d>.\n" "The unique categories layer is not valid therefore you will probably get incorrect results." @@ -9823,6 +10106,8 @@ msgid "" >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:393 @@ -9834,6 +10119,9 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -9845,6 +10133,7 @@ msgid "" "incorrect results." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Unable to find point representing intersection <%d> in unique categories field <%d>.\n" "Cost for the intersection was set to 0.\n" @@ -9873,6 +10162,8 @@ msgid "" "The unique categories layer is not valid therefore you will probably get " "incorrect results." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:407 @@ -9884,6 +10175,9 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -9895,6 +10189,7 @@ msgid "" "incorrect results." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Unable to find node for point representing intersection <%d> in unique categories field <%d>.\n" "Cost for the intersection was set to 0.\n" @@ -9923,6 +10218,8 @@ msgid "" "The unique categories layer is not valid therefore you will probably get " "incorrect results." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:432 @@ -9933,6 +10230,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Database record for turn with cat = %d in not found. (The turn was skipped." ======= @@ -9957,6 +10255,10 @@ msgid "Database record for turn with cat = %d in not found. (The turn was skippe msgid "" "Database record for turn with cat = %d in not found. (The turn was skipped." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Database record for turn with cat = %d in not found. (The turn was skipped." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:465 @@ -9981,6 +10283,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "The unique categories layer is not valid therefore you will probably get " "incorrect results." ======= @@ -10005,6 +10308,10 @@ msgid "" "The unique categories layer is not valid therefore you will probably get " "incorrect results." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"The unique categories layer is not valid therefore you will probably get " +"incorrect results." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:579 @@ -10015,6 +10322,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Database record for line %d (cat = %d, forward/both direction(s)) not found " "(cost was set to 0)" @@ -10044,6 +10352,11 @@ msgid "" "Database record for line %d (cat = %d, forward/both direction(s)) not found " "(cost was set to 0)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Database record for line %d (cat = %d, forward/both direction(s)) not found " +"(cost was set to 0)" +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:596 @@ -10054,6 +10367,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Database record for line %d (cat = %d, backword direction) not found(cost " "was set to 0)" @@ -10083,6 +10397,11 @@ msgid "" "Database record for line %d (cat = %d, backword direction) not found(cost " "was set to 0)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Database record for line %d (cat = %d, backword direction) not found(cost " +"was set to 0)" +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/net_build.c:658 ../lib/vector/Vlib/net_build.c:1064 @@ -10101,6 +10420,7 @@ msgstr "Graph wurde erstellt." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10109,6 +10429,8 @@ msgstr "Graph wurde erstellt." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Database record for line %d (cat = %d, forward/both direction(s)) not found " "(forward/both direction(s) of line skipped)" @@ -10119,6 +10441,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -10134,6 +10459,7 @@ msgstr "" "(Richtung der Linie übersprungen)." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -10171,6 +10497,8 @@ msgstr "" >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:937 msgid "Cannot add network arc" @@ -10226,6 +10554,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Random read is not supported by OGR for this layer. Unable to build topology." ======= @@ -10250,6 +10579,10 @@ msgid "Random read is not supported by OGR for this layer. Unable to build topol msgid "" "Random read is not supported by OGR for this layer. Unable to build topology." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Random read is not supported by OGR for this layer. Unable to build topology." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/build_ogr.c:95 ../lib/vector/Vlib/build_pg.c:101 @@ -10343,6 +10676,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to build simple features from topogeometry data. Unsupported type %d." ======= @@ -10367,6 +10701,10 @@ msgid "Unable to build simple features from topogeometry data. Unsupported type msgid "" "Unable to build simple features from topogeometry data. Unsupported type %d." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to build simple features from topogeometry data. Unsupported type %d." +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/break_polygons.c:102 @@ -10431,6 +10769,7 @@ msgid "Vect_segment_intersection() ERROR (collinear non vertical segments)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Vect_segment_intersection() FEHLER (kollineare nicht vertikale Segmente)" ======= @@ -10455,6 +10794,10 @@ msgstr "Vect_segment_intersection() FEHLER (kollineare nicht vertikale Segmente) msgstr "" "Vect_segment_intersection() FEHLER (kollineare nicht vertikale Segmente)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Vect_segment_intersection() FEHLER (kollineare nicht vertikale Segmente)" +>>>>>>> osgeo-main #: ../lib/vector/Vlib/select.c:116 #, c-format @@ -10494,6 +10837,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Cairo: input mask file has incorrect dimensions: expected: %dx%d got: %dx%d" ======= @@ -10518,6 +10862,10 @@ msgid "Cairo: input mask file has incorrect dimensions: expected: %dx%d got: %dx msgid "" "Cairo: input mask file has incorrect dimensions: expected: %dx%d got: %dx%d" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Cairo: input mask file has incorrect dimensions: expected: %dx%d got: %dx%d" +>>>>>>> osgeo-main msgstr "" #: ../lib/cairodriver/read_bmp.c:96 @@ -10678,6 +11026,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "DB connection <%s/%s> already exists. Re-run '%s' with '--%s' flag to " "overwrite existing settings." @@ -10707,6 +11056,11 @@ msgid "" "DB connection <%s/%s> already exists. Re-run '%s' with '--%s' flag to " "overwrite existing settings." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"DB connection <%s/%s> already exists. Re-run '%s' with '--%s' flag to " +"overwrite existing settings." +>>>>>>> osgeo-main msgstr "" #: ../lib/db/dbmi_base/test/test_main.c:83 @@ -10724,6 +11078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ Führe Tests für Spalten aus ++" ======= @@ -10746,6 +11101,10 @@ msgstr "" "\n" "++ Führe Tests für Spalten aus ++" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"\n" +"++ Führe Tests für Spalten aus ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_columns.c:42 msgid "" @@ -10770,6 +11129,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ Teste das Kopieren von Spalten ++" ======= @@ -10792,6 +11152,10 @@ msgstr "" "\n" "++ Teste das Kopieren von Spalten ++" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"\n" +"++ Teste das Kopieren von Spalten ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_columns.c:150 msgid "" @@ -10804,6 +11168,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ Tests für das Kopieren von Spalten beendet ++" ======= @@ -10826,6 +11191,10 @@ msgstr "" "\n" "++ Tests für das Kopieren von Spalten beendet ++" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"\n" +"++ Tests für das Kopieren von Spalten beendet ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_table.c:38 msgid "" @@ -10838,6 +11207,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ Führe Tests für Tabellen aus ++" ======= @@ -10860,6 +11230,10 @@ msgstr "" "\n" "++ Führe Tests für Tabellen aus ++" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"\n" +"++ Führe Tests für Tabellen aus ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_table.c:43 msgid "" @@ -10972,6 +11346,7 @@ msgstr "Kann die Symbol-Linien-Koordinaten %s nicht lesen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10980,6 +11355,8 @@ msgstr "Kann die Symbol-Linien-Koordinaten %s nicht lesen." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Incorrect symbol name: '%s' (should be: group/name or group/name@mapset)" msgstr "" @@ -10988,6 +11365,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Incorrect symbol name: '%s' (should be: group/name or group/name@mapset)" msgstr "Falscher Symbolname: '%s' (sollte sein: Gruppe/Name oder Gruppe/Name@Mapset)." @@ -11004,6 +11382,8 @@ msgstr "Falscher Symbolname: '%s' (sollte sein: Gruppe/Name oder Gruppe/Name@Map >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/symbol/read.c:284 #, c-format @@ -11117,6 +11497,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Map <{}> not found in current mapset" msgstr "Karte <{}> nicht im aktuellen Mapset <%s> gefunden." ======= @@ -11145,6 +11526,10 @@ msgstr "Rasterkarte <%s> nicht im Mapset <%s> gefunden." msgid "Map <{}> not found in current mapset" msgstr "Karte <{}> nicht im aktuellen Mapset <%s> gefunden." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Map <{}> not found in current mapset" +msgstr "Karte <{}> nicht im aktuellen Mapset <%s> gefunden." +>>>>>>> osgeo-main #: ../lib/python/pygrass/vector/table.py:1042 #, python-format @@ -11255,6 +11640,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -11280,6 +11668,7 @@ msgid "" "Projections are different. Unable to compute cover_2d for spatial extents" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Projections are different. Unable to compute overlapping_2d for spatial extents" ======= @@ -11340,6 +11729,8 @@ msgid "Projections are different. Unable to compute cover_2d for spatial extents msgid "" "Projections are different. Unable to compute cover_2d for spatial extents" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/spatial_extent.py:835 @@ -11392,6 +11783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Start time must be of type datetime for %(type)s map <%(id)s> with layer: " "%(l)s" @@ -11421,6 +11813,11 @@ msgid "" "Start time must be of type datetime for %(type)s map <%(id)s> with layer: " "%(l)s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Start time must be of type datetime for %(type)s map <%(id)s> with layer: " +"%(l)s" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:357 @@ -11436,6 +11833,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "End time must be of type datetime for %(type)s map <%(id)s> with layer: %(l)s" ======= @@ -11460,6 +11858,10 @@ msgid "End time must be of type datetime for %(type)s map <%(id)s> with layer: % msgid "" "End time must be of type datetime for %(type)s map <%(id)s> with layer: %(l)s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"End time must be of type datetime for %(type)s map <%(id)s> with layer: %(l)s" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:372 @@ -11475,6 +11877,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "End time must be greater than start time for %(type)s map <%(id)s> with " "layer: %(l)s" @@ -11504,6 +11907,11 @@ msgid "" "End time must be greater than start time for %(type)s map <%(id)s> with " "layer: %(l)s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"End time must be greater than start time for %(type)s map <%(id)s> with " +"layer: %(l)s" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:389 @@ -11524,6 +11932,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to update dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" @@ -11553,6 +11962,11 @@ msgid "" "Unable to update dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to update dataset <%(ds)s> of type %(type)s in the temporal database. " +"The mapset of the dataset does not match the current mapset" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:460 @@ -11563,6 +11977,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unsupported relative time unit type for %(type)s map <%(id)s> with layer " "%(l)s: %(u)s" @@ -11592,6 +12007,11 @@ msgid "" "Unsupported relative time unit type for %(type)s map <%(id)s> with layer " "%(l)s: %(u)s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unsupported relative time unit type for %(type)s map <%(id)s> with layer " +"%(l)s: %(u)s" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:467 @@ -11607,6 +12027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "End time must be greater than start time for %(typ)s map <%(id)s> with layer " "%(l)s" @@ -11636,6 +12057,11 @@ msgid "" "End time must be greater than start time for %(typ)s map <%(id)s> with layer " "%(l)s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"End time must be greater than start time for %(typ)s map <%(id)s> with layer " +"%(l)s" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:800 @@ -11646,6 +12072,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map <%(id)s> with layer %(layer)s has incorrect time interval, start time is " "greater than end time" @@ -11675,6 +12102,11 @@ msgid "" "Map <%(id)s> with layer %(layer)s has incorrect time interval, start time is " "greater than end time" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Map <%(id)s> with layer %(layer)s has incorrect time interval, start time is " +"greater than end time" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:806 @@ -11685,6 +12117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map <%s> has incorrect time interval, start time is greater than end time" ======= @@ -11709,6 +12142,10 @@ msgid "Map <%s> has incorrect time interval, start time is greater than end time msgid "" "Map <%s> has incorrect time interval, start time is greater than end time" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Map <%s> has incorrect time interval, start time is greater than end time" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:812 @@ -11725,6 +12162,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to delete dataset <%(ds)s> of type %(type)s from the temporal " "database. The mapset of the dataset does not match the current mapset" @@ -11754,6 +12192,11 @@ msgid "" "Unable to delete dataset <%(ds)s> of type %(type)s from the temporal " "database. The mapset of the dataset does not match the current mapset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to delete dataset <%(ds)s> of type %(type)s from the temporal " +"database. The mapset of the dataset does not match the current mapset" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:859 @@ -11769,6 +12212,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to unregister dataset <%(ds)s> of type %(type)s from the temporal " "database. The mapset of the dataset does not match the current mapset" @@ -11798,6 +12242,11 @@ msgid "" "Unable to unregister dataset <%(ds)s> of type %(type)s from the temporal " "database. The mapset of the dataset does not match the current mapset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to unregister dataset <%(ds)s> of type %(type)s from the temporal " +"database. The mapset of the dataset does not match the current mapset" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_map_dataset.py:1074 @@ -11826,6 +12275,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -11840,6 +12292,7 @@ msgid "" "overwrite flag." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -11878,6 +12331,8 @@ msgid "" "Space time %(sp)s dataset <%(name)s> is already in the database. Use the " "overwrite flag." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/open_stds.py:169 @@ -11888,6 +12343,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Overwriting space time %(sp)s dataset <%(name)s> and unregistering all maps" ======= @@ -11912,6 +12368,10 @@ msgid "Overwriting space time %(sp)s dataset <%(name)s> and unregistering all ma msgid "" "Overwriting space time %(sp)s dataset <%(name)s> and unregistering all maps" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Overwriting space time %(sp)s dataset <%(name)s> and unregistering all maps" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/open_stds.py:177 @@ -11928,6 +12388,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map <%s> is already in temporal database, use overwrite flag to overwrite" ======= @@ -11952,6 +12413,10 @@ msgid "Map <%s> is already in temporal database, use overwrite flag to overwrite msgid "" "Map <%s> is already in temporal database, use overwrite flag to overwrite" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Map <%s> is already in temporal database, use overwrite flag to overwrite" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/stds_export.py:105 @@ -12025,6 +12490,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -12039,6 +12507,7 @@ msgid "" "The increment option will be ignored because of time stamps in input file" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -12075,6 +12544,8 @@ msgstr "" msgid "" "The increment option will be ignored because of time stamps in input file" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:196 @@ -12098,6 +12569,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to register %(t)s map <%(id)s> with layer %(l)s. The map has " "timestamp and the start time is not set." @@ -12127,6 +12599,11 @@ msgid "" "Unable to register %(t)s map <%(id)s> with layer %(l)s. The map has " "timestamp and the start time is not set." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to register %(t)s map <%(id)s> with layer %(l)s. The map has " +"timestamp and the start time is not set." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:244 @@ -12137,6 +12614,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to register %(t)s map <%(id)s>. The map has no timestamp and the " "start time is not set." @@ -12166,6 +12644,11 @@ msgid "" "Unable to register %(t)s map <%(id)s>. The map has no timestamp and the " "start time is not set." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to register %(t)s map <%(id)s>. The map has no timestamp and the " +"start time is not set." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:252 @@ -12186,6 +12669,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map is already registered in temporal database. Unable to update %(t)s map <" "%(id)s> with layer %(l)s. Overwrite flag is not set." @@ -12215,6 +12699,11 @@ msgid "" "Map is already registered in temporal database. Unable to update %(t)s map <" "%(id)s> with layer %(l)s. Overwrite flag is not set." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Map is already registered in temporal database. Unable to update %(t)s map <" +"%(id)s> with layer %(l)s. Overwrite flag is not set." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:275 @@ -12225,6 +12714,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map is already registered in temporal database. Unable to update %(t)s map <" "%(id)s>. Overwrite flag is not set." @@ -12254,6 +12744,11 @@ msgid "" "Map is already registered in temporal database. Unable to update %(t)s map <" "%(id)s>. Overwrite flag is not set." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Map is already registered in temporal database. Unable to update %(t)s map <" +"%(id)s>. Overwrite flag is not set." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:299 @@ -12264,6 +12759,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to update %(t)s map <%(id)s> with layer %(l)s. The temporal types are " "different." @@ -12293,6 +12789,11 @@ msgid "" "Unable to update %(t)s map <%(id)s> with layer %(l)s. The temporal types are " "different." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to update %(t)s map <%(id)s> with layer %(l)s. The temporal types are " +"different." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:305 @@ -12331,6 +12832,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Set absolute valid time for map <%(id)s> with layer %(layer)s to %(start)s - " "%(end)s" @@ -12360,6 +12862,11 @@ msgid "" "Set absolute valid time for map <%(id)s> with layer %(layer)s to %(start)s - " "%(end)s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Set absolute valid time for map <%(id)s> with layer %(layer)s to %(start)s - " +"%(end)s" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:460 @@ -12375,6 +12882,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Set relative valid time for map <%s> with layer %s to %i - %s with unit %s" ======= @@ -12399,6 +12907,10 @@ msgid "Set relative valid time for map <%s> with layer %s to %i - %s with unit % msgid "" "Set relative valid time for map <%s> with layer %s to %i - %s with unit %s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Set relative valid time for map <%s> with layer %s to %i - %s with unit %s" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/register.py:482 @@ -12451,6 +12963,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to shift dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" @@ -12480,6 +12993,11 @@ msgid "" "Unable to shift dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to shift dataset <%(ds)s> of type %(type)s in the temporal database. " +"The mapset of the dataset does not match the current mapset" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:1704 @@ -12496,6 +13014,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to snap dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" @@ -12525,6 +13044,11 @@ msgid "" "Unable to snap dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to snap dataset <%(ds)s> of type %(type)s in the temporal database. " +"The mapset of the dataset does not match the current mapset" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:1968 @@ -12535,6 +13059,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to rename dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" @@ -12564,6 +13089,11 @@ msgid "" "Unable to rename dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to rename dataset <%(ds)s> of type %(type)s in the temporal database. " +"The mapset of the dataset does not match the current mapset" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:1977 @@ -12592,6 +13122,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -12607,6 +13140,7 @@ msgid "" "space time dataset" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -12645,6 +13179,8 @@ msgid "" "Only a map that was inserted in the temporal database can be registered in a " "space time dataset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2177 @@ -12665,6 +13201,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Temporal type of space time dataset <%(id)s> and map <%(map)s> with layer " "%(l)s are different" @@ -12694,6 +13231,11 @@ msgid "" "Temporal type of space time dataset <%(id)s> and map <%(map)s> with layer " "%(l)s are different" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Temporal type of space time dataset <%(id)s> and map <%(map)s> with layer " +"%(l)s are different" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2205 @@ -12704,6 +13246,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Temporal type of space time dataset <%(id)s> and map <%(map)s> are different" ======= @@ -12728,6 +13271,10 @@ msgid "Temporal type of space time dataset <%(id)s> and map <%(map)s> are differ msgid "" "Temporal type of space time dataset <%(id)s> and map <%(map)s> are different" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Temporal type of space time dataset <%(id)s> and map <%(map)s> are different" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2220 @@ -12743,6 +13290,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Relative time units of space time dataset <%(id)s> and map <%(map)s> with " "layer %(l)s are different" @@ -12772,6 +13320,11 @@ msgid "" "Relative time units of space time dataset <%(id)s> and map <%(map)s> with " "layer %(l)s are different" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Relative time units of space time dataset <%(id)s> and map <%(map)s> with " +"layer %(l)s are different" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2236 @@ -12782,6 +13335,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Relative time units of space time dataset <%(id)s> and map <%(map)s> are " "different" @@ -12810,7 +13364,12 @@ msgid "Relative time units of space time dataset <%(id)s> and map <%(map)s> are msgid "" "Relative time units of space time dataset <%(id)s> and map <%(map)s> are " "different" ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Relative time units of space time dataset <%(id)s> and map <%(map)s> are " +"different" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2242 @@ -12835,6 +13394,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12843,6 +13403,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Unable to unregister map from dataset <%(ds)s> of type %(type)s in the " "temporal database. The mapset of the dataset does not match the current " @@ -12851,6 +13413,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Unable to unregister map from dataset <%(ds)s> of type %(type)s in the temporal database. The mapset of the dataset does not match the current mapset" >>>>>>> 5af337c699 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -12865,6 +13428,8 @@ msgid "Unable to unregister map from dataset <%(ds)s> of type %(type)s in the te >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2312 @@ -12875,6 +13440,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Map <%(map)s> with layer %(l)s is not registered in space time dataset <" "%(base)s>" @@ -12904,6 +13470,11 @@ msgid "" "Map <%(map)s> with layer %(l)s is not registered in space time dataset <" "%(base)s>" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Map <%(map)s> with layer %(l)s is not registered in space time dataset <" +"%(base)s>" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/abstract_space_time_dataset.py:2318 @@ -12919,6 +13490,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Update metadata, spatial and temporal extent from all registered maps of <%s>" ======= @@ -12943,6 +13515,10 @@ msgid "Update metadata, spatial and temporal extent from all registered maps of msgid "" "Update metadata, spatial and temporal extent from all registered maps of <%s>" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Update metadata, spatial and temporal extent from all registered maps of <%s>" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/mapcalc.py:117 @@ -12964,6 +13540,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12972,6 +13549,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Found more than a single map in a sample granule. Only the first map is used " "for computation. Use t.rast.aggregate.ds to create synchronous raster " @@ -12980,6 +13559,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Found more than a single map in a sample granule. Only the first map is used for computation. Use t.rast.aggregate.ds to create synchronous raster datasets." >>>>>>> 5af337c699 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -12994,6 +13574,8 @@ msgid "Found more than a single map in a sample granule. Only the first map is u >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/mapcalc.py:185 @@ -13043,6 +13625,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Output granularity seems not to be valid. Please use one of the following " "values : {gr}" @@ -13072,6 +13655,11 @@ msgid "" "Output granularity seems not to be valid. Please use one of the following " "values : {gr}" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Output granularity seems not to be valid. Please use one of the following " +"values : {gr}" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_granularity.py:1055 @@ -13092,6 +13680,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Error vector maps with basename %s exist. Use --o flag to overwrite existing " "file" @@ -13121,6 +13710,11 @@ msgid "" "Error vector maps with basename %s exist. Use --o flag to overwrite existing " "file" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Error vector maps with basename %s exist. Use --o flag to overwrite existing " +"file" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_vector_algebra.py:420 @@ -13144,6 +13738,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Spatio-temporal topological operators are not supported in granularity " "algebra mode" @@ -13173,6 +13768,11 @@ msgid "" "Spatio-temporal topological operators are not supported in granularity " "algebra mode" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Spatio-temporal topological operators are not supported in granularity " +"algebra mode" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_algebra.py:867 @@ -13202,6 +13802,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Wrong temporal type of space time dataset <" "%s> <%s> time is required" @@ -13231,6 +13832,11 @@ msgid "" "Wrong temporal type of space time dataset <" "%s> <%s> time is required" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Wrong temporal type of space time dataset <" +"%s> <%s> time is required" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_algebra.py:1234 @@ -13245,6 +13851,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -13260,6 +13869,7 @@ msgid "" "different types." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -13298,6 +13908,8 @@ msgid "" "Maps that should be registered in the resulting space time dataset have " "different types." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_algebra.py:2434 @@ -13313,6 +13925,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Wrong map type. TMAP only supports single maps that are registered in the " "temporal GRASS database" @@ -13342,6 +13955,11 @@ msgid "" "Wrong map type. TMAP only supports single maps that are registered in the " "temporal GRASS database" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Wrong map type. TMAP only supports single maps that are registered in the " +"temporal GRASS database" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/temporal_algebra.py:2468 @@ -13390,6 +14008,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to initialize the temporal DBMI interface. Please use t.connect to " "specify the driver and the database string" @@ -13419,6 +14038,11 @@ msgid "" "Unable to initialize the temporal DBMI interface. Please use t.connect to " "specify the driver and the database string" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to initialize the temporal DBMI interface. Please use t.connect to " +"specify the driver and the database string" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/core.py:654 @@ -13435,6 +14059,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -13456,6 +14083,7 @@ msgid "" "the existing temporal database, a new one will be created automatically.\n" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -13500,6 +14128,8 @@ msgid "" >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/core.py:686 ../lib/python/temporal/core.py:879 @@ -13761,6 +14391,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Space time %(t)s dataset <%(sp)s> is already in the database. Use the " "overwrite flag." @@ -13790,6 +14421,11 @@ msgid "" "Space time %(t)s dataset <%(sp)s> is already in the database. Use the " "overwrite flag." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Space time %(t)s dataset <%(sp)s> is already in the database. Use the " +"overwrite flag." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/stds_import.py:454 @@ -13917,6 +14553,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to insert dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" @@ -13946,6 +14583,11 @@ msgid "" "Unable to insert dataset <%(ds)s> of type %(type)s in the temporal database. " "The mapset of the dataset does not match the current mapset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to insert dataset <%(ds)s> of type %(type)s in the temporal database. " +"The mapset of the dataset does not match the current mapset" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/aggregation.py:126 @@ -13961,6 +14603,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Raster map <%(name)s> is already in temporal database, use overwrite flag to " "overwrite" @@ -13990,6 +14633,11 @@ msgid "" "Raster map <%(name)s> is already in temporal database, use overwrite flag to " "overwrite" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Raster map <%(name)s> is already in temporal database, use overwrite flag to " +"overwrite" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/aggregation.py:145 @@ -14014,6 +14662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to perform aggregation. Output raster map <%(name)s> exists and " "overwrite flag was not set" @@ -14043,6 +14692,11 @@ msgid "" "Unable to perform aggregation. Output raster map <%(name)s> exists and " "overwrite flag was not set" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to perform aggregation. Output raster map <%(name)s> exists and " +"overwrite flag was not set" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/aggregation.py:318 @@ -14053,6 +14707,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "The limit of open files (%i) was reached (%i). The module r.series will be " "run with flag z, to avoid open files limit exceeding." @@ -14082,6 +14737,11 @@ msgid "" "The limit of open files (%i) was reached (%i). The module r.series will be " "run with flag z, to avoid open files limit exceeding." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"The limit of open files (%i) was reached (%i). The module r.series will be " +"run with flag z, to avoid open files limit exceeding." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/temporal/list_stds.py:206 @@ -14128,6 +14788,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Mapset <{mapset}> or Location <{location}> is invalid for an unknown reason" ======= @@ -14152,6 +14813,10 @@ msgid "Mapset <{mapset}> or Location <{location}> is invalid for an unknown reas msgid "" "Mapset <{mapset}> or Location <{location}> is invalid for an unknown reason" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Mapset <{mapset}> or Location <{location}> is invalid for an unknown reason" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:268 @@ -14172,6 +14837,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "<%s> is not a valid GRASS Location because PERMANENT Mapset does not have a " "DEFAULT_WIND file (default computational region)" @@ -14201,6 +14867,11 @@ msgid "" "<%s> is not a valid GRASS Location because PERMANENT Mapset does not have a " "DEFAULT_WIND file (default computational region)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"<%s> is not a valid GRASS Location because PERMANENT Mapset does not have a " +"DEFAULT_WIND file (default computational region)" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:294 @@ -14216,6 +14887,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "<{location}> looks like a mapset, not a location. Did you mean just " "<{one_dir_up}>?" @@ -14245,6 +14917,11 @@ msgid "" "<{location}> looks like a mapset, not a location. Did you mean just " "<{one_dir_up}>?" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"<{location}> looks like a mapset, not a location. Did you mean just " +"<{one_dir_up}>?" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:317 @@ -14255,6 +14932,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -14276,6 +14956,7 @@ msgid "" "another name for your mapset." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "It looks like <{location}> contains locations. Did you mean to specify one of them?" ======= @@ -14328,6 +15009,8 @@ msgid "" "Name '{}' is reserved for direct read access to OGR layers. Please use " "another name for your mapset." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:351 @@ -14338,6 +15021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Mapset <{mapset}> already exists. Please consider using another name for " "your mapset." @@ -14367,6 +15051,11 @@ msgid "" "Mapset <{mapset}> already exists. Please consider using another name for " "your mapset." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Mapset <{mapset}> already exists. Please consider using another name for " +"your mapset." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:378 @@ -14377,6 +15066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Location <{location}> already exists. Please consider using another name " "for your location." @@ -14406,6 +15096,11 @@ msgid "" "Location <{location}> already exists. Please consider using another name " "for your location." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Location <{location}> already exists. Please consider using another name " +"for your location." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/grassdb/checks.py:433 @@ -14420,6 +15115,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -14434,6 +15132,7 @@ msgid "Mapset <{mapset}> is in use." msgstr "Mapset <{mapset}> ist in Gebrauch." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy, python-brace-format ======= @@ -14472,6 +15171,8 @@ msgstr "Mapset <%s> existiert nicht." ======= msgstr "Mapset <{mapset}> ist in Gebrauch." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/python/grassdb/checks.py:445 #, python-brace-format @@ -14525,6 +15226,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Install a newer version of PIL or Pillow to use this function (missing " "ImageOps module)" @@ -14554,6 +15256,11 @@ msgid "" "Install a newer version of PIL or Pillow to use this function (missing " "ImageOps module)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Install a newer version of PIL or Pillow to use this function (missing " +"ImageOps module)" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/script/task.py:60 @@ -14610,6 +15317,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14618,6 +15326,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "To run the module <%s> add underscore at the end of the option <%s> to avoid " "conflict with Python keywords. Underscore at the beginning is deprecated in " @@ -14626,6 +15336,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "To run the module <%s> add underscore at the end of the option <%s> to avoid conflict with Python keywords. Underscore at the beginning is deprecated in GRASS GIS 7.0 and will be removed in version 7.1." >>>>>>> 5af337c699 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -14640,6 +15351,8 @@ msgid "To run the module <%s> add underscore at the end of the option <%s> to av >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/python/script/core.py:385 @@ -14729,6 +15442,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to write history for <%(map)s>. Raster map <%(map)s> not found in " "current mapset." @@ -14758,6 +15472,11 @@ msgid "" "Unable to write history for <%(map)s>. Raster map <%(map)s> not found in " "current mapset." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Unable to write history for <%(map)s>. Raster map <%(map)s> not found in " +"current mapset." +>>>>>>> osgeo-main msgstr "" #: ../lib/python/script/raster.py:120 @@ -14789,6 +15508,7 @@ msgstr "Farbe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Programmer error: '%(sql)s', '%(filename)s', or '%(table)s' must be provided" ======= @@ -14813,6 +15533,10 @@ msgid "Programmer error: '%(sql)s', '%(filename)s', or '%(table)s' must be provi msgid "" "Programmer error: '%(sql)s', '%(filename)s', or '%(table)s' must be provided" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Programmer error: '%(sql)s', '%(filename)s', or '%(table)s' must be provided" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/script/db.py:172 @@ -14839,6 +15563,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "grass.script.array.read is deprecated and does not work on MS Windows, pass " "raster name in the constructor" @@ -14868,6 +15593,11 @@ msgid "" "grass.script.array.read is deprecated and does not work on MS Windows, pass " "raster name in the constructor" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"grass.script.array.read is deprecated and does not work on MS Windows, pass " +"raster name in the constructor" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/script/array.py:250 ../lib/python/script/array.py:400 @@ -14887,6 +15617,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "grass.script.array3d.read is deprecated and does not work on MS Windows, " "pass 3D raster name in the constructor" @@ -14916,6 +15647,11 @@ msgid "" "grass.script.array3d.read is deprecated and does not work on MS Windows, " "pass 3D raster name in the constructor" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"grass.script.array3d.read is deprecated and does not work on MS Windows, " +"pass 3D raster name in the constructor" +>>>>>>> osgeo-main msgstr "" #: ../lib/python/script/setup.py:229 @@ -15613,6 +16349,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15655,6 +16392,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../lib/raster/put_row.c:413 @@ -16291,6 +17033,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16333,6 +17076,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Rast_set_read_window(): projection/zone differs from that of currently open " "raster maps" @@ -17775,6 +18523,7 @@ msgstr "Kann Datei mit Kontrollpunkten der Gruppe [%s in %s] nicht erzeugen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17816,6 +18565,11 @@ msgid "subgroup <%s> of group <%s> is empty\n" msgstr "Untergruppe <%s> der Gruppe <%s> ist leer\n" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "subgroup <%s> of group <%s> is empty\n" +msgstr "Untergruppe <%s> der Gruppe <%s> ist leer\n" +======= +>>>>>>> osgeo-main msgid "" "The transformation pipeline contains an '%s' step. Remove this step if " "easting and northing are swapped in the output." @@ -18116,6 +18870,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18158,6 +18913,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/imagery/georef_tps.c:267 ../lib/imagery/georef_tps.c:271 #: ../lib/imagery/georef_tps.c:275 ../lib/imagery/georef_tps.c:281 @@ -18229,6 +18989,7 @@ msgstr "FEHLER: <%s> ist keine gültige GRASS location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18271,6 +19032,11 @@ msgstr "FEHLER: <%s> ist keine gültige GRASS location" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/imagery/iscatt_core.c:81 #, c-format @@ -18291,6 +19057,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18310,6 +19077,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/imagery/iscatt_core.c:250 #, c-format msgid "Unable to open category raster conditions file <%s>." @@ -18326,6 +19095,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18355,6 +19125,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Hit RETURN to continue" msgstr "RETURN zum Weitermachen drücken" @@ -18369,6 +19143,7 @@ msgstr "Vektorkarte <%s> ist nicht im Topologielevel geöffnet." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18411,6 +19186,11 @@ msgstr "Vektorkarte <%s> ist nicht im Topologielevel geöffnet." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/imagery/iscatt_core.c:274 #, c-format @@ -18426,6 +19206,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Removing empty 3D raster maps" msgstr "Entfernen der leeren 3D Rasterkarte" ======= @@ -18447,6 +19228,8 @@ msgstr "Entfernen der leeren 3D Rasterkarte" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/imagery/iscatt_core.c:300 ../lib/imagery/iscatt_core.c:341 #, c-format msgid "Corrupted category raster conditions file <%s> (fseek failed)" @@ -18461,6 +19244,7 @@ msgstr "Entfernen der leeren 3D Rasterkarte" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18470,6 +19254,8 @@ msgstr "Entfernen der leeren 3D Rasterkarte" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Removing empty 3D raster maps" msgstr "Entfernen der leeren 3D Rasterkarte" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18479,6 +19265,7 @@ msgstr "Entfernen der leeren 3D Rasterkarte" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -18496,6 +19283,8 @@ msgstr "Entfernen der leeren 3D Rasterkarte" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/imagery/iscatt_core.c:331 #, c-format @@ -20886,6 +21675,7 @@ msgstr "Zuviele Kategorien (%d), kann cat %d (Layer %d) nicht setzen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -20905,6 +21695,8 @@ msgstr "Zuviele Kategorien (%d), kann cat %d (Layer %d) nicht setzen." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/cats.c:420 #, c-format msgid "Unable to convert category string '%s' (from '%s') to category range" @@ -20918,6 +21710,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -20947,6 +21740,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Dev note: Adapted sites library used for vector points. (module should be " "updated to GRASS 6 vector library)" @@ -20962,6 +21759,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21004,6 +21802,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/cats.c:573 ../lib/vector/Vlib/cats.c:677 msgid "Layer number must be > 0 for category constraints" @@ -21070,6 +21873,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "welche fehlt." @@ -21138,6 +21942,8 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:104 ../lib/vector/Vlib/legal_vname.c:109 #, c-format msgid "Output vector map name <%s> is not in the current mapset (%s)" @@ -22722,6 +23528,7 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22731,6 +23538,8 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "welche fehlt." @@ -22792,6 +23601,7 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -22809,5 +23619,7 @@ msgstr "Kann Header-Datei der Rasterkarte <%s@%s> nicht öffnen." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Kopiere %s <%s> in das aktuelle Mapset als <%s>" diff --git a/locale/po/grasslibs_el.po b/locale/po/grasslibs_el.po index 4fd66a26b2f..fe0de715372 100644 --- a/locale/po/grasslibs_el.po +++ b/locale/po/grasslibs_el.po @@ -2378,6 +2378,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -2405,6 +2406,9 @@ msgstr "" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -2415,6 +2419,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2427,6 +2432,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -3806,6 +3813,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3825,6 +3833,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "MAPSET δεν έχει οÏιστεί" @@ -4046,6 +4056,7 @@ msgstr "<%s> στο mapset <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4066,6 +4077,9 @@ msgstr "<%s> στο mapset <%s>" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4139,6 +4153,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4151,6 +4166,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -4462,6 +4479,7 @@ msgid "Invalid offset (%" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4484,6 +4502,9 @@ msgid "Invalid offset (%" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/write_pg.c:348 ../lib/vector/Vlib/write_ogr.c:140 @@ -4493,6 +4514,7 @@ msgid "Unable to delete feature" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4505,6 +4527,8 @@ msgid "Unable to delete feature" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9028,6 +9052,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9047,6 +9072,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/read_pg.c:1097 #, c-format msgid "Invalid cache index %d (max: %d)" @@ -9318,6 +9345,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -9347,6 +9375,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/raster/get_cellhd.c:70 #, c-format msgid "Unable to read header file for raster map <%s@%s>. It is a reclass of raster map <%s@%s>. %s" @@ -12721,6 +12753,7 @@ msgstr "[%s]: Δεν υπάÏχει τέτοιο χÏώμα" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "το οποίο λείπει" @@ -12788,6 +12821,8 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format #~ msgid "" #~ "Datum <%s> apparently recognised by GRASS but no parameters found. You " @@ -12975,6 +13010,7 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -12997,6 +13033,10 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "το οποίο λείπει" @@ -13057,6 +13097,7 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13081,3 +13122,6 @@ msgstr "Αδυναμία ανοίγματος ÎºÎµÏ†Î±Î»Î¹ÎºÎ¿Ï (header) αÏχ ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_es.po b/locale/po/grasslibs_es.po index f2f0c9c6207..b0e25c4c95d 100644 --- a/locale/po/grasslibs_es.po +++ b/locale/po/grasslibs_es.po @@ -4401,6 +4401,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4443,6 +4444,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/mkstemp.c:133 msgid "Attempt to create read-only temporary file" @@ -11320,6 +11326,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11362,6 +11369,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write_nat.c:420 #, c-format @@ -13319,6 +13331,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "el cual no se ha encontrado." @@ -13419,6 +13432,8 @@ msgstr "El archivo de coordenadas del mapa vectorial <%s@%s> es menor de lo que >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/diglib/test.c:105 #, c-format msgid "" @@ -15812,6 +15827,7 @@ msgstr "El archivo de coordenadas del mapa vectorial <%s@%s> es menor de lo que msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD msgid "Coor file of vector map <%s@%s> is larger than it should be (%ld bytes excess)" @@ -15849,6 +15865,8 @@ msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "To run the module <%s> add underscore at the end of the option <%s> to " #~ "avoid conflict with Python keywords. Underscore at the beginning is " @@ -15868,6 +15886,7 @@ msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15877,6 +15896,8 @@ msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "To run the module <%s> add underscore at the end of the option <%s> to avoid conflict with Python keywords. Underscore at the beginning is depreciated in GRASS GIS 7.0 and will be removed in version 7.1." msgstr "Para correr el módulo <%s> añada guión bajo al final de la opción <%s> para evitar conflicto con las palabras reservadas de Python. El guión bajo al inicio es despreciado en GRASS 7.0 y será removido en la versión 7.1." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15886,6 +15907,7 @@ msgstr "Para correr el módulo <%s> añada guión bajo al final de la opción <% <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15895,6 +15917,8 @@ msgstr "Para correr el módulo <%s> añada guión bajo al final de la opción <% ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "el cual no se ha encontrado." @@ -15987,6 +16011,7 @@ msgstr "El archivo de coordenadas del mapa vectorial <%s@%s> es menor de lo que <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -16000,6 +16025,8 @@ msgstr "El archivo de coordenadas del mapa vectorial <%s@%s> es menor de lo que >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Copiar %s <%s> al Directorio de mapas actual con el nombre <%s>" @@ -16012,6 +16039,7 @@ msgstr "Para correr el módulo <%s> añada guión bajo al final de la opción <% <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -16041,3 +16069,6 @@ msgstr "Para correr el módulo <%s> añada guión bajo al final de la opción <% ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_fr.po b/locale/po/grasslibs_fr.po index f6063233520..c0d147ae61f 100644 --- a/locale/po/grasslibs_fr.po +++ b/locale/po/grasslibs_fr.po @@ -2829,6 +2829,7 @@ msgstr "erreur dans la table du fichier de datums, ligne %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Failed to print %s" msgstr "" @@ -2861,6 +2862,9 @@ msgstr "" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #, c-format msgid "Failed to print %s" msgstr "" @@ -2876,6 +2880,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2888,6 +2893,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Failed to print %s" msgstr "" @@ -3013,6 +3020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3055,6 +3063,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal e-w resolution value: %g" msgstr "" @@ -3077,6 +3090,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3119,6 +3133,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "North must be north of South, but %g (north) <= %g (south" msgstr "" @@ -3136,6 +3155,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3178,6 +3198,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "North must be larger than South, but %g (north) <= %g (south" msgstr "" @@ -3195,6 +3220,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3237,6 +3263,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "East must be larger than West, but %g (east) <= %g (west)" msgstr "" @@ -3258,6 +3289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3300,6 +3332,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Invalid coordinates: negative number of rows" msgstr "" @@ -3328,6 +3365,7 @@ msgstr "Les résolutions NS et EO sont différentes" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3370,6 +3408,11 @@ msgstr "Les résolutions NS et EO sont différentes" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -3392,6 +3435,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3434,6 +3478,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal e-w resolution value for 3D: %g" msgstr "" @@ -3456,6 +3505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3498,6 +3548,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal t-b resolution value: %g" msgstr "" @@ -3515,6 +3570,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3557,6 +3613,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal depths value: %d" msgstr "" @@ -3574,6 +3635,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3616,6 +3678,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Top must be larger than Bottom, but %g (top) <= %g (bottom)" msgstr "" @@ -4456,6 +4523,7 @@ msgstr "Champ d'est invalide : %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4475,6 +4543,8 @@ msgstr "Champ d'est invalide : %s" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/rd_cellhd.c:217 msgid "Duplicate west field" msgstr "Champ Ouest dupliqué" @@ -4745,6 +4815,7 @@ msgstr "Tentative de création d'un fichier temporaire en lecture-seule" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4774,6 +4845,10 @@ msgstr "Tentative de création d'un fichier temporaire en lecture-seule" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -6196,6 +6271,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6238,6 +6314,11 @@ msgstr[1] "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/gisinit.c:67 ../lib/gis/gisinit.c:118 #, c-format @@ -6951,6 +7032,7 @@ msgstr "Impossible d'écrire le fichier de plage pour <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6970,6 +7052,8 @@ msgstr "Impossible d'écrire le fichier de plage pour <%s>" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/raster/range.c:465 ../lib/raster/range.c:479 #: ../lib/raster/range.c:497 ../lib/raster/range.c:502 #, c-format @@ -7215,6 +7299,7 @@ msgstr "afficher les paramètres de configuration GRASS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7244,6 +7329,10 @@ msgstr "afficher les paramètres de configuration GRASS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write.c:234 msgid "Unable to rewrite feature/offset %" msgstr "" @@ -14757,6 +14846,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "qui est manquant." @@ -14902,6 +14992,8 @@ msgstr "Le fichier coor de la carte vecteur <%s@%s> est plus petit qu'il ne devr >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/diglib/test.c:56 msgid "Unable to open test.tmp file" msgstr "Impossible d'ouvrir le fichier test.tmp" @@ -17783,12 +17875,15 @@ msgstr "Impossible de lire le fichier header de la carte raster <%s@%s>. II s'ag <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main msgid "Coor file of vector map <%s@%s> is larger than it should be (%ld bytes excess)" msgstr "Le fichier coor de la carte vecteur <%s@%s> est plus grand qu'il ne devrait (%ld bytes en trop)" @@ -17802,6 +17897,7 @@ msgstr "Copie %s <%s> vers <%s> dans le jeu de cartes courant" msgid "To run the module <%s> add underscore at the end of the option <%s> to avoid conflict with Python keywords. Underscore at the beginning is depreciated in GRASS GIS 7.0 and will be removed in version 7.1." msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'option <%s> pour éviter un conflit avec les mots-clefs Python. Le tiret-bas est obsolète dans GRASS 7.0 et sera supprimé dans la version 7.1." +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17867,6 +17963,10 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= + +<<<<<<< HEAD +>>>>>>> osgeo-main #~ msgid "" #~ "To run the module <%s> add underscore at the end of the option <%s> to " #~ "avoid conflict with Python keywords. Underscore at the beginning is " @@ -17885,6 +17985,7 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -17897,6 +17998,8 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "To run the module <%s> add underscore at the end of the option <%s> to avoid conflict with Python keywords. Underscore at the beginning is depreciated in GRASS GIS 7.0 and will be removed in version 7.1." #~ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'option <%s> pour éviter un conflit avec les mots-clefs Python. Le tiret-bas est obsolète dans GRASS 7.0 et sera supprimé dans la version 7.1." @@ -17907,6 +18010,7 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17936,3 +18040,7 @@ msgstr "Pour exécuter le module <%s>, ajouter un tiret-bas à la fin de l'optio ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_id_ID.po b/locale/po/grasslibs_id_ID.po index f0ebf35aded..66f7378ad06 100644 --- a/locale/po/grasslibs_id_ID.po +++ b/locale/po/grasslibs_id_ID.po @@ -10398,6 +10398,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10440,6 +10441,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -12594,6 +12600,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -12608,6 +12615,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/diglib/spindex_rw.c:100 ../lib/vector/diglib/spindex_rw.c:109 msgid "Topology file must be written before spatial index file" msgstr "" @@ -12882,6 +12891,7 @@ msgstr "[%s]: Tidak ada warna seperti itu" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -12911,5 +12921,9 @@ msgstr "[%s]: Tidak ada warna seperti itu" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Salin %s <%s> ke current mapset sebagai <%s>" diff --git a/locale/po/grasslibs_it.po b/locale/po/grasslibs_it.po index a1305ba1339..dc49b0210ad 100644 --- a/locale/po/grasslibs_it.po +++ b/locale/po/grasslibs_it.po @@ -12201,6 +12201,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "che non è presente." @@ -12275,6 +12276,8 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:61 #, c-format msgid "Illegal vector map name <%s>. Character '%c' not allowed." @@ -14290,6 +14293,7 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -14305,6 +14309,9 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Copia %s <%s> al mapset corrente come <%s>" @@ -14317,6 +14324,7 @@ msgstr "Copia %s <%s> al mapset corrente come <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -14329,6 +14337,8 @@ msgstr "Copia %s <%s> al mapset corrente come <%s>" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "To run the module <%s> add underscore at the end of the option <%s> to " #~ "avoid conflict with Python keywords. Underscore at the beginning is " @@ -14348,6 +14358,7 @@ msgstr "Copia %s <%s> al mapset corrente come <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14357,6 +14368,8 @@ msgstr "Copia %s <%s> al mapset corrente come <%s>" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "To run the module <%s> add underscore at the end of the option <%s> to avoid conflict with Python keywords. Underscore at the beginning is depreciated in GRASS GIS 7.0 and will be removed in version 7.1." msgstr "per eseguire il modulo <%s> aggiungere il trattino basso alla fine dell'opzione <%s> per evitare conflitti con le parole chiave di Python. Il trattino basso all'inizio è obsoleto in GRASS GIS 7.0 e sarà rimosso nella versione 7.1." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14366,6 +14379,7 @@ msgstr "per eseguire il modulo <%s> aggiungere il trattino basso alla fine dell' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14375,6 +14389,8 @@ msgstr "per eseguire il modulo <%s> aggiungere il trattino basso alla fine dell' ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "che non è presente." @@ -14441,6 +14457,7 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -14454,6 +14471,8 @@ msgstr "Impossibile leggere il file dell'intestazione per la mappa raster <%s@%s >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Copia %s <%s> al mapset corrente come <%s>" @@ -14466,6 +14485,7 @@ msgstr "per eseguire il modulo <%s> aggiungere il trattino basso alla fine dell' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -14495,3 +14515,6 @@ msgstr "per eseguire il modulo <%s> aggiungere il trattino basso alla fine dell' ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_ja.po b/locale/po/grasslibs_ja.po index 4d019e12aed..aead4efa98a 100644 --- a/locale/po/grasslibs_ja.po +++ b/locale/po/grasslibs_ja.po @@ -3635,6 +3635,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3654,6 +3655,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/timestamp.c:534 #, c-format msgid "Invalid timestamp specified for vector map <%s@%s>" @@ -3956,6 +3959,7 @@ msgstr "<%s> マップセット <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3976,6 +3980,9 @@ msgstr "<%s> マップセット <%s>" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -3987,6 +3994,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3999,6 +4007,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -9344,6 +9354,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9386,6 +9397,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -11995,6 +12011,7 @@ msgstr "[%s]: ãã®ã‚ˆã†ãªè‰²ã¯ã‚ã‚Šã¾ã›ã‚“" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "見ã¤ã‹ã‚Šã¾ã›ã‚“" @@ -12065,6 +12082,8 @@ msgstr "無効ãªã‚ªãƒ•ã‚»ãƒƒãƒˆ (%ld)" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Absurd polygon." #~ msgstr "ä¸æ­£ãªãƒãƒªã‚´ãƒ³" @@ -12146,6 +12165,7 @@ msgstr "é™é †" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12155,6 +12175,8 @@ msgstr "é™é †" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "見ã¤ã‹ã‚Šã¾ã›ã‚“" @@ -12211,6 +12233,7 @@ msgstr "é™é †" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12223,6 +12246,8 @@ msgstr "é™é †" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to open header file for raster map <%s@%s>" msgstr "ラスターマップ <%s@%s>ã®ãƒ˜ãƒƒãƒ€ãƒ¼ãƒ•ã‚¡ã‚¤ãƒ«ãŒé–‹ãã¾ã›ã‚“" @@ -12235,6 +12260,7 @@ msgstr "無効ãªã‚ªãƒ•ã‚»ãƒƒãƒˆ (%ld)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -12271,3 +12297,8 @@ msgstr "無効ãªã‚ªãƒ•ã‚»ãƒƒãƒˆ (%ld)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_ko.po b/locale/po/grasslibs_ko.po index e0b3cf95f99..0ae9bf361db 100644 --- a/locale/po/grasslibs_ko.po +++ b/locale/po/grasslibs_ko.po @@ -14,6 +14,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= @@ -39,6 +40,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"POT-Creation-Date: 2024-05-23 03:37-0600\n" +======= +<<<<<<< HEAD +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) "PO-Revision-Date: 2023-09-23 06:30+0000\n" @@ -54,6 +60,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96,6 +103,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Last-Translator: Huidae Cho \n" "Language-Team: Korean \n" @@ -113,6 +125,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -132,6 +145,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "X-Generator: Weblate 5.0\n" #: ../lib/nviz/render.c:43 @@ -142,6 +157,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -171,6 +187,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "X-Generator: Weblate 4.12.2\n" #: ../lib/init/grass.py:209 @@ -7040,6 +7060,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -7052,6 +7075,7 @@ msgid "Unable to delete feature/offset %" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -7086,6 +7110,8 @@ msgstr "피처를 삭제할 수 없습니다" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write.c:299 msgid "Unable to restore feature/offset %" @@ -7647,6 +7673,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "\n" "++ ì—´ 복사 검정 ++" ======= @@ -7669,6 +7696,10 @@ msgstr "" "\n" "++ ì—´ 복사 검정 ++" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"\n" +"++ ì—´ 복사 검정 ++" +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_columns.c:150 msgid "" @@ -11150,6 +11181,7 @@ msgstr "GRASS GIS를 시작하는 중입니다..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "whose header file can't be opened." msgstr "í—¤ë” íŒŒì¼ì„ ì—´ 수 없습니다" @@ -11248,6 +11280,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../lib/init/grass.py:2614 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../lib/init/grass.py:2598 >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -15769,6 +15806,7 @@ msgstr "í—¤ë” íŒŒì¼ì„ ì—´ 수 없습니다" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -15784,6 +15822,9 @@ msgstr "í—¤ë” íŒŒì¼ì„ ì—´ 수 없습니다" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Illegal row value" msgstr "ìž˜ëª»ëœ row ê°’" @@ -15803,7 +15844,10 @@ msgstr "ìž˜ëª»ëœ e-w3 í•´ìƒë„ê°’" msgid "Illegal col3 value" msgstr "ìž˜ëª»ëœ col3 ê°’" <<<<<<< HEAD +<<<<<<< HEAD ======= +======= +>>>>>>> osgeo-main <<<<<<< HEAD #~ msgid "Illegal n-s resolution value <%lf>" @@ -15862,11 +15906,15 @@ msgstr "" "ë¬¸ìž ê¸°ë°˜ ì¸í„°íŽ˜ì´ìŠ¤ 모드로 전환합니다.\n" "\n" "진행하려면 RETURNì„ ëˆ„ë¥´ì„¸ìš”.\n" +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD #~ msgid "Illegal n-s resolution value <%lf>" @@ -15948,6 +15996,8 @@ msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "To run the module <%s> add underscore at the end of the option <%s> to " #~ "avoid conflict with Python keywords. Underscore at the beginning is " @@ -15966,6 +16016,7 @@ msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15975,6 +16026,8 @@ msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "To run the module <%s> add underscore at the end of the option <%s> to avoid conflict with Python keywords. Underscore at the beginning is depreciated in GRASS GIS 7.0 and will be removed in version 7.1." msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스코어를 추가해서 파ì´ì¬ í‚¤ìœ„ë“œì™€ì˜ ì¶©ëŒì„ 방지해야 합니다. ì•žë¶€ë¶„ì˜ ì–¸ë”스코어는 GRASS GIS 7.0ì—서는 추천하지 않으며 버전 7.1부터는 지ì›í•˜ì§€ ì•Šì„ ê²ƒìž…ë‹ˆë‹¤." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15984,6 +16037,7 @@ msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15993,6 +16047,8 @@ msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "whose header file can't be opened." msgstr "í—¤ë” íŒŒì¼ì„ ì—´ 수 없습니다" @@ -16068,6 +16124,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -16081,6 +16138,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "%s <%s>를 현재 ì§€ë„ ì„¸íŠ¸ì˜ <%s>ë¡œ 복사합니다" @@ -16093,6 +16152,7 @@ msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -16122,3 +16182,6 @@ msgstr "모듈 <%s>를 실행하기 위해서는 옵션 <%s>ì˜ ëì— ì–¸ë”스 ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_ml.po b/locale/po/grasslibs_ml.po index b4f8620fa3d..458e0ae5bda 100644 --- a/locale/po/grasslibs_ml.po +++ b/locale/po/grasslibs_ml.po @@ -3321,6 +3321,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3340,6 +3341,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "" @@ -3559,6 +3562,7 @@ msgstr "<%s> മാപàµà´ªàµà´¸àµ†à´±àµà´±à´¿àµ½ <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3579,6 +3583,9 @@ msgstr "<%s> മാപàµà´ªàµà´¸àµ†à´±àµà´±à´¿àµ½ <%s>" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4186,6 +4193,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4198,6 +4206,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" diff --git a/locale/po/grasslibs_pl.po b/locale/po/grasslibs_pl.po index 6743868ce37..10e6ed39be1 100644 --- a/locale/po/grasslibs_pl.po +++ b/locale/po/grasslibs_pl.po @@ -4563,6 +4563,7 @@ msgid "Invalid offset (%" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4585,6 +4586,9 @@ msgid "Invalid offset (%" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/write_pg.c:348 ../lib/vector/Vlib/write_ogr.c:140 @@ -4594,6 +4598,7 @@ msgid "Unable to delete feature" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4606,6 +4611,8 @@ msgid "Unable to delete feature" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9384,6 +9391,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9426,6 +9434,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -10728,6 +10741,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr ", której brak." @@ -10796,6 +10810,8 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/legal_vname.c:104 ../lib/vector/Vlib/legal_vname.c:109 #, c-format msgid "Output vector map name <%s> is not in the current mapset (%s)" @@ -12196,6 +12212,7 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12205,6 +12222,8 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr ", której brak." @@ -12266,6 +12285,7 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -12283,5 +12303,7 @@ msgstr "Nie można odczytać pliku nagłówkowego mapy rastrowej <%s@%s>" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Kopiuj %s <%s> do bieżącego mapsetu jako <%s>" diff --git a/locale/po/grasslibs_pt.po b/locale/po/grasslibs_pt.po index 76134d86cbe..e98cce043bb 100644 --- a/locale/po/grasslibs_pt.po +++ b/locale/po/grasslibs_pt.po @@ -3724,6 +3724,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3743,6 +3744,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "MAPSET não foi definido" @@ -3973,6 +3976,7 @@ msgstr "nenhum" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3986,6 +3990,8 @@ msgstr "nenhum" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -9475,6 +9481,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9517,6 +9524,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/ogsf/gsd_legend.c:245 #, c-format @@ -12707,6 +12719,7 @@ msgstr "[%s]: Cor não existe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "que está faltando." @@ -12774,6 +12787,8 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "invalid color name" #~ msgstr "nome de cor inválido" @@ -12862,6 +12877,7 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12871,6 +12887,8 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "que está faltando." @@ -12931,6 +12949,7 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -12948,3 +12967,5 @@ msgstr "Não foi possível abrir o ficheiro de cabeçalho do mapa raster <%s@%s> >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_pt_BR.po b/locale/po/grasslibs_pt_BR.po index 4ba41864979..a72203dac1c 100644 --- a/locale/po/grasslibs_pt_BR.po +++ b/locale/po/grasslibs_pt_BR.po @@ -216,6 +216,7 @@ msgstr "GUI <%s> não suportado nesta versão" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -230,6 +231,8 @@ msgstr "GUI <%s> não suportado nesta versão" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "The python command does not work as expected.\n" "Please check your installation or set the GRASS_PYTHON environment variable." @@ -240,6 +243,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "O comando python não funciona como esperado!\n" "Por favor verifique seu ambiente de variável GRASS_PYTHON.\n" @@ -258,6 +262,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/init/grass.py:810 msgid "GRASS GUI not found. Please check your installation." @@ -308,6 +314,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Mapset <{}> already exists." msgstr "" ======= @@ -336,6 +343,10 @@ msgstr "Mapset <%s> não existe." msgid "Mapset <{}> already exists." msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Mapset <{}> already exists." +msgstr "" +>>>>>>> osgeo-main #: ../lib/init/grass.py:985 msgid "A new mapset can be created using '-c' flag." @@ -2971,6 +2982,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3013,6 +3025,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal number of rows: %d (resolution is %g)" msgstr "" @@ -3030,6 +3047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3072,6 +3090,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal e-w resolution value: %g" msgstr "" @@ -3094,6 +3117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3136,6 +3160,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "North must be north of South, but %g (north) <= %g (south" msgstr "" @@ -3153,6 +3182,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3195,6 +3225,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "North must be larger than South, but %g (north) <= %g (south" msgstr "" @@ -3212,6 +3247,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3254,6 +3290,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "East must be larger than West, but %g (east) <= %g (west)" msgstr "" @@ -3275,6 +3316,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3317,6 +3359,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Invalid coordinates: negative number of rows" msgstr "" @@ -3345,6 +3392,7 @@ msgstr "As resoluções para NS e EW são diferentes" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3387,6 +3435,11 @@ msgstr "As resoluções para NS e EW são diferentes" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal n-s resolution value for 3D: %g" msgstr "" @@ -3409,6 +3462,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3451,6 +3505,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal e-w resolution value for 3D: %g" msgstr "" @@ -3473,6 +3532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3515,6 +3575,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal t-b resolution value: %g" msgstr "" @@ -3532,6 +3597,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3574,6 +3640,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal depths value: %d" msgstr "" @@ -3591,6 +3662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3633,6 +3705,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Top must be larger than Bottom, but %g (top) <= %g (bottom)" msgstr "" @@ -4591,6 +4668,7 @@ msgstr "As dimensões dos mosaicos usados ​​no mapa raster3d de saída (XxYx <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -4633,6 +4711,11 @@ msgstr "As dimensões dos mosaicos usados ​​no mapa raster3d de saída (XxYx ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/parser_standard_options.c:484 msgid "Name of input vector map" @@ -6062,6 +6145,7 @@ msgstr "Erro interno: tipo de regra inválido:%d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6074,6 +6158,8 @@ msgstr "Erro interno: tipo de regra inválido:%d" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_dependencies.c:514 #, fuzzy msgid "Internal error: the number of options is < 0" @@ -6089,6 +6175,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6098,6 +6185,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/vector/diglib/test.c:150 #, c-format msgid "Error in read/write portable short, byte_order = %d Written: %d Read: %d" @@ -6782,6 +6871,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -6807,6 +6897,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/rd_cellhd.c:139 ../lib/gis/rd_cellhd.c:178 #: ../lib/gis/rd_cellhd.c:355 @@ -7738,6 +7831,7 @@ msgstr[1] "%d primitivas registradas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -7754,6 +7848,8 @@ msgstr[1] "%d primitivas registradas" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #, fuzzy, c-format msgid "Incomplete GRASS session: Variable '%s' not set" @@ -7765,6 +7861,7 @@ msgstr "Variável '%s' não definida" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7787,6 +7884,10 @@ msgstr "Variável '%s' não definida" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "One vertex registered" msgid_plural "% vertices registered" @@ -7799,6 +7900,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -7828,6 +7930,11 @@ msgstr[1] "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/mkstemp.c:133 msgid "Attempt to create read-only temporary file" @@ -8845,6 +8952,7 @@ msgstr "Não foi possível excluir linha de coor" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8863,6 +8971,8 @@ msgstr "Não foi possível excluir linha de coor" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../lib/raster/histogram.c:53 @@ -9162,6 +9272,9 @@ msgstr "opções: arch,build,compiler,date,path,revision,svn_revision,version" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -9174,6 +9287,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -9445,6 +9559,10 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/remove_areas.c:458 msgid "dissolve_neighbour > 0, failed to build new area" @@ -9651,6 +9769,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -9665,6 +9784,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/init/grass.py:387 msgid "initial GRASS database directory" @@ -9692,6 +9813,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9704,6 +9826,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "diretório contendo Mapsets com um sistema de coordenadas comum (projeção)" #: ../lib/init/grass.py:393 @@ -13196,6 +13320,9 @@ msgid "Unable to flush all tiles" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -13207,6 +13334,7 @@ msgid "Unable to flush index" msgstr "Não foi possível limpar o índice" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -13237,6 +13365,8 @@ msgstr "Não foi possível limpar todos os mosaicos" msgid "Unable to flush index" msgstr "Não foi possível limpar o índice" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../lib/raster3d/close.c:94 msgid "Unable to position file" @@ -13699,6 +13829,7 @@ msgstr "Não foi possível limpar o arquivo %s para o mapa raster %s: %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -13717,6 +13848,8 @@ msgstr "Não foi possível limpar o arquivo %s para o mapa raster %s: %s" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../lib/ogsf/gsds.c:109 @@ -13748,6 +13881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13761,6 +13895,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gsd_legend.c:245 #, c-format @@ -13781,6 +13917,7 @@ msgstr "Não foi possível ler arquivo de categoria do mapa raster <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13790,6 +13927,8 @@ msgstr "Não foi possível ler arquivo de categoria do mapa raster <%s>" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Invalid descriptor: %d" msgstr "Descritor inválido: %d" @@ -13849,6 +13988,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13861,6 +14001,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to read header file for raster map <%s@%s>. It is a reclass of raster map <%s@%s>. %s" msgstr "" @@ -18918,6 +19060,7 @@ msgstr "[%s]: cor não existe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "whose header file can't be opened." msgstr "cujo cabeçalho de arquivo não pode ser aberto." @@ -18986,6 +19129,8 @@ msgstr "script de shell a ser processado como trabalho em lote" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Cannot fetch row" #~ msgstr "não consegui obter informações da camada" @@ -19058,6 +19203,7 @@ msgstr "script de shell a ser processado como trabalho em lote" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19067,6 +19213,8 @@ msgstr "script de shell a ser processado como trabalho em lote" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "whose header file can't be opened." msgstr "cujo cabeçalho de arquivo não pode ser aberto." @@ -19128,6 +19276,7 @@ msgstr "script de shell a ser processado como trabalho em lote" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -19141,6 +19290,8 @@ msgstr "script de shell a ser processado como trabalho em lote" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "The python command does not work as expected!\n" "Please check your GRASS_PYTHON environment variable.\n" @@ -19154,6 +19305,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "{}\n" @@ -19289,6 +19441,8 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "{}\n" @@ -19316,6 +19470,7 @@ msgstr "" "\n" "Pressione RETURN para continuar.\n" +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= @@ -19332,6 +19487,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Mapset <{mapset}> doesn't exist in GRASS Location <{loc}>. A new mapset " #~ "can be created by '-c' switch." @@ -19388,6 +19545,7 @@ msgstr "Altera a permissão do arquivo para 'executável' para <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19397,6 +19555,8 @@ msgstr "Altera a permissão do arquivo para 'executável' para <%s>" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "" "{}\n" @@ -19456,6 +19616,7 @@ msgstr "Não foi possível excluir feição/offset %lu do mapa vetorial <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Unable to open header file for raster map <%s@%s>" msgstr "Não foi possível abrir o arquivo de cabeçalho para o mapa raster <%s@%s>" @@ -19484,6 +19645,8 @@ msgstr "Não foi possível excluir feição/offset %lu do mapa vetorial <%s>" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) msgid "Copy %s <%s> to current mapset as <%s>" @@ -19544,6 +19707,7 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19553,6 +19717,8 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #~ msgid "Invalid value <%s> for parameter <%s>" #~ msgstr "Valor inválido <%s> para o parâmetro <%s>" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19562,6 +19728,7 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19571,6 +19738,8 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Copia %s <%s> para o mapset atual como <%s>" @@ -19602,6 +19771,7 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -19623,3 +19793,5 @@ msgstr "Para executar o módulo <%s>, adicione underscore no final da opção <% >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasslibs_ro.po b/locale/po/grasslibs_ro.po index ca3b8366295..72b42a2dea1 100644 --- a/locale/po/grasslibs_ro.po +++ b/locale/po/grasslibs_ro.po @@ -10458,6 +10458,7 @@ msgid "Unable to read header file for raster map <%s@%s>. It is a reclass of ras <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10467,6 +10468,8 @@ msgid "Unable to read header file for raster map <%s@%s>. It is a reclass of ras ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgstr "" #: ../lib/raster/get_cellhd.c:78 @@ -10477,6 +10480,7 @@ msgid "Unable to open header file for raster map <%s@%s>. It seems that some pre <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10489,6 +10493,8 @@ msgid "Unable to open header file for raster map <%s@%s>. It seems that some pre >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) diff --git a/locale/po/grasslibs_ru.po b/locale/po/grasslibs_ru.po index 7e3de42b4bb..3a5a5e12db5 100644 --- a/locale/po/grasslibs_ru.po +++ b/locale/po/grasslibs_ru.po @@ -2380,6 +2380,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2422,6 +2423,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:73 ../lib/gis/adj_cellhd.c:196 #, c-format @@ -2437,6 +2443,7 @@ msgstr "Ðеверное чиÑло Ñтолбцов: %d (разрешение: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/adj_cellhd.c:81 ../lib/gis/adj_cellhd.c:219 #, c-format msgid "North must be north of South, but %g (north) <= %g (south" @@ -2460,6 +2467,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:81 ../lib/gis/adj_cellhd.c:217 #, c-format msgid "North must be north of South, but %g (north) <= %g (south" @@ -2491,6 +2500,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2500,6 +2510,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:81 ../lib/gis/adj_cellhd.c:219 #, c-format msgid "North must be north of South, but %g (north) <= %g (south" @@ -2511,6 +2523,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2528,6 +2541,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:85 ../lib/gis/adj_cellhd.c:223 #, c-format @@ -2547,6 +2562,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2589,6 +2605,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:112 ../lib/gis/adj_cellhd.c:271 msgid "Invalid coordinates: negative number of columns" @@ -2603,6 +2624,7 @@ msgstr "ÐедопуÑтимые координаты: отрицательно <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/adj_cellhd.c:117 ../lib/gis/adj_cellhd.c:280 msgid "Invalid coordinates: negative number of rows" msgstr "" @@ -2625,6 +2647,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:115 ../lib/gis/adj_cellhd.c:274 msgid "Invalid coordinates: negative number of rows" msgstr "ÐедопуÑтимые координаты: отрицательное чиÑло Ñ€Ñдов" @@ -2639,6 +2663,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2648,6 +2673,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:117 ../lib/gis/adj_cellhd.c:280 msgid "Invalid coordinates: negative number of rows" msgstr "" @@ -2658,6 +2685,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2675,6 +2703,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:122 ../lib/gis/adj_cellhd.c:284 msgid "NS resolution has been changed" @@ -2697,6 +2727,7 @@ msgstr "ОтличаютÑÑ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ñевер-юг и воÑто <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/adj_cellhd.c:175 #, c-format msgid "Illegal n-s resolution value for 3D: %g" @@ -2720,6 +2751,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:173 #, c-format msgid "Illegal n-s resolution value for 3D: %g" @@ -2736,6 +2769,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2745,6 +2779,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:175 #, c-format msgid "Illegal n-s resolution value for 3D: %g" @@ -2756,6 +2792,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2773,6 +2810,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:182 #, c-format @@ -2788,6 +2827,7 @@ msgstr "Ðеверное чиÑло Ñ€Ñдов Ð´Ð»Ñ 3D: %d (разрешени <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/adj_cellhd.c:193 #, c-format msgid "Illegal e-w resolution value for 3D: %g" @@ -2811,6 +2851,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:191 #, c-format msgid "Illegal e-w resolution value for 3D: %g" @@ -2827,6 +2869,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2836,6 +2879,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:193 #, c-format msgid "Illegal e-w resolution value for 3D: %g" @@ -2847,6 +2892,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2864,6 +2910,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:200 #, c-format @@ -2878,6 +2926,7 @@ msgstr "Ðеверное чиÑло Ñтолбцов Ð´Ð»Ñ 3D: %d (разреш <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2890,6 +2939,8 @@ msgstr "Ðеверное чиÑло Ñтолбцов Ð´Ð»Ñ 3D: %d (разреш >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/adj_cellhd.c:206 #, c-format msgid "Illegal t-b resolution value: %g" @@ -2914,6 +2965,7 @@ msgid "Illegal t-b resolution value: %g" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2923,6 +2975,8 @@ msgid "Illegal t-b resolution value: %g" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/gis/adj_cellhd.c:208 #, c-format msgid "Illegal t-b resolution value: %g" @@ -2931,6 +2985,7 @@ msgid "Illegal t-b resolution value: %g" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" <<<<<<< HEAD @@ -2951,6 +3006,8 @@ msgid "Illegal t-b resolution value: %g" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/adj_cellhd.c:213 @@ -2959,6 +3016,7 @@ msgid "Illegal depths value: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2988,6 +3046,9 @@ msgid "Illegal depths value: %d" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/adj_cellhd.c:236 @@ -3002,6 +3063,7 @@ msgid "Invalid coordinates: negative number of depths" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3014,6 +3076,8 @@ msgid "Invalid coordinates: negative number of depths" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../lib/gis/adj_cellhd.c:236 @@ -4989,6 +5053,7 @@ msgstr "ВнутреннÑÑ Ð¾ÑˆÐ¸Ð±ÐºÐ°: недопуÑтимый тип пр <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/vector/Vlib/write_pg.c:327 ../lib/vector/Vlib/write_ogr.c:134 msgid "Invalid offset (%" ======= @@ -5010,6 +5075,8 @@ msgid "Invalid offset (%" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_dependencies.c:514 #, fuzzy msgid "Internal error: the number of options is < 0" @@ -5023,6 +5090,7 @@ msgid "Invalid offset (%" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/vector/Vlib/write_pg.c:327 ../lib/vector/Vlib/write_ogr.c:134 msgid "Invalid offset (%" @@ -5053,6 +5121,11 @@ msgid "Invalid offset (%" #: ../lib/vector/Vlib/write_pg.c:327 ../lib/vector/Vlib/write_ogr.c:134 msgid "Invalid offset (%" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/vector/Vlib/write_pg.c:327 ../lib/vector/Vlib/write_ogr.c:134 +msgid "Invalid offset (%" +>>>>>>> osgeo-main msgstr "" #: ../lib/vector/Vlib/write_pg.c:348 ../lib/vector/Vlib/write_ogr.c:140 @@ -5062,6 +5135,7 @@ msgid "Unable to delete feature" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5074,6 +5148,8 @@ msgid "Unable to delete feature" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -6801,6 +6877,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -6813,6 +6892,7 @@ msgid "Unable to delete feature/offset %" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -6847,6 +6927,8 @@ msgstr "Ðевозможно удалить файл '%s'" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/vector/Vlib/write.c:299 msgid "Unable to restore feature/offset %" @@ -11471,6 +11553,7 @@ msgstr "Повреждён файл уÑловий Ð´Ð»Ñ ÐºÐ°Ñ‚ÐµÐ³Ð¾Ñ€Ð¸Ð¹ Ñ€ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "который отÑутÑтвует." @@ -11536,6 +11619,8 @@ msgstr "Верх должен быть больше Ðиза" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/imagery/iscatt_core.c:958 ../lib/imagery/iclass_statistics.c:225 #, c-format msgid "prepare_signature: scan line %d has odd number of points." @@ -17214,6 +17299,7 @@ msgstr "Верх должен быть больше Ðиза" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17223,6 +17309,8 @@ msgstr "Верх должен быть больше Ðиза" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "который отÑутÑтвует." @@ -17281,6 +17369,7 @@ msgstr "Верх должен быть больше Ðиза" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -17298,5 +17387,7 @@ msgstr "Верх должен быть больше Ðиза" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to open header file for raster map <%s@%s>" msgstr "Ðевозможно открыть файл заголовка Ð´Ð»Ñ Ñ€Ð°Ñтрового ÑÐ»Ð¾Ñ <%s@%s>" diff --git a/locale/po/grasslibs_th.po b/locale/po/grasslibs_th.po index 621991c7e83..8b52a02f7b8 100644 --- a/locale/po/grasslibs_th.po +++ b/locale/po/grasslibs_th.po @@ -3630,6 +3630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3649,6 +3650,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "ยังไม่ได้à¸à¸³à¸«à¸™à¸” ชุดà¹à¸œà¸™à¸—ี่" @@ -3877,6 +3880,7 @@ msgstr "none" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3890,6 +3894,8 @@ msgstr "none" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -10785,6 +10791,7 @@ msgstr "[%s]: ไม่ใช่ค่าสี" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Illegal row value" msgstr "ค่าà¹à¸–ว ไม่ถูà¸à¸•à¹‰à¸­à¸‡" @@ -10841,6 +10848,8 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Attributes for category %d not found" #~ msgstr "ไม่พบ ข้อมูลสำหรับà¹à¸ªà¸”ง %d จาà¸à¸à¸²à¸™à¸‚้อมูล" @@ -10920,6 +10929,7 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10929,6 +10939,8 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Illegal row value" msgstr "ค่าà¹à¸–ว ไม่ถูà¸à¸•à¹‰à¸­à¸‡" @@ -10978,6 +10990,7 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -10995,5 +11008,7 @@ msgstr "ค่าความลึภไม่ถูà¸à¸•à¹‰à¸­à¸‡" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Top must be larger than Bottom" msgstr "ค่าบน ต้องมาà¸à¸à¸§à¹ˆà¸²à¸¥à¹ˆà¸²à¸‡" diff --git a/locale/po/grasslibs_tr.po b/locale/po/grasslibs_tr.po index 9ee34348557..a39a2a5c1db 100644 --- a/locale/po/grasslibs_tr.po +++ b/locale/po/grasslibs_tr.po @@ -3734,6 +3734,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3753,6 +3754,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "MAPSET ayarlanmadı" @@ -3972,6 +3975,7 @@ msgstr "<%s> harita takımındaki <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3992,6 +3996,9 @@ msgstr "<%s> harita takımındaki <%s>" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4579,6 +4586,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4591,6 +4599,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -9375,6 +9385,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9417,6 +9428,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/net_build.c:467 msgid "Cannot add network arc representing turn." @@ -11899,6 +11915,7 @@ msgstr "[%s]:Böyle bir renk yok" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "which is missing." msgstr "kayıp olan" @@ -11961,6 +11978,8 @@ msgstr "Uygun olmayan derinlik deÄŸeri" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Unable to open null file <%s>" #~ msgstr "datum tablo dosyası açılamıyor <%s>" @@ -12073,6 +12092,7 @@ msgstr "Uygun olmayan derinlik deÄŸeri" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12082,6 +12102,8 @@ msgstr "Uygun olmayan derinlik deÄŸeri" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "which is missing." msgstr "kayıp olan" @@ -12137,6 +12159,7 @@ msgstr "Uygun olmayan derinlik deÄŸeri" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -12154,5 +12177,7 @@ msgstr "Uygun olmayan derinlik deÄŸeri" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Top must be larger than Bottom" msgstr "Tepe dipten büyük olmalıdır" diff --git a/locale/po/grasslibs_vi.po b/locale/po/grasslibs_vi.po index 32bd691e8d6..0e5bfa01260 100644 --- a/locale/po/grasslibs_vi.po +++ b/locale/po/grasslibs_vi.po @@ -10216,6 +10216,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10258,6 +10259,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/header.c:131 #, c-format @@ -13013,6 +13019,7 @@ msgstr "[%s]: Không có màu này" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Invalid offset (%ld)" msgstr "Äá»™ lệch không hợp lệ (%ld)" @@ -13035,6 +13042,8 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Cannot fetch row" #~ msgstr "Không thể lấy hàng" @@ -13051,6 +13060,7 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13060,6 +13070,8 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Invalid offset (%ld)" msgstr "Äá»™ lệch không hợp lệ (%ld)" @@ -13070,6 +13082,7 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13087,5 +13100,7 @@ msgstr "Äá»™ lệch không hợp lệ (%ld)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Copy %s <%s> to current mapset as <%s>" msgstr "Chép %s < %s> vào bá»™ bản Ä‘á»™ hiện tại thành <%s>" diff --git a/locale/po/grasslibs_zh.po b/locale/po/grasslibs_zh.po index 7a4bf3bf5b4..40762a38263 100644 --- a/locale/po/grasslibs_zh.po +++ b/locale/po/grasslibs_zh.po @@ -3744,6 +3744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3763,6 +3764,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:198 msgid "Flags:" msgstr "" @@ -4042,6 +4045,7 @@ msgstr "<%s>在地图集<%s>中" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4062,6 +4066,9 @@ msgstr "<%s>在地图集<%s>中" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #: ../lib/manage/do_copy.c:43 #, c-format msgid "Copying %s <%s> to current mapset as <%s>" @@ -4360,6 +4367,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4372,6 +4380,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Copying %s <%s> to current mapset as <%s>" msgstr "" @@ -12101,6 +12111,7 @@ msgstr "[%s]: 没有此颜色" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Illegal row value" msgstr "éžæ³•çš„行值" @@ -12157,6 +12168,8 @@ msgstr "éžæ³•çš„深度值" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "ERROR: option <%s>: <%s> exists.\n" #~ msgstr "错误:选项<%s>:<%s>已存在。\n" @@ -12265,6 +12278,7 @@ msgstr "éžæ³•çš„深度值" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -12274,6 +12288,8 @@ msgstr "éžæ³•çš„深度值" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Illegal row value" msgstr "éžæ³•çš„行值" @@ -12323,6 +12339,7 @@ msgstr "éžæ³•çš„深度值" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -12340,5 +12357,7 @@ msgstr "éžæ³•çš„深度值" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Top must be larger than Bottom" msgstr "顶部的值必须比底部的值大" diff --git a/locale/po/grassmods_ar.po b/locale/po/grassmods_ar.po index 5d1ea66a1da..dc940ed15f0 100644 --- a/locale/po/grassmods_ar.po +++ b/locale/po/grassmods_ar.po @@ -91643,6 +91643,7 @@ msgstr "اسم خريطة الراستر المخرجة" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -91652,6 +91653,8 @@ msgstr "اسم خريطة الراستر المخرجة" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy, c-format #~ msgid "Unable to create new location <%s>" #~ msgstr "%s:لم يتم إنشاء الجدول" @@ -91866,6 +91869,7 @@ msgstr "اسم خريطة الراستر المخرجة" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -91876,6 +91880,8 @@ msgstr "اسم خريطة الراستر المخرجة" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../scripts/r.fillnulls/r.fillnulls.py:161 msgid "A user raster mask (MASK) is present. Saving it..." msgstr "" @@ -93759,6 +93765,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -93774,6 +93781,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Creates a raster map from LAS LiDAR points using univariate statistics " diff --git a/locale/po/grassmods_cs.po b/locale/po/grassmods_cs.po index 81e4d58d79b..62e3aba2c17 100644 --- a/locale/po/grassmods_cs.po +++ b/locale/po/grassmods_cs.po @@ -28002,6 +28002,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28024,6 +28025,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -28857,6 +28861,7 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28869,6 +28874,8 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60596,6 +60603,7 @@ msgstr "Vektorová mapa '%s' již existuje a bude pÅ™epsána." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -60605,6 +60613,8 @@ msgstr "Vektorová mapa '%s' již existuje a bude pÅ™epsána." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -60613,6 +60623,7 @@ msgstr "Vektorová mapa '%s' již existuje a bude pÅ™epsána." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -60622,6 +60633,8 @@ msgstr "Vektorová mapa '%s' již existuje a bude pÅ™epsána." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -60902,6 +60915,7 @@ msgstr[3] "%d záznamů vybráno z tabulky" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -60917,6 +60931,9 @@ msgstr[3] "%d záznamů vybráno z tabulky" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "Vektorová mapa <%s> již existuje" @@ -73667,6 +73684,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -73689,6 +73707,9 @@ msgstr "" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #, c-format msgid "<%s> does not exist. Skipping." msgstr "" @@ -73699,6 +73720,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -73711,6 +73733,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "<%s> does not exist. Skipping." msgstr "" @@ -73729,6 +73753,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../general/g.copy/main.c:79 #, c-format @@ -75035,6 +75060,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../general/g.copy/main.c:79 #, c-format @@ -86095,6 +86122,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Scale for color rule values" msgstr "" ======= @@ -86123,6 +86151,10 @@ msgstr "Měřítkový faktor pro výškový model" msgid "Scale for color rule values" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Scale for color rule values" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.colors/edit_colors.c:284 ../raster/r.colors/edit_colors.c:318 #, c-format @@ -86218,6 +86250,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Unable to open color rule" msgstr "" ======= @@ -86246,6 +86279,10 @@ msgstr "Nelze otevřít prolog <%s>" msgid "Unable to open color rule" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Unable to open color rule" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.colors/rules.c:179 #, c-format @@ -87970,6 +88007,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -87996,6 +88036,7 @@ msgid "Failed parsing <%s>" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -88058,6 +88099,8 @@ msgstr "Exportuji <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -88071,6 +88114,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -88084,6 +88130,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -88120,6 +88167,8 @@ msgstr "Nelze otevřít výstupní soubor <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -88165,6 +88214,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -88198,6 +88248,11 @@ msgstr "Interní chba funkce %s()" msgid "Internal error in %s()" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -92109,6 +92164,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -92118,6 +92174,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" diff --git a/locale/po/grassmods_de.po b/locale/po/grassmods_de.po index b5e0d138deb..15320a1306c 100644 --- a/locale/po/grassmods_de.po +++ b/locale/po/grassmods_de.po @@ -15,6 +15,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= @@ -40,6 +41,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"POT-Creation-Date: 2024-05-23 03:37-0600\n" +======= +<<<<<<< HEAD +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) "PO-Revision-Date: 2023-08-12 13:08+0000\n" @@ -55,6 +61,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97,6 +104,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Last-Translator: Markus \n" "Language-Team: German \n" @@ -114,6 +126,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "X-Generator: Weblate 4.12.2\n" ======= <<<<<<< HEAD @@ -134,6 +147,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "X-Generator: Weblate 4.16.4\n" ======= "X-Generator: Weblate 4.12.2\n" @@ -144,6 +159,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "X-Generator: Weblate 4.12.2\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -178,6 +194,11 @@ msgstr "" "X-Generator: Weblate 4.12.2\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"X-Generator: Weblate 4.12.2\n" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:34 #: ../locale/scriptstrings/t.merge_to_translate.c:2 @@ -290,6 +311,7 @@ msgstr "Metadaten" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -332,6 +354,11 @@ msgstr "Metadaten" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Prints/sets general temporal GIS database connection for current mapset." msgstr "" @@ -1121,6 +1148,7 @@ msgstr "Kann das vorherbestimmte Vektoröffnungslevel nicht setzen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1135,6 +1163,8 @@ msgstr "Kann das vorherbestimmte Vektoröffnungslevel nicht setzen." >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to open vector map <%s>" msgstr "Kann die Vektorkarte <%s> nicht öffnen." @@ -1230,6 +1260,7 @@ msgstr "Kann den Treiber <%s> nicht starten." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1259,6 +1290,10 @@ msgstr "Kann den Treiber <%s> nicht starten." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Input raster map <%s> is not floating point (process DN using i.landsat.toar " "to radiance first)" @@ -1280,6 +1315,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1322,6 +1358,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../doc/vector/v.example/main.c:138 ../raster/r.to.vect/main.c:189 #: ../raster/r.contour/main.c:170 ../raster/r.volume/main.c:248 @@ -1500,6 +1541,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1542,6 +1584,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../raster/r.external/link.c:248 #, c-format @@ -26074,6 +26121,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26116,6 +26164,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.smap/write_img.c:15 msgid "Writing output raster map(s)..." @@ -26492,6 +26545,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26534,6 +26588,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Uses red and nir bands mostly, and some indices require additional bands." msgstr "" @@ -26682,6 +26741,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26724,6 +26784,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "If data is in Digital Numbers (i.e. integer type), give the max bits (i.e. 8 " "for Landsat -> [0-255])" @@ -26779,6 +26844,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26821,6 +26887,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "msavi index requires red and nir maps, and 3 parameters related to soil line" msgstr "" @@ -27824,6 +27895,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Segmentation processes stopped at %d due to reaching max iteration limit, " "more merges may be possible" @@ -27846,6 +27918,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Negative value %s for option '%s': disabling" ======= msgid "" @@ -27858,6 +27932,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -27867,6 +27942,8 @@ msgid "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "" "Segmentation processes stopped at %d due to reaching max iteration limit, " "more merges may be possible" @@ -27877,6 +27954,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -27894,6 +27972,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.segment/parse_args.c:247 @@ -28223,6 +28303,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28265,6 +28346,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Name of the difference map of temperature from surface skin to about 2 m " "height [K]" @@ -28565,6 +28651,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28607,6 +28694,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Calculates Top of Atmosphere Radiance/Reflectance/Brightness Temperature " "from ASTER DN." @@ -31527,6 +31619,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -31549,6 +31642,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -31558,6 +31654,7 @@ msgid "Apriori Kappa (yaw) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31570,6 +31667,8 @@ msgid "Apriori Kappa (yaw) standard deviation" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33799,6 +33898,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33841,6 +33941,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.mask_to_translate.c:24 #, fuzzy @@ -33877,6 +33982,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../locale/scriptstrings/i.sentinel.mask_to_translate.c:36 ======= @@ -33902,6 +34008,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../locale/scriptstrings/i.sentinel.mask_to_translate.c:36 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.mask_to_translate.c:34 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Threshold for cleaning small areas from shadow mask (in square meters)" @@ -33919,6 +34030,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33961,6 +34073,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/i.sentinel.mask_to_translate.c:38 @@ -34091,6 +34208,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34133,6 +34251,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/t.snap_to_translate.c:1 @@ -36401,6 +36524,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36443,6 +36567,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "nearest;nearest neighbor;bilinear;bilinear interpolation;bicubic;bicubic " "interpolation;lanczos;lanczos filter;bilinear_f;bilinear interpolation with " @@ -36798,6 +36927,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36840,6 +36970,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/t.sample_to_translate.c:5 @@ -36982,6 +37117,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37024,6 +37160,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.out.maxent_swd_to_translate.c:19 @@ -37120,6 +37261,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37162,6 +37304,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.divergence_to_translate.c:3 @@ -37470,6 +37617,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37512,6 +37660,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.mapcalc.tiled_to_translate.c:16 @@ -37587,6 +37740,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37629,6 +37783,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/db.join_to_translate.c:6 @@ -38313,6 +38472,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38355,6 +38515,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.in.wms_to_translate.c:48 @@ -38800,6 +38965,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38842,6 +39008,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/g.extension_to_translate.c:1 @@ -39869,6 +40040,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39911,6 +40083,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.net.curvedarcs_to_translate.c:10 @@ -43561,6 +43738,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43603,6 +43781,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.stream.inbasin_to_translate.c:16 @@ -44170,6 +44353,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44212,6 +44396,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.vect.stats.multi_to_translate.c:1 #, fuzzy @@ -44263,6 +44452,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44305,6 +44495,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.vect.stats.multi_to_translate.c:8 #: ../locale/scriptstrings/v.vect.stats.multi_to_translate.c:10 @@ -44386,6 +44581,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -44407,6 +44603,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.vect.stats.multi_to_translate.c:22 msgid "areas_where,count_column,stats_column" @@ -44504,6 +44703,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44546,6 +44746,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.green.hydro.recommended_to_translate.c:3 @@ -44560,6 +44765,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44579,6 +44785,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Name of vector map with interesting segments of rivers" msgstr "Name existierender Vektorkarte mit Punkten" @@ -44591,6 +44799,7 @@ msgstr "Name existierender Vektorkarte mit Punkten" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44620,6 +44829,10 @@ msgstr "Name existierender Vektorkarte mit Punkten" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Output ground reflected irradiation raster map [Wh.m-2] (mode 2) integrated " "over specified time period" @@ -45849,6 +46062,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45891,6 +46105,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.popgrowth_to_translate.c:2 @@ -46072,6 +46291,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46114,6 +46334,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/wxpyimgview_to_translate.c:5 @@ -46846,6 +47071,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46888,6 +47114,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.rast.bufferstats_to_translate.c:18 #, fuzzy @@ -49668,6 +49899,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49710,6 +49942,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 #, fuzzy @@ -49727,6 +49964,7 @@ msgstr "Unbekannter EPSG-Code %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49742,6 +49980,8 @@ msgstr "Unbekannter EPSG-Code %s" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Print projection info in Proj4 format" msgstr "Gebe die Projektionsinformationen im PROJ.4-Format aus." ======= @@ -49753,6 +49993,7 @@ msgstr "Gebe die Projektionsinformationen im PROJ.4-Format aus." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49776,6 +50017,8 @@ msgstr "Gebe die Projektionsinformationen im PROJ.4-Format aus." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Uploads values of multiple rasters at positions of vector points to the " "table." @@ -49791,6 +50034,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49833,6 +50077,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.proj.identify_to_translate.c:10 #, fuzzy @@ -49951,6 +50200,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49993,6 +50243,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.plane_to_translate.c:6 @@ -50016,6 +50271,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50058,6 +50314,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.plane_to_translate.c:8 @@ -50108,6 +50369,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50150,6 +50412,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.import_to_translate.c:5 @@ -51350,6 +51617,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -51404,6 +51672,11 @@ msgid "(default: unlimited)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.in.wfs_to_translate.c:10 @@ -51732,6 +52005,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51774,6 +52048,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.centroids_to_translate.c:1 msgid "Adds missing centroids to closed boundaries." @@ -51919,6 +52198,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51961,6 +52241,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:16 @@ -51998,6 +52283,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52040,6 +52326,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:21 @@ -52066,6 +52357,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52108,6 +52400,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:24 @@ -52479,6 +52776,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52494,6 +52792,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Output vector points map of vertical deflections [m]" msgstr "Ausgabe-Vektorkarte, in die die Fehlern geschrieben werden." ======= @@ -52505,6 +52805,7 @@ msgstr "Ausgabe-Vektorkarte, in die die Fehlern geschrieben werden." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -52528,6 +52829,8 @@ msgstr "Ausgabe-Vektorkarte, in die die Fehlern geschrieben werden." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "where conditions of SQL statement without 'where' keyword. (example: " "cf_mst_ud = 1 or cf_eb_ud > 100)" @@ -52542,6 +52845,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52584,6 +52888,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.list_to_translate.c:1 msgid "Lists registered maps of a space time raster dataset." @@ -52732,6 +53041,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52774,6 +53084,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.learn.train_to_translate.c:1 @@ -53453,6 +53768,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53495,6 +53811,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:1 @@ -53589,6 +53910,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53631,6 +53953,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/t.rast.extract_to_translate.c:6 @@ -55597,6 +55924,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55639,6 +55967,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.viewshed.exposure_to_translate.c:10 #, fuzzy @@ -55679,6 +56012,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55721,6 +56055,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.viewshed.exposure_to_translate.c:16 @@ -60786,6 +61125,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Export categories and corresponding colors as QGIS colour file or csv file. " "Non-existing categories and their colour definitions will be removed." ======= @@ -60807,6 +61147,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Export categories and corresponding colors as QGIS color file or csv file. " "Non-existing categories and their color definitions will be removed." ======= @@ -60819,6 +61161,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -60828,6 +61171,8 @@ msgid "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= "Export categories and corresponding colors as QGIS colour file or csv file. " "Non-existing categories and their colour definitions will be removed." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -60837,6 +61182,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60854,6 +61200,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.category.trim_to_translate.c:6 @@ -61738,6 +62086,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61780,6 +62129,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.green.biomassfor.financial_to_translate.c:52 @@ -61940,6 +62294,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61982,6 +62337,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/g.isis3mt_to_translate.c:8 @@ -62101,6 +62461,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -62143,6 +62504,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.random.weight_to_translate.c:9 @@ -62263,6 +62629,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -62305,6 +62672,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.civil_to_translate.c:1 @@ -62647,6 +63019,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -62689,6 +63062,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.futures.devpressure_to_translate.c:5 @@ -63370,6 +63748,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63412,6 +63791,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.sun.hourly_to_translate.c:34 #, fuzzy @@ -63437,6 +63821,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63479,6 +63864,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" "Ausgabe-Rasterkarte der diffusen Sonneneinstrahlung [W.m-2] (Modus 1) oder " "der Abstrahlung [Wh.m-2.day-1] (Modus 2)." @@ -63809,6 +64199,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63851,6 +64242,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.terrain.texture_to_translate.c:9 @@ -63903,6 +64299,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63945,6 +64342,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.series.diversity_to_translate.c:4 @@ -64130,6 +64532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64172,6 +64575,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:39 #, fuzzy @@ -64184,6 +64592,7 @@ msgstr "Habe %d Linien beschriftet" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -64193,6 +64602,8 @@ msgstr "Habe %d Linien beschriftet" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:41 #, fuzzy msgid "Boxplot color" @@ -64209,6 +64620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -64218,6 +64630,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:51 msgid "Set flier size" ======= @@ -64288,6 +64702,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64330,6 +64745,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/t.unregister_to_translate.c:1 @@ -64355,6 +64775,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64397,6 +64818,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/t.unregister_to_translate.c:8 @@ -65147,6 +65573,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -65189,6 +65616,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.object.spatialautocor_to_translate.c:10 @@ -67072,6 +67504,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67114,6 +67547,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.area.createweight_to_translate.c:16 #, fuzzy @@ -67131,6 +67569,7 @@ msgstr "Name der Spalte mit den X-Koordinaten." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67146,6 +67585,8 @@ msgstr "Name der Spalte mit den X-Koordinaten." >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Format: All values must be >0" msgstr "Der Schwellwert muss >=0 sein." ======= @@ -67157,6 +67598,7 @@ msgstr "Der Schwellwert muss >=0 sein." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -67180,6 +67622,8 @@ msgstr "Der Schwellwert muss >=0 sein." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "E.g.: 'x double precision, y double precision, cat int, name varchar(10)'" msgstr "" @@ -67194,6 +67638,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67236,6 +67681,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.area.createweight_to_translate.c:19 #, fuzzy @@ -67315,6 +67765,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67357,6 +67808,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.area.createweight_to_translate.c:28 #, fuzzy @@ -67392,6 +67848,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67434,6 +67891,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.area.createweight_to_translate.c:35 #, fuzzy @@ -67681,6 +68143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67723,6 +68186,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.valley.bottom_to_translate.c:8 msgid "Threshold (t) for transformation of Elevation Percentile (Lowness)" @@ -67830,6 +68298,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67872,6 +68341,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.coverage_to_translate.c:9 #, fuzzy @@ -67884,6 +68358,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67903,6 +68378,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Area input vector maps" msgstr "Keine Eingabe-Vektorkarten!" @@ -67961,6 +68438,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -67990,6 +68468,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Minor ellipsoid axis of the transformation grid's destination coordinate " "system" @@ -68028,6 +68510,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -68070,6 +68553,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.fidimo_to_translate.c:1 msgid "" @@ -68226,6 +68714,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -68268,6 +68757,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/i.landsat.qa_to_translate.c:3 @@ -68496,6 +68990,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -68538,6 +69033,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/g.gui.cswbrowser_to_translate.c:1 @@ -69027,6 +69527,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -69069,6 +69570,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/t.rast.mapcalc_to_translate.c:1 @@ -75501,6 +76007,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -75510,6 +76017,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.in.ahn_to_translate.c:1 msgid "" @@ -75585,6 +76094,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -75627,6 +76137,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.slope.direction_to_translate.c:4 #, fuzzy @@ -80702,6 +81217,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -80744,6 +81260,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.net.salesman/main.c:182 ../vector/v.net.iso/main.c:149 @@ -82432,6 +82953,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -82447,6 +82969,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to open file '%s' for writing" ======= ======= @@ -82457,6 +82981,7 @@ msgid "Unable to open file '%s' for writing" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -82478,6 +83003,8 @@ msgid "Unable to open file '%s' for writing" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Input layer must be set to a particular layer, not <%s>, when using <%s> " "option or <-%c> flag" @@ -82504,6 +83031,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -82546,6 +83074,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.decimate/copy_tab.c:84 ../vector/v.extract/copy_tab.c:89 @@ -83842,6 +84375,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -83884,6 +84418,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Density is computed using a moving kernel. Optionally generates a vector " "density map on a vector network." @@ -83961,6 +84500,7 @@ msgstr "Kernel Funktion" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84003,6 +84543,11 @@ msgstr "Kernel Funktion" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Try to calculate an optimal radius with given 'radius' taken as maximum " "(experimental)" @@ -84025,6 +84570,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84067,6 +84613,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "In network mode, normalize values by sum of density multiplied by length of " "each segment. Integral over the output map then gives 1.0 * multiplier" @@ -84089,6 +84640,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84131,6 +84683,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Use option net_output if you compute network density. Name provided in " "option output will be used for net_output." @@ -84157,6 +84714,7 @@ msgstr "Unbekannte Kernelfunktion" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84199,6 +84757,11 @@ msgstr "Unbekannte Kernelfunktion" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Optimal standard deviation calculation is supported only for node method " "'none' and kernel function 'gaussian'." @@ -85523,6 +86086,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85565,6 +86129,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" "Keine Koordinaten um Ausgabe zu erzeugen. Vielleicht wurde ein leerer Vektor-" "Typ ausgewählt." @@ -85627,6 +86196,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85669,6 +86239,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" "Kann Felder der Attributtabelle für Layer < 1 nicht exportieren. Ãœberspringe " "den Export." @@ -86072,6 +86647,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86114,6 +86690,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.external/args.c:44 @@ -86162,6 +86743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -86177,6 +86759,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Layer <%s> not available" msgstr "Layer <%s> ist nicht vorhanden." ======= @@ -86188,6 +86772,7 @@ msgstr "Layer <%s> ist nicht vorhanden." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86211,6 +86796,8 @@ msgstr "Layer <%s> ist nicht vorhanden." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Direct read access to OGR layers is not supported by this module. Run %s to " "create a link as GRASS vector map in the current mapset." @@ -88226,6 +88813,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -88268,6 +88856,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.net.steiner/main.c:393 msgid "Categories of points on terminals (layer is specified by nlayer)" @@ -89711,6 +90304,7 @@ msgstr "Erzeugung" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Name for output vector map defined as a link to the PostGIS feature table" msgstr "" @@ -89733,6 +90327,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Name for output vector map defined as a link to the PostGIS feature table" msgstr "" @@ -90907,6 +91503,7 @@ msgstr "Kann die Layer-Informationen für die Punkte nicht erhalten." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -90922,6 +91519,8 @@ msgstr "Kann die Layer-Informationen für die Punkte nicht erhalten." >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to drop table: %s" msgstr "Kann die Tabelle <%s> nicht löschen." ======= @@ -90933,6 +91532,7 @@ msgstr "Kann die Tabelle <%s> nicht löschen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -90956,6 +91556,8 @@ msgstr "Kann die Tabelle <%s> nicht löschen." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Invalid FID column (%s). FID column must be integer. Please specify " "different FID column by 'options=\"FID=\"'." @@ -90973,6 +91575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -90988,6 +91591,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to select line id values from %s.%s." msgstr "Kann die Linien IDs nicht selektieren von %s.%s." ======= @@ -90999,6 +91604,7 @@ msgstr "Kann die Linien IDs nicht selektieren von %s.%s." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -91022,6 +91628,8 @@ msgstr "Kann die Linien IDs nicht selektieren von %s.%s." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Column (%s) already exists in the table. Please specify different geometry " "column by 'options=\"GEOMETRY_NAME=\"'." @@ -91372,6 +91980,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -91414,6 +92023,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.lrs/v.lrs.create/main.c:805 #, c-format @@ -92137,6 +92751,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -92179,6 +92794,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.patch/main.c:99 @@ -92210,6 +92830,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -92228,6 +92849,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" "Hänge Dateien an eine existierende Datei an. Das Ãœberschreiben von " @@ -92244,6 +92867,7 @@ msgid "Missing attribute table for vector map <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -92257,6 +92881,8 @@ msgid "Missing attribute table for vector map <%s>" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.patch/main.c:252 @@ -92297,6 +92923,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -92339,6 +92966,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.patch/main.c:256 @@ -94477,6 +95109,7 @@ msgstr "Name der Hintergrund-Vektorkarte(n)." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -94519,6 +95152,11 @@ msgstr "Name der Hintergrund-Vektorkarte(n)." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Snap added or modified features in the given threshold to the nearest " "existing feature" @@ -95557,6 +96195,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95599,6 +96238,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Makes each cell value a function of the attribute values assigned to the " "vector points or centroids in a radius around it, and stores new cell values " @@ -95618,6 +96262,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -95660,6 +96305,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Method for aggregate statistics (count if non given)" msgstr "" @@ -96400,6 +97050,126 @@ msgstr "Art des Vektorobjekts" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +msgid "" +"Combination of types is not supported by all output formats. Default is to " +"use first type found in input vector map." +msgstr "" + +#: ../vector/v.out.ogr/args.c:27 +msgid "" +"For example: ESRI Shapefile: filename or directory for storage\n" +"\t\t\tPostGIS database: connection string" +msgstr "" + +#: ../vector/v.out.ogr/args.c:44 +msgid "Name for output OGR layer. If not specified, input name is used" +msgstr "" + +#: ../vector/v.out.ogr/args.c:46 +msgid "" +"For example: ESRI Shapefile: shapefile name\n" +"\t\t\tPostGIS database: table name" +msgstr "" + +#: ../vector/v.out.ogr/args.c:54 +msgid "Optionally change default output type" +msgstr "" + +#: ../vector/v.out.ogr/args.c:56 +msgid "export area boundaries as linestrings" +msgstr "" + +#: ../vector/v.out.ogr/args.c:57 +msgid "export lines as polygons" +msgstr "" + +#: ../vector/v.out.ogr/args.c:67 +msgid "OGR dataset creation option (format specific, NAME=VALUE)" +msgstr "" +"Optionen zum Erzeugen des OGR-Datensatzes (formatspezifisch, NAME=WERT)." + +#: ../vector/v.out.ogr/args.c:77 +msgid "OGR layer creation option (format specific, NAME=VALUE)" +msgstr "Optionen zum Erzeugen der OGR-Ebene (formatspezifisch, NAME=WERT)." + +#: ../vector/v.out.ogr/args.c:83 +msgid "Open an existing OGR datasource for update" +msgstr "" + +#: ../vector/v.out.ogr/args.c:87 +msgid "Append to existing layer" +msgstr "" + +#: ../vector/v.out.ogr/args.c:89 +msgid "A new OGR layer is created if it does not exist" +msgstr "" + +#: ../vector/v.out.ogr/args.c:95 +msgid "Skip export of GRASS category ID ('cat') attribute" +msgstr "Ãœberspringe den Export der GRASS-Kategorie-ID ('cat')-Spalte" + +<<<<<<< HEAD +#: ../vector/v.out.ogr/args.c:101 +======= +#: ../vector/v.out.ogr/args.c:100 +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96442,119 +97212,11 @@ msgstr "Art des Vektorobjekts" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -msgid "" -"Combination of types is not supported by all output formats. Default is to " -"use first type found in input vector map." -msgstr "" - -#: ../vector/v.out.ogr/args.c:27 -msgid "" -"For example: ESRI Shapefile: filename or directory for storage\n" -"\t\t\tPostGIS database: connection string" -msgstr "" - -#: ../vector/v.out.ogr/args.c:44 -msgid "Name for output OGR layer. If not specified, input name is used" -msgstr "" - -#: ../vector/v.out.ogr/args.c:46 -msgid "" -"For example: ESRI Shapefile: shapefile name\n" -"\t\t\tPostGIS database: table name" -msgstr "" - -#: ../vector/v.out.ogr/args.c:54 -msgid "Optionally change default output type" -msgstr "" - -#: ../vector/v.out.ogr/args.c:56 -msgid "export area boundaries as linestrings" -msgstr "" - -#: ../vector/v.out.ogr/args.c:57 -msgid "export lines as polygons" -msgstr "" - -#: ../vector/v.out.ogr/args.c:67 -msgid "OGR dataset creation option (format specific, NAME=VALUE)" -msgstr "" -"Optionen zum Erzeugen des OGR-Datensatzes (formatspezifisch, NAME=WERT)." - -#: ../vector/v.out.ogr/args.c:77 -msgid "OGR layer creation option (format specific, NAME=VALUE)" -msgstr "Optionen zum Erzeugen der OGR-Ebene (formatspezifisch, NAME=WERT)." - -#: ../vector/v.out.ogr/args.c:83 -msgid "Open an existing OGR datasource for update" -msgstr "" - -#: ../vector/v.out.ogr/args.c:87 -msgid "Append to existing layer" -msgstr "" - -#: ../vector/v.out.ogr/args.c:89 -msgid "A new OGR layer is created if it does not exist" -msgstr "" - -#: ../vector/v.out.ogr/args.c:95 -msgid "Skip export of GRASS category ID ('cat') attribute" -msgstr "Ãœberspringe den Export der GRASS-Kategorie-ID ('cat')-Spalte" - -<<<<<<< HEAD -#: ../vector/v.out.ogr/args.c:101 -======= -#: ../vector/v.out.ogr/args.c:100 -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) msgid "" "Also export features without category (not labeled). Otherwise only features " "with category are exported." @@ -96586,6 +97248,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96628,6 +97291,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Create a new empty layer in defined OGR datasource and exit. Nothing is read " "from input." @@ -96712,6 +97380,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96754,6 +97423,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The map contains islands. With the -c flag, islands will appear as filled " "areas, not holes in the output map." @@ -96803,6 +97477,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96822,6 +97497,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "%d centroid found, but not requested to be exported. Verify 'type' parameter." msgid_plural "" "%d centroids found, but not requested to be exported. Verify 'type' " @@ -96859,6 +97536,7 @@ msgid_plural "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -96888,6 +97566,10 @@ msgid_plural "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "%d boundary found, but not requested to be exported. Verify 'type' parameter." msgid_plural "" "%d boundaries found, but not requested to be exported. Verify 'type' " @@ -96901,6 +97583,7 @@ msgid_plural "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96943,6 +97626,11 @@ msgid_plural "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr[0] "" msgstr[1] "" @@ -96958,6 +97646,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96977,6 +97666,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "%d volume found, but not requested to be exported. Verify 'type' parameter." msgid_plural "" "%d volumes found, but not requested to be exported. Verify 'type' parameter." @@ -96991,6 +97682,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -97020,6 +97712,10 @@ msgstr[1] "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "%d centroid found, but not requested to be exported. Verify 'type' parameter." msgid_plural "" "%d centroids found, but not requested to be exported. Verify 'type' " @@ -97064,6 +97760,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97106,6 +97803,11 @@ msgstr[1] "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "No points found, but requested to be exported. Will skip this feature type." msgstr "" @@ -97123,6 +97825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97165,6 +97868,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "No lines found, but requested to be exported. Will skip this feature type." msgstr "" @@ -97182,6 +97890,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97224,6 +97933,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "No boundaries found, but requested to be exported. Will skip this feature " "type." @@ -97242,6 +97956,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97284,6 +97999,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "No areas found, but requested to be exported. Will skip this feature type." msgstr "" @@ -97301,6 +98021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97343,6 +98064,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "No centroids found, but requested to be exported. Will skip this feature " "type." @@ -97361,6 +98087,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97403,6 +98130,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "No faces found, but requested to be exported. Will skip this feature type." msgstr "" @@ -97420,6 +98152,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97462,6 +98195,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "No kernels found, but requested to be exported. Will skip this feature type." msgstr "" @@ -97479,6 +98217,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97521,6 +98260,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "No volumes found, but requested to be exported. Will skip this feature type." msgstr "" @@ -97567,6 +98311,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "(parameter 'lco') or '-z' flag to export in 3D rather than 2D (default)" ======= <<<<<<< HEAD @@ -97587,6 +98332,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "(parameter 'lco') to export in 3D rather than 2D (default)" ======= "(parameter 'lco') or '-z' flag to export in 3D rather than 2D (default)" @@ -97597,6 +98344,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "(parameter 'lco') or '-z' flag to export in 3D rather than 2D (default)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -97631,6 +98379,11 @@ msgid "" "(parameter 'lco') or '-z' flag to export in 3D rather than 2D (default)" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"(parameter 'lco') or '-z' flag to export in 3D rather than 2D (default)" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.out.ogr/main.c:644 @@ -98172,6 +98925,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -98181,6 +98935,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.surf.rst/main.c:440 ../vector/v.surf.rst/main.c:445 #: ../vector/v.surf.rst/main.c:450 ../vector/v.surf.rst/main.c:456 ======= @@ -98189,6 +98945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -98198,6 +98955,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.surf.rst/main.c:437 ../vector/v.surf.rst/main.c:442 #: ../vector/v.surf.rst/main.c:447 ../vector/v.surf.rst/main.c:453 ======= @@ -98241,6 +99000,7 @@ msgstr "Ändere Spaltenname zu Kleinbuchstaben" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -98256,6 +99016,9 @@ msgstr "Ändere Spaltenname zu Kleinbuchstaben" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Output vector map name <%s> is not valid map name" msgstr "Name der Ausgabe-Vektorkarte <%s> ist kein gültiger Kartenname." @@ -98370,6 +99133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Option <%s> will be ignored. OGR doesn't support it for selected format (%s)." ======= @@ -98391,6 +99155,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "No features for %s selected. Please check options '%s', '%s'." ======= msgid "" @@ -98402,6 +99168,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98411,6 +99178,8 @@ msgid "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "" "Option <%s> will be ignored. OGR doesn't support it for selected format (%s)." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -98420,6 +99189,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -98437,6 +99207,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.net.connectivity/main.c:163 @@ -98451,6 +99223,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Option <%s> will be ignored. Multiple geometry fields are supported by GDAL " ">= 1.11" @@ -98473,6 +99246,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%s is empty" msgstr "%s ist leer" @@ -98491,6 +99266,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98500,6 +99276,8 @@ msgid "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "" "Option <%s> will be ignored. Multiple geometry fields are supported by GDAL " ">= 1.11" @@ -98510,6 +99288,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -98527,6 +99306,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.lidar.correction/main.c:86 @@ -98597,6 +99378,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98639,6 +99421,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.mkgrid/write_grid.c:70 @@ -98714,6 +99501,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -98756,6 +99544,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.mkgrid/main.c:140 @@ -99989,6 +100782,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100031,6 +100825,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "connect still unconnected points to vector network by inserting new line(s)" msgstr "" @@ -100052,6 +100851,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100094,6 +100894,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "print to standard output {line_category start_point_category " "end_point_category}" @@ -100112,6 +100917,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100154,6 +100960,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "print to standard output {point_category line_category[,line_category...]}" msgstr "" @@ -100201,6 +101012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100243,6 +101055,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "For operation 'connect'. By default, a new line from the point to the " "network is created." @@ -100265,6 +101082,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100307,6 +101125,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Layer where turntable will be attached. Format: layer number[/layer name]." "Required for operation 'turntable'." @@ -100325,6 +101148,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100367,6 +101191,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Layer with unique categories for every line in arc_layer and point on every " "node. The categories are used in turntable. Format: layer number[/layer " @@ -100635,6 +101464,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100677,6 +101507,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.info/print.c:155 #, c-format @@ -100775,6 +101610,7 @@ msgstr "Topology Spalte:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../vector/v.info/print.c:404 ======= @@ -100800,6 +101636,11 @@ msgstr "Topology Spalte:" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../vector/v.info/print.c:404 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.info/print.c:403 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Type of map" @@ -100819,6 +101660,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100861,6 +101703,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.info/print.c:405 msgid "level" @@ -101392,6 +102239,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101434,6 +102282,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "By default only features with category are exported. To export all features " "use 'layer=-1'." @@ -101547,6 +102400,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../vector/v.in.pdal/main.cpp:429 ======= @@ -101572,6 +102426,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../vector/v.in.pdal/main.cpp:429 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.pdal/main.cpp:428 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -101591,6 +102450,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101633,6 +102493,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.in.pdal/main.cpp:446 #, c-format @@ -101792,6 +102657,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101800,6 +102666,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.extrude/main.c:74 @@ -101821,6 +102689,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -101833,6 +102702,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format <<<<<<< HEAD msgid "Check if OGR layer <%s> contains polygons..." @@ -101849,6 +102721,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -101902,6 +102775,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -101912,6 +102787,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -101921,6 +102797,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Boundary splitting distance in map units: %G" msgstr "Distanz der Grenz-Aufteilung in Karteneinheiten: %G" ======= @@ -101949,6 +102827,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to fetch height from DB for area %d. Using default fixed height %f." ======= @@ -101965,6 +102844,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Key column '%s' in input layer <%s> is not integer" ======= msgid "" @@ -101976,6 +102857,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -101989,6 +102871,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.in.ogr/main.c:952 @@ -102010,6 +102894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Unable to fetch height from DB for line %d. Using default fixed height %f." ======= @@ -102026,6 +102911,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Column name <%s> renamed to <%s>" ======= msgid "" @@ -102037,6 +102924,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102050,6 +102938,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.in.ogr/main.c:1051 @@ -102075,6 +102965,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../vector/v.in.ogr/main.c:1085 ======= @@ -102100,6 +102991,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../vector/v.in.ogr/main.c:1085 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1084 ======= #: ../vector/v.in.region/main.c:43 @@ -102138,6 +103034,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -102153,6 +103050,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Width for column %s set to 255 (was not specified by OGR), some strings may " @@ -102167,6 +103067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../vector/v.in.ogr/main.c:1103 ======= @@ -102192,6 +103093,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../vector/v.in.ogr/main.c:1103 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1102 ======= #: ../vector/v.univar/main.c:195 @@ -102219,6 +103125,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -102234,6 +103141,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Writing column %s with fixed length %d chars (may be truncated)" msgstr "" @@ -102281,6 +103191,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../vector/v.in.ogr/main.c:1353 ======= @@ -102306,6 +103217,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../vector/v.in.ogr/main.c:1353 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1352 ======= #: ../vector/v.vol.rst/main.c:482 @@ -102325,6 +103241,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -102340,6 +103257,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Cannot insert new row for input layer <%s>: %s" msgstr "" @@ -102359,6 +103279,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../vector/v.in.ogr/main.c:1393 ======= @@ -102384,6 +103305,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../vector/v.in.ogr/main.c:1393 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1392 ======= #: ../vector/v.vol.rst/main.c:642 @@ -102403,6 +103329,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -102418,6 +103345,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to drop table: '%s'" msgstr "Kann Tabelle <%s> nicht löschen." @@ -102445,6 +103375,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../vector/v.in.ogr/main.c:1593 ======= @@ -102470,6 +103401,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../vector/v.in.ogr/main.c:1593 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1592 ======= #: ../vector/v.vol.rst/main.c:911 @@ -102527,6 +103463,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -102542,6 +103479,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "The order of features in input layer <%s> has changed" msgstr "" @@ -102557,6 +103497,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102570,6 +103511,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%d input polygons\n" msgstr "%d Eingabepolygone\n" ======= @@ -102580,6 +103523,7 @@ msgstr "%d Eingabepolygone\n" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102624,6 +103568,8 @@ msgstr "%d Eingabepolygone\n" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "There are points outside specified 2D/3D region--ignored %d points (total " "points: %d)" @@ -102639,6 +103585,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -102649,6 +103596,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%d input polygons" msgstr "%d Eingabepolygone" ======= @@ -102660,6 +103609,7 @@ msgstr "%d Eingabepolygone" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102683,6 +103633,8 @@ msgstr "%d Eingabepolygone" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Points are more dense than specified 'DMIN'--ignored %d points (remain %d)" msgstr "" @@ -102692,6 +103644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../vector/v.in.ogr/main.c:1673 #, c-format @@ -102754,6 +103707,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1674 #, c-format @@ -102764,6 +103719,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102773,6 +103729,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Total area: %G (%d areas)\n" msgstr "Gesamtfläche: %G (%d Flächen)\n" ======= @@ -102780,6 +103738,7 @@ msgstr "Gesamtfläche: %G (%d Flächen)\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Total area: %G (%d areas)\n" msgstr "Gesamtfläche: %G (%d Flächen)\n" @@ -102794,6 +103753,8 @@ msgid "Total area: %G (%d areas)\n" msgstr "Gesamtfläche: %G (%d Flächen)\n" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "%d points given for interpolation (after thinning) is less than given NPMIN=" "%d" @@ -102805,6 +103766,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -102834,6 +103796,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.in.ogr/main.c:1675 #, c-format @@ -102844,6 +103811,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -102854,6 +103822,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Total area: %G (%d areas)" msgstr "Gesamtfläche: %G (%d Flächen)" ======= @@ -102865,6 +103835,7 @@ msgstr "Gesamtfläche: %G (%d Flächen)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -102888,6 +103859,8 @@ msgstr "Gesamtfläche: %G (%d Flächen)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "There is less than %d points for interpolation, no segmentation is " "necessary, to run the program faster, set segmax=%d (see manual)" @@ -102960,6 +103933,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103049,6 +104023,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.extract/main.c:84 @@ -103117,6 +104093,7 @@ msgid "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -103137,6 +104114,8 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.in.ogr/main.c:1859 ../vector/v.in.ogr/main.c:1870 @@ -103239,6 +104218,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../vector/v.extract/main.c:414 @@ -103314,6 +104294,8 @@ msgid "Replace command line instead of appending it" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../vector/v.extract/main.c:414 @@ -103408,6 +104390,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103450,6 +104433,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.in.ogr/main.c:2196 @@ -104862,6 +105850,7 @@ msgstr "Operator bestimmt das erforderte Verhältnis zwischen den Objekten" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -104904,6 +105893,11 @@ msgstr "Operator bestimmt das erforderte Verhältnis zwischen den Objekten" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "A feature is written to output if the result of operation 'ainput operator " "binput' is true. An input feature is considered to be true, if category of " @@ -104962,6 +105956,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -105004,6 +105999,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "feature A is spatially related to feature B (using GEOS, requires 'relate' " "option)" @@ -105750,6 +106750,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -105769,6 +106770,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to copy table for layer %d" msgstr "" @@ -105785,6 +106788,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -105814,6 +106818,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "'%s' option not used with <%s> because a coordinate would become invalid" msgstr "" @@ -110423,6 +111431,7 @@ msgid_plural "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -110465,6 +111474,11 @@ msgid_plural "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr[0] "" msgstr[1] "" @@ -110711,6 +111725,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -110753,6 +111768,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.title/main.c:74 msgid "Draw title on current display" @@ -117925,6 +118945,7 @@ msgstr "Maximale Differenz zwischen diesem und dem letzten Schritt: %g" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -117944,6 +118965,8 @@ msgstr "Maximale Differenz zwischen diesem und dem letzten Schritt: %g" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Label file <%s> not found" msgstr "Label-Datei <%s> nicht gefunden." @@ -117956,6 +118979,7 @@ msgid "Region size is lower than minreg, nothing displayed." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -117985,6 +119009,10 @@ msgid "Region size is lower than minreg, nothing displayed." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "%d are too many cells, recommended are < 100 cells. The cross validation " "would take too much time." @@ -118108,6 +119136,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118150,6 +119179,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" "Region-Größe ist kleiner als die Minimal-Region; es wird nichts angezeigt." @@ -118230,6 +119264,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118272,6 +119307,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.rast/main.c:77 ../display/d.rast/main.c:82 #: ../display/d.rgb/main.c:65 @@ -119494,6 +120534,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -119536,6 +120577,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../display/d.legend/main.c:98 ../display/d.legend/main.c:107 @@ -119550,6 +120596,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../raster/r.colors/edit_colors.c:138 msgid "Offset for color rule values" ======= @@ -119566,6 +120613,8 @@ msgid "Offset for color rule values" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.legend/main.c:105 ../display/d.legend.vect/main.c:135 msgid "Title font size" msgstr "" @@ -119732,6 +120781,7 @@ msgid "Offset for color rule values" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -119752,6 +120802,9 @@ msgid "Offset for color rule values" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.colors/edit_colors.c:139 ../raster/r.colors/edit_colors.c:148 @@ -119761,6 +120814,7 @@ msgid "New value = (old value + offset) * scale" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -119773,6 +120827,8 @@ msgid "New value = (old value + offset) * scale" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -119802,6 +120858,7 @@ msgid "Scale for color rule values" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -119824,6 +120881,9 @@ msgid "Scale for color rule values" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.colors/edit_colors.c:284 ../raster/r.colors/edit_colors.c:318 @@ -119839,6 +120899,7 @@ msgid "No %s map name found in input file <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -119851,6 +120912,8 @@ msgid "No %s map name found in input file <%s>" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -119947,6 +121010,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -119966,6 +121030,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "\n" "Bitte geben Sie Anweisungen ein. Um dies zu beenden geben Sie in der " "letzten Zeile EOF (Strg-d) ein.\n" @@ -121061,6 +122127,7 @@ msgstr "Kann Farbe nicht lesen." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -121090,6 +122157,10 @@ msgstr "Kann Farbe nicht lesen." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Die ausgewählten Farbregeln erstrecken sich nicht über den gesamten " "Wertebereich!\n" "(Regelsatz: %f - %f aber Daten: %f - %f)" @@ -121106,6 +122177,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -121148,6 +122220,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -122388,6 +123465,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -122430,6 +123508,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "%s" msgstr "" @@ -123203,6 +124286,7 @@ msgstr "Der Schalter '-z' wird nur für Punkte unterstützt." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -123211,6 +124295,8 @@ msgstr "Der Schalter '-z' wird nur für Punkte unterstützt." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Raster is not CELL, '-v' flag ignored, raster values will be written to the " "table." @@ -123221,6 +124307,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -123231,6 +124320,7 @@ msgid "" "Raster is not CELL, '-v' flag ignored, raster values will be z coordinate." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -123259,6 +124349,8 @@ msgid "" msgid "" "Raster is not CELL, '-v' flag ignored, raster values will be z coordinate." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.to.vect/main.c:146 @@ -123289,6 +124381,7 @@ msgstr "Extrahiere Punkte ... " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -123297,6 +124390,8 @@ msgstr "Extrahiere Punkte ... " >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Creates a composite raster map layer by using known category values from one " "(or more) map layer(s) to fill in areas of \"no data\" in another map layer." @@ -123308,6 +124403,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Creates a composite raster map layer by using known category values from one (or more) map layer(s) to fill in areas of \"no data\" in another map layer." msgstr "Erstellt eine Komposit-Karte, indem bekannte Kategorie-Werte einer (oder mehrerer) Rasterkarte(n) in \"NO DATA\"-Bereiche einer anderen Rasterkarte gefüllt werden." @@ -123324,6 +124420,8 @@ msgstr "Erstellt eine Komposit-Karte, indem bekannte Kategorie-Werte einer (oder >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.patch/main.c:73 msgid "Name of raster maps to be patched together" @@ -123374,6 +124472,9 @@ msgid "Overwrite seed map with result (lake) map" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -123394,6 +124495,7 @@ msgstr "" "werden." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgstr "Ãœberschreibe die Karte mit Startpunkten mit der resultierenden Seekarte." ======= @@ -123444,6 +124546,8 @@ msgstr "" "Entweder eine Karte mit Startpunkten oder Startkoordinaten müssen angegeben " "werden." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.lake/main.c:207 msgid "Seed coordinates and output map lake= must be set!" @@ -123457,6 +124561,9 @@ msgid "Both lake and overwrite cannot be specified" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -123472,6 +124579,7 @@ msgstr "" "werden." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -123510,6 +124618,8 @@ msgstr "" "Entweder eine Ausgabe-Seekarte oder das Ãœberschreiben-'flag' muss angegeben " "werden." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.lake/main.c:240 msgid "Seed point outside the current region" @@ -123526,6 +124636,7 @@ msgstr "G_malloc: Kein Speicher mehr da." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -123534,6 +124645,8 @@ msgstr "G_malloc: Kein Speicher mehr da." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Given water level at seed point is below earth surface. Increase water level " "or move seed point." @@ -123545,6 +124658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Given water level at seed point is below earth surface. Increase water level or move seed point." msgstr "Der angegebene Wasserstand am Startpunkt befindet sich unter der Erdoberfläche. Erhöhen Sie den Wasserstand oder verschieben Sie den Startpunkt." @@ -123561,6 +124675,8 @@ msgstr "Der angegebene Wasserstand am Startpunkt befindet sich unter der Erdober >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.lake/main.c:355 #, c-format @@ -123585,6 +124701,9 @@ msgid "Volume is correct only if lake depth (terrain raster map) is in meters" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -123604,6 +124723,7 @@ msgstr "" "Kategoriewerte der Eingabekarte repräsentieren die Kosten." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -123645,6 +124765,8 @@ msgstr "" >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.cost/main.c:176 msgid "Name of input raster map containing grid cell cost information" @@ -123663,6 +124785,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -123671,6 +124794,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Negative cell value found at row %d, col %d. Setting negative value to " "null_cost value" @@ -123681,6 +124806,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -123693,6 +124821,7 @@ msgid "" "layers." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -123724,6 +124853,8 @@ msgid "" >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.his/main.c:103 @@ -123751,6 +124882,7 @@ msgid "Allows creation and/or modification of raster map layer support files." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Erlaubt das Erzeugen und/oder das Modifizieren von Rasterkarten-Support-" "Dateien." @@ -123780,6 +124912,11 @@ msgstr "" "Erlaubt das Erzeugen und/oder das Modifizieren von Rasterkarten-Support-" "Dateien." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Erlaubt das Erzeugen und/oder das Modifizieren von Rasterkarten-Support-" +"Dateien." +>>>>>>> osgeo-main #: ../raster/r.support/main.c:80 msgid "Text to use for map data units" @@ -123858,6 +124995,7 @@ msgstr "%s: Schritt 3 ... " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -123866,6 +125004,8 @@ msgstr "%s: Schritt 3 ... " >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Creates a cross product of the category values from multiple raster map " "layers." @@ -123875,6 +125015,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Creates a cross product of the category values from multiple raster map layers." msgstr "Erzeugt ein Kreuzprodukt von Kategoriewerten auf Basis mehrerer Rasterkarten." @@ -123891,6 +125032,8 @@ msgstr "Erzeugt ein Kreuzprodukt von Kategoriewerten auf Basis mehrerer Rasterka >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.cross/main.c:80 #, c-format @@ -123956,6 +125099,7 @@ msgid "ignoring type filed in header, type is set on command line" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Ignoriere Feldtypen des Headers, da der Typ auf der Kommandozeile gesetzt " "wurde." @@ -123985,6 +125129,11 @@ msgstr "" "Ignoriere Feldtypen des Headers, da der Typ auf der Kommandozeile gesetzt " "wurde." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Ignoriere Feldtypen des Headers, da der Typ auf der Kommandozeile gesetzt " +"wurde." +>>>>>>> osgeo-main #: ../raster/r.in.ascii/gethead.c:176 msgid "illegal multiplier field: using 1.0" @@ -123998,6 +125147,9 @@ msgid "ignoring multiplier filed in header, multiplier is set on command line" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -124013,6 +125165,7 @@ msgstr "" "gesetzt wurde." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -124051,6 +125204,8 @@ msgstr "" "Ignoriere NULL-Feld im Header, da der NULL-Wert auf der Kommandozeile " "gesetzt wurde." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.in.ascii/gethead.c:218 msgid "error in ascii data format" @@ -124133,6 +125288,7 @@ msgstr "Name der Ausgabe ASCII-Grid Datei (verwende out=- für stdout)." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -124141,6 +125297,8 @@ msgstr "Name der Ausgabe ASCII-Grid Datei (verwende out=- für stdout)." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Number of values printed before wrapping a line (only SURFER or MODFLOW " "format)" @@ -124151,6 +125309,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -124162,6 +125323,7 @@ msgstr "" "Zeichenkette, der NULL-Werte repräsentiert (nur bei GRASS Rasterkarten)." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -124193,6 +125355,8 @@ msgid "String to represent null cell (GRASS grid only)" msgstr "" "Zeichenkette, der NULL-Werte repräsentiert (nur bei GRASS Rasterkarten)." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.out.ascii/main.c:100 msgid "Write SURFER (Golden Software) ASCII grid" @@ -124397,6 +125561,7 @@ msgstr "%ld Bytes nach '%s' geschrieben." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -124405,6 +125570,8 @@ msgstr "%ld Bytes nach '%s' geschrieben." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Makes each output cell value a function of the values assigned to the " "corresponding cells in the input raster map layers." @@ -124415,6 +125582,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -124431,6 +125601,7 @@ msgid "" "Weighting factor for each input map, default value is 1.0 for each input map" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Makes each output cell value a function of the values assigned to the corresponding cells in the input raster map layers." msgstr "Macht aus jeder Ausgabezelle eine Funktion der Werte, die einer korrespondierenden Zelle einer Eingabekarte zugewiesen ist." @@ -124475,6 +125646,8 @@ msgid "Weighting factor for each input map, default value is 1.0 for each input msgid "" "Weighting factor for each input map, default value is 1.0 for each input map" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.series/main.c:253 ../raster/r.series/main.c:325 @@ -124512,6 +125685,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -124527,6 +125703,7 @@ msgid "" "vision approach." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -124565,6 +125742,8 @@ msgid "" "Calculates geomorphons (terrain forms) and associated geometry using machine " "vision approach." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.geomorphon/main.c:165 @@ -124614,6 +125793,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -124640,6 +125822,7 @@ msgid "Failed parsing <%s>" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -124702,6 +125885,8 @@ msgstr "Exportiere <%s>." ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -124715,6 +125900,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -124728,6 +125916,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -124764,6 +125953,8 @@ msgstr "Kann Ausgabedatei <%s> nicht öffnen." ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -124784,6 +125975,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Flatness distance should be between skip and search radius. Otherwise ignored" ======= @@ -124808,6 +126000,10 @@ msgid "Flatness distance should be between skip and search radius. Otherwise ign msgid "" "Flatness distance should be between skip and search radius. Otherwise ignored" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Flatness distance should be between skip and search radius. Otherwise ignored" +>>>>>>> osgeo-main msgstr "" #: ../raster/r.geomorphon/main.c:431 @@ -124818,6 +126014,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "There may be a notable processing delay because the computational region is " "%lu times larger than necessary" @@ -124847,6 +126044,11 @@ msgid "" "There may be a notable processing delay because the computational region is " "%lu times larger than necessary" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"There may be a notable processing delay because the computational region is " +"%lu times larger than necessary" +>>>>>>> osgeo-main msgstr "" #: ../raster/r.geomorphon/main.c:520 @@ -124864,6 +126066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Failed writing profile data" msgstr "" ======= @@ -124892,6 +126095,10 @@ msgstr "Schreiben der V5D-Datei fehlgeschlagen." msgid "Failed writing profile data" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Failed writing profile data" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -124904,6 +126111,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -124937,6 +126145,11 @@ msgstr "Interner Fehler in der Funktion %s()." msgid "Internal error in %s()" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -124980,6 +126193,9 @@ msgid "Print input map's bounds in the current projection and exit" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -124996,6 +126212,7 @@ msgstr "" "Format aus und beendet sich." <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -125034,6 +126251,8 @@ msgstr "" >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.proj/main.c:259 msgid "Input and output locations are the same" @@ -125047,6 +126266,7 @@ msgid "Unable to get projection info of output raster map" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Kann die Projektionsinformation der Ausgabe-Rasterkarte nicht ermitteln." ======= @@ -125071,6 +126291,10 @@ msgstr "Kann die Projektionsinformation der Ausgabe-Rasterkarte nicht ermitteln. msgstr "" "Kann die Projektionsinformation der Ausgabe-Rasterkarte nicht ermitteln." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Kann die Projektionsinformation der Ausgabe-Rasterkarte nicht ermitteln." +>>>>>>> osgeo-main #: ../raster/r.proj/main.c:272 msgid "Unable to get projection units of output raster map" @@ -125084,6 +126308,7 @@ msgid "Unable to get projection key values of output raster map" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Kann die Kennzahlen der Projektion der Ausgabe-Rasterkarte nicht ermitteln." ======= @@ -125108,6 +126333,10 @@ msgstr "Kann die Kennzahlen der Projektion der Ausgabe-Rasterkarte nicht ermitte msgstr "" "Kann die Kennzahlen der Projektion der Ausgabe-Rasterkarte nicht ermitteln." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Kann die Kennzahlen der Projektion der Ausgabe-Rasterkarte nicht ermitteln." +>>>>>>> osgeo-main #: ../raster/r.proj/main.c:288 #, c-format @@ -125221,6 +126450,7 @@ msgstr "Reklassifizieren" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125229,6 +126459,8 @@ msgstr "Reklassifizieren" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Recategorizes data in a raster map by grouping cells that form physically " "discrete areas into unique categories." @@ -125239,6 +126471,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Recategorizes data in a raster map by grouping cells that form physically discrete areas into unique categories." msgstr "Re-Kategorisiert Daten einer Rasterkarte, indem Zellen physikalisch diskreter Areale zu eindeutigen Kategorie gruppiert werden." @@ -125255,6 +126488,8 @@ msgstr "Re-Kategorisiert Daten einer Rasterkarte, indem Zellen physikalisch disk >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.clump/main.c:82 msgid "Threshold to identify similar cells" @@ -125326,6 +126561,7 @@ msgstr "End-Koordinate: %.15g, %.15g" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125334,6 +126570,8 @@ msgstr "End-Koordinate: %.15g, %.15g" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Outputs raster map layer values lying along user defined transect line(s)." msgstr "" @@ -125343,6 +126581,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Outputs raster map layer values lying along user defined transect line(s)." msgstr "Gibt die Werte einer Rasterkarte aus, die entlang einer/mehrerer durch den Benutzer festgelegten Linie(n) liegen." @@ -125359,6 +126598,8 @@ msgstr "Gibt die Werte einer Rasterkarte aus, die entlang einer/mehrerer durch d >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.transect/main.c:111 msgid "Raster map to be queried" @@ -125512,6 +126753,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Rapidly fills 'no data' cells (NULLs) of a raster map with interpolated " "values (IDW)." @@ -125541,6 +126783,11 @@ msgid "" "Rapidly fills 'no data' cells (NULLs) of a raster map with interpolated " "values (IDW)." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Rapidly fills 'no data' cells (NULLs) of a raster map with interpolated " +"values (IDW)." +>>>>>>> osgeo-main msgstr "" #: ../raster/r.fill.stats/main.c:789 @@ -125646,6 +126893,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Maximum distance too large. Adjusted to '%.6f' (diagonal of current region)." ======= @@ -125670,6 +126918,10 @@ msgid "Maximum distance too large. Adjusted to '%.6f' (diagonal of current regio msgid "" "Maximum distance too large. Adjusted to '%.6f' (diagonal of current region)." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Maximum distance too large. Adjusted to '%.6f' (diagonal of current region)." +>>>>>>> osgeo-main msgstr "" #: ../raster/r.fill.stats/main.c:948 @@ -125684,6 +126936,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Maximum distance too large. Adjusted to '%lu' cells (diagonal of current " "region)." @@ -125713,6 +126966,11 @@ msgid "" "Maximum distance too large. Adjusted to '%lu' cells (diagonal of current " "region)." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Maximum distance too large. Adjusted to '%lu' cells (diagonal of current " +"region)." +>>>>>>> osgeo-main msgstr "" #: ../raster/r.fill.stats/main.c:961 @@ -125782,6 +127040,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Input data type is '%s' (%i bytes) and output data type is '%s' (%i bytes)." ======= @@ -125806,6 +127065,10 @@ msgid "Input data type is '%s' (%i bytes) and output data type is '%s' (%i bytes msgid "" "Input data type is '%s' (%i bytes) and output data type is '%s' (%i bytes)." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Input data type is '%s' (%i bytes) and output data type is '%s' (%i bytes)." +>>>>>>> osgeo-main msgstr "" #: ../raster/r.fill.stats/main.c:1252 @@ -125853,6 +127116,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -125861,6 +127125,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Filters and generates a depressionless elevation map and a flow direction " "map from a given elevation raster map." @@ -125871,6 +127137,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Filters and generates a depressionless elevation map and a flow direction map from a given elevation raster map." msgstr "Filtert und generiert ein depressionsloses Höhenmodell und eine Fließrichtungskarte auf Basis eines gegebenen Höhenmodells." @@ -125887,6 +127154,8 @@ msgstr "Filtert und generiert ein depressionsloses Höhenmodell und eine Fließr >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.fill.dir/main.c:101 msgid "Name for output depressionless elevation raster map" @@ -125899,6 +127168,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Name for output flow direction map for depressionless elevation raster map" ======= @@ -125923,6 +127193,10 @@ msgid "Name for output flow direction map for depressionless elevation raster ma msgid "" "Name for output flow direction map for depressionless elevation raster map" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Name for output flow direction map for depressionless elevation raster map" +>>>>>>> osgeo-main msgstr "" #: ../raster/r.fill.dir/main.c:110 @@ -125978,6 +127252,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -125992,6 +127269,7 @@ msgid "" "Name of input raster map representing data that will be summed within clumps" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) @@ -126028,6 +127306,8 @@ msgstr "" msgid "" "Name of input raster map representing data that will be summed within clumps" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../raster/r.volume/main.c:92 @@ -126041,6 +127321,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Preferably the output of r.clump. If no clump map is given than MASK is used." ======= @@ -126065,6 +127346,10 @@ msgid "Preferably the output of r.clump. If no clump map is given than MASK is u msgid "" "Preferably the output of r.clump. If no clump map is given than MASK is used." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"Preferably the output of r.clump. If no clump map is given than MASK is used." +>>>>>>> osgeo-main msgstr "" #: ../raster/r.volume/main.c:99 @@ -126090,6 +127375,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "No MASK found. If no clump map is given than the MASK is required. You need " "to define a clump raster map or create a MASK by r.mask command." @@ -126119,6 +127405,11 @@ msgid "" "No MASK found. If no clump map is given than the MASK is required. You need " "to define a clump raster map or create a MASK by r.mask command." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"No MASK found. If no clump map is given than the MASK is required. You need " +"to define a clump raster map or create a MASK by r.mask command." +>>>>>>> osgeo-main msgstr "" #: ../raster/r.volume/main.c:145 @@ -126195,6 +127486,7 @@ msgid "Produces a vector map of specified contours from a raster map." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Erzeugt eine Vektorkarte mit bestimmten Kontourlinien aus einer Rasterkarte." ======= @@ -126219,6 +127511,10 @@ msgstr "Erzeugt eine Vektorkarte mit bestimmten Kontourlinien aus einer Rasterka msgstr "" "Erzeugt eine Vektorkarte mit bestimmten Kontourlinien aus einer Rasterkarte." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +"Erzeugt eine Vektorkarte mit bestimmten Kontourlinien aus einer Rasterkarte." +>>>>>>> osgeo-main #: ../raster/r.contour/main.c:103 ../raster/r.contour/main.c:111 #: ../raster/r.contour/main.c:118 ../raster/r.contour/main.c:125 @@ -126425,6 +127721,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "The input vector map contains both polygons and points, cannot handle mixed " "types" @@ -126454,6 +127751,11 @@ msgid "" "The input vector map contains both polygons and points, cannot handle mixed " "types" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"The input vector map contains both polygons and points, cannot handle mixed " +"types" +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.to.lines/v.to.lines.py:78 @@ -126526,6 +127828,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "The raster map <%s> must be integer (CELL type) in order to use the " "'maskcats' parameter" @@ -126555,6 +127858,11 @@ msgid "" "The raster map <%s> must be integer (CELL type) in order to use the " "'maskcats' parameter" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"The raster map <%s> must be integer (CELL type) in order to use the " +"'maskcats' parameter" +>>>>>>> osgeo-main msgstr "" #: ../scripts/r.mask/r.mask.py:159 @@ -126586,6 +127894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "All subsequent raster operations will be limited to the MASK area. Removing " "or renaming raster map named 'MASK' will restore raster operations to normal." @@ -126615,6 +127924,11 @@ msgid "" "All subsequent raster operations will be limited to the MASK area. Removing " "or renaming raster map named 'MASK' will restore raster operations to normal." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "" +"All subsequent raster operations will be limited to the MASK area. Removing " +"or renaming raster map named 'MASK' will restore raster operations to normal." +>>>>>>> osgeo-main msgstr "" #: ../scripts/r.unpack/r.unpack.py:65 @@ -126728,6 +128042,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -126770,6 +128085,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.dissolve/v.dissolve.py:349 @@ -126784,6 +128104,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Statistics calculated from raster map <{raster}> and uploaded to attribute " "table of vector map <{vector}>." ======= @@ -126805,6 +128126,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "The number of result columns ({result_columns}) needs to be the same as the " "number of aggregation methods ({methods})" ======= @@ -126817,6 +128140,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126826,6 +128150,8 @@ msgid "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= "Statistics calculated from raster map <{raster}> and uploaded to attribute " "table of vector map <{vector}>." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -126835,6 +128161,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -126852,6 +128179,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.dissolve/v.dissolve.py:362 @@ -126866,6 +128195,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Not all vector categories converted to raster. " "Converted {0} of {1}." ======= @@ -126887,6 +128217,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Result column '{column}' needs a type specified (using the syntax: 'name " "type') when no methods are provided with the {option_name} option and " "aggregation backend is '{backend}'" @@ -126900,6 +128232,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -126909,6 +128242,8 @@ msgid "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= "Not all vector categories converted to raster. " "Converted {0} of {1}." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -126918,6 +128253,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -126935,6 +128271,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.dissolve/v.dissolve.py:376 @@ -127009,6 +128347,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.dissolve/v.dissolve.py:616 ======= #: ../scripts/v.rast.stats/v.rast.stats.py:369 @@ -127078,6 +128417,11 @@ msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../scripts/v.dissolve/v.dissolve.py:84 +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Key column must be of type integer or string" msgstr "" @@ -127151,6 +128495,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -127166,6 +128511,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "It is not possible to set 'maxcols=%s' and 'overlap=%s'. Please set " "maxcols>overlap" ======= @@ -127177,6 +128524,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -127200,6 +128548,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Final extraction steps failed. Check above error messages and see following " "details:\n" "%s" @@ -127218,6 +128568,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -127237,6 +128588,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "It is not possible to set 'maxrows=%s' and 'overlap=%s'. Please set " "maxrows>overlap" msgstr "" @@ -127249,6 +128602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -127278,6 +128632,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Deleting of temporary layer failed. Check above error messages and see " "following details:\n" "%s" @@ -127414,6 +128772,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -127456,6 +128815,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "There are no tiles available. Probably the output projection system it is " "not compatible with the projection of the current location" @@ -128058,6 +129422,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -128100,6 +129465,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Since DBF driver is used, the content of the 'alternatenames' column might " "be cut with respect to the original Geonames.org column content" @@ -128774,6 +130144,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -128816,6 +130187,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.db.update/v.db.update.py:112 @@ -130391,6 +131767,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -130400,6 +131777,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" @@ -132343,6 +133722,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -132365,6 +133745,9 @@ msgid "" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../scripts/g.extension/g.extension.py:2112 @@ -132407,6 +133790,7 @@ msgid "Imported table <%s> with %d rows" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -132419,6 +133803,8 @@ msgid "Imported table <%s> with %d rows" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -132501,6 +133887,7 @@ msgid "Maximum memory to be used with -m flag (in MB)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -132523,6 +133910,9 @@ msgid "Maximum memory to be used with -m flag (in MB)" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" "Maximal zu verwendender Speicher in Verbindung mit dem Schalter -m (in MB)." @@ -132562,6 +133952,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -132574,6 +133965,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" "Maximal zu verwendender Speicher in Verbindung mit dem Schalter -m (in MB)." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -132601,6 +133994,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -132615,6 +134009,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Generate points also for NULL category" #~ msgstr "Erzeuge Punkte auch für die NULL-Kategorie." @@ -132635,6 +134031,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -132648,6 +134045,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Unable to convert input raster map projection information to GRASS format " "for checking" @@ -132661,6 +134060,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -132682,6 +134082,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, fuzzy #~ msgid "Unable to assign/dissociate band reference. {}" @@ -132745,6 +134148,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -132787,6 +134191,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "" #~ "Control Z Point file for group [%s] in [%s] \n" @@ -132842,6 +134251,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -132884,6 +134294,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Allocating memory for bicubic interpolation" #~ msgstr "Allokiere Speicher für bikubische Interpolation." @@ -132969,6 +134384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -132988,6 +134404,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Number of vertical pieces must be at least 1. Default value will be " #~ "used..." @@ -132999,6 +134417,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -133028,6 +134447,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Number of vertical pieces must be at least 1. Default value will be used..." msgstr "Anzahl der Klassen muss < 256 sein." @@ -133101,6 +134524,7 @@ msgid "File in which to save d.graph instructions for legend display" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -133123,6 +134547,9 @@ msgid "File in which to save d.graph instructions for legend display" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" "Datei in der die d.grap-Anweisungen für die Darstellung der Legende " "gespeichert werden." @@ -133135,6 +134562,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -133147,6 +134575,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" "Datei in der die d.grap-Anweisungen für die Darstellung der Legende " "gespeichert werden." @@ -133172,6 +134602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "" "Data types depend on database backend, but all support VARCHAR(), INT, " "DOUBLE PRECISION and DATE" @@ -133199,6 +134630,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Data types depend on database backend, but all support VARCHAR(), INT, " #~ "DOUBLE PRECISION and DATE" @@ -133212,6 +134645,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -133232,6 +134666,9 @@ msgstr "" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgid "" "Data types depend on database backend, but all support VARCHAR(), INT, " "DOUBLE PRECISION and DATE" @@ -133245,6 +134682,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -133257,6 +134695,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Data types depend on database backend, but all support VARCHAR(), INT, " "DOUBLE PRECISION and DATE" @@ -133317,6 +134757,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -133359,6 +134800,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Location: %s\n" #~ msgstr "Location: %s\n" @@ -133429,6 +134875,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -133441,6 +134888,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "\n" #~ "You can use the -o flag to %s to override this projection check.\n" @@ -133518,6 +134967,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -133560,6 +135010,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, fuzzy #~ msgid "-%c/-%c and %s= are mutually exclusive" @@ -133633,6 +135088,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -133652,6 +135108,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Correction of the v.lidar.growing output. It is the last of the three " #~ "algorithms for LIDAR filtering." @@ -133665,6 +135123,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -133694,6 +135153,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Correction of the v.lidar.growing output. It is the last of the three " "algorithms for LIDAR filtering." @@ -133709,6 +135172,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -133751,6 +135215,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Interpolation spline step value in east direction" #~ msgstr "Spline-Interpolations-Schrittweite in Ost-Richtung." @@ -133781,6 +135250,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -133800,6 +135270,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Displays a thematic vector area map in the active frame on the graphics " #~ "monitor." @@ -133811,6 +135283,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -133840,6 +135313,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Displays a thematic vector area map in the active frame on the graphics " "monitor." @@ -133867,6 +135344,7 @@ msgstr "Stellt eine thematische Vektorkarte im aktiven Grafikfenster dar." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -133886,6 +135364,8 @@ msgstr "Stellt eine thematische Vektorkarte im aktiven Grafikfenster dar." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Allows creation and/or modification of raster3d map layer support files." #~ msgstr "" @@ -133898,6 +135378,7 @@ msgstr "Stellt eine thematische Vektorkarte im aktiven Grafikfenster dar." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -133927,6 +135408,10 @@ msgstr "Stellt eine thematische Vektorkarte im aktiven Grafikfenster dar." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Allows creation and/or modification of raster3d map layer support files." msgstr "" @@ -133941,6 +135426,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -133983,6 +135469,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Failed opening input dig file." #~ msgstr "Kann input dig Datei nicht öffnen." @@ -134015,6 +135506,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134057,6 +135549,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Line %d label: %d matched another label: %d." #~ msgstr "Linie %d Beschriftung: %d passt zu einer anderen Beschriftung: %d." @@ -134087,6 +135584,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134129,6 +135627,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Unable to open dig_cats file" #~ msgstr "Kann die dig_cats Datei nicht öffnen." @@ -134151,6 +135654,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -134170,6 +135674,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Input file is not portable. We will attempt to convert anyway but " #~ "conversion may fail. Please read manual for detail information." @@ -134184,6 +135690,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -134213,6 +135720,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Input file is not portable. We will attempt to convert anyway but conversion " "may fail. Please read manual for detail information." @@ -134229,6 +135740,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134271,6 +135783,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "[%d] points read to memory" #~ msgstr "[%d] Punkte sind in den Speicher gelesen worden." @@ -134301,6 +135818,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134343,6 +135861,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "[%d] dead points skipped" #~ msgstr "[%d] tote Punkte (dead points) übersprungen." @@ -134418,6 +135941,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134460,6 +135984,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Unknown metric: [%s]." #~ msgstr "Unbekannte Maßzahl: [%s]." @@ -134483,6 +136012,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -134502,6 +136032,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Computes anisotropic cumulative cost of moving between different " #~ "geographic locations on an input elevation raster map whose cell category " @@ -134527,6 +136059,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -134556,6 +136089,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Computes anisotropic cumulative cost of moving between different geographic " "locations on an input elevation raster map whose cell category values " @@ -134583,6 +136120,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134625,6 +136163,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Name of output layer to be used for GREEN" #~ msgstr "Name der Ausgabe-Karte, die den GRÃœNEN Kanal enthalten soll" @@ -134644,6 +136187,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -134663,6 +136207,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Lat/long databases not supported by r.surf.idw2. Use r.surf.idw instead!" #~ msgstr "" @@ -134675,6 +136221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -134704,6 +136251,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Lat/long databases not supported by r.surf.idw2. Use r.surf.idw instead!" msgstr "" @@ -134718,6 +136269,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134760,6 +136312,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "%s=%s - illegal number of interpolation points" #~ msgstr "%s=%s - Ungültige Anzahl von Interpolationspunkten." @@ -134839,6 +136396,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD #~ msgid "Color in GRASS format for drawing grid or \"none\" not drawing" @@ -134875,6 +136433,11 @@ msgstr "" #~ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +#~ msgid "Color in GRASS format for drawing grid or \"none\" not drawing" +#~ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." +======= +>>>>>>> osgeo-main msgid "" "Calculates univariate statistics from the non-null cells for each registered " "raster3d map of a space time raster3d dataset." @@ -134906,6 +136469,7 @@ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -134920,6 +136484,8 @@ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Color for showing unknown information or \"none\"" #~ msgstr "Farbe für unbekannte Information." @@ -134936,6 +136502,7 @@ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -134956,6 +136523,9 @@ msgstr "Farbe des zu zeichnenden Gitters, oder \"none\" für nichts." ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgid "" "Color in GRASS format for drawing null values (X symbol) or \"none\" not " "drawing" @@ -134973,6 +136543,7 @@ msgstr "Farbe für unbekannte Information." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -134998,6 +136569,9 @@ msgstr "Farbe für unbekannte Information." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Color in GRASS format for showing unknown information (? symbol) or \"none\" " "not showing" @@ -135173,6 +136747,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -135215,6 +136790,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "%d sites written." #~ msgstr "%d Sites geschrieben." @@ -135430,6 +137010,7 @@ msgstr "Start des 1. MP >= Ende des 2. MP für Punkte der cats %[d], [%d]." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135439,6 +137020,8 @@ msgstr "Start des 1. MP >= Ende des 2. MP für Punkte der cats %[d], [%d]." ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "No function defined to perform ``point %c point''" msgstr "Es wurde keine Funktion definiert, um \"Punkt %c Punkt\" auszuführen." @@ -135594,6 +137177,7 @@ msgstr "Start des 1. MP >= Ende des 2. MP für Punkte der cats %[d], [%d]." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -135619,5 +137203,8 @@ msgstr "Start des 1. MP >= Ende des 2. MP für Punkte der cats %[d], [%d]." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "%s=%s,%s: files are the same, no copy required" msgstr "%s=%s,%s: Dateien sind identisch, kein Kopieren nötig." diff --git a/locale/po/grassmods_el.po b/locale/po/grassmods_el.po index 6f93d1565a6..4b49af5771b 100644 --- a/locale/po/grassmods_el.po +++ b/locale/po/grassmods_el.po @@ -56499,6 +56499,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -56508,6 +56509,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -56516,6 +56519,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -56525,6 +56529,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -56794,6 +56800,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -56809,6 +56816,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -71773,6 +71783,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -71801,6 +71812,10 @@ msgstr "Όνομα εισαγώμενου ÏÎ¬ÏƒÏ„ÎµÏ Ï‡Î¬Ïτη " msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -71818,6 +71833,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -71846,6 +71862,10 @@ msgstr "Όνομα εξαγόμενου ÏÎ¬ÏƒÏ„ÎµÏ Ï‡Î¬Ïτη" msgid "Profile output format" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -75923,6 +75943,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -75932,6 +75953,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "layer name or number to use for data" #~ msgstr "ÎοÏμεÏο επιπέδου" diff --git a/locale/po/grassmods_es.po b/locale/po/grassmods_es.po index afb9d9e1625..081b3e82abc 100644 --- a/locale/po/grassmods_es.po +++ b/locale/po/grassmods_es.po @@ -28598,6 +28598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28620,6 +28621,9 @@ msgstr "" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access target location/mapset %s/%s" msgstr "" @@ -28638,6 +28642,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28650,6 +28655,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access target location/mapset %s/%s" msgstr "" @@ -42499,6 +42506,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -42541,6 +42549,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.copyall_to_translate.c:9 #, fuzzy @@ -52944,6 +52957,7 @@ msgstr "tabla de colores" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../locale/scriptstrings/v.scatterplot_to_translate.c:59 ======= @@ -52969,6 +52983,11 @@ msgstr "tabla de colores" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../locale/scriptstrings/v.scatterplot_to_translate.c:59 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.scatterplot_to_translate.c:60 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -52987,6 +53006,7 @@ msgstr "dato nulo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -53021,6 +53041,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.null.all_to_translate.c:5 #: ../locale/scriptstrings/r.mask_to_translate.c:5 @@ -53034,6 +53056,7 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -53054,6 +53077,8 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.scatterplot_to_translate.c:61 #: ../locale/scriptstrings/v.scatterplot_to_translate.c:62 @@ -77184,6 +77209,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77226,6 +77252,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.text/main.c:181 msgid "Line spacing" @@ -82588,6 +82619,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -82612,6 +82646,7 @@ msgid "DONE: compressed file is %lu %s (%.2f%%) larger" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy, c-format ======= @@ -82670,6 +82705,8 @@ msgstr "HECHO: el archivo comprimido es %lu bytes mayor" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.compress/main.c:228 msgid "same size" @@ -87545,6 +87582,7 @@ msgstr "\"-\" para leer reglas desde entrada estándar (stdin)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Offset for color rule values" msgstr "" ======= @@ -87573,6 +87611,10 @@ msgstr "Nombre de la columna para valores z" msgid "Offset for color rule values" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Offset for color rule values" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.colors/edit_colors.c:139 ../raster/r.colors/edit_colors.c:148 msgid "New value = (old value + offset) * scale" @@ -87585,6 +87627,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Scale for color rule values" msgstr "" ======= @@ -87613,6 +87656,10 @@ msgstr "Factor de escalamiento para valores ráster muestreados" msgid "Scale for color rule values" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Scale for color rule values" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.colors/edit_colors.c:284 ../raster/r.colors/edit_colors.c:318 #, c-format @@ -87708,6 +87755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Unable to open color rule" msgstr "" ======= @@ -87736,6 +87784,10 @@ msgstr "No ha sido posible abrir archivo de script" msgid "Unable to open color rule" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Unable to open color rule" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.colors/rules.c:179 #, c-format @@ -89458,6 +89510,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -89484,6 +89539,7 @@ msgid "Failed parsing <%s>" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -89546,6 +89602,8 @@ msgstr "Re-comprimiendo <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -89559,6 +89617,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -89572,6 +89633,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -89608,6 +89670,8 @@ msgstr "No se puede abrir el archivo de salida <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -89641,6 +89705,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -89653,6 +89720,7 @@ msgid "Failed writing profile data" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -89687,6 +89755,8 @@ msgstr "Fallo al copiar archivo V5D" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -89699,6 +89769,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -89732,6 +89803,11 @@ msgstr "Error interno para la función %s()" msgid "Internal error in %s()" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -93657,6 +93733,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -93666,6 +93743,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format #~ msgid "Unable to create new location <%s>" #~ msgstr "No se puede crear nueva Localización <%s>" @@ -93889,6 +93968,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -93898,6 +93978,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Remove all registered maps from the temporal and also from the spatial " #~ "database" @@ -97318,6 +97400,7 @@ msgstr "No hay un controlador de bases de datos (DB) definido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "OGR datasource name" msgstr "Nombre de fuente de datos OGR" @@ -99170,6 +99253,8 @@ msgstr "No se puede inicializar archivo temporal" msgid "eading the input map -%s- and -%s- and creating some temporary files..." msgstr "leyendo mapa de entrada -%s y -%s- y creando algunos archivos temporales..." ======= +======= +>>>>>>> osgeo-main msgid "OGR datasource name" msgstr "Nombre de fuente de datos OGR" @@ -100120,7 +100205,10 @@ msgid "" msgstr "" "Puede cambiar el histórico mediante comandos:\n" "history -w; history -r %s/.bash_history; HISTFILE=%s/.bash_history" +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Key columns differ" msgstr "Diferencia de columnas clave" @@ -100156,6 +100244,7 @@ msgstr "Grados omega iniciales de cámara (balanceo, roll)" msgid "Initial Camera Phi (pitch) degrees" msgstr "Grados Phi iniciales de Cámara (cabeceo, pitch)" +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) msgid "<%s> not found" @@ -100351,6 +100440,9 @@ msgid "Initial Camera Phi (pitch) degrees" msgstr "Grados Phi iniciales de Cámara (cabeceo, pitch)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + +>>>>>>> osgeo-main <<<<<<< HEAD #~ msgid "Key columns differ" #~ msgstr "Diferencia de columnas clave" @@ -100429,6 +100521,7 @@ msgstr "El número de banda de entrada debería ser 15" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100438,6 +100531,8 @@ msgstr "El número de banda de entrada debería ser 15" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "The input band number should be 15" msgstr "El número de banda de entrada debería ser 15" @@ -100448,6 +100543,7 @@ msgstr "El número de banda de entrada debería ser 15" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -100465,6 +100561,8 @@ msgstr "El número de banda de entrada debería ser 15" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%s=%s,%s: files are the same, no copy required" msgstr "%s=%s,%s: los archivos son los mismos, no se requiere ninguna copia" @@ -100479,6 +100577,7 @@ msgstr "El mapa vectorial <%s> es 3D. Use opciones de creación de capa específ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100521,3 +100620,8 @@ msgstr "El mapa vectorial <%s> es 3D. Use opciones de creación de capa específ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grassmods_fi.po b/locale/po/grassmods_fi.po index c75c180e77d..e8ecceffa05 100644 --- a/locale/po/grassmods_fi.po +++ b/locale/po/grassmods_fi.po @@ -39262,6 +39262,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39304,6 +39305,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.vif_to_translate.c:19 msgid "Only print selected variables to screen" diff --git a/locale/po/grassmods_fr.po b/locale/po/grassmods_fr.po index 3e29d17dcd9..86e7064373a 100644 --- a/locale/po/grassmods_fr.po +++ b/locale/po/grassmods_fr.po @@ -28073,6 +28073,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28095,6 +28096,9 @@ msgstr "" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access target location/mapset %s/%s" msgstr "" @@ -28113,6 +28117,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28125,6 +28130,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access target location/mapset %s/%s" msgstr "" @@ -52032,6 +52039,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -52041,6 +52049,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.scatterplot_to_translate.c:61 ======= <<<<<<< HEAD @@ -52049,6 +52059,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -52058,6 +52069,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.scatterplot_to_translate.c:62 #, fuzzy msgid "Line style trendline" @@ -52078,6 +52091,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52120,6 +52134,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.scatterplot_to_translate.c:64 #, fuzzy @@ -63851,6 +63870,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -63860,6 +63880,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -63868,6 +63890,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -63877,6 +63900,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -64146,6 +64171,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -64161,6 +64187,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -73545,6 +73574,7 @@ msgid "Makes each cell value a function of the attribute values assigned to the <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73587,6 +73617,11 @@ msgid "Makes each cell value a function of the attribute values assigned to the ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.neighbors/main.c:152 @@ -73623,6 +73658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -73665,6 +73701,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "All points fall outside of the current computational region" msgstr "" @@ -74021,6 +74062,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Vector map <%s> is 3D. Use format specific layer creation options (parameter 'lco') to export in 3D rather than 2D (default)." ======= <<<<<<< HEAD @@ -74041,6 +74083,8 @@ msgid "Vector map <%s> is 3D. Use format specific layer creation options (parame >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Vector map <%s> is 3D. Use format specific layer creation options (parameter " "'lco') to export in 3D rather than 2D (default)." @@ -74053,6 +74097,7 @@ msgid "Vector map <%s> is 3D. Use format specific layer creation options (parame <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Vector map <%s> is 3D. Use format specific layer creation options (parameter 'lco') to export in 3D rather than 2D (default)." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -74087,6 +74132,11 @@ msgid "Vector map <%s> is 3D. Use format specific layer creation options (parame msgid "Vector map <%s> is 3D. Use format specific layer creation options (parameter 'lco') to export in 3D rather than 2D (default)." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +msgid "Vector map <%s> is 3D. Use format specific layer creation options (parameter 'lco') to export in 3D rather than 2D (default)." +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../vector/v.out.ogr/main.c:672 @@ -77488,6 +77538,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77530,6 +77581,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.text/main.c:181 msgid "Line spacing" @@ -80574,6 +80630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -80593,6 +80650,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:409 #, c-format msgid "%d error in cat option" @@ -80942,6 +81001,7 @@ msgid "Manage" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -80971,6 +81031,10 @@ msgid "Manage" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../raster/r.compress/main.c:219 #, c-format msgid "DONE: uncompressed file is %lu %s (%.2f%%) smaller" @@ -80998,6 +81062,7 @@ msgid "DONE: compressed file is %lu %s (%.2f%%) larger" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -81040,6 +81105,11 @@ msgid "DONE: compressed file is %lu %s (%.2f%%) larger" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../display/d.mon/main.c:65 @@ -86330,6 +86400,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -86356,6 +86429,7 @@ msgid "Failed parsing <%s>" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -86418,6 +86492,8 @@ msgstr "Re-compression de <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -86431,6 +86507,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -86444,6 +86523,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -86480,6 +86560,8 @@ msgstr "Impossible d'ouvrir le fichier de sortie <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -86513,6 +86595,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -86525,6 +86610,7 @@ msgid "Failed writing profile data" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -86559,6 +86645,8 @@ msgstr "Échec de l'écriture du fichier V5D" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -90594,6 +90682,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -90603,6 +90692,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Overwrite font configuration file if already existing" #~ msgstr "Écraser le fichier de configuration des polices s'il existe déjà" @@ -90772,6 +90863,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -90781,6 +90873,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Creates a raster map from LAS LiDAR points using univariate statistics " @@ -93430,6 +93524,7 @@ msgstr "Table manquante" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Missing table" msgstr "Table manquante" @@ -93510,6 +93605,18 @@ msgstr "FAIT : le fichier décompressé est %lu %s (%.2f%) plus grand" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "DONE: uncompressed file is %lu %s (%.2f%) smaller" +msgstr "FAIT : le fichier décompressé est %lu %s (%.2f%) plus petit" + +msgid "DONE: compressed file is %lu %s (%.2f%) smaller" +msgstr "FAIT : le fichier compressé est %lu %s (%.2f%) plus petit" + +msgid "DONE: uncompressed file is %lu %s (%.2f%) larger" +msgstr "FAIT : le fichier décompressé est %lu %s (%.2f%) plus grand" + +======= +>>>>>>> osgeo-main msgid "Missing table" msgstr "Table manquante" @@ -93529,6 +93636,7 @@ msgstr "FAIT : le fichier décompressé est %lu %s (%.2f%) plus grand" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -93564,5 +93672,7 @@ msgstr "FAIT : le fichier décompressé est %lu %s (%.2f%) plus grand" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "DONE: compressed file is %lu %s (%.2f%) larger" msgstr "FAIT : le fichier compressé est %lu %s (%.2f%) plus grand" diff --git a/locale/po/grassmods_hu.po b/locale/po/grassmods_hu.po index d381a2f61e9..efeb5ab1d6a 100644 --- a/locale/po/grassmods_hu.po +++ b/locale/po/grassmods_hu.po @@ -56821,6 +56821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -56830,6 +56831,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -56838,6 +56841,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -56847,6 +56851,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -57121,6 +57127,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -57136,6 +57143,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -75547,6 +75557,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -75556,6 +75567,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Input raster 1" #~ msgstr "Input szín trékép neve" diff --git a/locale/po/grassmods_it.po b/locale/po/grassmods_it.po index 6ed43e13601..323ea4f19b0 100644 --- a/locale/po/grassmods_it.po +++ b/locale/po/grassmods_it.po @@ -28156,6 +28156,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28198,6 +28199,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.atcorr/geomcond.cpp:232 msgid "No possibility to compute lat. and long." @@ -40605,6 +40611,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40647,6 +40654,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 #, fuzzy @@ -50072,6 +50084,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50114,6 +50127,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:39 #, fuzzy @@ -79652,6 +79670,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../raster/r.colors/rules.c:81 msgid "Unable to open color rule" msgstr "" @@ -79674,6 +79693,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:98 msgid "Unable to read color" msgstr "Non è possibile leggere il colore" @@ -79688,6 +79709,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79697,6 +79719,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../raster/r.colors/rules.c:81 msgid "Unable to open color rule" msgstr "" @@ -79707,6 +79731,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79724,6 +79749,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -81380,6 +81407,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -81406,6 +81436,7 @@ msgid "Failed parsing <%s>" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -81468,6 +81499,8 @@ msgstr "Esportazione di <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -81481,6 +81514,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -81494,6 +81530,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -81530,6 +81567,8 @@ msgstr "impossibile aprire il file di output <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -81567,6 +81606,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Failed writing profile data" msgstr "" ======= @@ -81595,6 +81635,10 @@ msgstr "Scrittura del file V5D non riuscita" msgid "Failed writing profile data" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Failed writing profile data" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -85626,6 +85670,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -85635,6 +85680,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" @@ -88213,6 +88260,7 @@ msgstr "I tipi di colonna sono differenti" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "<%s> not found" msgstr "<%s> non trovato" @@ -88281,6 +88329,15 @@ msgstr "Il numero di colonne è differente" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Missing table" +msgstr "Tabella mancante" + +msgid "Number of columns differ" +msgstr "Il numero di colonne è differente" + +======= +>>>>>>> osgeo-main msgid "<%s> not found" msgstr "<%s> non trovato" @@ -88303,6 +88360,7 @@ msgstr "Il numero di colonne è differente" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -88332,5 +88390,7 @@ msgstr "Il numero di colonne è differente" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%s=%s,%s: files are the same, no copy required" msgstr "%s=%s,%s: sono gli stessi file, non è richiesto copiarli" diff --git a/locale/po/grassmods_ja.po b/locale/po/grassmods_ja.po index 62c5432c687..495fa59a22c 100644 --- a/locale/po/grassmods_ja.po +++ b/locale/po/grassmods_ja.po @@ -27712,6 +27712,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27754,6 +27755,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.atcorr/geomcond.cpp:232 msgid "No possibility to compute lat. and long." @@ -40039,6 +40045,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40081,6 +40088,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 #, fuzzy @@ -49803,6 +49815,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49845,6 +49858,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.series.boxplot_to_translate.c:39 #, fuzzy @@ -59499,6 +59517,7 @@ msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨ã—上書ãã•ã‚Œã¾ã™" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -59508,6 +59527,8 @@ msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨ã—上書ãã•ã‚Œã¾ã™" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -59516,6 +59537,7 @@ msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨ã—上書ãã•ã‚Œã¾ã™" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -59525,6 +59547,8 @@ msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨ã—上書ãã•ã‚Œã¾ã™" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -59796,6 +59820,7 @@ msgstr[0] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -59811,6 +59836,9 @@ msgstr[0] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "ベクトルマップ <%s> ã¯æ—¢ã«å­˜åœ¨" @@ -77120,6 +77148,7 @@ msgstr "座標 [%s] を横文解æžã§ãã¾ã›ã‚“" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -77132,6 +77161,8 @@ msgstr "座標 [%s] を横文解æžã§ãã¾ã›ã‚“" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:98 msgid "Unable to read color" msgstr "色を読ã¿è¾¼ã‚ã¾ã›ã‚“" @@ -77146,6 +77177,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -77155,6 +77187,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../raster/r.colors/edit_colors.c:426 #, c-format msgid "Color table 'grey.eq' is not supported for floating point %s map" @@ -77220,6 +77254,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -77245,6 +77280,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -78891,6 +78929,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -78912,6 +78953,7 @@ msgid "Profile output format" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -78964,6 +79006,8 @@ msgstr "出力ã™ã‚‹å½¢å¼ã¯ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ã¾ã›ã‚“" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -78982,6 +79026,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -78995,6 +79042,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79031,6 +79079,8 @@ msgstr "出力ã™ã‚‹ãƒ•ã‚¡ã‚¤ãƒ«ãŒé–‹ã‘ã¾ã›ã‚“ <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -79064,6 +79114,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -79076,6 +79129,7 @@ msgid "Failed writing profile data" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79110,6 +79164,8 @@ msgstr "ファイルをコピーã§ãã¾ã›ã‚“ã§ã—ãŸ" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -79122,6 +79178,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -79155,6 +79212,11 @@ msgstr "内部エラー" msgid "Internal error in %s()" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -83173,6 +83235,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -83182,6 +83245,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" @@ -85069,6 +85134,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "<%s> not found" msgstr "<%s>ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“" @@ -85093,6 +85159,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Text color, either a standard GRASS color or R:G:B triplet" #~ msgstr "テキストカラー, 標準GRASSカラーã¾ãŸã¯R:G:B triplet" @@ -85974,6 +86042,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85983,6 +86052,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "<%s> not found" msgstr "<%s>ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“" @@ -86000,6 +86071,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86017,5 +86089,7 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%s=%s,%s: files are the same, no copy required" msgstr "%s=%s,%s: ファイルã¯åŒã˜ã§ã™ã€ コピーã¯å¿…è¦ã‚ã‚Šã¾ã›ã‚“" diff --git a/locale/po/grassmods_ko.po b/locale/po/grassmods_ko.po index 4a3e2db9953..294854d9abb 100644 --- a/locale/po/grassmods_ko.po +++ b/locale/po/grassmods_ko.po @@ -27344,6 +27344,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27386,6 +27387,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.atcorr/computations.cpp:178 msgid "Check aerosol measurements or plane altitude" @@ -39432,6 +39438,7 @@ msgid "image collections" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -39454,6 +39461,9 @@ msgid "image collections" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/i.band_to_translate.c:6 @@ -39463,6 +39473,7 @@ msgid "Name of band reference identifier (example: S2_1)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39475,6 +39486,8 @@ msgid "Name of band reference identifier (example: S2_1)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48924,6 +48937,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48966,6 +48980,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.series.diversity_to_translate.c:12 #, fuzzy @@ -58640,6 +58659,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -58649,6 +58669,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -58657,6 +58679,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -58666,6 +58689,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -58937,6 +58962,7 @@ msgstr[0] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -58952,6 +58978,9 @@ msgstr[0] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -78604,6 +78633,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -78632,6 +78662,10 @@ msgstr "질ì˜ë¥¼ 위한 좌표" msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -78645,6 +78679,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -78657,6 +78694,7 @@ msgid "Profile output format" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -78691,6 +78729,8 @@ msgstr "지ì›ë˜ì§€ 않는 출력 í¬ë§·" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -78713,6 +78753,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Failed to open output file <%s>: %d (%s)" msgstr "" @@ -78746,6 +78787,11 @@ msgstr "출력 íŒŒì¼ <%s>를 ì—´ 수 없습니다" msgid "Failed to open output file <%s>: %d (%s)" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Failed to open output file <%s>: %d (%s)" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -78779,6 +78825,9 @@ msgstr "알려지지 ì•Šì€ ì¶œë ¥ ìžë£Œí˜•" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -78791,6 +78840,7 @@ msgid "Failed writing profile data" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -78825,6 +78875,8 @@ msgstr "V5D 파ì¼ì„ 쓸 수 없습니다" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -78837,6 +78889,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -78870,6 +78923,11 @@ msgstr "내부 오류" msgid "Internal error in %s()" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -82919,6 +82977,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -82928,6 +82987,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Name of training vector map" #~ msgstr "벡터 지ë„ì˜ ì´ë¦„" @@ -83058,6 +83119,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -83067,6 +83129,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Remove all registered maps from the temporal and also from the spatial " #~ "database" @@ -85160,6 +85224,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Can not read control points for group <%s>" msgstr "그룹 <%s>를 위한 제어ì ì„ ì½ì„ 수 없습니다" @@ -85188,6 +85253,8 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Error in pj_do_proj3" #~ msgstr "pj_do_proj3 ë‚´ì— ì˜¤ë¥˜" @@ -85248,6 +85315,7 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85257,6 +85325,8 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Can not read control points for group <%s>" msgstr "그룹 <%s>를 위한 제어ì ì„ ì½ì„ 수 없습니다" @@ -85273,6 +85343,7 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -85290,5 +85361,7 @@ msgstr "ê° ì…€ì˜ ê°’ì€ ê·¸ 주변 벡터 ì  ë˜ëŠ” ë„ì‹¬ì— í• ë‹¹ëœ ì† >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%s=%s,%s: files are the same, no copy required" msgstr "%s=%s,%s: 파ì¼ì´ 똑같아서 복사할 필요가 없습니다" diff --git a/locale/po/grassmods_lv.po b/locale/po/grassmods_lv.po index 8867bfcb54c..8121a50136d 100644 --- a/locale/po/grassmods_lv.po +++ b/locale/po/grassmods_lv.po @@ -92704,6 +92704,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -92713,6 +92714,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Name of training vector map" #~ msgstr "Vektorkartes nosaukums" diff --git a/locale/po/grassmods_pl.po b/locale/po/grassmods_pl.po index 67471f33f54..71c2f140878 100644 --- a/locale/po/grassmods_pl.po +++ b/locale/po/grassmods_pl.po @@ -27799,6 +27799,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27841,6 +27842,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.atcorr/geomcond.cpp:232 msgid "No possibility to compute lat. and long." @@ -40144,6 +40150,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40186,6 +40193,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 msgid "Input EPSG code" @@ -59142,6 +59154,7 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -59151,6 +59164,8 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -59159,6 +59174,7 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -59168,6 +59184,8 @@ msgstr "Mapa wektorowa <%s> już istnieje i zostanie nadpisana" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -59448,6 +59466,7 @@ msgstr[3] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -59463,6 +59482,9 @@ msgstr[3] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -77393,6 +77415,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77435,6 +77458,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -79099,6 +79127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -79127,6 +79156,10 @@ msgstr "WspółrzÄ™dne do zapytania" msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -79140,6 +79173,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -79157,6 +79193,7 @@ msgid "Failed parsing <%s>" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79201,6 +79238,8 @@ msgstr "Eksport <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -79214,6 +79253,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -79227,6 +79269,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79263,6 +79306,8 @@ msgstr "Nie można otworzyć pliku wyjÅ›ciowego <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -79300,6 +79345,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Failed writing profile data" msgstr "" ======= @@ -79328,6 +79374,10 @@ msgstr "Nie udaÅ‚o siÄ™ zapisać pliku V5D" msgid "Failed writing profile data" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Failed writing profile data" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:751 msgid "Failed to profile the computation, please check the parameters" @@ -83366,6 +83416,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -83375,6 +83426,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" diff --git a/locale/po/grassmods_pt.po b/locale/po/grassmods_pt.po index 7d7301e45ed..43ef5ebb4c4 100644 --- a/locale/po/grassmods_pt.po +++ b/locale/po/grassmods_pt.po @@ -27652,6 +27652,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27694,6 +27695,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.atcorr/geomcond.cpp:91 msgid "The sun is not raised" @@ -57758,6 +57764,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -57767,6 +57774,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -57775,6 +57784,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -57784,6 +57794,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -58058,6 +58070,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -58073,6 +58086,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -81376,6 +81392,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -81404,6 +81421,10 @@ msgstr "Coordenadas para pesquisa" msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -81417,6 +81438,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -81429,6 +81453,7 @@ msgid "Profile output format" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -81463,6 +81488,8 @@ msgstr "Formato de saída" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -85543,6 +85570,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -85552,6 +85580,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "layer name or number to use for data" #~ msgstr "Camada número" diff --git a/locale/po/grassmods_pt_BR.po b/locale/po/grassmods_pt_BR.po index c7ff72930a9..7a0fb591a17 100644 --- a/locale/po/grassmods_pt_BR.po +++ b/locale/po/grassmods_pt_BR.po @@ -30003,6 +30003,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -30025,6 +30026,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -30858,6 +30862,7 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30870,6 +30875,8 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46449,6 +46456,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46491,6 +46499,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 msgid "Input EPSG code" @@ -60228,6 +60241,7 @@ msgstr "Nome da coluna que contém a coordenada y" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../locale/scriptstrings/v.in.survey_to_translate.c:21 #: ../locale/scriptstrings/v.in.survey_to_translate.c:24 #: ../vector/v.in.ascii/main.c:143 ../vector/v.in.ascii/main.c:153 @@ -60250,6 +60264,9 @@ msgstr "A primeira coluna é 1" ======= #: ../locale/scriptstrings/r.area.createweight_to_translate.c:17 >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../locale/scriptstrings/r.area.createweight_to_translate.c:17 +>>>>>>> osgeo-main #, fuzzy msgid "Format: All values must be >0" msgstr "O valor limiar deve ser >= 0" @@ -60264,6 +60281,7 @@ msgstr "Arquivo de entrada" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../locale/scriptstrings/v.in.survey_to_translate.c:27 #: ../vector/v.in.ascii/main.c:163 msgid "First column is 1. If 0, z coordinate is not used" @@ -60323,6 +60341,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.area.createweight_to_translate.c:20 #: ../locale/scriptstrings/r.area.createweight_to_translate.c:23 msgid "E.g. Land cover, Land use, morphological areas..." @@ -60333,6 +60353,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -60342,6 +60363,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #, fuzzy msgid "Input raster 2 (optional)" msgstr "Gera arquivo com a direção da encosta" @@ -62905,6 +62928,7 @@ msgstr "Título do mapa vetorial" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Vector points map where each point is used as training sample. Handling of missing values in training data can be chosen later." ======= msgid "Vector points map where each point is used as training sample. Handling of missing values in training data can be choosen later." @@ -62924,6 +62948,9 @@ msgid "Vector points map where each point is used as training sample. Handling o ======= msgid "Vector points map where each point is used as training sample. Handling of missing values in training data can be chosen later." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Vector points map where each point is used as training sample. Handling of missing values in training data can be chosen later." +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.learn.ml_to_translate.c:15 @@ -64643,6 +64670,7 @@ msgstr "Interpolando %d pontos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Additional settings for chosen interpolation (see manual)" ======= msgid "Additional settings for choosen interpolation (see manual)" @@ -64662,6 +64690,9 @@ msgid "Additional settings for choosen interpolation (see manual)" ======= msgid "Additional settings for chosen interpolation (see manual)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Additional settings for chosen interpolation (see manual)" +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.mwprecip_to_translate.c:38 @@ -66501,6 +66532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Print extended metadata information" msgstr "" ======= @@ -66529,6 +66561,10 @@ msgstr "imprimir informação do atributo" msgid "Print extended metadata information" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Print extended metadata information" +msgstr "" +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.in.csv_to_translate.c:1 msgid "Import a CSV file using pyproj for CRS transformation" @@ -71790,310 +71826,1295 @@ msgstr "Faixa de ângulo para a detecção de mesma direção" msgid "Regularization weight in residual evaluation" msgstr "Peso de regularização na avaliação residual" -#: ../vector/v.lidar.edgedetection/main.c:190 -#: ../vector/v.lidar.correction/main.c:165 ../vector/v.outlier/main.c:210 +#: ../vector/v.lidar.edgedetection/main.c:190 +#: ../vector/v.lidar.correction/main.c:165 ../vector/v.outlier/main.c:210 +#, c-format +msgid "Input vector map <%s> is not 3D!" +msgstr "O mapa vetorial de entrada <%s> não é 3D!" + +#: ../vector/v.lidar.edgedetection/main.c:196 +#: ../vector/v.lidar.correction/main.c:171 +#, c-format +msgid "Estimated point density: %.4g\n" +msgstr "Densidade de pontos estimada:%.4g\n" + +#: ../vector/v.lidar.edgedetection/main.c:197 +#: ../vector/v.lidar.correction/main.c:172 +#, c-format +msgid "Estimated mean distance between points: %.4g\n" +msgstr "Distância média estimada entre pontos: %.4g\n" + +#: ../vector/v.lidar.edgedetection/main.c:200 +#: ../vector/v.lidar.correction/main.c:175 ../vector/v.outlier/main.c:220 +msgid "No points in current region!" +msgstr "Sem pontos na região atual!" + +#: ../vector/v.lidar.edgedetection/main.c:207 +#: ../vector/v.lidar.correction/main.c:182 ../vector/v.outlier/main.c:146 +msgid "Unable to read name of database" +msgstr "Não foi possível ler o nome do banco de dados" + +#: ../vector/v.lidar.edgedetection/main.c:210 +#: ../vector/v.lidar.correction/main.c:185 ../vector/v.outlier/main.c:149 +msgid "Unable to read name of driver" +msgstr "Não foi possível ler o nome do driver" + +#: ../vector/v.lidar.edgedetection/main.c:227 +#: ../vector/v.lidar.edgedetection/main.c:239 +#: ../vector/v.lidar.edgedetection/main.c:261 +#: ../vector/v.lidar.correction/main.c:199 +#: ../vector/v.lidar.correction/main.c:235 ../vector/v.surf.bspline/main.c:246 +#: ../vector/v.surf.bspline/main.c:406 ../vector/v.outlier/main.c:193 +#: ../vector/v.outlier/main.c:261 ../vector/v.lidar.growing/main.c:163 +#, c-format +msgid "No database connection for driver <%s> is defined. Run db.connect." +msgstr "Nenhuma conexão de banco de dados para o driver <%s> está definida. Execute db.connect." + +#: ../vector/v.lidar.edgedetection/main.c:230 +#: ../vector/v.lidar.edgedetection/main.c:242 +#: ../vector/v.lidar.correction/main.c:204 ../vector/v.surf.bspline/main.c:251 +#: ../vector/v.outlier/main.c:198 +msgid "Old auxiliary table could not be dropped" +msgstr "A tabela auxiliar antiga não pode ser descartada" + +#: ../vector/v.lidar.edgedetection/main.c:267 +#, c-format +msgid "It was impossible to create <%s>." +msgstr "Foi impossível criar <%s>." + +#: ../vector/v.lidar.edgedetection/main.c:270 +#, c-format +msgid "It was impossible to create <%s> interpolation table in database." +msgstr "Foi impossível criar <%s> tabela de interpolação na base de dados" + +#: ../vector/v.lidar.edgedetection/main.c:304 +#: ../vector/v.surf.bspline/main.c:537 ../vector/v.outlier/main.c:300 +#, c-format +msgid "Adjusted EW splines %d" +msgstr "Splines EW %dajustadas" + +#: ../vector/v.lidar.edgedetection/main.c:305 +#: ../vector/v.surf.bspline/main.c:538 ../vector/v.outlier/main.c:301 +#, c-format +msgid "Adjusted NS splines %d" +msgstr "Splines NS %dajustadas" + +#: ../vector/v.lidar.edgedetection/main.c:360 +#: ../vector/v.lidar.correction/main.c:338 ../vector/v.lidar.growing/main.c:246 +#, c-format +msgid "Subregion %d of %d" +msgstr "Sub-região %d de %d" + +#: ../vector/v.lidar.edgedetection/main.c:423 +msgid "Performing bilinear interpolation..." +msgstr "Executando interpolação bilinear..." + +#: ../vector/v.lidar.edgedetection/main.c:440 +msgid "Performing bicubic interpolation..." +msgstr "Executando interpolação bicúbica..." + +#: ../vector/v.lidar.edgedetection/main.c:452 +msgid "Point classification..." +msgstr "Classificação de pontos..." + +#: ../vector/v.lidar.edgedetection/main.c:466 +#: ../vector/v.lidar.correction/main.c:433 +msgid "No data within this subregion. Consider changing the spline step." +msgstr "Não há dados nesta sub-região. Considere alterar o passo da spline." + +#: ../vector/v.lidar.edgedetection/main.c:476 +#: ../vector/v.lidar.correction/main.c:444 ../vector/v.surf.bspline/main.c:925 +#: ../vector/v.outlier/main.c:460 +msgid "Auxiliary table could not be dropped" +msgstr "A tabela auxiliar não pode ser descartada" + +#: ../vector/v.to.rast3/main.c:51 +msgid "Converts a vector map (only points) into a 3D raster map." +msgstr "Converte um mapa vetorial (apenas pontos) em um mapa raster 3D." + +#: ../vector/v.to.rast3/main.c:62 +msgid "Name of attribute column (data type must be numeric)" +msgstr "Nome da coluna de atributo (o tipo de dados deve ser numérico)" + +#: ../vector/v.to.rast3/main.c:80 ../vector/v.db.select/main.c:209 +#: ../vector/v.to.rast/vect2rast.c:55 ../vector/v.info/print.c:155 +#: ../vector/v.random/main.c:271 ../vector/v.distance/main.c:526 +#: ../vector/v.distance/main.c:607 ../vector/v.db.connect/main.c:214 +#: ../vector/v.colors.out/make_colors.c:31 ../vector/v.to.3d/trans2.c:49 +#: ../vector/v.to.3d/trans3.c:51 ../vector/v.extract/main.c:217 +#: ../vector/v.extract/main.c:315 +#, c-format +msgid "Database connection not defined for layer <%s>" +msgstr "Conexão de banco de dados não definida para camada <%s>" + +#: ../vector/v.to.rast3/main.c:99 ../vector/v.what.rast/main.c:183 +#: ../vector/v.sample/main.c:240 ../vector/v.buffer/main.c:448 +#: ../vector/v.class/main.c:129 ../vector/v.surf.bspline/crosscorr.c:133 +#: ../vector/v.surf.bspline/main.c:389 ../vector/v.surf.idw/read_sites.c:65 +msgid "Column type not supported" +msgstr "Tipo de coluna não suportado" + +#: ../vector/v.to.rast3/main.c:107 +msgid "Unable to create output map" +msgstr "Não foi possível criar mapa de saída" + +#: ../vector/v.to.rast3/main.c:145 ../vector/v.to.rast/do_lines.c:68 +#: ../vector/v.to.rast/do_lines.c:76 +#, c-format +msgid "No record for line (cat = %d)" +msgstr "Sem registros para a linha (cat = %d)" + +#: ../vector/v.to.rast3/main.c:157 +msgid "Unable to close new 3d raster map" +msgstr "Não foi possível fechar o novo mapa raster 3D" + +#: ../vector/v.net.iso/main.c:78 ../vector/v.net.alloc/main.c:66 +#: ../raster/r.walk/main.c:209 ../raster/r.cost/main.c:167 +msgid "cost allocation" +msgstr "alocação de custos" + +#: ../vector/v.net.iso/main.c:79 +msgid "isolines" +msgstr "isolinhas" + +#: ../vector/v.net.iso/main.c:80 +msgid "Splits subnets for nearest centers by cost isolines." +msgstr "Divide sub-redes para centros mais próximos por isolinhas de custo." + +#: ../vector/v.net.iso/main.c:82 +msgid "Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation." +msgstr "Divide a rede em bandas entre as isolinhas de custo (direção do centro). O nó central deve ser aberto (costs > = 0). Os custos do nó central são usados ​​no cálculo." + +#: ../vector/v.net.iso/main.c:95 ../vector/v.net.alloc/main.c:81 +msgid "Use costs from centers or costs to centers" +msgstr "Use custos de centros ou custos para centros" + +#: ../vector/v.net.iso/main.c:96 ../vector/v.net.iso/main.c:136 +#: ../vector/v.net.iso/main.c:141 ../vector/v.net.iso/main.c:146 +#: ../vector/v.net.connectivity/main.c:65 +#: ../vector/v.net.connectivity/main.c:71 +#: ../vector/v.net.connectivity/main.c:78 +#: ../vector/v.net.connectivity/main.c:84 +#: ../vector/v.net.connectivity/main.c:92 ../vector/v.net.flow/main.c:71 +#: ../vector/v.net.flow/main.c:77 ../vector/v.net.flow/main.c:91 +#: ../vector/v.net.flow/main.c:97 ../vector/v.net.flow/main.c:103 +#: ../vector/v.net.bridge/main.c:61 ../vector/v.net.bridge/main.c:67 +#: ../vector/v.net.bridge/main.c:74 ../vector/v.net.bridge/main.c:80 +#: ../vector/v.net.bridge/main.c:87 ../vector/v.net.alloc/main.c:82 +#: ../vector/v.net.alloc/main.c:115 ../vector/v.net.alloc/main.c:120 +#: ../vector/v.net.alloc/main.c:125 ../vector/v.net.salesman/main.c:169 +#: ../vector/v.net.salesman/main.c:177 ../vector/v.net.path/main.c:80 +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +#: ../vector/v.net.path/main.c:87 ../vector/v.net.path/main.c:94 +#: ../vector/v.net.flow/main.c:70 ../vector/v.net.flow/main.c:76 +#: ../vector/v.net.flow/main.c:90 ../vector/v.net.flow/main.c:96 +#: ../vector/v.net.flow/main.c:102 ../vector/v.net.alloc/main.c:79 +#: ../vector/v.net.alloc/main.c:112 ../vector/v.net.alloc/main.c:117 +#: ../vector/v.net.alloc/main.c:122 ../vector/v.net.centrality/main.c:110 +#: ../vector/v.net.centrality/main.c:116 ../vector/v.net.centrality/main.c:130 +#: ../vector/v.net.centrality/main.c:136 ../vector/v.net.centrality/main.c:143 +#: ../vector/v.net.spanningtree/main.c:59 +#: ../vector/v.net.spanningtree/main.c:65 +#: ../vector/v.net.spanningtree/main.c:72 +#: ../vector/v.net.spanningtree/main.c:78 ../vector/v.net.allpairs/main.c:94 +#: ../vector/v.net.allpairs/main.c:100 ../vector/v.net.allpairs/main.c:107 +#: ../vector/v.net.connectivity/main.c:64 +#: ../vector/v.net.connectivity/main.c:70 +#: ../vector/v.net.connectivity/main.c:77 +#: ../vector/v.net.connectivity/main.c:83 +#: ../vector/v.net.connectivity/main.c:91 +msgid "Cost" +msgstr "Custo" + +<<<<<<< HEAD +#: ../vector/v.net.iso/main.c:102 ../vector/v.net.alloc/main.c:88 +msgid "Categories of centers (points on nodes) to which net will be allocated, layer for this categories is given by nlayer option" +msgstr "Categorias de centros (pontos em nós) para os quais a rede será alocada, a camada para essas categorias é fornecida pela opção nlayer" + +#: ../vector/v.net.iso/main.c:111 +msgid "Costs for isolines" +msgstr "Custos para isolinhas" + +#: ../vector/v.net.iso/main.c:145 ../vector/v.net.connectivity/main.c:91 +#: ../vector/v.net.flow/main.c:102 ../vector/v.net.bridge/main.c:86 +#: ../vector/v.net.alloc/main.c:124 ../vector/v.net.path/main.c:93 +#: ../vector/v.net.centrality/main.c:142 ../vector/v.net.spanningtree/main.c:78 +#: ../vector/v.net.timetable/main.c:302 ../vector/v.net.components/main.c:110 +#: ../vector/v.net.allpairs/main.c:106 ../vector/v.net.distance/main.c:153 +msgid "Node cost column (number)" +msgstr "Coluna de custo do nó (número)" + +#: ../vector/v.net.iso/main.c:150 ../vector/v.net.alloc/main.c:129 +#: ../vector/v.net.salesman/main.c:181 ../vector/v.net.path/main.c:110 +======= +#: ../vector/v.net.salesman/main.c:177 +msgid "EXPERIMENTAL: Arc backward direction cost column (number)" +msgstr "" + +#: ../vector/v.net.salesman/main.c:182 ../vector/v.net.iso/main.c:149 +#: ../vector/v.net.path/main.c:111 ../vector/v.net.alloc/main.c:126 +>>>>>>> osgeo-main +msgid "Use turntable" +msgstr "" + +#: ../vector/v.net.salesman/main.c:183 ../vector/v.net.salesman/main.c:190 +#: ../vector/v.net.salesman/main.c:197 ../vector/v.net.iso/main.c:150 +#: ../vector/v.net.iso/main.c:157 ../vector/v.net.iso/main.c:164 +#: ../vector/v.net.path/main.c:112 ../vector/v.net.path/main.c:119 +#: ../vector/v.net.path/main.c:126 ../vector/v.net.alloc/main.c:127 +#: ../vector/v.net.alloc/main.c:134 ../vector/v.net.alloc/main.c:141 +#: ../vector/v.net/args.c:63 ../vector/v.net/args.c:110 +#: ../vector/v.net/args.c:122 +msgid "Turntable" +msgstr "" + +#: ../vector/v.net.salesman/main.c:188 ../vector/v.net.iso/main.c:155 +#: ../vector/v.net.path/main.c:117 ../vector/v.net.alloc/main.c:132 +msgid "Layer with turntable" +msgstr "" + +#: ../vector/v.net.salesman/main.c:189 ../vector/v.net.salesman/main.c:196 +#: ../vector/v.net.iso/main.c:156 ../vector/v.net.iso/main.c:163 +#: ../vector/v.net.path/main.c:118 ../vector/v.net.path/main.c:125 +#: ../vector/v.net.alloc/main.c:133 ../vector/v.net.alloc/main.c:140 +msgid "Relevant only with -t flag" +msgstr "Relevante apenas com a flag -t" + +#: ../vector/v.net.salesman/main.c:195 ../vector/v.net.iso/main.c:162 +#: ../vector/v.net.path/main.c:124 ../vector/v.net.alloc/main.c:139 +#: ../vector/v.net/args.c:113 +msgid "Layer with unique categories used in turntable" +msgstr "" + +<<<<<<< HEAD +#: ../vector/v.net.salesman/main.c:204 +msgid "Name for output file holding node sequence (\"-\" for stdout)" +msgstr "" +"Nome para o arquivo de saída que contém a sequência de nós (\"-\" para " +"stdout)" + +#: ../vector/v.net.salesman/main.c:209 ../vector/v.net.distance/main.c:161 +#: ../vector/v.net.iso/main.c:169 ../vector/v.net.steiner/main.c:406 +#: ../vector/v.net.path/main.c:131 ../vector/v.net.alloc/main.c:146 +#: ../vector/v.net.centrality/main.c:188 ../vector/v.net.spanningtree/main.c:83 +#: ../vector/v.net.allpairs/main.c:112 +#, fuzzy +msgid "Use geodesic calculation for longitude-latitude projects" +msgstr "Use o cálculo geodésico para locations longitude-latitude" + +#: ../vector/v.net.salesman/main.c:276 ../vector/v.net.iso/main.c:276 +#: ../vector/v.net.alloc/main.c:216 +msgid "Point is not connected to the network" +msgstr "O ponto não está conectado à rede" + +#: ../vector/v.net.salesman/main.c:284 +======= +#: ../vector/v.net.iso/main.c:177 ../vector/v.net.alloc/main.c:156 +msgid "Create unique categories and attribute table" +msgstr "Crie categorias e tabela de atributos exclusivas" + +#: ../vector/v.net.iso/main.c:179 +msgid "Default: one category for each iso-band" +msgstr "Padrão: uma categoria para cada banda iso" + +#: ../vector/v.net.iso/main.c:215 +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +======= +======= +======= +======= +======= +======= +#, c-format +msgid "Wrong iso cost: %f" +msgstr "Custo da iso errado: %f" + +#: ../vector/v.net.iso/main.c:218 +#, c-format +msgid "Iso cost: %f less than previous" +msgstr "Custo da iso: %f menor que o anterior" + +#: ../vector/v.net.iso/main.c:223 +#, c-format +msgid "Iso cost %d: %f" +msgstr "Custo da iso %d: %f" + +#: ../vector/v.net.iso/main.c:231 +msgid "Not enough costs, everything reachable falls to first band" +msgstr "Custos insuficientes, tudo o que é alcançável cai para a primeira faixa" + +#: ../vector/v.net.iso/main.c:282 ../vector/v.net.alloc/main.c:224 +#: ../vector/v.net.salesman/main.c:277 +msgid "Point is not connected to the network" +msgstr "O ponto não está conectado à rede" + +#: ../vector/v.net.iso/main.c:290 ../vector/v.net.alloc/main.c:232 +msgid "Center at closed node (costs = -1) ignored" +msgstr "Centro no nó fechado (custos = -1) ignorado" + +#: ../vector/v.net.iso/main.c:308 ../vector/v.net.alloc/main.c:250 +#, c-format +msgid "Number of centers: %d (nlayer %d)" +msgstr "Número de centros: %d (nlayer %d)" + +#: ../vector/v.net.iso/main.c:311 ../vector/v.net.alloc/main.c:253 +msgid "Not enough centers for selected nlayer. Nothing will be allocated." +msgstr "Centros insuficientes para a camada selecionada. Nada será alocado." + +#: ../vector/v.net.iso/main.c:333 ../vector/v.net.iso/main.c:345 +#: ../vector/v.net.alloc/main.c:275 ../vector/v.net.alloc/main.c:287 +msgid "Calculating costs from centers ..." +msgstr "Calculando custos dos centros..." + +#: ../vector/v.net.iso/main.c:338 ../vector/v.net.iso/main.c:349 +#: ../vector/v.net.alloc/main.c:280 ../vector/v.net.alloc/main.c:291 +msgid "Calculating costs to centers ..." +msgstr "Calculando custos para centros..." + +#: ../vector/v.net.iso/main.c:394 ../vector/v.sample/main.c:193 +#: ../vector/v.net.flow/main.c:185 ../vector/v.net.alloc/main.c:333 +#: ../vector/v.net.path/path.c:113 ../vector/v.net.centrality/main.c:270 +#: ../vector/v.db.connect/main.c:338 ../vector/v.net.timetable/main.c:107 +#: ../vector/v.net.components/main.c:194 ../vector/v.kcv/main.c:176 +#: ../vector/v.net.allpairs/main.c:183 ../vector/v.net.distance/main.c:295 +msgid "Cannot create index" +msgstr "Não consegui criar índice" + +#: ../vector/v.net.iso/main.c:398 ../vector/v.net.flow/main.c:189 +#: ../vector/v.net.alloc/main.c:337 ../vector/v.net.path/path.c:117 +#: ../vector/v.net.centrality/main.c:274 ../vector/v.net.timetable/main.c:112 +#: ../vector/v.net.components/main.c:198 ../vector/v.net.allpairs/main.c:187 +#: ../vector/v.net.distance/main.c:299 +#, c-format +msgid "Cannot grant privileges on table <%s>" +msgstr "Não é possível conceder privilégios na tabela <%s>" + +#: ../vector/v.net.iso/main.c:403 +msgid "Generating isolines..." +msgstr "Gerando isolinhas..." + +#: ../vector/v.net.iso/main.c:704 ../vector/v.net.alloc/main.c:592 +#: ../vector/v.net.alloc/main.c:627 +msgid "Cannot get line segment, segment out of line" +msgstr "Não é possível obter segmento de linha, segmento fora da linha" + +#: ../vector/v.net.iso/main.c:724 ../vector/v.net.iso/main.c:754 +#: ../vector/v.net.flow/main.c:262 ../vector/v.net.alloc/main.c:432 +#: ../vector/v.net.alloc/main.c:464 ../vector/v.net.alloc/main.c:495 +#: ../vector/v.net.alloc/main.c:533 ../vector/v.net.alloc/main.c:561 +#: ../vector/v.net.alloc/main.c:612 ../vector/v.net.alloc/main.c:648 +#: ../vector/v.net.alloc/main.c:679 ../vector/v.net.path/path.c:350 +#: ../vector/v.net.centrality/main.c:69 ../vector/v.net.timetable/main.c:134 +#: ../vector/v.net.timetable/main.c:156 ../vector/v.net.components/main.c:39 +#: ../vector/v.net.allpairs/main.c:271 ../vector/v.net.distance/main.c:363 +#: ../raster/r.random/random.c:189 +#, c-format +msgid "Cannot insert new record: %s" +msgstr "Não é possível inserir novo registro: %s" + +#: ../vector/v.parallel/main.c:53 +msgid "Creates parallel line to input vector lines." +msgstr "Cria uma linha paralela para inserir linhas de vetor." + +#: ../vector/v.parallel/main.c:68 +msgid "Offset along major axis in map units" +msgstr "Deslocamento ao longo do eixo principal em unidades de mapa" + +#: ../vector/v.parallel/main.c:76 +msgid "Offset along minor axis in map units" +msgstr "Deslocamento ao longo do eixo secundário em unidades de mapa" + +#: ../vector/v.parallel/main.c:84 ../vector/v.buffer/main.c:271 +msgid "Angle of major axis in degrees" +msgstr "Ângulo do eixo principal em graus" + +#: ../vector/v.parallel/main.c:93 +msgid "Side" +msgstr "Lado" + +#: ../vector/v.parallel/main.c:97 +msgid "Parallel line is on the left" +msgstr "A linha paralela está à esquerda" + +#: ../vector/v.parallel/main.c:98 +msgid "Parallel line is on the right" +msgstr "A linha paralela está à direita" + +#: ../vector/v.parallel/main.c:99 +msgid "Parallel lines on both sides" +msgstr "As linhas paralelas estão dos dois lados" + +#: ../vector/v.parallel/main.c:108 +msgid "Tolerance of arc polylines in map units" +msgstr "Tolerância de polilinhas de arco em unidades de mapa" + +#: ../vector/v.parallel/main.c:112 +msgid "Make outside corners round" +msgstr "Fazer os cantos externos arredondados" + +#: ../vector/v.parallel/main.c:116 +msgid "Create buffer-like parallel lines" +msgstr "Criar linhas paralelas semelhantes a buffer" + +#: ../vector/v.net.visibility/main.c:48 +msgid "visibility" +msgstr "visibility" + +#: ../vector/v.net.visibility/main.c:49 +msgid "Performs visibility graph construction." +msgstr "Executa a construção do gráfico de visibilidade." + +#: ../vector/v.net.visibility/main.c:60 +msgid "Name of input vector map containing visible points" +msgstr "Nome do mapa vetorial de entrada contendo pontos visíveis" + +#: ../vector/v.net.visibility/main.c:61 +msgid "Add points after computing the visibility graph" +msgstr "Adicionar pontos após calcular o gráfico de visibilidade" + +#: ../vector/v.net.visibility/main.c:85 +#, c-format +msgid "Unable to copy elements from vector map <%s>" +msgstr "Não foi possível copiar elementos do mapa vetorial <%s>" + +#: ../vector/v.net.visibility/main.c:90 +msgid "Lat-long projection" +msgstr "Projeção lat-long" + +#: ../vector/v.out.dxf/main.c:59 +msgid "DXF" +msgstr "DXF" + +#: ../vector/v.out.dxf/main.c:61 +msgid "Exports vector map to DXF file format." +msgstr "Exporta o mapa vetorial para o formato de arquivo DXF." + +#: ../vector/v.out.dxf/main.c:69 +msgid "Name for DXF output file" +msgstr "Nome para o arquivo de saída DXF" + +#: ../vector/v.out.dxf/main.c:94 +#, c-format +msgid "%d features written to '%s'." +msgstr "%d feições escritas para '%s'." + +#: ../vector/v.out.dxf/write_dxf.c:21 +#, c-format +msgid "The file '%s' already exists." +msgstr "O arquivo '%s' já existe." + +#: ../vector/v.out.dxf/write_dxf.c:23 +#, c-format +msgid "The file '%s' already exists and will be overwritten." +msgstr "O arquivo '%s' já existe e será substituído." + +#: ../vector/v.out.dxf/write_dxf.c:27 +#, c-format +msgid "%s: Cannot write dxf file." +msgstr "%s: Não é possível escrever o arquivo dxf." + +#: ../vector/v.external/list.c:94 ../vector/v.external.out/list.c:102 +#: ../vector/v.out.ogr/list.c:116 ../vector/v.in.ogr/main.c:442 +#: ../raster/r.in.gdal/main.c:314 ../raster/r.external/list.c:23 +msgid "Supported formats:" +msgstr "Formatos suportados:" + +#: ../vector/v.external/list.c:111 +msgid "GRASS is not compiled with PostgreSQL support" +msgstr "GRASS não é compilado com suporte PostgreSQL" + +#: ../vector/v.external/list.c:117 +msgid "GRASS is not compiled with OGR support" +msgstr "GRASS não é compilado com suporte OGR" + +#: ../vector/v.external/list.c:158 +msgid "Connection to PostgreSQL database failed." +msgstr "A conexão com o banco de dados PostgreSQL falhou." + +#: ../vector/v.external/list.c:168 +msgid "No feature tables found in database." +msgstr "Nenhuma tabela de feição encontrada no banco de dados." + +#: ../vector/v.external/list.c:179 +#, c-format +msgid "PostGIS database <%s> contains %d feature table:" +msgid_plural "PostGIS database <%s> contains %d feature tables:" +msgstr[0] "O banco de dados PostGIS <%s> contém %d tabela de feição:" +msgstr[1] "O banco de dados PostGIS <%s> contém %d tabelas de feições:" + +#: ../vector/v.external/list.c:260 +#, c-format +msgid "Unable to open data source '%s'" +msgstr "Não foi possível abrir a fonte de dados '%s'" + +#: ../vector/v.external/list.c:267 +#, c-format +msgid "Data source <%s> (format '%s') contains %d layer:" +msgid_plural "Data source <%s> (format '%s') contains %d layers:" +msgstr[0] "A fonte de dados <%s> (formato '%s') contém %d camada:" +msgstr[1] "A fonte de dados <%s> (formato '%s') contém %d camadas:" + +#: ../vector/v.external/list.c:310 +#, c-format +msgid "Unable to convert input map projection to GRASS format. Projection check cannot be provided for OGR layer <%s>" +msgstr "Não foi possível converter a projeção do mapa de entrada para o formato GRASS. A verificação de projeção não pode ser fornecida para a camada OGR <%s>" + +#: ../vector/v.external/list.c:326 +#, c-format +msgid "Invalid geometry column %d" +msgstr "Coluna de geometria inválida %d" + +#: ../vector/v.external/args.c:15 ../vector/v.external.out/args.c:15 +msgid "" +"Examples:\n" +"\t\tESRI Shapefile: directory containing a shapefile\n" +"\t\tMapInfo File: directory containing a mapinfo file\n" +"\t\tPostGIS database: connection string, eg. 'PG:dbname=db user=grass'" +msgstr "" +"Exemplos:\n" +"\t\tESRI Shapefile: diretório contendo um shapefile\n" +"\t\tArquivo MapInfo: diretório contendo um arquivo mapinfo\n" +"\t\tBanco de dados PostGIS: string de conexão, por exemplo. 'PG:dbname=db user=grass'" + +#: ../vector/v.external/args.c:27 +msgid "Name of OGR layer or PostGIS feature table to be linked" +msgstr "Nome da camada OGR ou tabela de feição PostGIS a ser vinculada" + +#: ../vector/v.external/args.c:28 +msgid "" +"Examples:\n" +"\t\tESRI Shapefile: shapefile name\n" +"\t\tMapInfo File: mapinfo file name\n" +"\t\tPostGIS database: table name" +msgstr "" +"Exemplos:\n" +"\t\tESRI Shapefile: nome do shapefile\n" +"\t\tArquivo MapInfo: nome do arquivo mapinfo\n" +"\t\tBanco de dados PostGIS: nome da tabela" + +#: ../vector/v.external/args.c:40 +msgid "Name for output GRASS vector map (default: input layer)" +msgstr "Nome para o mapa vetorial GRASS de saída (padrão: camada de entrada)" + +#: ../vector/v.external/args.c:52 ../vector/v.in.ogr/main.c:393 +#: ../raster/r.in.gdal/main.c:235 ../raster/r.external/main.c:109 +msgid "Perform projection check only and exit" +msgstr "Executar apenas a verificação de projeção e sair" + +#: ../vector/v.external/args.c:56 ../vector/v.external.out/args.c:62 +#: ../raster/r.in.gdal/main.c:249 ../raster/r.external.out/main.c:271 +#: ../raster/r.external/main.c:95 +msgid "List supported formats and exit" +msgstr "Mostra os formatos suportados e encerra" + +#: ../vector/v.external/args.c:68 +msgid "List available layers including feature type in data source and exit" +msgstr "Listar as camadas disponíveis, incluindo o tipo de feição na fonte de dados e sair" + +#: ../vector/v.external/args.c:70 +msgid "Format: layer name,type,projection check,geometry" +msgstr "Formato: layer name,type,projection check,geometry" + +#: ../vector/v.external/proj.c:36 ../vector/v.in.ogr/proj.c:37 +#: ../vector/v.in.ogr/main.c:798 +#, c-format +msgid "Geometry column <%s> not found in input layer <%s>" +msgstr "Coluna de geometria <%s> não encontrada na camada de entrada <%s>" + +#: ../vector/v.external/proj.c:54 ../vector/v.in.ogr/proj.c:55 +msgid "Unable to convert input layer projection information to GRASS format for checking" +msgstr "Não foi possível converter as informações de projeção da camada de entrada para o formato GRASS para verificação" + +#: ../vector/v.external/proj.c:60 ../vector/v.external/proj.c:88 +#: ../vector/v.in.ogr/proj.c:61 ../vector/v.in.ogr/proj.c:89 +msgid "Can't get WKT parameter string" +msgstr "Não é possível obter string de parâmetro WKT" + +#: ../vector/v.external/proj.c:63 ../vector/v.external/proj.c:91 +#: ../vector/v.in.ogr/proj.c:64 ../vector/v.in.ogr/proj.c:92 +#, c-format +msgid "" +"WKT definition:\n" +"%s" +msgstr "" +"Definição WKT:\n" +"%s" + +#: ../vector/v.external/proj.c:73 ../vector/v.in.ogr/proj.c:74 +#, c-format +msgid "No projection information available for layer <%s>" +msgstr "Nenhuma informação de projeção disponível para a camada <%s>" + +#: ../vector/v.external/proj.c:81 ../vector/v.in.ogr/proj.c:82 +#, c-format +msgid "Projection for layer <%s> does not contain a valid SRS" +msgstr "A projeção para a camada <%s> não contém um SRS válido" + +#: ../vector/v.external/proj.c:201 ../vector/v.in.ogr/proj.c:335 +#: ../raster/r.in.gdal/proj.c:165 ../raster/r.external/proj.c:165 +msgid "Unable to convert input map projection information to GRASS format." +msgstr "Não foi possível converter as informações de projeção do mapa de entrada para o formato GRASS." + +#: ../vector/v.external/proj.c:246 ../vector/v.external/proj.c:255 +#: ../vector/v.in.ogr/proj.c:380 ../vector/v.in.ogr/proj.c:389 +#: ../raster/r.in.gdal/proj.c:209 ../raster/r.in.gdal/proj.c:218 +#: ../raster/r.external/proj.c:209 ../raster/r.external/proj.c:218 +msgid "Location PROJ_INFO is:\n" +msgstr "Locação PROJ_INFO é:\n" + +#: ../vector/v.external/proj.c:275 ../vector/v.external/proj.c:282 +#: ../vector/v.in.ogr/proj.c:409 ../vector/v.in.ogr/proj.c:416 +#: ../raster/r.in.gdal/proj.c:238 ../raster/r.in.gdal/proj.c:245 +#: ../raster/r.external/proj.c:238 ../raster/r.external/proj.c:245 +msgid "Dataset PROJ_INFO is:\n" +msgstr "PROJ_INFO do conjunto de dados é:\n" + +#: ../vector/v.external/proj.c:368 ../vector/v.in.ogr/proj.c:502 +#: ../raster/r.in.gdal/proj.c:331 ../raster/r.external/proj.c:331 +msgid "Consider generating a new location from the input dataset using the 'location' parameter.\n" +msgstr "Considere gerar uma nova locação a partir do conjunto de dados de entrada usando o parâmetro 'location'.\n" + +#: ../vector/v.external/main.c:59 +msgid "Creates a new pseudo-vector map as a link to an OGR-supported layer or a PostGIS feature table." +msgstr "Cria um novo mapa pseudo-vetorial como um link para uma camada suportada por OGR ou uma tabela de feição PostGIS." + +#: ../vector/v.external/main.c:78 ../vector/v.external.out/format.c:22 +msgid "Environment variable GRASS_VECTOR_OGR defined, but GRASS is compiled with OGR support. Using GRASS-PostGIS data driver instead." +msgstr "Variável de ambiente GRASS_VECTOR_OGR definida, mas GRASS é compilado com suporte OGR. Usando o driver de dados GRASS-PostGIS." + +#: ../vector/v.external/main.c:83 ../vector/v.external.out/format.c:27 +msgid "GRASS is not compiled with PostgreSQL support. Using OGR-PostgreSQL driver instead of native GRASS-PostGIS data driver." +msgstr "GRASS não é compilado com suporte PostgreSQL. Usando o driver OGR-PostgreSQL em vez do driver de dados GRASS-PostGIS nativo." + +#: ../vector/v.external/main.c:110 ../vector/v.what.rast/main.c:121 +#: ../vector/v.edit/main.c:90 ../vector/v.in.ogr/main.c:483 +#: ../vector/v.proj/main.c:249 ../vector/v.net/args.c:152 +#: ../vector/v.net/args.c:159 ../vector/v.net/args.c:165 +#: ../vector/v.net/args.c:169 ../vector/v.net/args.c:179 +#: ../vector/v.select/main.c:91 ../raster/r.proj/main.c:309 +#: ../scripts/d.frame/d.frame.py:284 +#, c-format, python-format +msgid "Required parameter <%s> not set" +msgstr "parâmetro <%s> necessário não configurado" + +#: ../vector/v.external/main.c:124 ../vector/v.in.ogr/main.c:693 +#, c-format +msgid "Layer <%s> not available" +msgstr "Camada <%s> não disponível" + +#: ../vector/v.external/main.c:126 +msgid "No layer defined" +msgstr "Nenhuma camada definida" + +#: ../vector/v.external/main.c:151 ../vector/v.in.ogr/main.c:584 +#, c-format +msgid "Unable to open data source <%s>" +msgstr "Não foi possível abrir a fonte de dados <%s>" + +#: ../vector/v.external/main.c:192 +#, c-format +msgid "Unable to delete '%s'" +msgstr "Não foi possível excluir '%s'" + +#: ../vector/v.external/main.c:199 +#, c-format +msgid "Unable to create file '%s/%s'" +msgstr "Não foi possível criar o arquivo '%s/%s'" + +#: ../vector/v.external/main.c:233 +#, c-format +msgid "Link to vector map <%s> created." +msgstr "Link para o mapa vetorial <%s> criado." + +#: ../vector/v.external/dsn.c:21 ../vector/v.out.ogr/dsn.c:27 +#: ../vector/v.in.ogr/dsn.c:28 +msgid "Invalid connection string (dbname missing)" +msgstr "String de conexão inválida (dbname ausente)" + +#: ../vector/v.what.rast/main.c:79 +msgid "Uploads raster values at positions of vector points to the table." +msgstr "Carrega valores raster em posições de pontos vetoriais para a tabela." + +#: ../vector/v.what.rast/main.c:110 +msgid "Print categories and values instead of updating the database" +msgstr "Imprimir categorias e valores em vez de atualizar o banco de dados" + +#: ../vector/v.what.rast/main.c:170 +#, c-format +msgid "Column <%s> not found in the table <%s>. Creating..." +msgstr "Coluna <%s> não encontrada na tabela <%s>. Criando ..." + +#: ../vector/v.what.rast/main.c:177 ../vector/v.colors/write_rgb.c:37 +#, c-format +msgid "Unable to add column <%s> to table <%s>" +msgstr "Não é possível adicionar coluna <%s> à tabela <%s>" + +#: ../vector/v.what.rast/main.c:186 +msgid "Raster type is integer and column type is float" +msgstr "Tipo do raster é inteiro e o tipo da coluna é 'float'" + +#: ../vector/v.what.rast/main.c:189 +msgid "Raster type is float and column type is integer, some data lost!!" +msgstr "Tipo do raster é 'float' e tipo da coluna é inteiro, alguns dados foram perdidos !!" + +#: ../vector/v.what.rast/main.c:206 ../vector/v.what.rast3/main.c:158 +msgid "Reading features from vector map..." +msgstr "Lendo feições do mapa vetorial..." + +#: ../vector/v.what.rast/main.c:266 ../vector/v.to.db/main.c:406 +#, c-format +msgid "Unable to write history for vector map <%s>" +msgstr "" + +#: ../vector/v.what.rast/main.c:274 +#, c-format +msgid "No features of type (%s) found in the current computational region" +msgstr "" + +#: ../vector/v.what.rast/main.c:298 +#, c-format +msgid "%d points outside current region were skipped" +msgstr "%d pontos fora da região atual foram ignorados" + +#: ../vector/v.what.rast/main.c:302 +#, c-format +msgid "%d points without category were skipped" +msgstr "%d pontos sem categoria foram ignorados" + +#: ../vector/v.what.rast/main.c:573 ../vector/v.what.rast/main.c:613 +#, c-format +msgid "Multiple points (%d) of category %d, value set to 'NULL'" +msgstr "Vários pontos (%d) da categoria %d, valor definido como 'NULL'" + +#: ../vector/v.what.rast/main.c:626 ../vector/v.sample/main.c:226 +#: ../vector/v.sample/main.c:234 ../vector/v.buffer/main.c:548 +#: ../vector/v.buffer/main.c:658 ../vector/v.what.rast3/main.c:272 +#: ../vector/v.label.sa/labels.c:166 ../vector/v.vol.rst/user1.c:172 +#: ../vector/v.label/main.c:325 +#, c-format +msgid "No record for category %d in table <%s>" +msgstr "Não há registro para a categoria %d na tabela <%s>" + +#: ../vector/v.what.rast/main.c:681 +#, c-format +msgid "%d categories loaded from vector" +msgstr "%d categorias carregadas do vetor" + +#: ../vector/v.what.rast/main.c:683 +#, c-format +msgid "%d duplicate categories in vector map <%s>" +msgstr "%d categorias duplicadas no mapa vetorial <%s>" + +#: ../vector/v.what.rast/main.c:687 +#, c-format +msgid "%d categories loaded from table" +msgstr "%d categorias carregadas da tabela" + +#: ../vector/v.what.rast/main.c:688 +#, c-format +msgid "%d categories from vector missing in table" +msgstr "%d categorias do vetor faltando na tabela" + +#: ../vector/v.what.rast/main.c:691 ../vector/v.distance/main.c:1754 +#: ../vector/v.vect.stats/main.c:782 +#, c-format +msgid "%d update errors" +msgstr "%d atualizar erros" + +#: ../vector/v.what.rast/main.c:693 ../vector/v.distance/main.c:1756 +#, c-format +msgid "%d records updated." +msgstr "%d registros atualizados." + +#: ../vector/v.lidar.correction/main.c:74 +msgid "Corrects the v.lidar.growing output. It is the last of the three algorithms for LIDAR filtering." +msgstr "Corrige a saída v.lidar.growing. É o último dos três algoritmos de filtragem LIDAR." + +#: ../vector/v.lidar.correction/main.c:85 +msgid "Input observation vector map name (v.lidar.growing output)" +msgstr "Nome do mapa vetorial de observações de entrada (saída v.lidar.growing)" + +#: ../vector/v.lidar.correction/main.c:88 +msgid "Output classified vector map name" +msgstr "Nome do mapa vetorial classificado de saída" + +#: ../vector/v.lidar.correction/main.c:93 +msgid "Name for output only 'terrain' points vector map" +msgstr "Nome para o mapa vetorial de pontos de 'terreno' de saída" + +#: ../vector/v.lidar.correction/main.c:101 +msgid "Default: 25 * east-west resolution" +msgstr "Padrão: 25 * resolução leste-oeste" + +#: ../vector/v.lidar.correction/main.c:110 +msgid "Default: 25 * north-south resolution" +msgstr "Padrão: 25 * resolução norte-sul" + +#: ../vector/v.lidar.correction/main.c:118 +msgid "Regularization weight in reclassification evaluation" +msgstr "Peso de regularização na avaliação de reclassificação" + +#: ../vector/v.lidar.correction/main.c:126 +msgid "High threshold for object to terrain reclassification" +msgstr "Limiar alto para reclassificação de objeto para terreno" + +#: ../vector/v.lidar.correction/main.c:134 +msgid "Low threshold for terrain to object reclassification" +msgstr "Limiar baixo para reclassificação de terreno para objeto" + +#: ../vector/v.lidar.correction/main.c:278 +#, c-format +msgid "Adjusted EW spline %d" +msgid_plural "Adjusted EW splines %d" +msgstr[0] "Spline EW ajustada %d" +msgstr[1] "Splines EW ajustadas %d" + +#: ../vector/v.lidar.correction/main.c:281 +#, c-format +msgid "Adjusted NS spline %d" +msgid_plural "Adjusted NS splines %d" +msgstr[0] "Spline NS ajustada %d" +msgstr[1] "Splines NS ajustadas %d" + +#: ../vector/v.lidar.correction/main.c:376 +msgid "Performing mean calculation..." +msgstr "Fazendo o cálculo da média..." + +#: ../vector/v.lidar.correction/main.c:407 ../vector/v.surf.bspline/main.c:170 +#: ../vector/v.outlier/main.c:418 ../raster/r.resamp.bspline/main.c:128 +msgid "Bilinear interpolation" +msgstr "Interpolação bilinear" + +#: ../vector/v.lidar.correction/main.c:420 +msgid "Correction and creation of terrain vector map..." +msgstr "Correção e criação de mapa vetorial de terreno..." + +#: ../vector/v.lidar.correction/correction.c:93 +#: ../vector/v.lidar.correction/correction.c:127 +#: ../vector/v.lidar.correction/correction.c:151 +#: ../vector/v.lidar.correction/correction.c:163 +#: ../vector/v.lidar.correction/correction.c:187 +#: ../vector/v.outlier/outlier.c:86 ../vector/v.outlier/outlier.c:123 +#: ../vector/v.outlier/outlier.c:148 ../vector/v.outlier/outlier.c:161 +#: ../vector/v.outlier/outlier.c:185 +msgid "Impossible to read the database" +msgstr "Impossível ler o banco de dados" + +#: ../vector/v.lidar.correction/correction.c:97 +#: ../vector/v.lidar.correction/correction.c:155 +#: ../vector/v.outlier/outlier.c:90 ../vector/v.outlier/outlier.c:152 +msgid "Impossible to update the database" +msgstr "Impossível atualizar o banco de dados" + +#: ../vector/v.lidar.correction/correction.c:107 +#: ../vector/v.lidar.correction/correction.c:115 +#: ../vector/v.lidar.correction/correction.c:210 +#: ../vector/v.outlier/outlier.c:101 ../vector/v.outlier/outlier.c:110 +#: ../vector/v.outlier/outlier.c:207 +msgid "Impossible to write in the database" +msgstr "Impossível escrever no banco de dados" + +#: ../vector/v.sample/main.c:79 +msgid "Samples a raster map at vector point locations." +msgstr "Faz a amostragem de um mapa raster em locations de pontos vetoriais." + +#: ../vector/v.sample/main.c:82 ../vector/v.surf.bspline/main.c:110 +msgid "Name of input vector point map" +msgstr "Nome do mapa de pontos do vetor de entrada" + +#: ../vector/v.sample/main.c:89 +msgid "Name of attribute column to use for comparison" +msgstr "Nome da coluna de atributo a ser usada para comparação" + +#: ../vector/v.sample/main.c:92 +msgid "Name for output vector map to store differences" +msgstr "Nome para o mapa vetorial de saída para armazenar diferenças" + +#: ../vector/v.sample/main.c:96 +msgid "Name of raster map to be sampled" +msgstr "Nome do mapa raster a ser amostrado" + +#: ../vector/v.sample/main.c:107 +msgid "Scaling factor for values read from raster map" +msgstr "Fator de escala para valores lidos do mapa raster" + +#: ../vector/v.sample/main.c:109 +msgid "Sampled values will be multiplied by this factor" +msgstr "Os valores amostrados serão multiplicados por este fator" + +#: ../vector/v.sample/main.c:133 ../vector/v.surf.idw/read_sites.c:50 +#: ../vector/v.reclass/main.c:128 +#, c-format +msgid "Database connection not defined for layer %s" +msgstr "Conexão de banco de dados não definida para camada %s" + +#: ../vector/v.sample/main.c:148 +#, c-format +msgid "Column type <%s> not supported (must be integer or double precision)" +msgstr "Tipo de coluna <%s> não suportado (deve ser inteiro ou dupla precisão)" + +#: ../vector/v.sample/main.c:154 +#, c-format +msgid "%d record selected from table" +msgid_plural "%d records selected from table" +msgstr[0] "%d registros selecionados da tabela" +msgstr[1] "%d registros selecionados da tabela" + +#: ../vector/v.sample/main.c:190 ../vector/v.patch/main.c:385 +#: ../scripts/v.db.addtable/v.db.addtable.py:137 +#, c-format, python-format +msgid "Unable to create table <%s>" +msgstr "Não foi possível criar a tabela <%s>" + +#: ../vector/v.sample/main.c:200 ../raster3d/r3.in.lidar/main.c:574 +msgid "Reading points..." +msgstr "Lendo pontos..." + +#: ../vector/v.sample/main.c:263 ../vector/v.kcv/main.c:285 +#, c-format +msgid "Unable to insert row: %s" +msgstr "Não foi possível inserir linha: %s" + +#: ../vector/v.out.svg/main.c:76 +msgid "Exports a vector map to SVG file." +msgstr "Exporta um mapa vetorial para um arquivo SVG." + +#: ../vector/v.out.svg/main.c:86 +msgid "Name for SVG output file" +msgstr "Nome do arquivo de saída SVG" + +#: ../vector/v.out.svg/main.c:95 +msgid "Output type" +msgstr "Tipo de saída" + +#: ../vector/v.out.svg/main.c:96 +msgid "Defines which feature-type will be extracted" +msgstr "Define qual tipo de feição será extraída" + +#: ../vector/v.out.svg/main.c:104 +msgid "Coordinate precision" +msgstr "Precisão da coordenada" + +#: ../vector/v.out.svg/main.c:110 +msgid "Attribute(s) to include in output SVG" +msgstr "Atributo(s) a incluir na saída SVG" + +#: ../vector/v.out.svg/main.c:131 +msgid "Precision must not be negative" +msgstr "A precisão não deve ser negativa" + +#: ../vector/v.out.svg/main.c:134 +msgid "Precision must not be higher than 15" +msgstr "A precisão não deve ser superior a 15" + +#: ../vector/v.out.svg/main.c:202 +#, c-format +msgid "Unable to create SVG file <%s>" +msgstr "Não foi possível criar o arquivo SVG <%s>" + +#: ../vector/v.out.svg/main.c:219 +#, c-format +msgid "No areas found, skipping %s" +msgstr "Nenhuma área encontrada, ignorando %s" + +#: ../vector/v.out.svg/main.c:234 ../vector/v.extrude/main.c:275 +#, c-format +msgid "Skipping area %d without centroid" +msgstr "Ignorando área %d sem centroide" + +#: ../vector/v.out.svg/main.c:260 +#, c-format +msgid "%d areas extracted" +msgstr "%d áreas extraídas" + +#: ../vector/v.out.svg/main.c:267 +#, c-format +msgid "No points found, skipping %s" +msgstr "Nenhum ponto encontrado, ignorando %s" + +#: ../vector/v.out.svg/main.c:296 +#, c-format +msgid "%d points extracted" +msgstr "%d pontos extraídos" + +#: ../vector/v.out.svg/main.c:303 +#, c-format +msgid "No lines found, skipping %s" +msgstr "Nenhuma linha encontrada, ignorando %s" + +#: ../vector/v.out.svg/main.c:330 +#, c-format +msgid "%d lines extracted" +msgstr "%d linhas extraídas" + +#: ../vector/v.out.svg/main.c:397 +#, c-format +msgid "Cannot select attributes for cat=%d" +msgstr "Não é possível selecionar atributos para cat=%d" + +#: ../vector/v.segment/main.c:62 ../vector/v.edit/main.c:59 +#: ../vector/v.to.points/main.c:57 ../vector/v.split/main.c:57 +#: ../vector/v.build.polylines/main.c:114 +msgid "node" +msgstr "nó" + +#: ../vector/v.segment/main.c:65 ../vector/v.edit/main.c:61 +#: ../vector/v.to.points/main.c:58 ../vector/v.split/main.c:59 +#: ../vector/v.build.polylines/main.c:115 +msgid "vertex" +msgstr "vértice" + +#: ../vector/v.segment/main.c:67 +msgid "Creates points/segments from input vector lines and positions." +msgstr "Cria pontos/segmentos a partir de linhas e posições vetoriais de entrada." + +#: ../vector/v.segment/main.c:70 +msgid "Name of input vector lines map" +msgstr "Nome do mapa de linhas vetoriais de entrada" + +#: ../vector/v.segment/main.c:79 +msgid "Name of file containing segment rules" +msgstr "Nome do arquivo contendo regras de segmento" + +#: ../vector/v.segment/main.c:146 ../vector/v.segment/main.c:190 #, c-format -msgid "Input vector map <%s> is not 3D!" -msgstr "O mapa vetorial de entrada <%s> não é 3D!" +msgid "Unable to read input: %s" +msgstr "Não foi possível ler entrada: %s" -#: ../vector/v.lidar.edgedetection/main.c:196 -#: ../vector/v.lidar.correction/main.c:171 +#: ../vector/v.segment/main.c:157 ../vector/v.segment/main.c:201 #, c-format -msgid "Estimated point density: %.4g\n" -msgstr "Densidade de pontos estimada:%.4g\n" +msgid "Unable to find line of cat %d" +msgstr "Não foi possível encontrar a linha da categoria %d" -#: ../vector/v.lidar.edgedetection/main.c:197 -#: ../vector/v.lidar.correction/main.c:172 +#: ../vector/v.segment/main.c:172 #, c-format -msgid "Estimated mean distance between points: %.4g\n" -msgstr "Distância média estimada entre pontos: %.4g\n" - -#: ../vector/v.lidar.edgedetection/main.c:200 -#: ../vector/v.lidar.correction/main.c:175 ../vector/v.outlier/main.c:220 -msgid "No points in current region!" -msgstr "Sem pontos na região atual!" - -#: ../vector/v.lidar.edgedetection/main.c:207 -#: ../vector/v.lidar.correction/main.c:182 ../vector/v.outlier/main.c:146 -msgid "Unable to read name of database" -msgstr "Não foi possível ler o nome do banco de dados" +msgid "" +"Unable to get point on line: cat = %d offset = %f (line length = %.15g)\n" +"%s" +msgstr "Não foi possível obter o ponto na linha: cat = %d deslocamento = %f (comprimento da linha = %.15g)" -#: ../vector/v.lidar.edgedetection/main.c:210 -#: ../vector/v.lidar.correction/main.c:185 ../vector/v.outlier/main.c:149 -msgid "Unable to read name of driver" -msgstr "Não foi possível ler o nome do driver" +#: ../vector/v.segment/main.c:226 +msgid "End of segment > line length -> cut" +msgstr "Fim do segmento > comprimento da linha -> corte" -#: ../vector/v.lidar.edgedetection/main.c:227 -#: ../vector/v.lidar.edgedetection/main.c:239 -#: ../vector/v.lidar.edgedetection/main.c:261 -#: ../vector/v.lidar.correction/main.c:199 -#: ../vector/v.lidar.correction/main.c:235 ../vector/v.surf.bspline/main.c:246 -#: ../vector/v.surf.bspline/main.c:406 ../vector/v.outlier/main.c:193 -#: ../vector/v.outlier/main.c:261 ../vector/v.lidar.growing/main.c:163 +#: ../vector/v.segment/main.c:232 #, c-format -msgid "No database connection for driver <%s> is defined. Run db.connect." -msgstr "Nenhuma conexão de banco de dados para o driver <%s> está definida. Execute db.connect." +msgid "" +"Unable to make line segment: cat = %d : %f - %f (line length = %.15g)\n" +"%s" +msgstr "" +"Não é possível fazer segmento de linha: cat = %d: %f - %f(comprimento da linha = %.15g)\n" +"%s" -#: ../vector/v.lidar.edgedetection/main.c:230 -#: ../vector/v.lidar.edgedetection/main.c:242 -#: ../vector/v.lidar.correction/main.c:204 ../vector/v.surf.bspline/main.c:251 -#: ../vector/v.outlier/main.c:198 -msgid "Old auxiliary table could not be dropped" -msgstr "A tabela auxiliar antiga não pode ser descartada" +#: ../vector/v.segment/main.c:256 ../vector/v.lrs/v.lrs.segment/main.c:337 +#, c-format +msgid "Incorrect segment type: %s" +msgstr "Tipo de segmento incorreto: %s" -#: ../vector/v.lidar.edgedetection/main.c:267 +#: ../vector/v.segment/main.c:263 #, c-format -msgid "It was impossible to create <%s>." -msgstr "Foi impossível criar <%s>." +msgid "%d point read from input" +msgid_plural "%d points read from input" +msgstr[0] "%d ponto lido da entrada" +msgstr[1] "%d pontos lidos da entrada" -#: ../vector/v.lidar.edgedetection/main.c:270 +#. GTC Number of lost points +#. GTC Number of lost lines +#: ../vector/v.segment/main.c:267 ../vector/v.segment/main.c:278 +#: ../vector/v.lrs/v.lrs.segment/main.c:360 +#: ../vector/v.lrs/v.lrs.segment/main.c:372 #, c-format -msgid "It was impossible to create <%s> interpolation table in database." -msgstr "Foi impossível criar <%s> tabela de interpolação na base de dados" +msgid "%d lost" +msgid_plural "%d lost" +msgstr[0] "%d perdido" +msgstr[1] "%d perdidos" -#: ../vector/v.lidar.edgedetection/main.c:304 -#: ../vector/v.surf.bspline/main.c:537 ../vector/v.outlier/main.c:300 +#. GTC %s is replaced with message indicating number of lost points. +#: ../vector/v.segment/main.c:269 #, c-format -msgid "Adjusted EW splines %d" -msgstr "Splines EW %dajustadas" +msgid "%d point written to output map (%s)" +msgid_plural "%d points written to output map (%s)" +msgstr[0] "%d ponto escrito no mapa de saída (%s)" +msgstr[1] "%d pontos escritos no mapa de saída (%s)" -#: ../vector/v.lidar.edgedetection/main.c:305 -#: ../vector/v.surf.bspline/main.c:538 ../vector/v.outlier/main.c:301 +#: ../vector/v.segment/main.c:274 #, c-format -msgid "Adjusted NS splines %d" -msgstr "Splines NS %dajustadas" +msgid "%d line read from input" +msgid_plural "%d lines read from input" +msgstr[0] "%d linha lida da entrada" +msgstr[1] "%d linhas lidas da entrada" -#: ../vector/v.lidar.edgedetection/main.c:360 -#: ../vector/v.lidar.correction/main.c:338 ../vector/v.lidar.growing/main.c:246 +#. GTC %s is replaced with message indicating number of lost lines. +#: ../vector/v.segment/main.c:280 #, c-format -msgid "Subregion %d of %d" -msgstr "Sub-região %d de %d" +msgid "%d line written to output map (%s)" +msgid_plural "%d lines written to output map (%s)" +msgstr[0] "%d linha escrita no mapa de saída (%s)" +msgstr[1] "%d linhas escritas no mapa de saída (%s)" -#: ../vector/v.lidar.edgedetection/main.c:423 -msgid "Performing bilinear interpolation..." -msgstr "Executando interpolação bilinear..." +#: ../vector/v.net.connectivity/main.c:56 +msgid "Computes vertex connectivity between two sets of nodes in the network." +msgstr "Calcula a conectividade de vértice entre dois conjuntos de nós na rede." -#: ../vector/v.lidar.edgedetection/main.c:440 -msgid "Performing bicubic interpolation..." -msgstr "Executando interpolação bicúbica..." +#: ../vector/v.net.connectivity/main.c:96 +msgid "Set1 category values" +msgstr "Valores da categoria Set1" -#: ../vector/v.lidar.edgedetection/main.c:452 -msgid "Point classification..." -msgstr "Classificação de pontos..." +#: ../vector/v.net.connectivity/main.c:97 +#: ../vector/v.net.connectivity/main.c:103 +msgid "Set1" +msgstr "Set1" -#: ../vector/v.lidar.edgedetection/main.c:466 -#: ../vector/v.lidar.correction/main.c:433 -msgid "No data within this subregion. Consider changing the spline step." -msgstr "Não há dados nesta sub-região. Considere alterar o passo da spline." +#: ../vector/v.net.connectivity/main.c:102 +msgid "Set1 WHERE conditions of SQL statement without 'where' keyword" +msgstr "Condições Set1 WHERE da instrução SQL sem a palavra-chave 'where'" -#: ../vector/v.lidar.edgedetection/main.c:476 -#: ../vector/v.lidar.correction/main.c:444 ../vector/v.surf.bspline/main.c:925 -#: ../vector/v.outlier/main.c:460 -msgid "Auxiliary table could not be dropped" -msgstr "A tabela auxiliar não pode ser descartada" +#: ../vector/v.net.connectivity/main.c:107 +msgid "Set2 category values" +msgstr "Valores de categoria Set2" -#: ../vector/v.to.rast3/main.c:51 -msgid "Converts a vector map (only points) into a 3D raster map." -msgstr "Converte um mapa vetorial (apenas pontos) em um mapa raster 3D." +#: ../vector/v.net.connectivity/main.c:108 +#: ../vector/v.net.connectivity/main.c:114 +msgid "Set2" +msgstr "Set2" -#: ../vector/v.to.rast3/main.c:62 -msgid "Name of attribute column (data type must be numeric)" -msgstr "Nome da coluna de atributo (o tipo de dados deve ser numérico)" +#: ../vector/v.net.connectivity/main.c:113 +msgid "Set2 WHERE conditions of SQL statement without 'where' keyword" +msgstr "Condições Set2 WHERE da instrução SQL sem a palavra-chave 'where'" -#: ../vector/v.to.rast3/main.c:80 ../vector/v.db.select/main.c:209 -#: ../vector/v.to.rast/vect2rast.c:55 ../vector/v.info/print.c:155 -#: ../vector/v.random/main.c:271 ../vector/v.distance/main.c:526 -#: ../vector/v.distance/main.c:607 ../vector/v.db.connect/main.c:214 -#: ../vector/v.colors.out/make_colors.c:31 ../vector/v.to.3d/trans2.c:49 -#: ../vector/v.to.3d/trans3.c:51 ../vector/v.extract/main.c:217 -#: ../vector/v.extract/main.c:315 +#: ../vector/v.net.connectivity/main.c:146 +#: ../vector/v.net.connectivity/main.c:153 #, c-format -msgid "Database connection not defined for layer <%s>" -msgstr "Conexão de banco de dados não definida para camada <%s>" - -#: ../vector/v.to.rast3/main.c:99 ../vector/v.what.rast/main.c:183 -#: ../vector/v.sample/main.c:240 ../vector/v.buffer/main.c:448 -#: ../vector/v.class/main.c:129 ../vector/v.surf.bspline/crosscorr.c:133 -#: ../vector/v.surf.bspline/main.c:389 ../vector/v.surf.idw/read_sites.c:65 -msgid "Column type not supported" -msgstr "Tipo de coluna não suportado" - -#: ../vector/v.to.rast3/main.c:107 -msgid "Unable to create output map" -msgstr "Não foi possível criar mapa de saída" +msgid "No features for %s selected. Please check options '%s', '%s'." +msgstr "Nenhuma feição para %s selecionada. Verifique as opções '%s', '%s'." -#: ../vector/v.to.rast3/main.c:145 ../vector/v.to.rast/do_lines.c:68 -#: ../vector/v.to.rast/do_lines.c:76 +#: ../vector/v.net.connectivity/main.c:167 +#: ../vector/v.net.connectivity/main.c:170 #, c-format -msgid "No record for line (cat = %d)" -msgstr "Sem registros para a linha (cat = %d)" - -#: ../vector/v.to.rast3/main.c:157 -msgid "Unable to close new 3d raster map" -msgstr "Não foi possível fechar o novo mapa raster 3D" - -#: ../vector/v.net.iso/main.c:78 ../vector/v.net.alloc/main.c:66 -#: ../raster/r.walk/main.c:209 ../raster/r.cost/main.c:167 -msgid "cost allocation" -msgstr "alocação de custos" - -#: ../vector/v.net.iso/main.c:79 -msgid "isolines" -msgstr "isolinhas" - -#: ../vector/v.net.iso/main.c:80 -msgid "Splits subnets for nearest centers by cost isolines." -msgstr "Divide sub-redes para centros mais próximos por isolinhas de custo." +msgid "%s is empty" +msgstr "%s está vazio" -#: ../vector/v.net.iso/main.c:82 -msgid "Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation." -msgstr "Divide a rede em bandas entre as isolinhas de custo (direção do centro). O nó central deve ser aberto (costs > = 0). Os custos do nó central são usados ​​no cálculo." +#: ../vector/v.net.connectivity/main.c:178 ../vector/v.net.flow/main.c:226 +#: ../vector/v.net.bridge/main.c:134 ../vector/v.generalize/network.c:89 +#: ../vector/v.net.centrality/main.c:284 +#: ../vector/v.net.spanningtree/main.c:124 ../vector/v.net.timetable/main.c:405 +#: ../vector/v.net.components/main.c:163 ../vector/v.net.distance/main.c:264 +#, c-format +msgid "Unable to build graph for vector map <%s>" +msgstr "Não foi possível construir gráfico para mapa vetorial <%s>" -#: ../vector/v.net.iso/main.c:95 ../vector/v.net.alloc/main.c:81 -msgid "Use costs from centers or costs to centers" -msgstr "Use custos de centros ou custos para centros" +#: ../vector/v.what/what.c:45 +msgid "Cannot open driver" +msgstr "Não é possível abrir driver" -#: ../vector/v.net.iso/main.c:96 ../vector/v.net.iso/main.c:136 -#: ../vector/v.net.iso/main.c:141 ../vector/v.net.iso/main.c:146 -#: ../vector/v.net.connectivity/main.c:65 -#: ../vector/v.net.connectivity/main.c:71 -#: ../vector/v.net.connectivity/main.c:78 -#: ../vector/v.net.connectivity/main.c:84 -#: ../vector/v.net.connectivity/main.c:92 ../vector/v.net.flow/main.c:71 -#: ../vector/v.net.flow/main.c:77 ../vector/v.net.flow/main.c:91 -#: ../vector/v.net.flow/main.c:97 ../vector/v.net.flow/main.c:103 -#: ../vector/v.net.bridge/main.c:61 ../vector/v.net.bridge/main.c:67 -#: ../vector/v.net.bridge/main.c:74 ../vector/v.net.bridge/main.c:80 -#: ../vector/v.net.bridge/main.c:87 ../vector/v.net.alloc/main.c:82 -#: ../vector/v.net.alloc/main.c:115 ../vector/v.net.alloc/main.c:120 -#: ../vector/v.net.alloc/main.c:125 ../vector/v.net.salesman/main.c:169 -#: ../vector/v.net.salesman/main.c:177 ../vector/v.net.path/main.c:80 ->>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) -#: ../vector/v.net.path/main.c:87 ../vector/v.net.path/main.c:94 -#: ../vector/v.net.flow/main.c:70 ../vector/v.net.flow/main.c:76 -#: ../vector/v.net.flow/main.c:90 ../vector/v.net.flow/main.c:96 -#: ../vector/v.net.flow/main.c:102 ../vector/v.net.alloc/main.c:79 -#: ../vector/v.net.alloc/main.c:112 ../vector/v.net.alloc/main.c:117 -#: ../vector/v.net.alloc/main.c:122 ../vector/v.net.centrality/main.c:110 -#: ../vector/v.net.centrality/main.c:116 ../vector/v.net.centrality/main.c:130 -#: ../vector/v.net.centrality/main.c:136 ../vector/v.net.centrality/main.c:143 -#: ../vector/v.net.spanningtree/main.c:59 -#: ../vector/v.net.spanningtree/main.c:65 -#: ../vector/v.net.spanningtree/main.c:72 -#: ../vector/v.net.spanningtree/main.c:78 ../vector/v.net.allpairs/main.c:94 -#: ../vector/v.net.allpairs/main.c:100 ../vector/v.net.allpairs/main.c:107 -#: ../vector/v.net.connectivity/main.c:64 -#: ../vector/v.net.connectivity/main.c:70 -#: ../vector/v.net.connectivity/main.c:77 -#: ../vector/v.net.connectivity/main.c:83 -#: ../vector/v.net.connectivity/main.c:91 -msgid "Cost" -msgstr "Custo" +#: ../vector/v.what/what.c:53 +msgid "Cannot open database" +msgstr "Não é possível abrir banco de dados" -<<<<<<< HEAD -#: ../vector/v.net.iso/main.c:102 ../vector/v.net.alloc/main.c:88 -msgid "Categories of centers (points on nodes) to which net will be allocated, layer for this categories is given by nlayer option" -msgstr "Categorias de centros (pontos em nós) para os quais a rede será alocada, a camada para essas categorias é fornecida pela opção nlayer" +#: ../vector/v.what/what.c:66 +msgid "Cannot open select cursor" +msgstr "Não é possível abrir o cursor de seleção" -#: ../vector/v.net.iso/main.c:111 -msgid "Costs for isolines" -msgstr "Custos para isolinhas" +#: ../vector/v.what/what.c:73 +msgid "Cannot fetch next record" +msgstr "Não é possível buscar o próximo registro" -#: ../vector/v.net.iso/main.c:145 ../vector/v.net.connectivity/main.c:91 -#: ../vector/v.net.flow/main.c:102 ../vector/v.net.bridge/main.c:86 -#: ../vector/v.net.alloc/main.c:124 ../vector/v.net.path/main.c:93 -#: ../vector/v.net.centrality/main.c:142 ../vector/v.net.spanningtree/main.c:78 -#: ../vector/v.net.timetable/main.c:302 ../vector/v.net.components/main.c:110 -#: ../vector/v.net.allpairs/main.c:106 ../vector/v.net.distance/main.c:153 -msgid "Node cost column (number)" -msgstr "Coluna de custo do nó (número)" +#: ../vector/v.what/what.c:76 +msgid "No database record" +msgstr "Nenhum registro de banco de dados" -#: ../vector/v.net.iso/main.c:150 ../vector/v.net.alloc/main.c:129 -#: ../vector/v.net.salesman/main.c:181 ../vector/v.net.path/main.c:110 -======= -#: ../vector/v.net.salesman/main.c:177 -msgid "EXPERIMENTAL: Arc backward direction cost column (number)" +#: ../vector/v.what/what.c:178 +#, c-format +msgid "" +"Layer: %d\n" +"Category: %d\n" msgstr "" +"Camada: %d\n" +"Categoria: %d\n" -#: ../vector/v.net.salesman/main.c:182 ../vector/v.net.iso/main.c:149 -#: ../vector/v.net.path/main.c:111 ../vector/v.net.alloc/main.c:126 ->>>>>>> osgeo-main -msgid "Use turntable" +#: ../vector/v.what/what.c:202 +#, c-format +msgid "" +"\n" +"Driver: %s\n" +"Database: %s\n" +"Table: %s\n" +"Key column: %s\n" msgstr "" +"\n" +"Driver: %s\n" +"Banco de dados: %s\n" +"Tabela: %s\n" +"Coluna chave: %s\n" -#: ../vector/v.net.salesman/main.c:183 ../vector/v.net.salesman/main.c:190 -#: ../vector/v.net.salesman/main.c:197 ../vector/v.net.iso/main.c:150 -#: ../vector/v.net.iso/main.c:157 ../vector/v.net.iso/main.c:164 -#: ../vector/v.net.path/main.c:112 ../vector/v.net.path/main.c:119 -#: ../vector/v.net.path/main.c:126 ../vector/v.net.alloc/main.c:127 -#: ../vector/v.net.alloc/main.c:134 ../vector/v.net.alloc/main.c:141 -#: ../vector/v.net/args.c:63 ../vector/v.net/args.c:110 -#: ../vector/v.net/args.c:122 -msgid "Turntable" -msgstr "" +#: ../vector/v.what/what.c:381 +#, c-format +msgid "Nothing found.\n" +msgstr "Nada encontrado.\n" -#: ../vector/v.net.salesman/main.c:188 ../vector/v.net.iso/main.c:155 -#: ../vector/v.net.path/main.c:117 ../vector/v.net.alloc/main.c:132 -msgid "Layer with turntable" +#: ../vector/v.what/what.c:476 +#, c-format +msgid "" +"Id: %d\n" +"Type: %s\n" +"Left: %d\n" +"Right: %d\n" msgstr "" +"Id: %d\n" +"Tipo: %s\n" +"Esquerda: %d\n" +"Direita: %d\n" -#: ../vector/v.net.salesman/main.c:189 ../vector/v.net.salesman/main.c:196 -#: ../vector/v.net.iso/main.c:156 ../vector/v.net.iso/main.c:163 -#: ../vector/v.net.path/main.c:118 ../vector/v.net.path/main.c:125 -#: ../vector/v.net.alloc/main.c:133 ../vector/v.net.alloc/main.c:140 -msgid "Relevant only with -t flag" -msgstr "Relevante apenas com a flag -t" +#: ../vector/v.what/what.c:482 ../vector/v.what/what.c:558 +#, c-format +msgid "Length: %f\n" +msgstr "Comprimento: %f\n" -#: ../vector/v.net.salesman/main.c:195 ../vector/v.net.iso/main.c:162 -#: ../vector/v.net.path/main.c:124 ../vector/v.net.alloc/main.c:139 -#: ../vector/v.net/args.c:113 -msgid "Layer with unique categories used in turntable" +#: ../vector/v.what/what.c:502 +#, c-format +msgid "" +"Node[%d]=%d\n" +"Number_lines=%d\n" +"Coordinates=%.6f,%.6f,%.6f\n" msgstr "" +"Nó[%d]=%d\n" +"Number_lines=%d\n" +"Coordinates=%.6f,%.6f,%.6f\n" -<<<<<<< HEAD -#: ../vector/v.net.salesman/main.c:204 -msgid "Name for output file holding node sequence (\"-\" for stdout)" +#: ../vector/v.what/what.c:507 +#, c-format +msgid "" +",\n" +"\"Node[%d]\": %d,\n" +"\"Number_lines\": %d,\n" +"\"Coordinates\": %.6f,%.6f,%.6f" msgstr "" -"Nome para o arquivo de saída que contém a sequência de nós (\"-\" para " -"stdout)" - -#: ../vector/v.net.salesman/main.c:209 ../vector/v.net.distance/main.c:161 -#: ../vector/v.net.iso/main.c:169 ../vector/v.net.steiner/main.c:406 -#: ../vector/v.net.path/main.c:131 ../vector/v.net.alloc/main.c:146 -#: ../vector/v.net.centrality/main.c:188 ../vector/v.net.spanningtree/main.c:83 -#: ../vector/v.net.allpairs/main.c:112 -#, fuzzy -msgid "Use geodesic calculation for longitude-latitude projects" -msgstr "Use o cálculo geodésico para locations longitude-latitude" - -#: ../vector/v.net.salesman/main.c:276 ../vector/v.net.iso/main.c:276 -#: ../vector/v.net.alloc/main.c:216 -msgid "Point is not connected to the network" -msgstr "O ponto não está conectado à rede" - -#: ../vector/v.net.salesman/main.c:284 -======= -#: ../vector/v.net.iso/main.c:177 ../vector/v.net.alloc/main.c:156 -msgid "Create unique categories and attribute table" -msgstr "Crie categorias e tabela de atributos exclusivas" +",\n" +"\"Node[%d]\": %d,\n" +"\"Number_lines\": %d,\n" +"\"Coordinates\": %.6f,%.6f,%.6f" -#: ../vector/v.net.iso/main.c:179 -msgid "Default: one category for each iso-band" -msgstr "Padrão: uma categoria para cada banda iso" +#: ../vector/v.what/what.c:512 +#, c-format +msgid "" +"Node[%d]: %d\n" +"Number of lines: %d\n" +"Coordinates: %.6f, %.6f, %.6f\n" +msgstr "" +"Nó[%d]: %d\n" +"Número de linhas: %d\n" +"Coordinadas: %.6f, %.6f, %.6f\n" -#: ../vector/v.net.iso/main.c:215 -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= -======= -======= -======= -======= -======= +#: ../vector/v.what/what.c:532 +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #, c-format msgid "Wrong iso cost: %f" msgstr "Custo da iso errado: %f" @@ -82646,6 +83667,7 @@ msgstr "Mapa de linhas de perfil" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../vector/v.profile/main.c:248 msgid "Vector map containing profiling line" @@ -82704,6 +83726,11 @@ msgid "Failed to interpreter 'dp' parameter as an integer" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.out.vtk/main.c:150 ../vector/v.out.ascii/args.c:110 msgid "Failed to interpret 'dp' parameter as an integer" @@ -84326,6 +85353,7 @@ msgstr "Fator de anisotropia" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "<%d> is not valid number of threads. Number of threads will be set on <%d>" msgstr "" @@ -85725,6 +86753,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Error writing <%s> file" msgstr "Erro na escrita do arquivo <%s>" ======= @@ -86158,6 +87188,7 @@ msgstr "Detecção de outlier" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -86179,6 +87210,9 @@ msgstr "Detecção de outlier" ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../vector/v.distance/distance.c:48 #, c-format @@ -87072,6 +88106,7 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Vector map <%s> is 3D. Use format specific layer creation options (parameter 'lco') to export in 3D rather than 2D (default)." msgstr "" ======= @@ -87098,6 +88133,10 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ msgid "Vector map <%s> is 3D. Use format specific layer creation options (parameter 'lco') to export in 3D rather than 2D (default)." msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Vector map <%s> is 3D. Use format specific layer creation options (parameter 'lco') to export in 3D rather than 2D (default)." +msgstr "" +>>>>>>> osgeo-main #: ../vector/v.out.ogr/main.c:713 ../db/drivers/ogr/execute.c:56 #, c-format @@ -87253,6 +88292,7 @@ msgstr "Anexar arquivos a um arquivo existente (a substituição de arquivos exi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Missing table for <%s>" msgstr "" @@ -87286,6 +88326,11 @@ msgstr "Tabela faltando" msgid "Missing table for <%s>" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Missing table for <%s>" +msgstr "" +>>>>>>> osgeo-main #: ../vector/v.patch/main.c:253 #, c-format @@ -88504,6 +89549,7 @@ msgstr "Número de colunas: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Number of data rows: %d" msgstr "" @@ -88537,6 +89583,11 @@ msgstr "Número de linhas" msgid "Number of data rows: %d" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Number of data rows: %d" +msgstr "" +>>>>>>> osgeo-main #: ../vector/v.in.ascii/main.c:300 ../vector/v.in.ascii/main.c:304 #: ../vector/v.in.ascii/main.c:309 ../vector/v.in.ascii/main.c:314 @@ -91726,6 +92777,7 @@ msgstr "A validação cruzada não pode ser calculada simultaneamente com grades <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -91738,6 +92790,8 @@ msgstr "A validação cruzada não pode ser calculada simultaneamente com grades >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../vector/v.what/what.c:562 @@ -101708,6 +102762,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "<%s> does not exist. Skipping." msgstr "" @@ -101741,6 +102796,11 @@ msgstr "Tabela <%s> não existe no banco de dados <%s>" msgid "<%s> does not exist. Skipping." msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "<%s> does not exist. Skipping." +msgstr "" +>>>>>>> osgeo-main #: ../general/g.copy/main.c:74 #, c-format @@ -101754,6 +102814,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -101768,6 +102831,7 @@ msgid "<%s> is an illegal file name. Skipping." msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy, c-format ======= @@ -101806,6 +102870,8 @@ msgstr "<%s> é um nome de arquivo ilegal" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../general/g.copy/main.c:99 msgid "All inputs had to be skipped. Nothing to copy. See the warning messages above for details." @@ -114794,6 +115860,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Scale for color rule values" msgstr "" ======= @@ -114822,6 +115889,10 @@ msgstr "Fator de escala para elevação" msgid "Scale for color rule values" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Scale for color rule values" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.colors/edit_colors.c:284 ../raster/r.colors/edit_colors.c:318 #, c-format @@ -116779,6 +117850,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -116805,6 +117879,7 @@ msgid "Failed parsing <%s>" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -116867,6 +117942,8 @@ msgstr "zrange inválido <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -116880,6 +117957,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -116893,6 +117973,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -116929,6 +118010,8 @@ msgstr "Não consegui abrir arquivo de saída <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -121019,6 +122102,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -121028,6 +122112,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Name of training vector map" #~ msgstr "Nome do mapset de destino" @@ -123756,6 +124842,7 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -123765,6 +124852,8 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "" "You can switch the history by commands:\n" "history -w; history -r %s/.bash_history; HISTFILE=%s/.bash_history" @@ -123781,6 +124870,7 @@ msgstr "Tabela faltando" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -123794,6 +124884,8 @@ msgstr "Tabela faltando" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "No features of type (%s) found in vector map <%s>" msgstr "Nenhuma feição do tipo (%s) encontrada no mapa vetorial <%s>" @@ -123839,6 +124931,7 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -123864,3 +124957,6 @@ msgstr "O mapa vetorial <%s> é 3D. Use opções de criação de camada específ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grassmods_ro.po b/locale/po/grassmods_ro.po index 49662964ffd..06fd3c3f9e9 100644 --- a/locale/po/grassmods_ro.po +++ b/locale/po/grassmods_ro.po @@ -27750,6 +27750,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27772,6 +27773,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -27781,6 +27785,7 @@ msgid "Apriori Kappa (yaw) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -27793,6 +27798,8 @@ msgid "Apriori Kappa (yaw) standard deviation" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39890,6 +39897,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39932,6 +39940,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.proj.identify_to_translate.c:8 msgid "Input EPSG code" @@ -59006,6 +59019,7 @@ msgstr "Harta vectorială <%s> există deja È™i va fi scrisă peste" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -59015,6 +59029,8 @@ msgstr "Harta vectorială <%s> există deja È™i va fi scrisă peste" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -59023,6 +59039,7 @@ msgstr "Harta vectorială <%s> există deja È™i va fi scrisă peste" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -59032,6 +59049,8 @@ msgstr "Harta vectorială <%s> există deja È™i va fi scrisă peste" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -59309,6 +59328,7 @@ msgstr[2] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -59324,6 +59344,9 @@ msgstr[2] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "Harta vectorială <%s> există" @@ -79996,6 +80019,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -80024,6 +80048,10 @@ msgstr "Format de ieÈ™iere neacceptat" msgid "Profile output format" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -80046,6 +80074,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Failed to open output file <%s>: %d (%s)" msgstr "" @@ -80079,6 +80108,11 @@ msgstr "Imposibil de deschis fiÈ™ierul de ieÈ™ire <%s>" msgid "Failed to open output file <%s>: %d (%s)" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Failed to open output file <%s>: %d (%s)" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -80124,6 +80158,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Internal error in %s()" msgstr "" @@ -80157,6 +80192,11 @@ msgstr "eroare internă" msgid "Internal error in %s()" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Internal error in %s()" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.proj/bordwalk.c:92 ../raster/r.proj/bordwalk.c:139 #, c-format @@ -84179,6 +84219,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -84188,6 +84229,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Classification of a vector maps based on the values in attribute tables" @@ -86195,6 +86238,7 @@ msgstr "Tip de geometrie necunoscut" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "<%s> not found" msgstr "<%s> nu a fost găsit" @@ -86212,6 +86256,8 @@ msgstr "<%s> nu a fost găsit" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Not enough memory for ady" #~ msgstr "Memorie insuficientă pentru ady" @@ -86258,6 +86304,7 @@ msgstr "<%s> nu a fost găsit" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -86267,6 +86314,8 @@ msgstr "<%s> nu a fost găsit" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "<%s> not found" msgstr "<%s> nu a fost găsit" @@ -86277,6 +86326,7 @@ msgstr "<%s> nu a fost găsit" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86294,5 +86344,7 @@ msgstr "<%s> nu a fost găsit" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%s=%s,%s: files are the same, no copy required" msgstr "%s=%s,%s: fiÈ™ierele sunt la fel, nici o copiere nu este necesară" diff --git a/locale/po/grassmods_ru.po b/locale/po/grassmods_ru.po index 411fa878db8..9faf43ffb85 100644 --- a/locale/po/grassmods_ru.po +++ b/locale/po/grassmods_ru.po @@ -57318,6 +57318,7 @@ msgstr "Ð’ÐµÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° <%s> уже ÑущеÑтвует и буд <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -57327,6 +57328,8 @@ msgstr "Ð’ÐµÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° <%s> уже ÑущеÑтвует и буд >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -57335,6 +57338,7 @@ msgstr "Ð’ÐµÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° <%s> уже ÑущеÑтвует и буд <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -57344,6 +57348,8 @@ msgstr "Ð’ÐµÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð° <%s> уже ÑущеÑтвует и буд >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -57624,6 +57630,7 @@ msgstr[3] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -57639,6 +57646,9 @@ msgstr[3] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -72821,6 +72831,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -72849,6 +72860,10 @@ msgstr "Координаты E и N начальной точки (точек)" msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -72866,6 +72881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -72894,6 +72910,10 @@ msgstr "ÐŸÑ€ÐµÑ„Ð¸ÐºÑ Ð²Ñ‹Ñ…Ð¾Ð´Ð½Ð¾Ð³Ð¾ раÑтрового ÑÐ»Ð¾Ñ (Ñло msgid "Profile output format" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -76983,6 +77003,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -76992,6 +77013,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "layer name or number to use for data" #~ msgstr "Ðомер ÑÐ»Ð¾Ñ (в)" diff --git a/locale/po/grassmods_sl.po b/locale/po/grassmods_sl.po index 07bd11b6821..339128765db 100644 --- a/locale/po/grassmods_sl.po +++ b/locale/po/grassmods_sl.po @@ -88385,6 +88385,7 @@ msgstr "Ime izhodnega rastrskega sloja" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -88394,6 +88395,8 @@ msgstr "Ime izhodnega rastrskega sloja" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy, c-format #~ msgid "Unable to create new location <%s>" #~ msgstr "Ne morem ustvariti tabele: %s" @@ -88613,6 +88616,7 @@ msgstr "Ime izhodnega rastrskega sloja" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -88623,6 +88627,8 @@ msgstr "Ime izhodnega rastrskega sloja" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../scripts/r.fillnulls/r.fillnulls.py:161 msgid "A user raster mask (MASK) is present. Saving it..." msgstr "" @@ -90508,6 +90514,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -90523,6 +90530,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, fuzzy #~ msgid "" #~ "Creates a raster map from LAS LiDAR points using univariate statistics " diff --git a/locale/po/grassmods_ta.po b/locale/po/grassmods_ta.po index 3cdb8347c5f..8a3698d8d05 100644 --- a/locale/po/grassmods_ta.po +++ b/locale/po/grassmods_ta.po @@ -75175,6 +75175,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -75184,6 +75185,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Input raster 1" #~ msgstr "உளà¯à®³à¯€à®Ÿà¯" diff --git a/locale/po/grassmods_th.po b/locale/po/grassmods_th.po index ab8583f2f3c..50b89cb7eb8 100644 --- a/locale/po/grassmods_th.po +++ b/locale/po/grassmods_th.po @@ -71289,6 +71289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -71317,6 +71318,10 @@ msgstr "ค่าพิà¸à¸±à¸” E à¹à¸¥à¸° N ของจุดเริ่ม msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -71334,6 +71339,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -71362,6 +71368,10 @@ msgstr "คำนำหน้า สำหรับ à¹à¸œà¸™à¸—ี่เชิ msgid "Profile output format" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -75434,6 +75444,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -75443,6 +75454,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "layer name or number to use for data" #~ msgstr "จำนวนชั้นข้อมูล" diff --git a/locale/po/grassmods_tr.po b/locale/po/grassmods_tr.po index dd274d824af..b4238e574ff 100644 --- a/locale/po/grassmods_tr.po +++ b/locale/po/grassmods_tr.po @@ -27623,6 +27623,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27645,6 +27646,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -28478,6 +28482,7 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28490,6 +28495,8 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58779,6 +58786,7 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -58788,6 +58796,8 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -58796,6 +58806,7 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -58805,6 +58816,8 @@ msgstr "<%s> vektör haritası zaten mevcut ve üzerine yazılacak" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -59079,6 +59092,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -59094,6 +59108,9 @@ msgstr[1] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "<%s> vektör haritası zaten mevcut" @@ -77423,6 +77440,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77465,6 +77483,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.graph/do_graph.c:372 msgid "Cannot read symbol, cannot display points" @@ -79114,6 +79137,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -79142,6 +79166,10 @@ msgstr "Sorgulanacak koordinatlar" msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -79159,6 +79187,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -79172,6 +79203,7 @@ msgid "Failed parsing <%s>" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79208,6 +79240,8 @@ msgstr "Dışa aktarılıyor <%s>" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:302 #, c-format @@ -79221,6 +79255,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -79234,6 +79271,7 @@ msgid "Failed to open output file <%s>: %d (%s)" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -79270,6 +79308,8 @@ msgstr "<%s> çıktı dosyası açılamıyor" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -83331,6 +83371,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -83340,6 +83381,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Name of training vector map" #~ msgstr "Vektör haritanın adı" @@ -85685,6 +85728,7 @@ msgstr "Kategorisiz alan merkezi" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "<%s> not found" msgstr "<%s> bulunamadı" @@ -85714,6 +85758,8 @@ msgstr "Sütun sayısı farklı" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "%d sites written." #~ msgstr "%d nokta yazıldı" @@ -85794,6 +85840,7 @@ msgstr "Sütun sayısı farklı" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85803,6 +85850,8 @@ msgstr "Sütun sayısı farklı" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "<%s> not found" msgstr "<%s> bulunamadı" @@ -85825,6 +85874,7 @@ msgstr "Sütun sayısı farklı" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -85842,5 +85892,7 @@ msgstr "Sütun sayısı farklı" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "%s=%s,%s: files are the same, no copy required" msgstr "%s=%s,%s: dosyaları aynı, kopyalamaya gerek yok" diff --git a/locale/po/grassmods_vi.po b/locale/po/grassmods_vi.po index c15379d455a..c29abc70cd3 100644 --- a/locale/po/grassmods_vi.po +++ b/locale/po/grassmods_vi.po @@ -71327,6 +71327,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -71355,6 +71356,10 @@ msgstr "Tá»a Ä‘á»™ của (các) Ä‘iểm bắt đầu (Ä,B)" msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -71372,6 +71377,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Profile output format" msgstr "" ======= @@ -71400,6 +71406,10 @@ msgstr "Tiá»n tố dùng cho (các) bản đồ raster đầu ra" msgid "Profile output format" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Profile output format" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -75472,6 +75482,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -75481,6 +75492,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "layer name or number to use for data" #~ msgstr "Lá»›p số (to)" diff --git a/locale/po/grassmods_zh.po b/locale/po/grassmods_zh.po index b89cc284836..990f5fefba8 100644 --- a/locale/po/grassmods_zh.po +++ b/locale/po/grassmods_zh.po @@ -27567,6 +27567,7 @@ msgid "Apriori Phi (roll) standard deviation" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27589,6 +27590,9 @@ msgid "Apriori Phi (roll) standard deviation" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.init/main.c:117 @@ -28422,6 +28426,7 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28434,6 +28439,8 @@ msgid "Name of the directory where the image and metadata file are stored (*.SAF >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -58366,6 +58373,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -58375,6 +58383,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:556 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:695 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -58383,6 +58393,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -58392,6 +58403,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../vector/v.in.lidar/main.c:555 ../vector/v.edit/main.c:99 #: ../vector/v.in.ogr/main.c:694 ../scripts/v.unpack/v.unpack.py:112 ======= @@ -58663,6 +58676,7 @@ msgstr[0] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -58678,6 +58692,9 @@ msgstr[0] "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Vector map <%s> already exists" msgstr "" @@ -77590,6 +77607,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Coordinates to profile" msgstr "" ======= @@ -77618,6 +77636,10 @@ msgstr "è¦æŸ¥è¯¢çš„åæ ‡" msgid "Coordinates to profile" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Coordinates to profile" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:251 ../raster/r.geomorphon/main.c:262 #: ../raster/r.geomorphon/main.c:272 @@ -77631,6 +77653,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -77643,6 +77668,7 @@ msgid "Profile output format" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -77677,6 +77703,8 @@ msgstr "输出的格å¼" ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:292 #, c-format @@ -77699,6 +77727,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #, c-format msgid "Failed to open output file <%s>: %d (%s)" msgstr "" @@ -77732,6 +77761,11 @@ msgstr "无法打开输出文件 <%s>" msgid "Failed to open output file <%s>: %d (%s)" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#, c-format +msgid "Failed to open output file <%s>: %d (%s)" +msgstr "" +>>>>>>> osgeo-main #: ../raster/r.geomorphon/main.c:354 msgid "Search radius size must cover at least 1 cell" @@ -81787,6 +81821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -81796,6 +81831,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "layer name or number to use for data" #~ msgstr "图层 %d" diff --git a/locale/po/grasswxpy_ar.po b/locale/po/grasswxpy_ar.po index 01527b2a0a8..d269e262501 100644 --- a/locale/po/grasswxpy_ar.po +++ b/locale/po/grasswxpy_ar.po @@ -16,6 +16,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -28,6 +29,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -35,6 +38,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -56,6 +60,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -67,6 +73,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -84,6 +91,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -94,6 +103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -109,6 +119,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -126,6 +138,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145,6 +158,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:109 ../gui/wxpython/nviz/preferences.py:65 #: ../gui/wxpython/nviz/preferences.py:69 msgid "View" @@ -2014,6 +2029,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2043,6 +2059,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/toolbars.py:29 #: ../gui/wxpython/mapswipe/toolbars.py:31 msgid "Query raster/vector map(s)" @@ -2566,6 +2586,7 @@ msgid "Status bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2608,6 +2629,11 @@ msgid "Status bar" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/infomanager.py:36 @@ -2640,6 +2666,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 ======= @@ -2653,6 +2680,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 #: ../gui/wxpython/modules/import_export.py:578 ======= @@ -2661,6 +2690,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 @@ -2684,6 +2714,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1107 #: ../gui/wxpython/modules/import_export.py:562 ======= @@ -2697,6 +2729,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -2719,6 +2752,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2728,6 +2765,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2752,6 +2790,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import vector data" msgstr "" @@ -2765,6 +2806,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 ======= @@ -2778,6 +2820,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 ======= ======= @@ -2785,6 +2829,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 @@ -2806,6 +2851,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1072 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/modules/import_export.py:416 @@ -2819,6 +2866,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2828,6 +2876,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2837,6 +2887,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2854,6 +2905,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Import raster data" msgstr "" @@ -2927,6 +2980,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2946,6 +3000,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/catalog.py:51 msgid "Data catalog" msgstr "" @@ -3012,6 +3068,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3034,6 +3091,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:50 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -3046,12 +3107,15 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:96 ======= ======= @@ -3059,6 +3123,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/tree.py:96 ======= @@ -3079,6 +3144,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:95 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -3396,6 +3463,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3418,6 +3486,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:23 msgid "Reload GRASS projects" msgstr "" @@ -3475,6 +3547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3487,6 +3560,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/browser.py:61 ../gui/wxpython/gui_core/menu.py:164 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/modules/extensions.py:76 @@ -3500,6 +3575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3509,6 +3585,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/extensions.py:76 #: ../gui/wxpython/gui_core/menu.py:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3516,6 +3594,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3528,6 +3607,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Search" msgstr "" @@ -3550,6 +3631,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3562,6 +3644,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:927 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Reprojection" @@ -3590,6 +3674,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3612,6 +3697,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:924 msgid "Reprojection" msgstr "" @@ -3636,6 +3725,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3649,6 +3741,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -3681,6 +3774,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Map layer <{ml}> needs to be reprojected.\n" @@ -3695,12 +3790,15 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= ======= @@ -3708,6 +3806,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= @@ -3728,6 +3827,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:125 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Estimated resolution:" @@ -3752,6 +3853,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4129,6 +4233,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5039,6 +5144,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2007 <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5050,6 +5157,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -5083,6 +5191,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -5099,6 +5209,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5118,6 +5229,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapswipe/g.gui.mapswipe.py:87 msgid "Map Swipe Tool - GRASS GIS" msgstr "" @@ -17180,6 +17293,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17209,6 +17323,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:186 #, python-format msgid "<%(name)s>: layer type <%(type)s> is not supported" @@ -17285,6 +17403,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17294,12 +17413,15 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1119 ======= ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -17353,6 +17475,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1113 ../gui/wxpython/core/render.py:1120 #: ../gui/wxpython/core/render.py:1127 ../gui/wxpython/core/gcmd.py:421 msgid "Details:" @@ -17367,6 +17494,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17409,6 +17537,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1118 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -17431,6 +17564,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17450,6 +17584,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quitting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -17462,6 +17598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17491,6 +17628,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quiting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -17818,6 +17959,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17860,6 +18002,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to open file <%s> for reading." msgstr "" @@ -17873,6 +18020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1726 ======= <<<<<<< HEAD @@ -17893,6 +18041,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:1770 ======= #: ../gui/wxpython/core/workspace.py:1726 @@ -17903,6 +18053,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17937,6 +18088,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/core/workspace.py:1726 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Some lines were skipped when reading settings from file <%(file)s>.\n" @@ -17954,6 +18110,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1976 ======= <<<<<<< HEAD @@ -17974,6 +18131,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:2019 ======= #: ../gui/wxpython/core/workspace.py:1976 @@ -17984,6 +18143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18018,6 +18178,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/core/workspace.py:1976 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid " row %d:" msgstr "" @@ -18031,6 +18196,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18050,6 +18216,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/main.py:190 #, python-format msgid "Unsupported command %s." @@ -18641,6 +18809,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18670,6 +18839,10 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/menutree.py:162 #, python-format msgid "Unknow tag %s" @@ -24570,6 +24743,7 @@ msgid "Map <%s> not found. " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24612,6 +24786,11 @@ msgid "Map <%s> not found. " ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:50 @@ -24641,6 +24820,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24652,6 +24832,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:985 ======= ======= @@ -24659,6 +24841,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:985 @@ -24680,6 +24863,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:968 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "right click to (un)select all" @@ -24692,6 +24877,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24721,6 +24907,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:965 msgid "right click to (un)select all" msgstr "" @@ -24745,6 +24935,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24787,6 +24978,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:82 msgid "Name for output GRASS map (editable)" msgstr "" @@ -24799,6 +24995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24842,6 +25039,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:85 #: ../gui/wxpython/gui_core/forms.py:2248 ../gui/wxpython/psmap/dialogs.py:2216 msgid "Feature type" @@ -24862,6 +25064,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24904,6 +25107,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:96 msgid "Override projection check (use current location's projection)" msgstr "" @@ -24917,6 +25125,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24936,6 +25145,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:127 #: ../gui/wxpython/modules/import_export.py:435 <<<<<<< HEAD @@ -24949,6 +25160,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24978,6 +25190,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:113 #: ../gui/wxpython/gui_core/forms.py:705 msgid "Close dialog on finish" @@ -24995,6 +25211,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25011,6 +25228,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25020,6 +25239,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -25053,6 +25273,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "&Import" msgstr "" @@ -25066,6 +25288,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 ======= @@ -25087,6 +25310,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:436 <<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:598 @@ -25103,6 +25328,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25125,6 +25351,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -25134,6 +25364,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -25158,6 +25389,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import selected layers" msgstr "" @@ -25174,6 +25408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25193,6 +25428,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:160 msgid "Import settings" msgstr "" @@ -25205,6 +25442,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25234,6 +25472,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:161 msgid "Import settings" msgstr "" @@ -25248,6 +25490,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25290,6 +25533,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -25303,6 +25551,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:259 ======= <<<<<<< HEAD @@ -25323,6 +25572,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:258 ======= #: ../gui/wxpython/modules/import_export.py:259 @@ -25333,6 +25584,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -25367,6 +25619,11 @@ msgstr "" #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/modules/import_export.py:259 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -25380,6 +25637,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25399,6 +25657,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:423 #: ../gui/wxpython/modules/import_export.py:585 msgid "Add linked layers into layer tree" @@ -25472,6 +25732,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25501,6 +25762,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:419 #: ../gui/wxpython/menustrings.py:163 ../gui/wxpython/menustrings.py:1189 msgid "Link external raster data" @@ -25583,6 +25848,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25599,6 +25865,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25608,6 +25876,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -25641,6 +25910,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Projection of following layers do not match with projection of current " "location. " @@ -25655,6 +25926,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25666,6 +25938,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:983 ======= ======= @@ -25673,6 +25947,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:983 @@ -25694,6 +25969,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:966 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Layers to be reprojected" @@ -25820,6 +26097,7 @@ msgid "Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25849,6 +26127,10 @@ msgid "Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:963 msgid "Layers to be reprojected" msgstr "" @@ -26314,6 +26596,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26356,6 +26639,11 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/mcalc_builder.py:71 @@ -26390,6 +26678,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26433,6 +26722,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:174 #: ../gui/wxpython/gui_core/forms.py:2054 msgid "&Load" @@ -26447,6 +26741,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26489,6 +26784,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:175 msgid "Load expression from file" msgstr "" @@ -26501,6 +26801,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26544,6 +26845,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:176 #: ../gui/wxpython/menustrings.py:172 ../gui/wxpython/menustrings.py:1198 #: ../gui/wxpython/gui_core/forms.py:634 @@ -26564,6 +26870,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26606,6 +26913,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:181 msgid "exponent" msgstr "" @@ -26773,6 +27085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26784,6 +27097,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:45 ======= ======= @@ -26791,6 +27106,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/iscatt/plots.py:45 @@ -26812,6 +27128,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:44 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -27222,6 +27540,7 @@ msgid "Setup for r.li modules - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27251,6 +27570,10 @@ msgid "Setup for r.li modules - GRASS GIS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/extensions.py:45 msgid "Fetch & install extension from GRASS Addons" msgstr "" @@ -27353,6 +27676,7 @@ msgid "Extension" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27395,6 +27719,11 @@ msgid "Extension" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:66 @@ -27448,6 +27777,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:981 ======= <<<<<<< HEAD @@ -27468,6 +27798,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:982 ======= #: ../gui/wxpython/rlisetup/wizard.py:981 @@ -27478,6 +27810,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27512,6 +27845,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:981 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Whole map layer" msgstr "" @@ -27537,6 +27875,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:708 ======= <<<<<<< HEAD @@ -27557,6 +27896,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:709 ======= #: ../gui/wxpython/rlisetup/wizard.py:708 @@ -27567,6 +27908,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27601,6 +27943,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:708 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s was not found, please select another vector" msgstr "" @@ -27614,6 +27961,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:713 ======= <<<<<<< HEAD @@ -27634,6 +27982,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:714 ======= #: ../gui/wxpython/rlisetup/wizard.py:713 @@ -27644,6 +27994,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27678,6 +28029,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:713 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s has no areas, please select another vector" msgstr "" @@ -27691,6 +28047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:719 ======= <<<<<<< HEAD @@ -27711,6 +28068,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:720 ======= #: ../gui/wxpython/rlisetup/wizard.py:719 @@ -27721,6 +28080,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27755,6 +28115,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:719 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s has no table connected, please select another vector" msgstr "" @@ -27768,6 +28133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27787,6 +28153,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:763 msgid "Insert sampling frame parameter" msgstr "" @@ -27824,6 +28192,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27853,6 +28222,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:762 msgid "Insert sampling frame parameter" msgstr "" @@ -27902,6 +28275,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27944,6 +28318,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Select areas from the\n" "overlaid vector map" @@ -27958,6 +28337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27977,6 +28357,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:998 msgid "Choose a method" msgstr "" @@ -28037,6 +28419,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28066,6 +28449,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:997 msgid "Choose a method" msgstr "" @@ -28128,6 +28515,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28170,6 +28558,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sampling regions" msgstr "" @@ -28183,6 +28576,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28202,6 +28596,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Draw sample region {count} of {num_regions}" msgstr "" @@ -28231,6 +28627,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28260,6 +28657,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sample region " msgstr "" @@ -28296,6 +28697,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28338,6 +28740,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:105 msgid "Rectangle" msgstr "" @@ -28351,6 +28758,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28370,6 +28778,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1307 #: ../gui/wxpython/rlisetup/wizard.py:1499 #: ../gui/wxpython/rlisetup/wizard.py:1612 @@ -28480,6 +28890,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28493,6 +28904,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:156 ======= ======= @@ -28502,6 +28915,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/rlisetup/functions.py:156 @@ -28521,6 +28935,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1309 #: ../gui/wxpython/rlisetup/wizard.py:1501 #: ../gui/wxpython/rlisetup/wizard.py:1614 @@ -28633,6 +29049,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28675,6 +29092,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:155 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -28692,6 +29114,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:1928 ======= <<<<<<< HEAD @@ -28718,6 +29141,12 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +#: ../gui/wxpython/rlisetup/wizard.py:1920 +<<<<<<< HEAD +#: ../gui/wxpython/rlisetup/functions.py:140 +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/rlisetup/wizard.py:1928 >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28727,6 +29156,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -28770,6 +29200,8 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:1928 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:139 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "The polygon seems to have 0 areas" @@ -28784,6 +29216,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28803,6 +29236,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1923 msgid "Select sample area 1 of " msgstr "" @@ -28884,6 +29319,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28913,6 +29349,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1931 msgid "Select sample area 1 of " msgstr "" @@ -29038,6 +29478,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29080,6 +29521,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:26 msgid "Modify the configuration file" msgstr "" @@ -29098,6 +29544,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/frame.py:97 ======= <<<<<<< HEAD @@ -29118,6 +29565,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:101 ======= #: ../gui/wxpython/rlisetup/frame.py:97 @@ -29128,6 +29577,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29162,6 +29612,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/frame.py:97 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "" "Are you sure that you want modify r.li configuration file {name}?\n" @@ -29177,6 +29632,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29196,6 +29652,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:106 msgid "WARNING" msgstr "" @@ -29241,6 +29699,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29270,6 +29729,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:102 msgid "WARNING" msgstr "" @@ -29322,6 +29785,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29364,6 +29828,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Do you want remove r.li configuration file <%s>?" msgstr "" @@ -29377,6 +29846,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29396,6 +29866,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:245 msgid "Remove new r.li configuration file?" msgstr "" @@ -29408,6 +29880,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29437,6 +29910,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:241 msgid "Remove new r.li configuration file?" msgstr "" @@ -29451,6 +29928,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29493,6 +29971,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Set the new name for %s \" " @@ -29508,6 +29991,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29527,6 +30011,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:279 msgid "Rename configuration file" msgstr "" @@ -30354,6 +30840,7 @@ msgid "There were some issues when loading menu or Tools tab:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30381,6 +30868,10 @@ msgid "There were some issues when loading menu or Tools tab:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:275 msgid "Rename configuration file" msgstr "" @@ -36795,6 +37286,7 @@ msgid "Dbf driver does not support usage of SQL functions." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43244,6 +43736,11 @@ msgid "Dbf driver does not support usage of SQL functions." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/frame.py:1305 @@ -43303,6 +43800,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43320,6 +43818,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:237 ../gui/wxpython/dbmgr/base.py:369 #: ../gui/wxpython/dbmgr/base.py:961 ../gui/wxpython/dbmgr/base.py:1132 #: ../gui/wxpython/dbmgr/base.py:1486 ../gui/wxpython/dbmgr/base.py:2180 @@ -43327,6 +43827,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43345,6 +43846,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:236 ../gui/wxpython/dbmgr/base.py:362 #: ../gui/wxpython/dbmgr/base.py:952 ../gui/wxpython/dbmgr/base.py:1123 #: ../gui/wxpython/dbmgr/base.py:1477 ../gui/wxpython/dbmgr/base.py:2170 @@ -43358,6 +43861,7 @@ msgid "Number of loaded records: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43387,6 +43891,10 @@ msgid "Number of loaded records: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:81 #, python-format msgid "" @@ -43450,6 +43958,7 @@ msgid "Category" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43492,6 +44001,11 @@ msgid "Category" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:51 @@ -43512,6 +44026,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43523,6 +44038,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 ======= ======= @@ -43530,6 +44047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 @@ -43551,6 +44069,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:106 ../gui/wxpython/dbmgr/base.py:2351 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Database connection" @@ -44817,6 +45337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44846,6 +45367,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/web_services/widgets.py:140 msgid " Requested data settings " msgstr "" @@ -47954,6 +48479,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47996,6 +48522,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to open file\n" @@ -48011,6 +48542,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:535 ======= <<<<<<< HEAD @@ -48031,6 +48563,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:530 ======= #: ../gui/wxpython/psmap/instructions.py:535 @@ -48041,6 +48575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48075,6 +48610,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:535 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Instruction file will be loaded with following region: %s\n" msgstr "" @@ -48088,6 +48628,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:541 ======= <<<<<<< HEAD @@ -48108,6 +48649,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:536 ======= #: ../gui/wxpython/psmap/instructions.py:541 @@ -48118,6 +48661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48152,6 +48696,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:541 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Region cannot be set\n" @@ -48167,6 +48716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48186,6 +48736,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:706 <<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:929 @@ -48218,6 +48770,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48247,6 +48800,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:711 #: ../gui/wxpython/psmap/instructions.py:925 #: ../gui/wxpython/psmap/instructions.py:1053 @@ -48268,6 +48825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48284,6 +48842,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48293,6 +48853,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -48326,6 +48887,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s" msgstr "" @@ -48339,6 +48902,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:727 ======= <<<<<<< HEAD @@ -48359,6 +48923,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:722 ======= #: ../gui/wxpython/psmap/instructions.py:727 @@ -48369,6 +48935,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48403,6 +48970,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:727 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Scale has changed, old value: %(old)s\n" @@ -48418,6 +48990,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:732 ======= <<<<<<< HEAD @@ -48438,6 +49011,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:727 ======= #: ../gui/wxpython/psmap/instructions.py:732 @@ -48448,6 +49023,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48482,6 +49058,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:732 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %s.\n" @@ -48497,6 +49078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:746 ======= <<<<<<< HEAD @@ -48517,6 +49099,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:741 ======= #: ../gui/wxpython/psmap/instructions.py:746 @@ -48527,6 +49111,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48561,6 +49146,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:746 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Map frame position changed, old value: %(old1)s %(old2)s\n" @@ -48576,6 +49166,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:764 ======= <<<<<<< HEAD @@ -48588,6 +49179,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:765 ======= ======= @@ -48595,6 +49188,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:765 @@ -48616,6 +49210,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:759 ======= #: ../gui/wxpython/psmap/instructions.py:764 @@ -48627,6 +49223,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:764 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48644,6 +49241,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48654,6 +49253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48669,6 +49269,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Map frame size changed, old value: %(old1)s %(old2)s\n" @@ -48684,6 +49286,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:837 ======= <<<<<<< HEAD @@ -48696,6 +49299,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:840 ======= ======= @@ -48703,6 +49308,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:840 @@ -48724,6 +49330,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:832 ======= #: ../gui/wxpython/psmap/instructions.py:837 @@ -48735,6 +49343,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:837 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48752,6 +49361,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48762,6 +49373,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48777,6 +49389,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %(file)s.\n" @@ -48792,6 +49406,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:852 ======= <<<<<<< HEAD @@ -48804,6 +49419,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:856 ======= ======= @@ -48811,6 +49428,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:856 @@ -48832,6 +49450,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:847 ======= #: ../gui/wxpython/psmap/instructions.py:852 @@ -48843,6 +49463,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:852 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48860,6 +49481,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48870,6 +49493,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48885,6 +49509,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s." msgstr "" @@ -48898,6 +49524,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:1132 ======= <<<<<<< HEAD @@ -48910,6 +49537,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1136 ======= ======= @@ -48917,6 +49546,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:1136 @@ -48938,6 +49568,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1127 ======= #: ../gui/wxpython/psmap/instructions.py:1132 @@ -48949,6 +49581,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:1132 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48966,6 +49599,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48976,6 +49611,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48991,6 +49627,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %(inst)s: file %(file)s not found." msgstr "" @@ -49004,6 +49642,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49023,6 +49662,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/g.gui.psmap.py:52 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -49075,6 +49716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49104,6 +49746,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:86 msgid "Full extent" msgstr "" @@ -49145,6 +49791,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49164,6 +49811,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:267 msgid "Units:" msgstr "" @@ -49176,6 +49825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49205,6 +49855,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/utils.py:102 msgid "inch" msgstr "" @@ -49251,6 +49905,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49293,6 +49948,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Position of the top left corner\n" "from the top left edge of the paper" @@ -49307,6 +49967,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49326,6 +49987,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:311 msgid "Position is given:" msgstr "" @@ -49346,6 +50009,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49375,6 +50039,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:313 msgid "Position is given:" msgstr "" @@ -49397,6 +50065,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49439,6 +50108,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Position from the top left\n" "edge of the paper" @@ -49453,6 +50127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49464,6 +50139,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:462 ======= ======= @@ -49471,6 +50148,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:462 @@ -49492,6 +50170,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:453 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Font:" @@ -49624,6 +50304,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49653,6 +50334,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:455 msgid "Font:" msgstr "" @@ -49783,6 +50468,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49799,6 +50485,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -49808,6 +50496,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -49841,6 +50530,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Map max resolution (dpi):" msgstr "" @@ -49855,6 +50546,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49866,6 +50558,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 ======= ======= @@ -49873,6 +50567,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 @@ -49894,6 +50589,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1122 ../gui/wxpython/psmap/dialogs.py:3645 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Border" @@ -49922,6 +50619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49951,6 +50649,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1125 ../gui/wxpython/psmap/dialogs.py:3641 msgid "Border" msgstr "" @@ -49977,6 +50679,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49993,6 +50696,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50002,6 +50707,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50035,6 +50741,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Region is set to match this map,\n" "raster or vector map must be added later" @@ -50049,6 +50757,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50060,6 +50769,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1296 ======= ======= @@ -50067,6 +50778,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1296 @@ -50088,6 +50800,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1269 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Region selection" @@ -50172,6 +50886,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50201,6 +50916,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1272 msgid "Region selection" msgstr "" @@ -50283,6 +51002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50299,6 +51019,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50308,6 +51030,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50341,6 +51064,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%s properties" msgstr "" @@ -50354,6 +51079,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50365,6 +51091,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2249 ======= ======= @@ -50372,6 +51100,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:2249 @@ -50393,6 +51122,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2218 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Data selection" @@ -50567,6 +51298,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50596,6 +51328,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2208 msgid "Data selection" msgstr "" @@ -50768,6 +51504,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50784,6 +51521,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50793,6 +51532,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50826,6 +51566,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%(rast)s: type %(type)s" msgstr "" @@ -50839,6 +51581,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50850,6 +51593,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3498 ======= ======= @@ -50857,6 +51602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3498 @@ -50878,6 +51624,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3459 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Type of legend" @@ -50946,6 +51694,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50975,6 +51724,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3455 msgid "Type of legend" msgstr "" @@ -51041,6 +51794,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51057,6 +51811,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51066,6 +51822,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51099,6 +51856,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Width of the color symbol (for lines)\n" "in front of the legend text" @@ -51113,6 +51872,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51124,6 +51884,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 ======= ======= @@ -51131,6 +51893,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 @@ -51152,6 +51915,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3817 ../gui/wxpython/psmap/dialogs.py:3980 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Columns:" @@ -51172,6 +51937,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51201,6 +51967,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3813 ../gui/wxpython/psmap/dialogs.py:3976 msgid "Columns:" msgstr "" @@ -51219,6 +51989,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51235,6 +52006,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51244,6 +52017,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51277,6 +52051,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Column separation distance between the left edges\n" "of two columns in a multicolumn legend" @@ -51291,6 +52067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51302,6 +52079,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4133 ======= ======= @@ -51309,6 +52088,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:4133 @@ -51330,6 +52110,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4085 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Edit legend label:" @@ -51478,6 +52260,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51507,6 +52290,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4081 msgid "Edit legend label:" msgstr "" @@ -51653,6 +52440,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51669,6 +52457,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51678,6 +52468,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51711,6 +52502,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "PIL\n" "missing" @@ -51725,6 +52518,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:5956 ======= <<<<<<< HEAD @@ -51737,6 +52531,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6007 ======= ======= @@ -51744,6 +52540,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6007 @@ -51765,6 +52562,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:5954 ======= #: ../gui/wxpython/psmap/dialogs.py:5956 @@ -51776,6 +52575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:5956 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -51793,6 +52593,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -51803,6 +52605,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51818,6 +52621,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to read file %s" msgstr "" @@ -51831,6 +52636,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:6019 ======= <<<<<<< HEAD @@ -51843,6 +52649,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6070 ======= ======= @@ -51850,6 +52658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6070 @@ -51871,6 +52680,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6017 ======= #: ../gui/wxpython/psmap/dialogs.py:6019 @@ -51882,6 +52693,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:6019 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -51899,6 +52711,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -51909,6 +52723,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51924,6 +52739,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "size: %(width)s x %(height)s pts" msgstr "" @@ -51937,6 +52754,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51948,6 +52766,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6092 ======= ======= @@ -51955,6 +52775,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6092 @@ -51976,6 +52797,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6039 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "No image selected." @@ -52008,6 +52831,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52037,6 +52861,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6041 msgid "No image selected." msgstr "" @@ -52067,6 +52895,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52083,6 +52912,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52092,6 +52923,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52125,6 +52957,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Note: Selected symbol is not displayed\n" "in draft mode (only in preview mode)" @@ -52139,6 +52973,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52150,6 +52985,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 ======= ======= @@ -52157,6 +52994,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 @@ -52178,6 +53016,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6287 ../gui/wxpython/psmap/dialogs.py:6566 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Outline color:" @@ -52231,6 +53071,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52260,6 +53101,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6289 ../gui/wxpython/psmap/dialogs.py:6568 msgid "Outline color:" msgstr "" @@ -52314,6 +53159,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52356,6 +53202,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Python Imaging Library is not available.\n" "'Preview' functionality won't work." @@ -52370,6 +53221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:275 ======= <<<<<<< HEAD @@ -52390,6 +53242,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:281 ======= #: ../gui/wxpython/psmap/frame.py:275 @@ -52400,6 +53254,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52434,6 +53289,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/frame.py:275 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Characters on position %s are not supported by ISO-8859-1 (Latin 1) encoding " @@ -52449,6 +53309,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:283 ======= <<<<<<< HEAD @@ -52469,6 +53330,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:289 ======= #: ../gui/wxpython/psmap/frame.py:283 @@ -52479,6 +53342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52513,6 +53377,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/frame.py:283 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Not all characters are supported by ISO-8859-1 (Latin 1) encoding which is " "required by module ps.map." @@ -52527,6 +53396,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52546,6 +53416,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:320 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -52573,6 +53445,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52602,6 +53475,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:314 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -52628,6 +53505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52644,6 +53522,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52653,6 +53533,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52686,6 +53567,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Ps.map exited with return code %s" msgstr "" @@ -52699,6 +53582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:438 ======= <<<<<<< HEAD @@ -52711,6 +53595,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:437 ======= ======= @@ -52718,6 +53604,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:437 @@ -52739,6 +53626,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:436 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Program {} is not available." @@ -52772,6 +53661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:438 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52789,6 +53679,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -52799,6 +53691,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52814,6 +53707,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%(prg)s exited with return code %(code)s" msgstr "" @@ -52827,6 +53722,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52838,6 +53734,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:464 ======= ======= @@ -52845,6 +53743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:464 @@ -52866,6 +53765,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:463 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "PDF generated" @@ -52898,6 +53799,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52927,6 +53829,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:442 msgid "PDF generated" msgstr "" @@ -52961,6 +53867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52977,6 +53884,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52986,6 +53895,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -53019,6 +53929,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Preview is not available probably because Ghostscript is not installed or " "not on PATH." @@ -53033,6 +53945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53044,6 +53957,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:514 ======= ======= @@ -53051,6 +53966,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:514 @@ -53072,6 +53988,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:512 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -53097,6 +54015,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53126,6 +54045,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:488 msgid "Please follow instructions on GRASS Trac Wiki." msgstr "" @@ -53148,6 +54071,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53164,6 +54088,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -53173,6 +54099,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -53206,6 +54133,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read file %s." msgstr "" @@ -53219,6 +54148,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53230,6 +54160,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:794 ======= ======= @@ -53237,6 +54169,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:794 @@ -53258,6 +54191,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:792 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Scalebar is not appropriate for this projection" @@ -53313,6 +54248,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53342,6 +54278,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:761 msgid "Scalebar is not appropriate for this projection" msgstr "" @@ -53402,6 +54342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53444,3 +54385,8 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_bn.po b/locale/po/grasswxpy_bn.po index e3bcf89355b..7dd3900e9d0 100644 --- a/locale/po/grasswxpy_bn.po +++ b/locale/po/grasswxpy_bn.po @@ -18600,6 +18600,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -18625,6 +18626,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -18640,6 +18646,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18682,6 +18689,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18694,6 +18706,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -18719,6 +18732,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19374,6 +19392,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -19389,6 +19408,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" diff --git a/locale/po/grasswxpy_cs.po b/locale/po/grasswxpy_cs.po index 13b3f2e6831..acaf2f6638e 100644 --- a/locale/po/grasswxpy_cs.po +++ b/locale/po/grasswxpy_cs.po @@ -18325,6 +18325,7 @@ msgstr "Vložte hodnoty rastrových kategorií nebo procenta" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18337,6 +18338,8 @@ msgstr "Vložte hodnoty rastrových kategorií nebo procenta" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:983 #: ../gui/wxpython/modules/colorrules.py:1685 #: ../gui/wxpython/modules/colorrules.py:1691 @@ -18354,6 +18357,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18363,6 +18367,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/gmodeler/frame.py:450 ../gui/wxpython/gmodeler/frame.py:600 msgid "Create new model?" msgstr "VytvoÅ™it nový model?" @@ -18670,6 +18676,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -18695,6 +18702,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -21699,6 +21709,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21741,6 +21752,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -22106,6 +22122,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22148,6 +22165,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -23155,6 +23177,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23197,6 +23220,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -23279,6 +23307,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/mapwin/decorations.py:203 msgid "Text properties" ======= @@ -23310,6 +23339,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:588 ../gui/wxpython/lmgr/frame.py:181 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:591 ../gui/wxpython/lmgr/frame.py:180 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Workspace Toolbar" @@ -23341,6 +23375,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23359,6 +23394,9 @@ msgid "Text properties" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23368,6 +23406,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23389,6 +23428,8 @@ msgid "Remove scale bar" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23402,6 +23443,7 @@ msgstr "Vybrat model ke spuÅ¡tÄ›ní" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -23427,6 +23469,11 @@ msgstr "Vybrat model ke spuÅ¡tÄ›ní" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -23614,6 +23661,7 @@ msgstr "PÅ™epsat soubor?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -23629,6 +23677,9 @@ msgstr "PÅ™epsat soubor?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -23832,6 +23883,7 @@ msgstr "Odstranit mapovou vrstvu" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 ======= @@ -23857,6 +23909,11 @@ msgstr "Odstranit mapovou vrstvu" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2364 ../gui/wxpython/lmgr/frame.py:2292 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Quit GRASS GUI" @@ -23871,6 +23928,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23891,6 +23949,9 @@ msgid "Histogram Tool" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -23900,6 +23961,7 @@ msgid "Histogram of" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23921,6 +23983,8 @@ msgid "Histogram of" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24890,6 +24954,7 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24912,6 +24977,9 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:346 ../gui/wxpython/menustrings.py:1291 @@ -26780,6 +26848,7 @@ msgid "Soil heat flux" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -26792,6 +26861,8 @@ msgid "Soil heat flux" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27001,6 +27072,7 @@ msgstr "Správa vrstev" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/manager.py:155 ======= @@ -27026,6 +27098,11 @@ msgstr "Správa vrstev" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/manager.py:155 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:154 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Close Attribute Table Manager" @@ -27039,6 +27116,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/menustrings.py:906 ../gui/wxpython/menustrings.py:1851 msgid "Login" @@ -28241,6 +28319,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:906 ../gui/wxpython/menustrings.py:1851 msgid "Login" @@ -30076,6 +30156,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/dialogs.py:80 ======= @@ -30101,6 +30182,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -30267,6 +30353,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30282,6 +30369,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -30536,6 +30626,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -30561,6 +30652,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -30839,6 +30935,7 @@ msgstr "Soubory" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30854,6 +30951,9 @@ msgstr "Soubory" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -31371,6 +31471,7 @@ msgid "Lat/long projections" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -31406,6 +31507,8 @@ msgid "Failed to set default display font. Try different font." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -31443,6 +31546,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:562 ======= @@ -31468,6 +31572,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:562 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:559 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Overlaying map layers" @@ -31501,6 +31610,7 @@ msgid "Required item is not set." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/gui_core/dialogs.py:105 @@ -32093,6 +32203,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/dialogs.py:105 @@ -35484,6 +35596,7 @@ msgstr "VytvoÅ™it novou lokaci?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35493,6 +35606,8 @@ msgstr "VytvoÅ™it novou lokaci?" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Hide {overlay}" msgstr "PÅ™ekrýt další vrstvou" @@ -35937,6 +36052,7 @@ msgstr "VytvoÅ™it novou lokaci?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -35962,3 +36078,6 @@ msgstr "VytvoÅ™it novou lokaci?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_de.po b/locale/po/grasswxpy_de.po index 8fcb867b0c6..5112cf38e00 100644 --- a/locale/po/grasswxpy_de.po +++ b/locale/po/grasswxpy_de.po @@ -1780,6 +1780,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:49 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -1802,6 +1803,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iclass/frame.py:1169 #, python-format msgid "No area in category %s. Category skipped." @@ -2059,6 +2062,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2068,6 +2072,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:49 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -2078,6 +2084,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2095,6 +2102,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/catalog.py:203 #: ../gui/wxpython/location_wizard/wizard.py:329 @@ -2513,6 +2522,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" ======= @@ -2534,6 +2544,8 @@ msgid "Import raster data [r.import]" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:45 msgid "Import raster data [r.import]" ======= @@ -2545,6 +2557,7 @@ msgid "Import raster data [r.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2554,6 +2567,8 @@ msgid "Import raster data [r.import]" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2563,6 +2578,7 @@ msgid "Import raster data [r.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2580,6 +2596,8 @@ msgid "Import raster data [r.import]" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:52 @@ -3016,6 +3034,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3058,6 +3077,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -4437,6 +4461,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4479,6 +4504,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:146 msgid "Download in progress, wait until it is finished 0%" @@ -9949,6 +9979,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9991,6 +10022,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:556 ../gui/wxpython/menustrings.py:1519 msgid "Calculates linear regression from two raster maps: y = a + b*x." @@ -16771,6 +16807,7 @@ msgid "Base raster map <{}> not found in current mapset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16813,6 +16850,11 @@ msgid "Base raster map <{}> not found in current mapset." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/rdigit/controller.py:159 @@ -17448,6 +17490,7 @@ msgid "Map Display {number}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -17470,6 +17513,9 @@ msgid "Map Display {number}" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/frame.py:2179 @@ -17500,6 +17546,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17512,6 +17559,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18507,6 +18556,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18549,6 +18599,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -18926,6 +18981,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18968,6 +19024,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -19976,6 +20037,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20018,6 +20080,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -20116,6 +20183,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/mapwin/decorations.py:203 msgid "Text properties" ======= @@ -20132,6 +20200,8 @@ msgid "Text properties" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:900 ../gui/wxpython/lmgr/frame.py:797 #, fuzzy msgid "Map Swipe Tool" @@ -20146,6 +20216,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -20166,6 +20237,9 @@ msgid "Text properties" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -20175,6 +20249,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20187,6 +20262,8 @@ msgid "Remove scale bar" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25502,6 +25579,7 @@ msgstr "Vektorkarte <%s> hinzugefügt" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25544,6 +25622,11 @@ msgstr "Vektorkarte <%s> hinzugefügt" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Current workspace is not empty. Do you want to store current settings to " "workspace file?" @@ -25557,6 +25640,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25576,6 +25660,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Aktuelles Projekt ist nicht leer. Wollen Sie die aktuellen Einstellungen in " "einer Projektdatei speichern?" ======= @@ -25586,6 +25672,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25615,6 +25702,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:76 msgid "Create new workspace?" @@ -30277,6 +30368,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -30299,6 +30391,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "style" @@ -30390,6 +30485,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30402,6 +30498,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30974,6 +31072,7 @@ msgstr "GRASS GIS Rasterkartenrechner" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -30994,6 +31093,10 @@ msgstr "GRASS GIS Rasterkartenrechner" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/dialogs.py:318 #, fuzzy, python-format msgid "" @@ -31008,6 +31111,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31020,6 +31124,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "'%s' ist kein GRASS Werkzeug.\n" "\n" "Kann keine neue Aktion zum Modell hinzufügen." @@ -31037,6 +31143,7 @@ msgstr "GRASS GIS 3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31046,6 +31153,8 @@ msgstr "GRASS GIS 3D Raster Map Calculator" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= "Einheiten der aktuellen Projektion werden nicht unterstützt.\n" "Es wird stattdessen Meter verwendet!" @@ -31203,6 +31312,10 @@ msgstr "GRASS GIS 3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31241,6 +31354,7 @@ msgstr "Wählen Sie eine Methode, um die neue Location zu erzeugen" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Read projection and datum terms from a Well Known Text (WKT) .prj file" msgstr "Lese Projektions- und Datumsinformationen aus Well Known Text (WKT) .prj-Datei" @@ -31344,6 +31458,8 @@ msgstr "Wählen Sie eine Methode, um die neue Location zu erzeugen" <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Read projection and datum terms from a Well Known Text (WKT) .prj file" #~ msgstr "" @@ -31372,6 +31488,7 @@ msgstr "Angabe von Projektions- und Datumsinformationen über anwendungsspezifis <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31381,6 +31498,8 @@ msgstr "Angabe von Projektions- und Datumsinformationen über anwendungsspezifis ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "GIS Data Directory:" msgstr "GIS-Daten Verzeichnis:" @@ -31427,6 +31546,7 @@ msgstr "Wählen Sie eine Datei mit EPSG-Codes" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Choose projection" @@ -31479,6 +31599,8 @@ msgstr "Wählen Sie eine Datei mit EPSG-Codes" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Choose method of specifying georeferencing parameters" #~ msgstr "" #~ "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwählen" @@ -31492,6 +31614,7 @@ msgstr "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwähl <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31501,6 +31624,8 @@ msgstr "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwähl ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Choose method of specifying georeferencing parameters" msgstr "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwählen" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31510,6 +31635,7 @@ msgstr "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwähl <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -31527,6 +31653,8 @@ msgstr "Wählen Sie eine Methode, um die Parameter der Georeferenzierung zuwähl >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Location Title:" msgstr "Location-Titel:" @@ -31540,6 +31668,7 @@ msgstr "Location-Titel:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Location wizard canceled. Location not created." msgstr "Location-Assistent wurde abgebrochen. Die Location wurde nicht erzeugt." @@ -31648,6 +31777,8 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Location wizard canceled. Location not created." #~ msgstr "" #~ "Location-Assistent wurde abgebrochen. Die Location wurde nicht erzeugt." @@ -31712,6 +31843,7 @@ msgstr "Möchten Sie nun die Ausdehnung und Auflösung der Standardregion eingeb <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31721,6 +31853,8 @@ msgstr "Möchten Sie nun die Ausdehnung und Auflösung der Standardregion eingeb ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Location wizard canceled. Location not created." msgstr "Location-Assistent wurde abgebrochen. Die Location wurde nicht erzeugt." @@ -31805,6 +31939,7 @@ msgstr "Location-Titel" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Location <%s> created" @@ -31899,6 +32034,8 @@ msgstr "Location-Titel" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -31915,6 +32052,7 @@ msgstr "Der Name <%(name)s> ist kein gültiger Name für Locations. Bitte verwen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31924,6 +32062,8 @@ msgstr "Der Name <%(name)s> ist kein gültiger Name für Locations. Bitte verwen ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Name <%(name)s> is not a valid name for location. Please use only ASCII characters excluding %(chars)s and space." msgstr "Der Name <%(name)s> ist kein gültiger Name für Locations. Bitte verwenden Sie nur ASCII-Zeichen ohne %(chars)s und Leerzeichen." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31931,6 +32071,7 @@ msgstr "Der Name <%(name)s> ist kein gültiger Name für Locations. Bitte verwen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31943,6 +32084,8 @@ msgstr "Der Name <%(name)s> ist kein gültiger Name für Locations. Bitte verwen >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to create location" msgstr "Kann die Location nicht erzeugen" @@ -31958,6 +32101,7 @@ msgstr "Wählen Sie den EPSG-Code des Koordinatensystem" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31970,6 +32114,8 @@ msgstr "Wählen Sie den EPSG-Code des Koordinatensystem" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Read projection and datum terms from a georeferenced data file" #~ msgstr "" #~ "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter " @@ -31984,6 +32130,7 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31993,6 +32140,8 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Read projection and datum terms from a georeferenced data file" msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter Datei" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -32002,6 +32151,7 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32019,6 +32169,8 @@ msgstr "Einlesen von Projektions- und Datumsinformationen aus georeferenzierter >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Create a generic Cartesian coordinate system (XY)" msgstr "Erzeuge ein generisches kartesisches Koordinatensystem (XY)" @@ -32038,6 +32190,7 @@ msgstr "Neue Location erzeugen?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS SQL Query Utility" msgstr "GRASS GIS SQL Abfragewerkzeug" ======= @@ -32059,6 +32212,8 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "GRASS GIS SQL Query Utility" #~ msgstr "GRASS GIS SQL Abfragewerkzeug" @@ -32082,6 +32237,7 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32091,6 +32247,8 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS SQL Query Utility" msgstr "GRASS GIS SQL Abfragewerkzeug" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -32100,6 +32258,7 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32117,3 +32276,5 @@ msgstr "GRASS GIS SQL Abfragewerkzeug" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_el.po b/locale/po/grasswxpy_el.po index f961f8d44e3..b2f85b5e053 100644 --- a/locale/po/grasswxpy_el.po +++ b/locale/po/grasswxpy_el.po @@ -2400,6 +2400,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:46 ======= @@ -2476,6 +2477,11 @@ msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:46 ======= <<<<<<< HEAD +======= +#: ../gui/wxpython/datacatalog/toolbars.py:46 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:45 ======= #: ../gui/wxpython/datacatalog/toolbars.py:49 @@ -2484,13 +2490,19 @@ msgstr "" <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Import raster data [r.import]" msgstr "" @@ -2507,6 +2519,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:55 msgid "Select another import option" ======= @@ -2546,6 +2559,17 @@ msgid "Select another import option" msgid "Select another import option" ======= >>>>>>> osgeo-main +======= +#: ../gui/wxpython/datacatalog/toolbars.py:52 +======= +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +#: ../gui/wxpython/datacatalog/toolbars.py:51 +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +msgid "Select another import option" +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:55 msgid "Select another import option" ======= @@ -2556,6 +2580,7 @@ msgid "Select another import option" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2620,6 +2645,8 @@ msgid "Select another import option" msgid "Select another import option" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:72 @@ -2687,6 +2714,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 ======= @@ -2712,6 +2740,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2031 ======= #: ../gui/wxpython/datacatalog/tree.py:104 @@ -3070,6 +3103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3086,6 +3120,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3095,6 +3131,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -3128,6 +3165,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -3262,6 +3301,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -3271,6 +3311,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapswipe/frame.py:460 ../gui/wxpython/lmgr/layertree.py:2167 #: ../gui/wxpython/animation/utils.py:99 ../gui/wxpython/animation/utils.py:107 ======= @@ -3279,6 +3321,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -3288,6 +3331,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapswipe/frame.py:460 ../gui/wxpython/lmgr/layertree.py:2084 #: ../gui/wxpython/animation/utils.py:98 ../gui/wxpython/animation/utils.py:106 ======= @@ -3957,6 +4002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -3972,6 +4018,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Map <%s> not found." msgstr "Ο χάÏτης <%s> δεν βÏέθηκε." @@ -4013,6 +4062,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -4022,6 +4072,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:77 msgid "No time info" msgstr "" @@ -4033,6 +4085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -4042,6 +4095,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:79 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -5467,6 +5522,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/timeline/g.gui.timeline.py:63 msgid "Timeline Tool - GRASS GIS" ======= @@ -5486,6 +5542,8 @@ msgid "Timeline Tool - GRASS GIS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3579 #: ../gui/wxpython/image2target/ii2t_manager.py:3499 #: ../gui/wxpython/photo2image/ip2i_manager.py:2561 @@ -5493,6 +5551,7 @@ msgid "Timeline Tool - GRASS GIS" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5511,6 +5570,8 @@ msgid "Timeline Tool - GRASS GIS" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3574 #: ../gui/wxpython/image2target/ii2t_manager.py:3481 #: ../gui/wxpython/photo2image/ip2i_manager.py:2555 @@ -5624,6 +5685,7 @@ msgid "Timeline Tool - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/timeline/g.gui.timeline.py:63 msgid "Timeline Tool - GRASS GIS" @@ -5652,6 +5714,11 @@ msgid "Timeline Tool - GRASS GIS" #: ../gui/wxpython/timeline/g.gui.timeline.py:63 msgid "Timeline Tool - GRASS GIS" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/timeline/g.gui.timeline.py:63 +msgid "Timeline Tool - GRASS GIS" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/timeline/frame.py:38 @@ -5662,6 +5729,7 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5684,6 +5752,8 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8605,6 +8675,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/tplot/frame.py:209 ../gui/wxpython/tplot/frame.py:264 msgid "Show simple linear regression line" msgstr "" @@ -8619,6 +8690,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:173 ../gui/wxpython/menustrings.py:1213 ======= ======= @@ -8626,6 +8699,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:173 ../gui/wxpython/menustrings.py:1213 @@ -8647,6 +8721,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:173 ../gui/wxpython/menustrings.py:1211 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Manage maps" @@ -10313,6 +10389,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10322,6 +10399,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/tplot/frame.py:209 ../gui/wxpython/tplot/frame.py:264 msgid "Show simple linear regression line" msgstr "" @@ -10332,6 +10411,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -10349,6 +10429,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:556 ../gui/wxpython/menustrings.py:1521 msgid "Calculates linear regression from two raster maps: y = a + b*x." @@ -10535,6 +10617,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/menustrings.py:600 ../gui/wxpython/menustrings.py:1565 ======= @@ -10560,6 +10643,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/menustrings.py:600 ../gui/wxpython/menustrings.py:1565 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:600 ../gui/wxpython/menustrings.py:1563 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Fill holes in areas" @@ -11373,6 +11461,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11415,6 +11504,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:804 ../gui/wxpython/menustrings.py:1769 msgid "Support Vector Machines classification (SVM)" @@ -17037,6 +17131,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rdigit/controller.py:122 ======= @@ -17062,6 +17157,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/rdigit/controller.py:122 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/rdigit/controller.py:121 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Please select first the raster map" @@ -17077,6 +17177,7 @@ msgid "Raster map <{}> not found in current mapset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17108,6 +17209,8 @@ msgid "Base raster map <{}> not found in current mapset." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/rdigit/g.gui.rdigit.py:174 @@ -17118,6 +17221,7 @@ msgid "Base raster map <{}> not found in current mapset." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -17138,6 +17242,8 @@ msgid "Base raster map <{}> not found in current mapset." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/rdigit/controller.py:160 @@ -17863,6 +17969,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17882,6 +17989,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:186 #, python-format msgid "<%(name)s>: layer type <%(type)s> is not supported" @@ -18131,6 +18240,7 @@ msgid "Map Display {number}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -18151,6 +18261,9 @@ msgid "Map Display {number}" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:2083 #, python-brace-format msgid "Map Display {number}" @@ -18160,6 +18273,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18168,6 +18282,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:2179 msgid "Add selected map layers into layer tree" @@ -18176,6 +18292,7 @@ msgid "Add selected map layers into layer tree" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18196,6 +18313,8 @@ msgid "Add selected map layers into layer tree" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18209,6 +18328,7 @@ msgstr "Συντεταγμένες" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/statusbar.py:829 ======= @@ -18234,6 +18354,11 @@ msgstr "Συντεταγμένες" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/mapdisp/statusbar.py:829 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/statusbar.py:825 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -18852,6 +18977,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18894,6 +19020,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/toolbars.py:34 msgid "Select vector feature(s)" @@ -19354,6 +19485,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19396,6 +19528,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:69 msgid "List of raster layers" @@ -20647,6 +20784,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20689,6 +20827,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -20783,6 +20926,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/mapwin/decorations.py:203 msgid "Text properties" ======= @@ -20814,6 +20958,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:688 ../gui/wxpython/lmgr/frame.py:639 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:691 ../gui/wxpython/lmgr/frame.py:638 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Console" @@ -20833,6 +20982,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -20851,6 +21001,9 @@ msgid "Text properties" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -20860,6 +21013,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20881,6 +21035,8 @@ msgid "Remove scale bar" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20894,6 +21050,7 @@ msgstr "Επιλογή μοντέλων για επεξεÏγασία" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -20919,6 +21076,11 @@ msgstr "Επιλογή μοντέλων για επεξεÏγασία" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -21106,6 +21268,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -21121,6 +21284,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -21171,6 +21337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1430 ../gui/wxpython/lmgr/frame.py:1279 ======= @@ -21196,6 +21363,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1430 ../gui/wxpython/lmgr/frame.py:1279 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1394 ../gui/wxpython/lmgr/frame.py:1270 ======= #: ../gui/wxpython/wxplot/histogram.py:43 @@ -21294,6 +21466,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -21309,6 +21482,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Directory '%s' is not defined in GRASS_ADDON_PATH. Do you want add this " @@ -21372,6 +21548,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1637 ../gui/wxpython/lmgr/frame.py:1486 ======= @@ -21397,6 +21574,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1637 ../gui/wxpython/lmgr/frame.py:1486 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1601 ../gui/wxpython/lmgr/frame.py:1477 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "System Info" @@ -21410,6 +21592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -25932,6 +26115,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iclass/dialogs.py:606 msgid "Save signature file" @@ -30433,6 +30618,7 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -30453,6 +30639,8 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1653 ../gui/wxpython/lmgr/frame.py:1502 msgid "GRASS version" @@ -30472,6 +30660,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1659 ../gui/wxpython/lmgr/frame.py:1508 ======= @@ -30497,6 +30686,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1659 ../gui/wxpython/lmgr/frame.py:1508 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1623 ../gui/wxpython/lmgr/frame.py:1499 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Build platform" @@ -30508,6 +30702,7 @@ msgid "Unable to create new mapset: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/startup/guiutils.py:212 @@ -30524,6 +30719,8 @@ msgid "Do you want to import {}to the newly created location?" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:212 @@ -30546,6 +30743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1749 ../gui/wxpython/lmgr/frame.py:1598 ======= @@ -30571,6 +30769,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1749 ../gui/wxpython/lmgr/frame.py:1598 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1713 ../gui/wxpython/lmgr/frame.py:1589 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Enter new name:" @@ -30786,6 +30989,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30801,6 +31005,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to launch \"Supervised Classification Tool\".\n" @@ -30833,6 +31040,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2261 ../gui/wxpython/lmgr/frame.py:2132 ======= @@ -30858,6 +31066,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2261 ../gui/wxpython/lmgr/frame.py:2132 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2225 ../gui/wxpython/lmgr/frame.py:2123 ======= #: ../gui/wxpython/startup/guiutils.py:717 @@ -30871,6 +31084,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30887,6 +31101,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -30896,6 +31112,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -30929,6 +31146,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Note that cell values can only be displayed for regions of less than 10,000 " "cells." @@ -31620,6 +31839,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 ======= @@ -31645,6 +31865,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:106 ../gui/wxpython/dbmgr/base.py:2351 ======= #: ../gui/wxpython/dbmgr/base.py:470 @@ -31654,6 +31879,7 @@ msgid "Sort descending" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/dbmgr/base.py:474 @@ -31886,6 +32112,8 @@ msgid "Set SQL statement to default" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/base.py:474 @@ -32234,6 +32462,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -32259,6 +32488,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -32277,6 +32511,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32292,6 +32527,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -33426,6 +33664,7 @@ msgid "Lat/long projections" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -34053,6 +34292,8 @@ msgid "Select target vector map to display:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -36650,6 +36891,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -36672,6 +36914,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #, fuzzy @@ -36778,6 +37023,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36790,6 +37036,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36808,6 +37056,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Volume" msgstr "Όγκος" @@ -36857,6 +37106,8 @@ msgstr "(μονο για ανάγνωση)" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy, python-format #~ msgid "Unable to delete location: %s" #~ msgstr "Αδυναμία διαγÏαφής επιλεγμένης Τοποθεσίας" @@ -37054,6 +37305,7 @@ msgstr "(μονο για ανάγνωση)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37063,6 +37315,8 @@ msgstr "(μονο για ανάγνωση)" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Volume" msgstr "Όγκος" @@ -37105,6 +37359,7 @@ msgstr "(μονο για ανάγνωση)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -37122,3 +37377,5 @@ msgstr "(μονο για ανάγνωση)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_es.po b/locale/po/grasswxpy_es.po index d76f336ff42..d09183549a4 100644 --- a/locale/po/grasswxpy_es.po +++ b/locale/po/grasswxpy_es.po @@ -16,6 +16,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= @@ -92,6 +93,11 @@ msgstr "" "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= <<<<<<< HEAD +======= +"POT-Creation-Date: 2024-05-23 03:37-0600\n" +======= +<<<<<<< HEAD +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2021-02-17 23:13-0500\n" @@ -100,13 +106,19 @@ msgstr "" <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "PO-Revision-Date: 2022-05-22 05:04+0000\n" "Last-Translator: Veronica \n" "Language-Team: Spanish >>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19705,6 +19718,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -19905,6 +19923,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -19927,6 +19946,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -19997,6 +20019,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20009,6 +20032,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22794,6 +22819,7 @@ msgstr "Importar configuraciones" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22836,6 +22862,11 @@ msgstr "Importar configuraciones" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -22853,6 +22884,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22895,6 +22927,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -22994,6 +23031,7 @@ msgstr "Reproyectar capas seleccionadas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23036,6 +23074,11 @@ msgstr "Reproyectar capas seleccionadas" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -23413,6 +23456,7 @@ msgstr "Calculadora de mapas ráster 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23455,6 +23499,11 @@ msgstr "Calculadora de mapas ráster 3D" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -24567,6 +24616,7 @@ msgstr "AVISO" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24609,6 +24659,11 @@ msgstr "AVISO" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -24908,6 +24963,7 @@ msgstr "opacidad:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2347 ../gui/wxpython/lmgr/frame.py:2237 ======= @@ -24933,6 +24989,11 @@ msgstr "opacidad:" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2347 ../gui/wxpython/lmgr/frame.py:2237 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2311 ../gui/wxpython/lmgr/frame.py:2223 ======= #: ../gui/wxpython/mapwin/decorations.py:203 @@ -25128,6 +25189,7 @@ msgstr "¿Sobreescribir archivo?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -25143,6 +25205,9 @@ msgstr "¿Sobreescribir archivo?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Do you want to remove map layer(s)\n" @@ -25462,6 +25527,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25473,6 +25539,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1126 ======= ======= @@ -25480,6 +25548,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/lmgr/layertree.py:1126 @@ -25501,6 +25570,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1088 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to display histogram of raster map. No map name defined." @@ -25629,6 +25700,7 @@ msgid "Add vector map" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25658,6 +25730,10 @@ msgid "Add vector map" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" msgstr "" @@ -26940,6 +27016,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26982,6 +27059,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:203 msgid "Start new map display" @@ -30336,6 +30418,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30378,6 +30461,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:317 msgid "Generate command for m.nviz.image" @@ -30724,6 +30812,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30766,6 +30855,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/pyshell.py:78 msgid "Simple &editor" @@ -30806,6 +30900,7 @@ msgstr "Mapa ráster <%s> añadido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30818,6 +30913,8 @@ msgstr "Mapa ráster <%s> añadido" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/pyshell.py:143 #, python-format msgid "Vector map <%s> added" @@ -31175,6 +31272,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31191,6 +31289,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -31200,6 +31300,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -31233,6 +31334,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Database connection for vector map <%s> is not defined in DB file. You can " @@ -31247,6 +31350,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31266,6 +31370,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "No se ha definido en el archivo DB, la conexión a la base de datos para el " "mapa vectorial <%s>. Puede definir una nueva conexión en la pestaña " "\"Administración de capas\"." @@ -31277,6 +31383,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31306,6 +31413,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Please wait, loading attribute data..." @@ -31421,6 +31532,7 @@ msgstr "Restricción para la búsqueda (claúsula WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -31430,6 +31542,8 @@ msgstr "Restricción para la búsqueda (claúsula WHERE)" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -31438,6 +31552,7 @@ msgstr "Restricción para la búsqueda (claúsula WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -31447,6 +31562,8 @@ msgstr "Restricción para la búsqueda (claúsula WHERE)" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -31484,6 +31601,7 @@ msgstr "Aplicar la instrucción SELECT y recargar los registros de datos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31499,6 +31617,9 @@ msgstr "Aplicar la instrucción SELECT y recargar los registros de datos" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "Ejemplo: %s" @@ -32067,6 +32188,7 @@ msgstr "Calculadora de campos <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/dialogs.py:80 ======= @@ -32092,6 +32214,11 @@ msgstr "Calculadora de campos <%s>" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -32258,6 +32385,7 @@ msgstr "Recargar todos los datos de atributos (eliminar selección actual)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32273,6 +32401,9 @@ msgstr "Recargar todos los datos de atributos (eliminar selección actual)" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -32545,6 +32676,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -32570,6 +32702,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -32848,6 +32985,7 @@ msgstr "Archivos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32863,6 +33001,9 @@ msgstr "Archivos" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -33384,6 +33525,7 @@ msgstr "No válido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -33409,6 +33551,11 @@ msgstr "No válido" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -33426,6 +33573,7 @@ msgstr "PROJ string (requerido):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33468,6 +33616,11 @@ msgstr "PROJ string (requerido):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -33479,6 +33632,7 @@ msgstr "Superponer capas de mapas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -33504,6 +33658,11 @@ msgstr "Superponer capas de mapas" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -34171,6 +34330,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -34186,6 +34346,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "Directorio {t} no removido." @@ -36232,6 +36395,7 @@ msgstr "etiquetas:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -36241,6 +36405,8 @@ msgstr "etiquetas:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "&Delete location" #~ msgstr "&Borrar Localización" @@ -36267,6 +36433,7 @@ msgstr "etiquetas:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -36276,6 +36443,8 @@ msgstr "etiquetas:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "Mostrar la región computacional" ======= @@ -36288,6 +36457,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -36310,6 +36480,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "Fetching list of modules from GRASS-Addons SVN (be patient)..." @@ -36461,6 +36634,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36473,6 +36647,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37397,6 +37573,7 @@ msgstr "Se ha cancelado el asistente de Localizaciones. La Localización no ha s <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -37412,6 +37589,9 @@ msgstr "Se ha cancelado el asistente de Localizaciones. La Localización no ha s ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Location <%(loc)s> will be created in GIS data directory <%(dir)s>. You will need to change the default GIS data directory in the GRASS startup screen." msgstr "La Localización <%(loc)s> se creará en el directorio de datos SIG <%(dir)s>. Necesitará cambiar el directorio de datos SIG predeterminado en la pantalla de inicio de GRASS." @@ -37595,6 +37775,7 @@ msgstr "¿Quiere establecer la extensión y resolución de la región predetermi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37604,6 +37785,8 @@ msgstr "¿Quiere establecer la extensión y resolución de la región predetermi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Performs ordinary or block kriging." msgstr "Realiza kriging ordinario o en bloque." @@ -37871,6 +38054,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -38089,6 +38273,8 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Creates a Voronoi diagram in current region from an input vector map containing points or centroids." msgstr "Crea un diagrama de Voronoi en la región actual a partir de un mapa vectorial de entrada que contenga puntos o centroides." @@ -38161,6 +38347,7 @@ msgstr "¡Localización <%s> creada!" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Location <%s> created" @@ -38182,6 +38369,8 @@ msgstr "¡Localización <%s> creada!" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Unable to exit GRASS shell: unknown PID" #~ msgstr "" #~ "No fue posible salir de la línea de comandos de GRASS: PID desconocido" @@ -38195,6 +38384,7 @@ msgstr "No fue posible salir de la línea de comandos de GRASS: PID desconocido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38204,6 +38394,8 @@ msgstr "No fue posible salir de la línea de comandos de GRASS: PID desconocido" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Unable to exit GRASS shell: unknown PID" msgstr "No fue posible salir de la línea de comandos de GRASS: PID desconocido" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38211,6 +38403,7 @@ msgstr "No fue posible salir de la línea de comandos de GRASS: PID desconocido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38223,6 +38416,8 @@ msgstr "No fue posible salir de la línea de comandos de GRASS: PID desconocido" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Remove vector legend" msgstr "Remover leyenda mapa vectorial" @@ -38280,6 +38475,7 @@ msgstr "Herramienta de Histograma de GRASS GIS (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38292,6 +38488,8 @@ msgstr "Herramienta de Histograma de GRASS GIS (d.histogram)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Copies available data files in the current mapset search path to the " #~ "user's current mapset." @@ -38393,6 +38591,7 @@ msgstr "Redimensionar la leyenda" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -38402,6 +38601,8 @@ msgstr "Redimensionar la leyenda" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "No se puede crear la Localización" ======= @@ -38410,6 +38611,7 @@ msgstr "Redimensionar la leyenda" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -38419,6 +38621,8 @@ msgstr "Redimensionar la leyenda" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -38437,6 +38641,7 @@ msgstr "No se puede crear la Localización" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -38452,6 +38657,9 @@ msgstr "No se puede crear la Localización" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "Seleccione el código EPSG del sistema de referencia espacial" @@ -38471,6 +38679,7 @@ msgstr "Leer la configuración de proyección y datum de un archivo de datos geo <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38480,6 +38689,8 @@ msgstr "Leer la configuración de proyección y datum de un archivo de datos geo ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Copies available data files in the current mapset search path to the user's current mapset." msgstr "Copia los archivos de datos disponibles en la ruta de búsqueda del Directorio de mapas actual." @@ -38564,6 +38775,7 @@ msgstr "Utilidad de GRASS GIS para Sentencia SQL" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Create a generic Cartesian coordinate system (XY)" @@ -38604,6 +38816,8 @@ msgstr "Utilidad de GRASS GIS para Sentencia SQL" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Do you want to quit GRASS including shell prompt or just close the GUI?" #~ msgstr "" @@ -38657,6 +38871,7 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38666,6 +38881,8 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Do you want to quit GRASS including shell prompt or just close the GUI?" msgstr "¿Quiere salir de GRASS incluyendo la línea de comandos o solamente cerrar la GUI?" @@ -38678,6 +38895,7 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -38695,3 +38913,5 @@ msgstr "Doble click o Ctrl-Enter para ejecutar módulo seleccionado" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_fi.po b/locale/po/grasswxpy_fi.po index d6258a658e0..a0de9e7b306 100644 --- a/locale/po/grasswxpy_fi.po +++ b/locale/po/grasswxpy_fi.po @@ -23621,6 +23621,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -23646,6 +23647,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:252 @@ -23821,6 +23827,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -23836,6 +23843,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -24037,6 +24047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24048,6 +24059,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 ======= ======= @@ -24055,6 +24068,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 @@ -24076,6 +24090,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2364 ../gui/wxpython/lmgr/frame.py:2292 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Quit GRASS GUI" @@ -24416,6 +24432,7 @@ msgid "New workspace" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24445,6 +24462,10 @@ msgid "New workspace" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" msgstr "" @@ -25273,6 +25294,7 @@ msgid "Delete all text from the shell" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -25282,6 +25304,8 @@ msgid "Delete all text from the shell" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/menustrings.py:23 msgid "Add multiple raster or vector map layers to current display" msgstr "" @@ -29477,6 +29501,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -29489,6 +29514,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -31100,6 +31127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -31125,6 +31153,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -31140,6 +31173,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31182,6 +31216,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -31194,6 +31233,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -31219,6 +31259,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -31874,6 +31919,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31889,6 +31935,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" @@ -32971,6 +33020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Location Title:" msgstr "Paikan Otsikko:" @@ -32991,6 +33041,8 @@ msgstr "Paikka <%s> luotu" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Repository" #~ msgstr "Etäkirjasto" @@ -33002,6 +33054,7 @@ msgstr "Paikan Otsikko:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD #~ msgid "Location <%s> created" @@ -33070,6 +33123,11 @@ msgstr "Luo uusi Paikka?" #~ msgid "Location <%s> created" #~ msgstr "Paikka <%s> luotu" ======= +======= +#~ msgid "Location <%s> created" +#~ msgstr "Paikka <%s> luotu" +======= +>>>>>>> osgeo-main msgid "Location <%s> created" msgstr "Paikka <%s> luotu" @@ -33084,4 +33142,7 @@ msgstr "Paikka <%s> luotu" msgid "Create new location?" msgstr "Luo uusi Paikka?" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_fr.po b/locale/po/grasswxpy_fr.po index 66ca610095f..9f3aab792bc 100644 --- a/locale/po/grasswxpy_fr.po +++ b/locale/po/grasswxpy_fr.po @@ -19505,6 +19505,7 @@ msgstr "Entrer les valeurs de catégories ou les pourcentages" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/wizard.py:186 msgid "Change" msgstr "" @@ -19527,6 +19528,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:983 #: ../gui/wxpython/modules/colorrules.py:1685 #: ../gui/wxpython/modules/colorrules.py:1691 @@ -19544,6 +19547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19553,6 +19557,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/location_wizard/wizard.py:186 msgid "Change" msgstr "" @@ -19563,6 +19569,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -19580,6 +19587,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -19780,6 +19789,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -19802,6 +19812,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -19872,6 +19885,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -19884,6 +19898,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22674,6 +22690,7 @@ msgstr "Paramètres d'import" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22716,6 +22733,11 @@ msgstr "Paramètres d'import" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -22733,6 +22755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22775,6 +22798,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -22874,6 +22902,7 @@ msgstr "Reprojeter les couches sélectionnées" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22916,6 +22945,11 @@ msgstr "Reprojeter les couches sélectionnées" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -23293,6 +23327,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23335,6 +23370,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -24449,6 +24489,7 @@ msgstr "ATTENTION" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24491,6 +24532,11 @@ msgstr "ATTENTION" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -24792,6 +24838,7 @@ msgstr "opacité :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2347 ../gui/wxpython/lmgr/frame.py:2237 ======= @@ -24817,6 +24864,11 @@ msgstr "opacité :" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2347 ../gui/wxpython/lmgr/frame.py:2237 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2311 ../gui/wxpython/lmgr/frame.py:2223 ======= #: ../gui/wxpython/mapwin/decorations.py:203 @@ -25012,6 +25064,7 @@ msgstr "Écraser le fichier ?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -25027,6 +25080,9 @@ msgstr "Écraser le fichier ?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Do you want to remove map layer(s)\n" @@ -25343,6 +25399,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -25356,6 +25413,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1126 ======= ======= @@ -25363,6 +25422,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/lmgr/layertree.py:1126 @@ -25384,6 +25444,8 @@ msgid "Histogram Tool" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1088 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to display histogram of raster map. No map name defined." @@ -25434,6 +25496,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -25464,6 +25527,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -25561,6 +25629,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -25573,6 +25642,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26555,6 +26626,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26597,6 +26669,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:203 msgid "Start new map display" @@ -29810,6 +29887,7 @@ msgid "Interactive editing and digitization of vector maps." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -29832,6 +29910,9 @@ msgid "Interactive editing and digitization of vector maps." ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2023 @@ -30084,6 +30165,7 @@ msgid "Download in progress, wait until it is finished 0%" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30096,6 +30178,8 @@ msgid "Download in progress, wait until it is finished 0%" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30151,6 +30235,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30193,6 +30278,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/pyshell.py:78 msgid "Simple &editor" @@ -30243,6 +30333,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30285,6 +30376,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:72 msgid "" @@ -30604,6 +30700,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30620,6 +30717,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -30629,6 +30728,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -30662,6 +30762,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Database connection for vector map <%s> is not defined in DB file. You can " @@ -30676,6 +30778,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30695,6 +30798,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "La connexion à une base de données n'est pas définie dans le fichier DB pour " "la carte vecteur <%s>. Vous pouvez définir une nouvelle connexion dans " "l'onglet 'Gérer les couches'." @@ -30706,6 +30811,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30735,6 +30841,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Please wait, loading attribute data..." @@ -30851,6 +30961,7 @@ msgstr "Contrainte pour la requête (clause WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -30860,6 +30971,8 @@ msgstr "Contrainte pour la requête (clause WHERE)" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -30868,6 +30981,7 @@ msgstr "Contrainte pour la requête (clause WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -30877,6 +30991,8 @@ msgstr "Contrainte pour la requête (clause WHERE)" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -30914,6 +31030,7 @@ msgstr "Appliquer l'expression SELECT et recharger les enregistrements" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30929,6 +31046,9 @@ msgstr "Appliquer l'expression SELECT et recharger les enregistrements" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "Exemple : %s" @@ -31495,6 +31615,7 @@ msgstr "Statistiques de champs <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/dialogs.py:80 ======= @@ -31520,6 +31641,11 @@ msgstr "Statistiques de champs <%s>" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -31686,6 +31812,7 @@ msgstr "Recharger toutes les données attributaires (annule la sélection actuel <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31701,6 +31828,9 @@ msgstr "Recharger toutes les données attributaires (annule la sélection actuel ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -31972,6 +32102,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -31997,6 +32128,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -32275,6 +32411,7 @@ msgstr "Fichiers" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32290,6 +32427,9 @@ msgstr "Fichiers" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -32806,6 +32946,7 @@ msgstr "Invalide" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -32831,6 +32972,11 @@ msgstr "Invalide" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -32848,6 +32994,7 @@ msgstr "Chaîne PROJ (requise) :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32890,6 +33037,11 @@ msgstr "Chaîne PROJ (requise) :" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -32901,6 +33053,7 @@ msgstr "Superposition des couches" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -32926,6 +33079,11 @@ msgstr "Superposition des couches" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -33594,6 +33752,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -33609,6 +33768,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "Répertoire {t} non supprimé." @@ -35654,6 +35816,7 @@ msgstr "étiquettes :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -35663,6 +35826,8 @@ msgstr "étiquettes :" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "Nom du secteur : " @@ -35680,6 +35845,7 @@ msgstr "étiquettes :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -35689,6 +35855,8 @@ msgstr "étiquettes :" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "Afficher l'étendue" ======= @@ -35701,6 +35869,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -35723,6 +35892,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "failed to open '{0}'" @@ -35775,6 +35947,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35787,6 +35960,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37118,6 +37293,7 @@ msgstr "Voulez-vous définir les limites et la résolution la région par défau <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37127,6 +37303,8 @@ msgstr "Voulez-vous définir les limites et la résolution la région par défau ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Copy map" msgstr "Copier la carte" @@ -37752,6 +37930,7 @@ msgstr "GRASS GIS %s - Gestionnaire des couches" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -37922,6 +38101,8 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Location <%s> created.\n" @@ -37997,6 +38178,7 @@ msgstr "Histogramme GRASS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Location <%s> created" @@ -38120,6 +38302,8 @@ msgstr "Histogramme GRASS" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Copies available data files in the current mapset search path to the " #~ "user's current mapset." @@ -38196,6 +38380,7 @@ msgstr "Cliquer pour restreindre l'édition au jeu de données courant uniquemen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38205,6 +38390,8 @@ msgstr "Cliquer pour restreindre l'édition au jeu de données courant uniquemen ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Copies available data files in the current mapset search path to the user's current mapset." msgstr "Copier les fichiers de données disponibles dans le chemin de recherche du jeu de cartes courant vers le jeu de cartes de l'utilisateur courant." @@ -38250,6 +38437,7 @@ msgstr "Recherche :" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Search:" @@ -38272,6 +38460,8 @@ msgstr "Recherche :" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Type to search database by map type or name. Use prefix 'r:', 'v:' and " #~ "'r3:'to show only raster, vector or 3D raster data, respectively. Use " @@ -38291,6 +38481,7 @@ msgstr "Écrire pour rechercher dans la base par type ou nom de carte. Utiliser <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38300,6 +38491,8 @@ msgstr "Écrire pour rechercher dans la base par type ou nom de carte. Utiliser ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Type to search database by map type or name. Use prefix 'r:', 'v:' and 'r3:'to show only raster, vector or 3D raster data, respectively. Use Python regular expressions to refine your search." msgstr "Écrire pour rechercher dans la base par type ou nom de carte. Utiliser les préfixes 'r:', 'v:' ou 'r3:' pour ne montrer respectivement que les rasters, vecteurs ou rasters 3D. Utiliser des expressions régulières Python pouraffiner la recherche." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38307,6 +38500,7 @@ msgstr "Écrire pour rechercher dans la base par type ou nom de carte. Utiliser <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38319,6 +38513,8 @@ msgstr "Écrire pour rechercher dans la base par type ou nom de carte. Utiliser >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid " (readonly)" msgstr " (lecture seule)" @@ -38341,11 +38537,14 @@ msgstr "Redimensionner la légende" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Impossible de créer le secteur" ======= @@ -38354,6 +38553,7 @@ msgstr "Redimensionner la légende" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -38379,6 +38579,8 @@ msgstr "Redimensionner la légende" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -38396,6 +38598,7 @@ msgstr "Le nom <%(name)s> n'est pas un nom valide pour un secteur. Merci de n'ut <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38405,6 +38608,8 @@ msgstr "Le nom <%(name)s> n'est pas un nom valide pour un secteur. Merci de n'ut ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Name <%(name)s> is not a valid name for location. Please use only ASCII characters excluding %(chars)s and space." msgstr "Le nom <%(name)s> n'est pas un nom valide pour un secteur. Merci de n'utiliser que des caractères ASCII à l'exclusion de %(chars)s et des espaces." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38412,6 +38617,7 @@ msgstr "Le nom <%(name)s> n'est pas un nom valide pour un secteur. Merci de n'ut <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Unable to create location" msgstr "Impossible de créer le secteur" @@ -38511,6 +38717,28 @@ msgid "Create new location?" msgstr "Créer un nouveau secteur ?" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + +msgid "Unable to create location" +msgstr "Impossible de créer le secteur" +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) + +msgid "Select EPSG code of spatial reference system" +msgstr "Sélectionner le code EPSG" + +msgid "Read projection and datum terms from a georeferenced data file" +msgstr "Lire depuis un fichier géoréférencé" + +msgid "Create a generic Cartesian coordinate system (XY)" +msgstr "Système de coordonnées cartésiennes (XY)" + +msgid "Do you want to create GRASS location <%s>?" +msgstr "Voulez-vous créer le secteur GRASS <%s> ?" + +msgid "Create new location?" +msgstr "Créer un nouveau secteur ?" + +>>>>>>> osgeo-main msgid "GRASS GIS SQL Query Utility" msgstr "Utilitaire de requêtes SQL" @@ -38522,6 +38750,7 @@ msgstr "Utilitaire de requêtes SQL" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38534,6 +38763,8 @@ msgstr "Utilitaire de requêtes SQL" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Do you want to quit GRASS including shell prompt or just close the GUI?" #~ msgstr "" @@ -38576,6 +38807,7 @@ msgstr "Utilitaire de requêtes SQL" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38586,6 +38818,8 @@ msgstr "Utilitaire de requêtes SQL" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "supported tools only" msgstr "outils pris en charge uniquement" @@ -38594,6 +38828,7 @@ msgstr "outils pris en charge uniquement" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -38604,6 +38839,8 @@ msgstr "outils pris en charge uniquement" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Do you want to quit GRASS including shell prompt or just close the GUI?" msgstr "Voulez-vous quitter GRASS y compris le terminal ou juste fermer l'interface graphique ?" @@ -38617,6 +38854,7 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -38639,6 +38877,10 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= msgid "Do you want to quit GRASS including shell prompt or just close the GUI?" msgstr "Voulez-vous quitter GRASS y compris le terminal ou juste fermer l'interface graphique ?" @@ -38651,6 +38893,7 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -38675,3 +38918,6 @@ msgstr "Double-clic ou Ctrl+Entrée pour exécuter le module sélectionné" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_hu.po b/locale/po/grasswxpy_hu.po index aaac887ebb1..89a9d3a4d7d 100644 --- a/locale/po/grasswxpy_hu.po +++ b/locale/po/grasswxpy_hu.po @@ -18156,6 +18156,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18198,6 +18199,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:448 msgid "Choose file to load color table" @@ -18579,6 +18585,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18621,6 +18628,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -21604,6 +21616,7 @@ msgstr "Kiválasztott rétegek átvetítése" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21646,6 +21659,11 @@ msgstr "Kiválasztott rétegek átvetítése" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -21970,6 +21988,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22012,6 +22031,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -23067,6 +23091,7 @@ msgstr "FIGYELMEZTETÉS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23109,6 +23134,11 @@ msgstr "FIGYELMEZTETÉS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -23190,6 +23220,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:588 ../gui/wxpython/lmgr/frame.py:181 ======= @@ -23215,6 +23246,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:588 ../gui/wxpython/lmgr/frame.py:181 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:591 ../gui/wxpython/lmgr/frame.py:180 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Workspace Toolbar" @@ -23249,6 +23285,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23291,6 +23328,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" @@ -23302,6 +23344,7 @@ msgstr "Válassza ki a futtatandó modelt" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -23327,6 +23370,11 @@ msgstr "Válassza ki a futtatandó modelt" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -23514,6 +23562,7 @@ msgstr "Fájl felülírása?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -23529,6 +23578,9 @@ msgstr "Fájl felülírása?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -23735,6 +23787,7 @@ msgstr "Térkép réteg eltávolítás" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 ======= @@ -23760,6 +23813,11 @@ msgstr "Térkép réteg eltávolítás" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2364 ../gui/wxpython/lmgr/frame.py:2292 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Quit GRASS GUI" @@ -23774,6 +23832,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23794,6 +23853,9 @@ msgid "Histogram Tool" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -23803,6 +23865,7 @@ msgid "Histogram of" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23824,6 +23887,8 @@ msgid "Histogram of" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24078,6 +24143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:1059 ======= @@ -24103,6 +24169,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:1059 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1021 ======= #: ../gui/wxpython/menustrings.py:1005 ../gui/wxpython/menustrings.py:1950 @@ -24622,6 +24693,7 @@ msgstr "A letöltés folyamatban, várjon amíg befejezÅ‘dik" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -24637,6 +24709,9 @@ msgstr "A letöltés folyamatban, várjon amíg befejezÅ‘dik" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unsupported map type <%s>" msgstr "Nem támogatott térkép típus <%s>" @@ -24915,6 +24990,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -24930,6 +25006,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "%s <%s> already exists in the current mapset. Do you want to overwrite it?" @@ -25330,6 +25409,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 ======= @@ -25355,6 +25435,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:106 ../gui/wxpython/dbmgr/base.py:2351 ======= #: ../gui/wxpython/dbmgr/base.py:502 @@ -25364,6 +25449,7 @@ msgid "Fractal dimension of boundary defining a polygon" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/dbmgr/base.py:505 @@ -25570,6 +25656,8 @@ msgid "Set SQL statement to default" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/base.py:505 @@ -25892,6 +25980,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -25917,6 +26006,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -25935,6 +26029,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -25950,6 +26045,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -26664,6 +26762,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -26689,6 +26788,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -26967,6 +27071,7 @@ msgstr "Fájlok" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -26982,6 +27087,9 @@ msgstr "Fájlok" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "A tér-idÅ‘ adathalmazok idÅ‘beli terjedelmének azonosnak kell lennie." @@ -27484,6 +27592,7 @@ msgstr "Hibás" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -27509,6 +27618,11 @@ msgstr "Hibás" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -27526,6 +27640,7 @@ msgstr "PROJ szöveg (kötelezÅ‘):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27568,6 +27683,11 @@ msgstr "PROJ szöveg (kötelezÅ‘):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -27579,6 +27699,7 @@ msgstr "Térkép rétegek átfedés vizsgálata" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -27604,6 +27725,11 @@ msgstr "Térkép rétegek átfedés vizsgálata" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -28264,6 +28390,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -28279,6 +28406,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "{t} könyvtárat nem távolítottam el." @@ -30297,6 +30427,7 @@ msgstr "címkék:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/g.gui.psmap.py:51 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -30318,6 +30449,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Abort download location" #~ msgstr "Hely letöltés megszakítása" @@ -30336,6 +30469,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -30364,6 +30498,11 @@ msgstr "" <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +<<<<<<< HEAD +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Use defined projection" #~ msgstr "Felhasználó definiált vetület" @@ -30387,6 +30526,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -30396,6 +30536,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/psmap/g.gui.psmap.py:51 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -30406,6 +30548,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -30423,6 +30566,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -30921,6 +31066,7 @@ msgstr "Opcionális hely cím, ezt a mezÅ‘t üresen hagyhatja." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -30930,6 +31076,8 @@ msgstr "Opcionális hely cím, ezt a mezÅ‘t üresen hagyhatja." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Nem tudom létrehozni a helyet" ======= @@ -30938,6 +31086,7 @@ msgstr "Opcionális hely cím, ezt a mezÅ‘t üresen hagyhatja." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -30947,6 +31096,8 @@ msgstr "Opcionális hely cím, ezt a mezÅ‘t üresen hagyhatja." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -30965,6 +31116,7 @@ msgstr "Nem tudom létrehozni a helyet" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30980,6 +31132,9 @@ msgstr "Nem tudom létrehozni a helyet" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "Válasszon EPSG kódot a vetülethez" @@ -31013,6 +31168,7 @@ msgstr "GRASS GIS hisztogram eszköz (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31022,6 +31178,8 @@ msgstr "GRASS GIS hisztogram eszköz (d.histogram)" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Failed to display layer: not in current mapset or invalid layer" msgstr "Nem sikerült a réteget megjeleníteni: nincs az aktuális térképcsoportban vagy hibás réteg" @@ -31241,6 +31399,7 @@ msgstr "GRASS GIS hisztogram eszköz (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31266,3 +31425,6 @@ msgstr "GRASS GIS hisztogram eszköz (d.histogram)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_id_ID.po b/locale/po/grasswxpy_id_ID.po index 1139872e0d1..00f5bbcbf5a 100644 --- a/locale/po/grasswxpy_id_ID.po +++ b/locale/po/grasswxpy_id_ID.po @@ -18592,6 +18592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -18617,6 +18618,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -18632,6 +18638,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18674,6 +18681,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18686,6 +18698,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -18711,6 +18724,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19366,6 +19384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -19381,6 +19400,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" diff --git a/locale/po/grasswxpy_it.po b/locale/po/grasswxpy_it.po index 0187799a354..3197d3f96ac 100644 --- a/locale/po/grasswxpy_it.po +++ b/locale/po/grasswxpy_it.po @@ -14,6 +14,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= @@ -39,6 +40,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"POT-Creation-Date: 2024-05-23 03:37-0600\n" +======= +<<<<<<< HEAD +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) "PO-Revision-Date: 2024-03-28 22:45+0000\n" @@ -54,6 +60,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -96,6 +103,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Last-Translator: luca \n" "Language-Team: Italian \n" @@ -113,6 +125,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "X-Generator: Weblate 4.12.2\n" ======= <<<<<<< HEAD @@ -133,6 +146,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "X-Generator: Weblate 5.3\n" ======= "X-Generator: Weblate 4.12.2\n" @@ -143,6 +158,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "X-Generator: Weblate 4.12.2\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -177,6 +193,11 @@ msgstr "" "X-Generator: Weblate 4.12.2\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"X-Generator: Weblate 4.12.2\n" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:109 ../gui/wxpython/nviz/preferences.py:65 #: ../gui/wxpython/nviz/preferences.py:69 @@ -15784,6 +15805,7 @@ msgstr "Digitalizzatore vettoriale non disponibile" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15826,6 +15848,11 @@ msgstr "Digitalizzatore vettoriale non disponibile" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Note that the wxGUI's vector digitizer is disabled in this installation." "Please keep an eye out for updated versions of GRASS. In the meantime you " @@ -15839,6 +15866,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/frame.py:163 ======= @@ -15864,6 +15892,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/mapdisp/frame.py:163 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:178 ======= #: ../gui/wxpython/mapdisp/toolbars.py:132 ../gui/wxpython/mapdisp/frame.py:513 @@ -16075,6 +16108,7 @@ msgstr "Visualizzatore di mappe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -16090,6 +16124,9 @@ msgstr "Visualizzatore di mappe" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to run command '%(command)s'. Details:\n" @@ -16164,6 +16201,7 @@ msgstr "Ritorna alla modalità di visualizzazione 2D..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -16173,6 +16211,8 @@ msgstr "Ritorna alla modalità di visualizzazione 2D..." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:830 ../gui/wxpython/mapdisp/frame.py:839 #: ../gui/wxpython/mapdisp/frame.py:861 ======= @@ -16181,6 +16221,7 @@ msgstr "Ritorna alla modalità di visualizzazione 2D..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -16190,6 +16231,8 @@ msgstr "Ritorna alla modalità di visualizzazione 2D..." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:861 ../gui/wxpython/mapdisp/frame.py:870 #: ../gui/wxpython/mapdisp/frame.py:892 ======= @@ -16226,6 +16269,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -16241,6 +16285,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Failed to run d.to.rast:\n" msgstr "Impossibile eseguire d.to.rast:\n" @@ -16259,6 +16306,7 @@ msgstr "Vettoriale <%s> aperto per l'editing - saltato." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/frame.py:1103 ======= @@ -16284,6 +16332,11 @@ msgstr "Vettoriale <%s> aperto per l'editing - saltato." ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/mapdisp/frame.py:1103 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:1136 ======= #: ../gui/wxpython/mapdisp/frame.py:909 ../gui/wxpython/mapswipe/frame.py:663 @@ -16298,6 +16351,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -16313,6 +16367,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "" "Failed to query vector map(s) <{maps}>. Check database settings and topology." @@ -19964,6 +20021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20006,6 +20064,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:985 msgid "fp range" @@ -20214,6 +20277,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -20236,6 +20300,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -20306,6 +20373,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20318,6 +20386,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20428,6 +20498,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -20443,6 +20514,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Number of loaded records reached %d, displaying all the records will be time-" "consuming and may lead to computer freezing, do you still want to continue?" ======= @@ -20454,6 +20527,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -20477,6 +20551,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Insufficient points defined and active (checked) for selected rectification " "method (order: %d).\n" "3+ points needed for 1st order,\n" @@ -23603,6 +23679,7 @@ msgstr "Impostazione dell'import" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23645,6 +23722,11 @@ msgstr "Impostazione dell'import" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -23662,6 +23744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23704,6 +23787,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -23776,6 +23864,7 @@ msgstr "Nome per la mappa GRASS di output" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/modules/import_export.py:978 ======= @@ -23852,6 +23941,11 @@ msgstr "Nome per la mappa GRASS di output" #: ../gui/wxpython/modules/import_export.py:978 ======= <<<<<<< HEAD +======= +#: ../gui/wxpython/modules/import_export.py:978 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:962 ======= #: ../gui/wxpython/modules/import_export.py:940 @@ -23860,13 +23954,19 @@ msgstr "Nome per la mappa GRASS di output" <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Projection of following layers do not match with projection of current " "location. " @@ -23899,6 +23999,7 @@ msgstr "Riproietta i layers selezionati" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23941,6 +24042,11 @@ msgstr "Riproietta i layers selezionati" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -24338,6 +24444,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24380,6 +24487,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -25486,6 +25598,7 @@ msgstr "ATTENZIONE" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25528,6 +25641,11 @@ msgstr "ATTENZIONE" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -25598,6 +25716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:430 ../gui/wxpython/lmgr/frame.py:484 ======= @@ -25623,6 +25742,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:430 ../gui/wxpython/lmgr/frame.py:484 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:430 ../gui/wxpython/lmgr/frame.py:483 ======= #: ../gui/wxpython/mapwin/base.py:319 @@ -25704,6 +25828,7 @@ msgstr "Unità non riconosciute, misurazione fallita." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -25719,6 +25844,9 @@ msgstr "Unità non riconosciute, misurazione fallita." ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Map Display {number}" msgstr "" @@ -25735,6 +25863,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:588 ../gui/wxpython/lmgr/frame.py:181 ======= @@ -25760,6 +25889,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:588 ../gui/wxpython/lmgr/frame.py:181 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:591 ../gui/wxpython/lmgr/frame.py:180 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Workspace Toolbar" @@ -25794,6 +25928,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25836,6 +25971,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" @@ -25847,6 +25987,7 @@ msgstr "Scegli il modello da eseguire" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -25872,6 +26013,11 @@ msgstr "Scegli il modello da eseguire" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -26060,6 +26206,7 @@ msgstr "Sovrascrivere il file?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -26075,6 +26222,9 @@ msgstr "Sovrascrivere il file?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -26129,6 +26279,7 @@ msgstr "Impossibile impostare i permessi. Operazione cancellata." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1430 ../gui/wxpython/lmgr/frame.py:1279 ======= @@ -26154,6 +26305,11 @@ msgstr "Impossibile impostare i permessi. Operazione cancellata." ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1430 ../gui/wxpython/lmgr/frame.py:1279 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1394 ../gui/wxpython/lmgr/frame.py:1270 ======= #: ../gui/wxpython/wxplot/histogram.py:43 @@ -26252,6 +26408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -26267,6 +26424,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Directory '%s' is not defined in GRASS_ADDON_PATH. Do you want add this " @@ -26299,6 +26459,7 @@ msgstr "Nessun mapset fornito. Operazione cancellata" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1532 ../gui/wxpython/lmgr/frame.py:1381 ======= @@ -26324,6 +26485,11 @@ msgstr "Nessun mapset fornito. Operazione cancellata" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1532 ../gui/wxpython/lmgr/frame.py:1381 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1496 ../gui/wxpython/lmgr/frame.py:1372 ======= #: ../gui/wxpython/wxplot/dialogs.py:1019 @@ -26529,6 +26695,7 @@ msgstr "Sotto gruppo <%s> non trovato nel gruppo <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -26544,6 +26711,9 @@ msgstr "Sotto gruppo <%s> non trovato nel gruppo <%s>" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Working directory changed to:\n" @@ -26657,6 +26827,7 @@ msgstr "Più di un parametro fornito." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1588 ../gui/wxpython/lmgr/frame.py:1437 ======= @@ -26682,6 +26853,11 @@ msgstr "Più di un parametro fornito." ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1588 ../gui/wxpython/lmgr/frame.py:1437 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1552 ../gui/wxpython/lmgr/frame.py:1428 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Choose a working directory" @@ -26699,6 +26875,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26741,6 +26918,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1637 ../gui/wxpython/lmgr/frame.py:1486 msgid "System Info" @@ -26772,6 +26954,7 @@ msgstr "Piattaforma" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1731 ../gui/wxpython/lmgr/frame.py:1580 ======= @@ -26797,6 +26980,11 @@ msgstr "Piattaforma" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1731 ../gui/wxpython/lmgr/frame.py:1580 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1695 ../gui/wxpython/lmgr/frame.py:1571 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Close all Map Displays" @@ -27066,6 +27254,7 @@ msgstr "Inserisci nuovo nome:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1750 ../gui/wxpython/lmgr/frame.py:1599 ======= @@ -27091,6 +27280,11 @@ msgstr "Inserisci nuovo nome:" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1750 ../gui/wxpython/lmgr/frame.py:1599 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1714 ../gui/wxpython/lmgr/frame.py:1590 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rename Map Display" @@ -27110,6 +27304,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27152,6 +27347,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1843 ../gui/wxpython/lmgr/frame.py:1693 #, python-format @@ -27174,6 +27374,7 @@ msgstr "Impossibile avviare lo strumento Timeline." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1899 ../gui/wxpython/lmgr/frame.py:1749 ======= @@ -27199,6 +27400,11 @@ msgstr "Impossibile avviare lo strumento Timeline." ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1899 ../gui/wxpython/lmgr/frame.py:1749 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1863 ../gui/wxpython/lmgr/frame.py:1740 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to start Temporal Plot Tool." @@ -27220,6 +27426,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27262,6 +27469,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2067 ../gui/wxpython/lmgr/frame.py:1919 msgid "Add selected map layers into layer tree" @@ -27313,6 +27525,7 @@ msgstr "Esci dalla GUI di GRASS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2438 ../gui/wxpython/lmgr/frame.py:2344 ======= @@ -27338,6 +27551,11 @@ msgstr "Esci dalla GUI di GRASS" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2438 ../gui/wxpython/lmgr/frame.py:2344 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2402 ../gui/wxpython/lmgr/frame.py:2330 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -27525,6 +27743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27567,6 +27786,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/g.gui.photo2image.py:109 msgid "Please provide a camera name (generated by i.ortho.camera)" @@ -27776,6 +28000,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27818,6 +28043,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/photo2image/g.gui.photo2image.py:121 @@ -28020,6 +28250,7 @@ msgstr "Incomincia l'editing" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:704 ======= @@ -28045,6 +28276,11 @@ msgstr "Incomincia l'editing" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:704 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:677 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Stop editing" @@ -28063,6 +28299,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28105,6 +28342,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:727 msgid "Rebuild topology" @@ -28132,6 +28374,7 @@ msgstr "Impossibile creare profilo del raster" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:1059 ======= @@ -28157,6 +28400,11 @@ msgstr "Impossibile creare profilo del raster" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:1059 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1021 ======= #: ../gui/wxpython/menustrings.py:153 ../gui/wxpython/menustrings.py:1175 @@ -32393,6 +32641,7 @@ msgstr "Scaricamento in progresso, aspettare fino che non è finito" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32408,6 +32657,9 @@ msgstr "Scaricamento in progresso, aspettare fino che non è finito" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unsupported map type <%s>" msgstr "Tipologia della mappa <%s> non supportata" @@ -32423,6 +32675,7 @@ msgstr "Inserisci il nome per il nuovo %s nell'attuale mapset:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:1067 ======= @@ -32448,6 +32701,11 @@ msgstr "Inserisci il nome per il nuovo %s nell'attuale mapset:" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:1067 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1029 ======= #: ../gui/wxpython/startup/locdownload.py:478 @@ -32465,6 +32723,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32480,6 +32739,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Make a copy of %s <%s>" msgstr "Copiare %s <%s>" @@ -32490,6 +32752,7 @@ msgstr "Copiare %s <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:1085 ======= @@ -32515,6 +32778,11 @@ msgstr "Copiare %s <%s>" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:1085 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1047 ======= #: ../gui/wxpython/startup/locdownload.py:563 @@ -32774,6 +33042,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32789,6 +33058,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "%s <%s> already exists in the current mapset. Do you want to overwrite it?" @@ -32805,6 +33077,7 @@ msgstr "%s <%s> esiste già nel corrente mapset. Si vuole sovrascriverlo?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32824,6 +33097,8 @@ msgstr "%s <%s> esiste già nel corrente mapset. Si vuole sovrascriverlo?" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to make copy of <%s>" msgstr "Impossibile copiare <%s>" @@ -33064,6 +33339,7 @@ msgstr "Vettoriale <%s> aggiunto" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33093,6 +33369,10 @@ msgstr "Vettoriale <%s> aggiunto" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Data file <%(name)s> imported successfully. The location's default region " "was set from this imported map." @@ -33108,6 +33388,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -33130,6 +33411,9 @@ msgstr "" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main #, python-format msgid "" "Current GRASS database is <%(dbase)s>.\n" @@ -33143,6 +33427,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33155,6 +33440,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -33277,6 +33564,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/dbmgr/base.py:299 @@ -33304,6 +33592,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/base.py:299 @@ -33477,6 +33767,7 @@ msgstr "GRASS SQL Builder (%(type)s) - <%(map)s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:486 ======= @@ -33502,6 +33793,11 @@ msgstr "GRASS SQL Builder (%(type)s) - <%(map)s>" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/sqlbuilder.py:486 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:484 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Column to show (SELECT clause)" @@ -33521,6 +33817,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33563,6 +33860,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:487 #: ../gui/wxpython/dbmgr/sqlbuilder.py:644 @@ -33575,6 +33877,7 @@ msgstr "Vincolo per l'interrogazione (clausola WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -33584,6 +33887,8 @@ msgstr "Vincolo per l'interrogazione (clausola WHERE)" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -33592,6 +33897,7 @@ msgstr "Vincolo per l'interrogazione (clausola WHERE)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -33601,6 +33907,8 @@ msgstr "Vincolo per l'interrogazione (clausola WHERE)" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -33638,6 +33946,7 @@ msgstr "Applica l'istruzione SELECT e ricarica i record dei dati" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -33653,6 +33962,9 @@ msgstr "Applica l'istruzione SELECT e ricarica i record dei dati" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "Esempio: %s" @@ -34214,6 +34526,7 @@ msgstr "Statistiche del campo <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/dialogs.py:80 ======= @@ -34239,6 +34552,11 @@ msgstr "Statistiche del campo <%s>" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -34409,6 +34727,7 @@ msgstr "Ricarica tutti gli attributi (elimina la selezione corrente)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -34424,6 +34743,9 @@ msgstr "Ricarica tutti gli attributi (elimina la selezione corrente)" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -34602,6 +34924,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34615,6 +34938,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Informazioni sulla vista 3d non disponibili nel file di ambiente di lavoro " "<%s>." ======= @@ -34623,6 +34948,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -34632,6 +34958,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Informazioni sulla vista 3d non disponibili nel file di ambiente di lavoro <" "%s>." >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -34667,6 +34995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34696,6 +35025,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Il server definito dall'utente ha lo stesso nome del server di default <" "%s> .\n" "Viene mantenuto il server definito dall'utente." @@ -34751,6 +35084,7 @@ msgstr "File %s non trovato." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/data.py:146 ======= @@ -34776,6 +35110,11 @@ msgstr "File %s non trovato." ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/data.py:146 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/data.py:145 ======= #: ../gui/wxpython/web_services/dialogs.py:536 @@ -34862,6 +35201,7 @@ msgstr "La mappa di output può essere aggiunta solo al mapset corrente." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -34877,6 +35217,9 @@ msgstr "La mappa di output può essere aggiunta solo al mapset corrente." ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Animation %d" msgstr "Animazione %d" @@ -34907,6 +35250,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -34932,6 +35276,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -35216,6 +35565,7 @@ msgstr "File" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -35231,6 +35581,9 @@ msgstr "File" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -35876,6 +36229,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35918,6 +36272,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" "Il file dell'animazione esportato <{file}> esiste. Si vuole sovrascriverlo?" @@ -36469,6 +36828,7 @@ msgstr "Invalido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -36494,6 +36854,11 @@ msgstr "Invalido" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -36511,6 +36876,7 @@ msgstr "Stringa PROJ (richiesto):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36553,6 +36919,11 @@ msgstr "Stringa PROJ (richiesto):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -36564,6 +36935,7 @@ msgstr "Sovrapposizione dei tematismi della mappa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -36589,6 +36961,11 @@ msgstr "Sovrapposizione dei tematismi della mappa" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -37291,6 +37668,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -37306,6 +37684,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "Directory {t} non rimossa." @@ -39251,6 +39632,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39293,6 +39675,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Not all characters are supported by ISO-8859-1 (Latin 1) encoding which is " "required by module ps.map." @@ -39378,6 +39765,7 @@ msgstr "Anteprima non disponibile" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:509 ======= @@ -39454,6 +39842,11 @@ msgstr "Anteprima non disponibile" #: ../gui/wxpython/psmap/frame.py:509 ======= <<<<<<< HEAD +======= +#: ../gui/wxpython/psmap/frame.py:509 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:508 ======= #: ../gui/wxpython/psmap/frame.py:462 @@ -39462,13 +39855,19 @@ msgstr "Anteprima non disponibile" <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Preview is not available probably because Ghostscript is not installed or " "not on PATH." @@ -39549,6 +39948,7 @@ msgstr "etichette:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -39558,6 +39958,8 @@ msgstr "etichette:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "&Delete location" #~ msgstr "&Elimina location" @@ -39580,6 +39982,7 @@ msgstr "etichette:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -39589,6 +39992,8 @@ msgstr "etichette:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "Mostra regione computazionale" ======= @@ -39604,6 +40009,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39646,6 +40052,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Display mode" #~ msgstr "Modalità di visualizzazione" @@ -39668,6 +40079,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39683,6 +40095,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "MASK" #~ msgstr "MASK" ======= @@ -39694,6 +40108,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -39717,6 +40132,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Do you really want to delete map <{m}> of type <{etype}> from mapset " "<{mapset}> in location <{loc}>?" @@ -39732,6 +40149,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39774,6 +40192,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Extent" #~ msgstr "Estensione" @@ -39817,6 +40240,7 @@ msgstr "Layer da eliminare" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -39826,6 +40250,8 @@ msgstr "Layer da eliminare" <<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Download sample location" #~ msgstr "Scarica location di esempio" ======= @@ -39834,6 +40260,7 @@ msgstr "Layer da eliminare" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -39846,6 +40273,8 @@ msgstr "Layer da eliminare" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Map <{layer}> marked for copying. You can paste it to the current mapset " "<{mapset}>." @@ -39857,6 +40286,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Copy map" msgstr "Copia mappa" @@ -40008,6 +40438,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, fuzzy, python-format #~ msgid "Unable to rename location: %s" @@ -40024,6 +40459,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40036,6 +40472,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy, python-format #~ msgid "Unable to delete location: %s" #~ msgstr "Impossibile eliminare la location" @@ -40046,6 +40484,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40068,6 +40507,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Map <{map}> already exists in the current mapset. Do you want to overwrite " "it?" @@ -40359,6 +40802,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40367,6 +40811,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Interrogazione del vettoriale <{map}> fallita. Controllare le impostazioni " "del database e la topologia." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40378,6 +40824,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Add text layer" msgstr "Aggiungi livello testo" @@ -40449,6 +40896,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Add text layer" msgstr "Aggiungi livello testo" @@ -40507,6 +40956,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Interrogazione del vettoriale <{map}> fallita. Controllare le impostazioni " "del database e la topologia." @@ -40525,6 +40975,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Command prompt" #~ msgstr "Prompt dei comandi" @@ -40898,6 +41350,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -40940,6 +41393,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Invalid input data" #~ msgstr "Dati di input invalido" @@ -40980,6 +41438,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41022,6 +41481,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Univariate raster3D dataset statistics" #~ msgstr "Statistiche univariate del dataset raster 3D" @@ -41049,6 +41513,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -41091,6 +41556,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Unable to render overlay <%s>." #~ msgstr "Impossibile visualizzare <%s> sovrapposto" @@ -41102,6 +41572,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS Raster Map Calculator" msgstr "GRASS GIS Calcolatore per Raster Map Algebra" @@ -41450,6 +41921,8 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Unpacks a raster map packed with r.pack." #~ msgstr "Estrai un raster compresso con r.pack" @@ -41838,6 +42311,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -41847,6 +42321,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS Raster Map Calculator" msgstr "GRASS GIS Calcolatore per Raster Map Algebra" @@ -42100,6 +42576,7 @@ msgstr "GRASS GIS Strumento Istogramma (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgid "Location <%s> created" @@ -42218,6 +42695,8 @@ msgstr "GRASS GIS Strumento Istogramma (d.histogram)" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Generates a raster map containing distances to nearest raster features." #~ msgstr "Genera un raster della distanza dagli elementi del layer di input." @@ -42303,6 +42782,7 @@ msgstr "Ridimensiona legenda" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -42312,6 +42792,8 @@ msgstr "Ridimensiona legenda" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Impossibile creare la location" ======= @@ -42320,6 +42802,7 @@ msgstr "Ridimensiona legenda" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -42329,6 +42812,8 @@ msgstr "Ridimensiona legenda" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -42351,6 +42836,7 @@ msgstr "Impossibile creare la location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -42366,6 +42852,9 @@ msgstr "Impossibile creare la location" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "Seleziona il codice EPSG del sistema di coordinate" @@ -42422,6 +42911,7 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -42431,6 +42921,8 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Generates a raster map containing distances to nearest raster features." msgstr "Genera un raster della distanza dagli elementi del layer di input." @@ -42525,6 +43017,7 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -42542,3 +43035,5 @@ msgstr "Doppio click o Ctrl-Enter per eseguire il modulo selezionato" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ja.po b/locale/po/grasswxpy_ja.po index 92387572877..3913ca71274 100644 --- a/locale/po/grasswxpy_ja.po +++ b/locale/po/grasswxpy_ja.po @@ -18219,6 +18219,7 @@ msgstr "ラスターカテゴリー値ã¾ãŸã¯ãƒ‘ーセントã®å…¥åŠ› " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18231,6 +18232,8 @@ msgstr "ラスターカテゴリー値ã¾ãŸã¯ãƒ‘ーセントã®å…¥åŠ› " >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:983 #: ../gui/wxpython/modules/colorrules.py:1685 #: ../gui/wxpython/modules/colorrules.py:1691 @@ -18246,6 +18249,7 @@ msgid "Change" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18255,6 +18259,8 @@ msgid "Change" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/gmodeler/frame.py:450 ../gui/wxpython/gmodeler/frame.py:600 msgid "Create new model?" msgstr "æ–°ã—ã„モデルを作æˆã—ã¾ã™ã‹?" @@ -18564,6 +18570,7 @@ msgid "This option is required" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18576,6 +18583,8 @@ msgid "This option is required" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21941,6 +21950,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21983,6 +21993,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -22990,6 +23005,7 @@ msgstr "警告" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23032,6 +23048,11 @@ msgstr "警告" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -23130,6 +23151,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/mapwin/decorations.py:203 msgid "Text properties" ======= @@ -23161,6 +23183,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:921 ../gui/wxpython/lmgr/frame.py:798 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:900 ../gui/wxpython/lmgr/frame.py:797 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -23176,6 +23203,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23194,6 +23222,9 @@ msgid "Text properties" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23203,6 +23234,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23224,6 +23256,8 @@ msgid "Remove scale bar" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23237,6 +23271,7 @@ msgstr "実行ã™ã‚‹ãƒ¢ãƒ‡ãƒ«ã®é¸æŠž" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -23262,6 +23297,11 @@ msgstr "実行ã™ã‚‹ãƒ¢ãƒ‡ãƒ«ã®é¸æŠž" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -23449,6 +23489,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -23464,6 +23505,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -23693,6 +23737,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -23714,6 +23759,8 @@ msgid "Histogram Tool" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/g.gui.photo2image.py:109 msgid "Please provide a camera name (generated by i.ortho.camera)" msgstr "" @@ -24018,6 +24065,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -24048,6 +24096,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -24412,6 +24465,7 @@ msgid "Training" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24424,6 +24478,8 @@ msgid "Training" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28068,6 +28124,7 @@ msgid "Interactive editing and digitization of vector maps." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28090,6 +28147,9 @@ msgid "Interactive editing and digitization of vector maps." ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2023 @@ -28147,6 +28207,7 @@ msgid "Add action (GRASS command) to model" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28159,6 +28220,8 @@ msgid "Add action (GRASS command) to model" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28264,6 +28327,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28273,6 +28337,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/menustrings.py:2093 msgid "Map legend" msgstr "マップã®å‡¡ä¾‹" @@ -28403,6 +28469,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28415,6 +28482,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -28765,6 +28834,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/frame.py:141 ======= @@ -28790,6 +28860,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/frame.py:141 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:140 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "There were some issues when loading menu or Tools tab:" @@ -28823,6 +28898,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28839,6 +28915,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -28848,6 +28926,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -28881,6 +28960,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Database connection for vector map <%s> is not defined in DB file. You can " @@ -28895,6 +28976,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28914,6 +28996,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "ベクトルマップ <%s> ã¯DB接続ã®å®šç¾©ãŒã•ã‚Œã¦ã„ã¾ã›ã‚“ 接続ã®è¨­å®šã¯ レイヤー管" "ç†' タブã§è¡Œã£ã¦ãã ã•ã„" ======= @@ -28924,6 +29008,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28953,6 +29038,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Please wait, loading attribute data..." @@ -29615,6 +29704,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/dialogs.py:80 ======= @@ -29640,6 +29730,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -29806,6 +29901,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -29821,6 +29917,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -30075,6 +30174,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -30100,6 +30200,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -30378,6 +30483,7 @@ msgstr "ファイル" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30393,6 +30499,9 @@ msgstr "ファイル" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -30910,6 +31019,7 @@ msgid "Lat/long projections" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -31263,6 +31373,8 @@ msgid "Example" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1830 @@ -31618,6 +31730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:562 ======= @@ -31643,6 +31756,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:562 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:559 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Overlaying map layers" @@ -31654,6 +31772,7 @@ msgid "&Clear" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/gui_core/wrap.py:223 @@ -31952,6 +32071,8 @@ msgid "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/wrap.py:223 @@ -34254,6 +34375,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -34263,6 +34385,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "ロケーションå:" @@ -34280,6 +34404,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -34289,6 +34414,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "編集範囲表示" ======= @@ -34301,6 +34428,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -34323,6 +34451,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "Do you really want to delete map <{m}> of type <{etype}> from mapset <{mapset}> in location <{loc}>?" @@ -34445,6 +34576,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34457,6 +34589,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35253,6 +35387,7 @@ msgstr "GRASS ロケーションを作æˆã—ã¾ã™ã‹ <%s>?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -35273,6 +35408,10 @@ msgstr "GRASS ロケーションを作æˆã—ã¾ã™ã‹ <%s>?" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #~ msgid "Create new location?" #~ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" @@ -35296,6 +35435,7 @@ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35305,6 +35445,8 @@ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Show/hide scale bar" msgstr "スケールã¨æ–¹ä½ 表示/éžè¡¨ç¤º" @@ -35705,6 +35847,7 @@ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -35730,3 +35873,6 @@ msgstr "æ–°ã—ã„ロケーションを作æˆã—ã¾ã™ã‹ï¼Ÿ" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ko.po b/locale/po/grasswxpy_ko.po index 8ff4e367e84..2577eb56509 100644 --- a/locale/po/grasswxpy_ko.po +++ b/locale/po/grasswxpy_ko.po @@ -2384,6 +2384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:40 <<<<<<< HEAD @@ -2409,6 +2410,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Create new mapset in current project" ======= ======= @@ -2420,6 +2423,7 @@ msgid "Create new mapset in current project" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2450,6 +2454,11 @@ msgid "Create new mapset in current project" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Create new mapset in current location" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -2471,6 +2480,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" msgstr "" @@ -2485,6 +2495,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:46 ======= ======= @@ -2492,6 +2504,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/datacatalog/toolbars.py:46 @@ -2513,6 +2526,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:45 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Import raster data [r.import]" @@ -2536,6 +2551,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2545,6 +2561,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" msgstr "" @@ -2555,6 +2573,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2572,6 +2591,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:52 msgid "Import vector data [v.import]" @@ -2587,6 +2608,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2603,6 +2625,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -2612,6 +2636,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -2645,6 +2670,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Select another import option" msgstr "" @@ -2702,6 +2729,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 ======= @@ -2727,6 +2755,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2031 ======= #: ../gui/wxpython/datacatalog/tree.py:104 @@ -3085,6 +3118,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3101,6 +3135,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3110,6 +3146,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -3143,6 +3180,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -15551,6 +15590,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/statusbar.py:518 ======= @@ -15576,6 +15616,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/mapdisp/statusbar.py:518 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/statusbar.py:516 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -18730,6 +18775,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/frame.py:163 ======= @@ -18755,6 +18801,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/mapdisp/frame.py:163 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:178 ======= #: ../gui/wxpython/tplot/frame.py:848 @@ -19139,6 +19190,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -19154,6 +19206,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to run command '%(command)s'. Details:\n" @@ -19233,6 +19288,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/frame.py:1103 ======= @@ -19258,6 +19314,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/mapdisp/frame.py:1103 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:1136 ======= #: ../gui/wxpython/nviz/tools.py:2799 @@ -20309,6 +20370,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -20324,6 +20386,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "" "Failed to query vector map(s) <{maps}>. Check database settings and topology." @@ -21450,6 +21515,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21462,6 +21528,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:50 msgid "Multiple import" ======= @@ -21474,6 +21542,7 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -21495,6 +21564,9 @@ msgid "3D Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:69 @@ -22810,6 +22882,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22852,6 +22925,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -22957,6 +23035,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -22982,6 +23061,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/buffered.py:267 @@ -23140,6 +23224,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -23155,6 +23240,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -23371,6 +23459,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -23402,6 +23491,11 @@ msgid "Histogram Tool" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2449 ../gui/wxpython/lmgr/frame.py:2355 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2413 ../gui/wxpython/lmgr/frame.py:2341 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Constrain map to region geometry?" @@ -23719,6 +23813,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23739,6 +23834,9 @@ msgid "Histogram Tool" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -23852,6 +23950,7 @@ msgid "Select pairs of raster maps for bivariate scatterplots:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23864,6 +23963,8 @@ msgid "Select pairs of raster maps for bivariate scatterplots:" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23940,6 +24041,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23959,6 +24061,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:128 #, fuzzy msgid "Add multiple map layers" @@ -23975,6 +24079,7 @@ msgstr "다양한 중첩 추가" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24004,6 +24109,10 @@ msgstr "다양한 중첩 추가" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/iclass/frame.py:76 msgid "Supervised Classification Tool" msgstr "" @@ -24160,6 +24269,7 @@ msgid "Supervised Classification Tool - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24182,6 +24292,9 @@ msgid "Supervised Classification Tool - GRASS GIS" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/iclass/g.gui.iclass.py:121 @@ -24724,6 +24837,7 @@ msgid "Converts a vector map to VTK ASCII output." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24736,6 +24850,8 @@ msgid "Converts a vector map to VTK ASCII output." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24834,6 +24950,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24876,6 +24993,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:158 msgid "Add web service map" @@ -25378,6 +25500,7 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -25400,6 +25523,9 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:346 ../gui/wxpython/menustrings.py:1291 @@ -28029,6 +28155,7 @@ msgid "Plot temporal values." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28041,6 +28168,8 @@ msgid "Plot temporal values." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28067,6 +28196,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/menustrings.py:1053 ../gui/wxpython/menustrings.py:1054 #: ../gui/wxpython/gui_core/ghelp.py:60 msgid "About GRASS GIS" @@ -28096,6 +28226,8 @@ msgid "Launch Data Catalog." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:222 #, fuzzy msgid "New display" @@ -28110,6 +28242,7 @@ msgid "Launch Data Catalog." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28130,6 +28263,9 @@ msgid "Launch Data Catalog." ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2007 @@ -28199,6 +28335,7 @@ msgid "Add data" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28211,6 +28348,8 @@ msgid "Add data" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28278,6 +28417,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28320,6 +28460,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/pyshell.py:78 msgid "Simple &editor" @@ -28846,6 +28991,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -28871,6 +29017,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -28889,6 +29040,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -28904,6 +29056,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -29622,6 +29777,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -29647,6 +29803,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -29925,6 +30086,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -29940,6 +30102,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -30437,6 +30602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gui_core/preferences.py:1739 msgid "PROJ string (required):" @@ -30772,6 +30938,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/preferences.py:1739 msgid "PROJ string (required):" @@ -31108,6 +31276,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:562 ======= @@ -31133,6 +31302,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:562 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:559 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Overlaying map layers" @@ -31146,6 +31320,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gui_core/dialogs.py:2111 msgid "Symbol name:" @@ -31481,6 +31656,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/dialogs.py:2111 msgid "Symbol name:" @@ -32878,6 +33055,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/g.gui.psmap.py:51 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -32900,6 +33078,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "MASK" #~ msgstr "마스í¬" @@ -32917,6 +33097,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32926,6 +33107,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/psmap/g.gui.psmap.py:51 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -32936,6 +33119,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32957,6 +33141,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy, python-format #~ msgid "Unable to rename location: %s" @@ -32973,6 +33159,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS Raster Map Calculator" msgstr "GRASS GIS 래스터 ì§€ë„ ê³„ì‚°ê¸°" @@ -33091,6 +33278,8 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format #~ msgid "Invalid map size %d,%d\n" #~ msgstr "무효한 ì§€ë„ í¬ê¸° %d,%d\n" @@ -33262,6 +33451,7 @@ msgstr "GRASS GIS 주ìƒë„ ë„구 (d.histogram)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD #~ msgid "" @@ -33289,6 +33479,10 @@ msgstr "GRASS GIS 주ìƒë„ ë„구 (d.histogram)" <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + +<<<<<<< HEAD +>>>>>>> osgeo-main #~ msgid "" #~ "Neighborhood analysis tool for vector point maps. Makes each cell value a " #~ "function of the attribute values assigned to the vector points or " @@ -33361,6 +33555,7 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -33370,6 +33565,8 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS Raster Map Calculator" msgstr "GRASS GIS 래스터 ì§€ë„ ê³„ì‚°ê¸°" @@ -33481,6 +33678,7 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -33498,3 +33696,5 @@ msgstr "ì…¸ 프롬프트와 함께 GRASS를 종료할까요? 아니면 GUI만 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ml.po b/locale/po/grasswxpy_ml.po index e58b4b5c34c..e492293bbd1 100644 --- a/locale/po/grasswxpy_ml.po +++ b/locale/po/grasswxpy_ml.po @@ -2377,6 +2377,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:40 <<<<<<< HEAD @@ -2402,6 +2403,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy msgid "Create new mapset in current project" msgstr "à´ªàµà´¤à´¿à´¯ മാപàµà´ªàµà´¸àµ†à´±àµà´±àµ ഉണàµà´Ÿà´¾à´•àµà´•àµà´•" @@ -2418,6 +2421,7 @@ msgid "Create new project (location) in current GRASS database" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2448,6 +2452,11 @@ msgid "Create new project (location) in current GRASS database" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Create new mapset in current location" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -2476,6 +2485,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" msgstr "" @@ -2501,6 +2511,8 @@ msgid "Import vector data [v.import]" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:45 msgid "Import raster data [r.import]" msgstr "" @@ -2520,6 +2532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" @@ -2537,6 +2550,8 @@ msgid "Import raster data [r.import]" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -2546,6 +2561,7 @@ msgid "Import raster data [r.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -2555,6 +2571,8 @@ msgid "Import raster data [r.import]" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:52 @@ -2564,6 +2582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -2585,6 +2604,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import vector data [v.import]" msgstr "" @@ -2598,6 +2620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -2607,6 +2630,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:62 #: ../gui/wxpython/history/browser.py:389 ../gui/wxpython/gui_core/menu.py:204 ======= @@ -2615,6 +2640,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -2624,6 +2650,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:61 #: ../gui/wxpython/history/browser.py:61 ../gui/wxpython/gui_core/menu.py:164 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -2639,6 +2667,7 @@ msgid "Search" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:91 @@ -2654,6 +2683,8 @@ msgid "Type to search database by map type or name. Use Python regular expressio >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:91 @@ -2709,6 +2740,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 ======= @@ -2734,6 +2766,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2031 ======= #: ../gui/wxpython/datacatalog/tree.py:104 @@ -3089,6 +3126,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -3104,6 +3142,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -3283,6 +3324,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/history/tree.py:191 ======= @@ -3308,6 +3350,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/history/tree.py:191 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:120 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -5660,6 +5707,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Unable to create new project. Project <%(loc)s> not created.\n" ======= @@ -5685,6 +5733,11 @@ msgid "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +"Unable to create new project. Project <%(loc)s> not created.\n" +======= +<<<<<<< HEAD +>>>>>>> osgeo-main "Unable to create new location. Location <%(loc)s> not created.\n" ======= "v.build failed:\n" @@ -5834,6 +5887,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -5849,6 +5903,9 @@ msgid "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n" "Details: %(err)s" msgstr "" @@ -17913,6 +17970,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/render.py:1112 ======= @@ -17938,6 +17996,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/core/render.py:1112 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1111 ======= #: ../gui/wxpython/lmgr/frame.py:1902 @@ -17964,6 +18027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -17979,6 +18043,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to zoom to raster map <%s>." msgstr "" @@ -18620,6 +18687,7 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18662,6 +18730,11 @@ msgid "3D Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:69 @@ -19914,6 +19987,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19956,6 +20030,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -20587,6 +20666,7 @@ msgstr "à´Žà´ªàµà´ªàµ†à´³à´¤àµà´¤àµ† വർകàµà´¸àµà´ªàµ‡à´¸àµ ശേഖ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:80 msgid "Invalid mapset name" ======= @@ -20603,6 +20683,8 @@ msgid "Invalid mapset name" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:58 #, fuzzy msgid "New workspace" @@ -20617,6 +20699,7 @@ msgid "Invalid mapset name" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -20650,6 +20733,10 @@ msgstr "" ======= msgstr "" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:106 msgid "Invalid location name" @@ -20807,6 +20894,7 @@ msgid "Type %s to add raster or vector to the layer tree." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20816,6 +20904,8 @@ msgid "Type %s to add raster or vector to the layer tree." ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:131 #: ../gui/wxpython/image2target/ii2t_gis_set.py:469 #, python-format @@ -20831,6 +20921,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -20843,6 +20934,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" msgstr "" @@ -21192,6 +21285,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/startup/guiutils.py:743 @@ -21213,6 +21307,8 @@ msgid "Attribute table <%s> not found. For creating the table switch to 'Manage >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:743 @@ -21398,6 +21494,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -21423,6 +21520,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -21441,6 +21543,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -21456,6 +21559,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -22561,6 +22667,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -22586,6 +22693,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -22601,6 +22713,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22643,6 +22756,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -22655,6 +22773,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -22680,6 +22799,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -23335,6 +23459,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -23350,6 +23475,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" diff --git a/locale/po/grasswxpy_pl.po b/locale/po/grasswxpy_pl.po index a77a2d605c7..0bf401835ed 100644 --- a/locale/po/grasswxpy_pl.po +++ b/locale/po/grasswxpy_pl.po @@ -1760,7 +1760,10 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1772,6 +1775,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -1795,6 +1799,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iclass/frame.py:1169 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -1809,6 +1815,7 @@ msgid "Data Catalog - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -1830,6 +1837,9 @@ msgid "Data Catalog - GRASS GIS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/iclass/frame.py:1175 @@ -2469,6 +2479,7 @@ msgstr "PrzeÅ‚aduj tylko bieżący Mapset GRASS-a" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:31 msgid "Restrict edits to the current mapset only" msgstr "" @@ -2494,6 +2505,8 @@ msgid "Allow edits outside of the current mapset" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:26 msgid "Restrict edits to the current mapset only" msgstr "" @@ -2512,6 +2525,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:31 msgid "Restrict edits to the current mapset only" @@ -2542,6 +2556,11 @@ msgid "Restrict edits to the current mapset only" #: ../gui/wxpython/datacatalog/toolbars.py:31 msgid "Restrict edits to the current mapset only" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/datacatalog/toolbars.py:31 +msgid "Restrict edits to the current mapset only" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:34 @@ -2550,6 +2569,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2562,6 +2582,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Allow edits outside of the current mapset" msgstr "" @@ -2576,6 +2598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:40 <<<<<<< HEAD @@ -2601,6 +2624,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy msgid "Create new mapset in current project" msgstr "" @@ -2627,6 +2652,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2657,6 +2683,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Create new mapset in current location" msgstr "" @@ -2677,6 +2708,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" ======= @@ -2704,6 +2736,12 @@ msgid "Import raster data [r.import]" msgid "Import raster data [r.import]" ======= >>>>>>> osgeo-main +======= +#: ../gui/wxpython/datacatalog/toolbars.py:45 +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +msgid "Import raster data [r.import]" +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:49 msgid "Import raster data [r.import]" ======= @@ -2715,6 +2753,7 @@ msgid "Import raster data [r.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2770,6 +2809,8 @@ msgid "Import raster data [r.import]" msgid "Import raster data [r.import]" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:52 @@ -2853,6 +2894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 ======= @@ -2878,6 +2920,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2031 ======= #: ../gui/wxpython/datacatalog/tree.py:104 @@ -3236,6 +3283,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3252,6 +3300,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3261,6 +3311,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -3294,6 +3345,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -16067,6 +16120,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16220,6 +16274,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/nviztask.py:44 ../gui/wxpython/lmgr/frame.py:1431 #, python-format @@ -16344,12 +16400,15 @@ msgid "Animation Tool - GRASS GIS" ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/temporal_manager.py:110 @@ -16358,6 +16417,7 @@ msgid "It is not allowed to display data with different temporal types (absolute <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16370,6 +16430,8 @@ msgid "It is not allowed to display data with different temporal types (absolute >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16393,6 +16455,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/statusbar.py:518 ======= @@ -16418,6 +16481,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/mapdisp/statusbar.py:518 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/statusbar.py:516 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -19239,6 +19307,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19281,6 +19350,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/toolbars.py:34 msgid "Select vector feature(s)" @@ -19414,6 +19488,7 @@ msgstr "Pokaż pasek stanu" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/frame.py:308 ../gui/wxpython/lmgr/layertree.py:1182 ======= @@ -19439,6 +19514,11 @@ msgstr "Pokaż pasek stanu" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/mapdisp/frame.py:308 ../gui/wxpython/lmgr/layertree.py:1182 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:323 ../gui/wxpython/lmgr/layertree.py:1144 ======= #: ../gui/wxpython/nviz/tools.py:249 @@ -20422,6 +20502,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -20437,6 +20518,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to start wxGUI vector digitizer.\n" @@ -20449,6 +20533,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -20458,6 +20543,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:379 msgid "Vector Digitizer Toolbar" msgstr "NarzÄ™dzia wektoryzacji" @@ -20469,6 +20556,7 @@ msgstr "NarzÄ™dzia wektoryzacji" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -20478,6 +20566,8 @@ msgstr "NarzÄ™dzia wektoryzacji" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:394 msgid "Vector Digitizer Toolbar" msgstr "NarzÄ™dzia wektoryzacji" @@ -20932,6 +21022,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -20947,6 +21038,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to switch to 3D display mode.\n" @@ -21430,6 +21524,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21472,6 +21567,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -21845,6 +21945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21887,6 +21988,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -22940,6 +23046,7 @@ msgstr "UWAGA" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22982,6 +23089,11 @@ msgstr "UWAGA" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -23068,6 +23180,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23140,6 +23253,8 @@ msgid "Unable to draw registered graphics. The graphics was unregistered." >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23435,6 +23550,7 @@ msgstr "UsuÅ„ warstwÄ™ mapy" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 ======= @@ -23460,6 +23576,11 @@ msgstr "UsuÅ„ warstwÄ™ mapy" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2364 ../gui/wxpython/lmgr/frame.py:2292 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Quit GRASS GUI" @@ -24979,6 +25100,7 @@ msgid "Controls access to the current mapset for other users on the system. If n <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/menustrings.py:232 @@ -27981,6 +28103,8 @@ msgid "Calculates univariate statistics from the non-null cells for each registe >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:232 @@ -31060,6 +31184,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31102,6 +31227,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:64 msgid "Add raster cell numbers" @@ -31262,6 +31392,7 @@ msgstr "Utwórz kopiÄ™ %s <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:1085 ======= @@ -31287,6 +31418,11 @@ msgstr "Utwórz kopiÄ™ %s <%s>" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:1085 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1047 ======= #: ../gui/wxpython/startup/locdownload.py:563 @@ -31544,6 +31680,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31559,6 +31696,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "%s <%s> already exists in the current mapset. Do you want to overwrite it?" @@ -31575,6 +31715,7 @@ msgstr "Nie można otworzyć kopii <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:1105 ======= @@ -31600,6 +31741,11 @@ msgstr "Nie można otworzyć kopii <%s>" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:1105 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1067 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -31847,6 +31993,7 @@ msgstr "Mapa wektorowa <%s> zostaÅ‚a dodana" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31889,6 +32036,11 @@ msgstr "Mapa wektorowa <%s> zostaÅ‚a dodana" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Current workspace is not empty. Do you want to store current settings to " "workspace file?" @@ -31902,6 +32054,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31921,6 +32074,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Aktualny plik projektu nie jest pusty. Czy chcesz zapisać aktualne " "ustawienia do pliku projektu?" ======= @@ -31931,6 +32086,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31960,6 +32116,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:76 msgid "Create new workspace?" @@ -32177,6 +32337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -32186,6 +32347,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -32194,6 +32357,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -32203,6 +32367,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -32240,6 +32406,7 @@ msgstr "Zastosowanie instrukcji SELECT i ponowne wczytanie rekordów danych" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32255,6 +32422,9 @@ msgstr "Zastosowanie instrukcji SELECT i ponowne wczytanie rekordów danych" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "PrzykÅ‚ad: %s" @@ -32814,6 +32984,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/dialogs.py:80 ======= @@ -32839,6 +33010,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -33005,6 +33181,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -33020,6 +33197,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -33274,6 +33454,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -33299,6 +33480,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -33577,6 +33763,7 @@ msgstr "Pliki" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -33592,6 +33779,9 @@ msgstr "Pliki" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -33620,6 +33810,7 @@ msgstr "Odtwórz" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/toolbars.py:30 ======= @@ -33645,6 +33836,11 @@ msgstr "Odtwórz" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/toolbars.py:30 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/toolbars.py:29 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Play back" @@ -33658,6 +33854,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gui_core/simplelmgr.py:149 msgid "Copy map names to clipboard (bottom to top)" @@ -35239,6 +35436,8 @@ msgstr "Cofnij zmiany" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/simplelmgr.py:149 msgid "Copy map names to clipboard (bottom to top)" @@ -38683,6 +38882,7 @@ msgstr "etykiety:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -38692,6 +38892,8 @@ msgstr "etykiety:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "Nazwa lokacji:" @@ -38709,6 +38911,7 @@ msgstr "etykiety:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -38718,6 +38921,8 @@ msgstr "etykiety:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "Pokaż bieżący region" ======= @@ -38730,6 +38935,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -38752,6 +38958,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" msgid "GRASS SVN revision" @@ -38854,6 +39063,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38866,6 +39076,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38934,6 +39146,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS Raster Map Calculator" msgstr "Kalkulator Map GRASS GIS" @@ -39133,6 +39346,8 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Vector Toolbar" #~ msgstr "NarzÄ™dzia wektoryzacji" @@ -39603,6 +39818,7 @@ msgstr "Nazwa lokacji" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -39612,6 +39828,8 @@ msgstr "Nazwa lokacji" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Nie można utworzyć lokacji" ======= @@ -39620,6 +39838,7 @@ msgstr "Nazwa lokacji" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -39629,6 +39848,8 @@ msgstr "Nazwa lokacji" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -39647,6 +39868,7 @@ msgstr "Nie można utworzyć lokacji" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -39662,6 +39884,9 @@ msgstr "Nie można utworzyć lokacji" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "Wybierz kod EPSG ukÅ‚adu współrzÄ™dnych" @@ -39691,6 +39916,7 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39700,6 +39926,8 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS Raster Map Calculator" msgstr "Kalkulator Map GRASS GIS" @@ -39892,6 +40120,7 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -39909,3 +40138,5 @@ msgstr "Utworzyć nowÄ… lokacjÄ™?" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_pt.po b/locale/po/grasswxpy_pt.po index b8cc17498d3..a1d9d132ec4 100644 --- a/locale/po/grasswxpy_pt.po +++ b/locale/po/grasswxpy_pt.po @@ -22067,6 +22067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22109,6 +22110,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "3D Raster Map Calculator" msgstr "" @@ -23114,6 +23120,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23156,6 +23163,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -23241,6 +23253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:592 ../gui/wxpython/lmgr/frame.py:185 ======= @@ -23266,6 +23279,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:592 ../gui/wxpython/lmgr/frame.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:595 ../gui/wxpython/lmgr/frame.py:184 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Tools Toolbar" @@ -23296,6 +23314,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23338,6 +23357,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" @@ -23349,6 +23373,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -23374,6 +23399,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -23561,6 +23591,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -23576,6 +23607,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -23794,6 +23828,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -23815,6 +23850,8 @@ msgid "Histogram Tool" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/g.gui.photo2image.py:99 msgid "Please provide a group name to process" msgstr "" @@ -24127,6 +24164,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -24157,6 +24195,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -26984,6 +27027,7 @@ msgid "Topology maintenance" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -26996,6 +27040,8 @@ msgid "Topology maintenance" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27173,6 +27219,7 @@ msgid "Delete all text from the shell" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -27182,6 +27229,8 @@ msgid "Delete all text from the shell" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/menustrings.py:692 ../gui/wxpython/menustrings.py:1637 msgid "Extracts features of input map which overlay features of clip map." msgstr "" @@ -28870,6 +28919,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28882,6 +28932,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -29413,6 +29465,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -29438,6 +29491,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -29456,6 +29514,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -29471,6 +29530,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -30680,6 +30742,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1756 @@ -31327,6 +31390,8 @@ msgid "Select target vector map to display:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1756 @@ -34322,6 +34387,7 @@ msgstr "Gestor das tabelas de atributos do GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD #~ msgid "Unable to create location" @@ -34348,6 +34414,11 @@ msgstr "Gestor das tabelas de atributos do GRASS GIS" #~ msgstr "Não é possível criar a location" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#~ msgid "Unable to create location" +#~ msgstr "Não é possível criar a location" +======= +>>>>>>> osgeo-main msgid "Unable to create location" msgstr "Não é possível criar a location" @@ -34360,6 +34431,7 @@ msgstr "Pretende criar uma GRASS location <%s>?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -34369,6 +34441,8 @@ msgstr "Pretende criar uma GRASS location <%s>?" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #, fuzzy msgid "Name for the output raster map:" msgstr "Nombre para el nuevo mapa vectorial:" @@ -34702,6 +34776,7 @@ msgstr "Pretende criar uma GRASS location <%s>?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -34719,12 +34794,15 @@ msgstr "Criar nova location?" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) msgid "Create new location?" msgstr "Criar nova location?" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= msgid "Create new location?" @@ -34740,3 +34818,5 @@ msgid "Create new location?" msgstr "Criar nova location?" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_pt_BR.po b/locale/po/grasswxpy_pt_BR.po index e7214533a3b..f0a99a458b6 100644 --- a/locale/po/grasswxpy_pt_BR.po +++ b/locale/po/grasswxpy_pt_BR.po @@ -385,6 +385,7 @@ msgstr "Exibição de Mapa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -400,6 +401,9 @@ msgstr "Exibição de Mapa" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main msgid "" "Adjusts the viewing height above the surface (angle of view automatically " "adjusts to maintain the same center of view)" @@ -418,6 +422,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" "Falha ao executar o comando '%(command)s'. Detalhes:\n" "%(error)s" @@ -442,6 +447,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:403 msgid "Adjusts the relative height of features above the plane of the surface" @@ -475,6 +483,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -493,6 +502,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Falha ao executar o comando '%(command)s'. Detalhes:\n" "%(error)s" @@ -519,6 +530,7 @@ msgstr "centro" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -546,6 +558,10 @@ msgstr "centro" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Não foi possível iniciar o digitalizador vetorial wxGUI.\n" "Detalhes: %s" @@ -560,6 +576,7 @@ msgstr "Barra de ferramentas do Digitalizador Vetorial" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -609,6 +626,11 @@ msgstr "Barra de ferramentas do Digitalizador Vetorial" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:482 msgid "Resets the view to the original default center of view" @@ -632,6 +654,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -647,6 +670,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Define o visualizador diretamente sobre a posição central da cena. Esta " "visualização top orienta aproximadamente norte ao sul." ======= @@ -658,6 +683,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -681,6 +707,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Não foi possível mudar para o modo de exibição 3D.\n" "A extensão Nviz python não foi encontrada ou carregada corretamente.\n" "Voltando para o modo de exibição 2D.\n" @@ -695,6 +723,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -737,6 +766,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:498 msgid "reset" @@ -748,6 +782,7 @@ msgstr "redefinir" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/nviz/tools.py:499 ======= @@ -773,6 +808,11 @@ msgstr "redefinir" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/nviz/tools.py:499 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:431 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "Reset to default view" @@ -786,6 +826,7 @@ msgstr "Por favor aguarde, carregando dados..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -3271,6 +3312,8 @@ msgstr "Por favor, selecione mapas ou conjunto de dados primeiramente." >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:451 msgid "Please wait, unloading data..." @@ -4708,6 +4751,7 @@ msgid "Animation Tool - GRASS GIS" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy msgid "Animation Tool - GRASS GIS" @@ -4722,6 +4766,8 @@ msgstr "Barra de Ferramentas de Animação" msgid "Animation Tool - GRASS GIS" msgstr "Barra de Ferramentas de Animação" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/temporal_manager.py:110 msgid "It is not allowed to display data with different temporal types (absolute and relative)." @@ -4932,6 +4978,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4944,6 +4993,7 @@ msgid "Animate region change" msgstr "" <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #, fuzzy ======= @@ -4978,6 +5028,8 @@ msgstr "Animar mudança de região (somente visualização 2D) " ======= msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/dialogs.py:581 msgid "End region:" @@ -5319,6 +5371,7 @@ msgstr "Cor de fundo:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/nviz/tools.py:562 ======= @@ -5344,6 +5397,11 @@ msgstr "Cor de fundo:" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/nviz/tools.py:562 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:494 ======= #: ../gui/wxpython/animation/dialogs.py:1990 @@ -5394,6 +5452,7 @@ msgstr "Inválido" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Animation Tool" msgstr "" ======= @@ -5422,6 +5481,10 @@ msgstr "Barra de Ferramentas de Animação" msgid "Animation Tool" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Animation Tool" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/animation/frame.py:157 ../gui/wxpython/mapswipe/frame.py:290 msgid "Main Toolbar" @@ -5608,6 +5671,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -5623,6 +5687,9 @@ msgstr "" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main msgid "" "Press 'Record' button and start changing the view. It is recommended to use " "fly-through mode (Map Display toolbar) to achieve smooth motion." @@ -5636,6 +5703,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5655,6 +5723,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Pressione o botão 'Gravar' e comece a mudar a visualização. Recomenda-se " "usar o modo fly-through (barra de ferramentas Map Display) para obter um " "movimento suave." @@ -5665,6 +5735,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5694,6 +5765,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "A Ferramenta Gráfico de Dispersão Interativo não pode ser usada.\n" "O número de células (linhas*colunas) <%d> na região atual é maior que o limite máximo <%d>.\n" "\n" @@ -5707,6 +5782,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -5749,6 +5825,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:574 msgid "Record" @@ -5829,6 +5910,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5848,6 +5930,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Os nomes dos arquivos gerados serão semelhantes a este: prefixo_1.ppm, " "prefixo_2.ppm,..." @@ -5861,6 +5945,7 @@ msgstr "Formato do arquivo:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -5890,6 +5975,10 @@ msgstr "Formato do arquivo:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "O número de células (linhas*cols) <%d> na região atual é maior que o limite recomendado <%d>.\n" "É altamente recomendável reduzir o número de células na região atual para um número abaixo do limite recomendado.\n" "Isso pode ser feito pelo comando .\n" @@ -5900,6 +5989,7 @@ msgstr "Formato do arquivo:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -5931,6 +6021,8 @@ msgstr "Um gráfico de dispersão com a mesma combinação de bandas (independen >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/controllers.py:287 msgid "Scatter plot with same band combination (regardless x y order) is already displayed." @@ -5941,6 +6033,7 @@ msgstr "Um gráfico de dispersão com a mesma combinação de bandas (independen >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -5961,6 +6054,8 @@ msgstr "Um gráfico de dispersão com a mesma combinação de bandas (independen ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:758 ../gui/wxpython/nviz/tools.py:2417 #: ../gui/wxpython/nviz/preferences.py:438 @@ -5977,6 +6072,7 @@ msgstr "Superfície constante" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/nviz/tools.py:777 ../gui/wxpython/nviz/preferences.py:557 ======= @@ -6002,6 +6098,11 @@ msgstr "Superfície constante" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/nviz/tools.py:777 ../gui/wxpython/nviz/preferences.py:557 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:707 ../gui/wxpython/nviz/preferences.py:557 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "Vector" @@ -6327,6 +6428,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Timeline Tool - GRASS GIS" msgstr "" ======= @@ -6355,6 +6457,10 @@ msgstr "Bem-vindo ao GRASS GIS" msgid "Timeline Tool - GRASS GIS" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Timeline Tool - GRASS GIS" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/timeline/frame.py:38 #, python-brace-format @@ -6368,6 +6474,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Timeline Tool" msgstr "" ======= @@ -6396,6 +6503,10 @@ msgstr "GRASS GIS Timeline" msgid "Timeline Tool" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Timeline Tool" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/timeline/frame.py:134 ../gui/wxpython/tplot/frame.py:353 #: ../gui/wxpython/nviz/preferences.py:405 ../gui/wxpython/nviz/tools.py:847 @@ -8554,6 +8665,7 @@ msgstr "Sim" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Graphical Modeler - GRASS GIS" msgstr "" ======= @@ -8582,6 +8694,10 @@ msgstr "Modelador Gráfico" msgid "Graphical Modeler - GRASS GIS" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Graphical Modeler - GRASS GIS" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:78 ../gui/wxpython/lmgr/toolbars.py:155 #: ../gui/wxpython/gui_core/forms.py:1458 @@ -9025,6 +9141,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Create a generic cartesian coordinate system (XY)" msgstr "" ======= @@ -9053,6 +9170,10 @@ msgstr "Arquivo <%s> não encontrado para locação <%s>" msgid "Create a generic cartesian coordinate system (XY)" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Create a generic cartesian coordinate system (XY)" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:357 #: ../gui/wxpython/location_wizard/wizard.py:1437 @@ -9076,6 +9197,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Additional methods:" msgstr "" ======= @@ -9104,6 +9226,10 @@ msgstr "Opções adicionais:" msgid "Additional methods:" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Additional methods:" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:500 #: ../gui/wxpython/location_wizard/wizard.py:1018 @@ -9202,6 +9328,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Select CRS from a list" msgstr "" ======= @@ -9230,6 +9357,10 @@ msgstr "Selecionar fonte" msgid "Select CRS from a list" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Select CRS from a list" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1514 msgid "Filter by EPSG code or description:" @@ -9242,6 +9373,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Find more information at:" msgstr "" ======= @@ -9270,6 +9402,10 @@ msgstr "Imprime informação do sistema" msgid "Find more information at:" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Find more information at:" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1531 #: ../gui/wxpython/location_wizard/wizard.py:1744 @@ -9285,6 +9421,7 @@ msgstr "Parâmetros" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -9327,6 +9464,11 @@ msgstr "Parâmetros" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/infomanager.py:58 #, python-brace-format @@ -9473,6 +9615,7 @@ msgstr "Código IAU ausente." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9491,6 +9634,8 @@ msgstr "Código IAU ausente." >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/datacatalog/infomanager.py:96 @@ -10191,6 +10336,7 @@ msgstr "Arquivo <%s> não encontrado." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -10203,6 +10349,8 @@ msgstr "Arquivo <%s> não encontrado." >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/history/tree.py:191 @@ -10222,6 +10370,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/history/tree.py:491 ======= @@ -10247,6 +10396,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/history/tree.py:491 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:195 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) #, fuzzy @@ -10283,6 +10437,7 @@ msgstr "&Definir região" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/dialogs.py:140 ======= @@ -10303,6 +10458,8 @@ msgstr "&Definir região" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/history/browser.py:40 @@ -10701,6 +10858,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -10756,6 +10914,8 @@ msgstr "Clique aqui para ocultar as configurações 3D" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main "Não foi possível renomear o mapset.\n" "\n" "%s" @@ -10765,6 +10925,7 @@ msgstr "Clique aqui para ocultar as configurações 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main @@ -10776,15 +10937,20 @@ msgstr "Clique aqui para ocultar as configurações 3D" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/location_wizard/dialogs.py:140 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main msgid "Invalid location selected." msgstr "Location inválida selecionada." @@ -10804,6 +10970,7 @@ msgstr "Clique aqui para ocultar as configurações 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -10816,6 +10983,8 @@ msgstr "Clique aqui para ocultar as configurações 3D" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) @@ -11010,6 +11179,7 @@ msgstr "Linhas: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -11052,6 +11222,11 @@ msgstr "Linhas: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:662 @@ -11066,6 +11241,7 @@ msgstr "Linhas: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -11081,6 +11257,9 @@ msgstr "Linhas: %d" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main msgid "" "Data file <%(name)s> imported successfully. The project's default region was " "set from this imported map." @@ -11099,6 +11278,7 @@ msgstr "Colunas: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -11141,6 +11321,11 @@ msgstr "Colunas: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:693 @@ -11169,6 +11354,7 @@ msgstr "Células: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -11211,6 +11397,11 @@ msgstr "Células: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:712 #: ../gui/wxpython/lmgr/workspace.py:159 @@ -11233,6 +11424,7 @@ msgstr "Profundidade: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -11245,6 +11437,8 @@ msgstr "Profundidade: %d" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/startup/guiutils.py:711 @@ -11277,6 +11471,7 @@ msgstr "Profundidade: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -11291,6 +11486,8 @@ msgstr "Profundidade: %d" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main msgid "Current mapset is <%s>." msgstr "Mapset atual é <%s>." @@ -11459,6 +11656,7 @@ msgstr "Gerenciar Pontos de Controle no Solo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11488,6 +11686,10 @@ msgstr "Gerenciar Pontos de Controle no Solo" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "3D Cells: %d" msgstr "Células 3D: %d" @@ -11614,6 +11816,7 @@ msgstr "A gravação do arquivo POINTS falhou" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -11629,6 +11832,9 @@ msgstr "A gravação do arquivo POINTS falhou" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #, python-format msgid "At least %d GCPs required. Operation canceled." msgstr "São necessários pelo menos %d GCPs. Operação cancelada." @@ -11719,6 +11925,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Pontos insuficientes definidos e ativos (marcados) para o método de retificação selecionado (ordem: %d).\n" ======= <<<<<<< HEAD @@ -11739,6 +11946,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Pontos insuficientes definidos e ativos (marcados) para o método de " "retificação selecionado (ordem: %d).\n" ======= @@ -11750,6 +11959,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Pontos insuficientes definidos e ativos (marcados) para o método de retificação selecionado (ordem: %d).\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -11784,6 +11994,11 @@ msgstr "" "Pontos insuficientes definidos e ativos (marcados) para o método de retificação selecionado (ordem: %d).\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"Pontos insuficientes definidos e ativos (marcados) para o método de retificação selecionado (ordem: %d).\n" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "3+ pontos necessários para 1ª ordem,\n" "6+ pontos para 2ª ordem e\n" "Mais de 10 pontos para a 3ª ordem." @@ -11805,6 +12020,7 @@ msgstr "Retificando imagens, por favor aguarde..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -11814,6 +12030,8 @@ msgstr "Retificando imagens, por favor aguarde..." >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:1895 #: ../gui/wxpython/image2target/ii2t_manager.py:1836 ======= @@ -11822,6 +12040,7 @@ msgstr "Retificando imagens, por favor aguarde..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -11831,6 +12050,8 @@ msgstr "Retificando imagens, por favor aguarde..." >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:1894 #: ../gui/wxpython/image2target/ii2t_manager.py:1822 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) @@ -11850,6 +12071,7 @@ msgstr "Gravando imagem de saída para o grupo, por favor, aguarde..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -11892,6 +12114,11 @@ msgstr "Gravando imagem de saída para o grupo, por favor, aguarde..." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:1901 #: ../gui/wxpython/image2target/ii2t_manager.py:1842 @@ -11968,6 +12195,7 @@ msgstr "uso" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -11977,6 +12205,8 @@ msgstr "uso" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2474 ../gui/wxpython/gcp/manager.py:2493 #: ../gui/wxpython/image2target/ii2t_manager.py:2412 #: ../gui/wxpython/image2target/ii2t_manager.py:2433 @@ -11986,6 +12216,7 @@ msgstr "uso" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -11995,6 +12226,8 @@ msgstr "uso" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2470 ../gui/wxpython/gcp/manager.py:2489 #: ../gui/wxpython/image2target/ii2t_manager.py:2395 #: ../gui/wxpython/image2target/ii2t_manager.py:2416 @@ -12029,6 +12262,7 @@ msgstr "origem X" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -12071,6 +12305,8 @@ msgstr "destino Y" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/ip2i_manager.py:1527 #: ../gui/wxpython/photo2image/ip2i_manager.py:1545 @@ -12092,6 +12328,7 @@ msgstr "destino Y" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -12112,6 +12349,8 @@ msgstr "destino Y" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2478 ../gui/wxpython/gcp/manager.py:2497 #: ../gui/wxpython/image2target/ii2t_manager.py:2418 @@ -12141,6 +12380,7 @@ msgstr "Valor de coordenada inválido. Operação cancelada." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -12150,6 +12390,8 @@ msgstr "Valor de coordenada inválido. Operação cancelada." >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2690 #: ../gui/wxpython/image2target/ii2t_manager.py:2636 ======= @@ -12158,6 +12400,7 @@ msgstr "Valor de coordenada inválido. Operação cancelada." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -12167,6 +12410,8 @@ msgstr "Valor de coordenada inválido. Operação cancelada." >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2686 #: ../gui/wxpython/image2target/ii2t_manager.py:2619 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) @@ -12186,6 +12431,7 @@ msgstr "Selecione o(s) mapa(s) vetorial(is) para adicionar ao grupo:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -12241,6 +12487,8 @@ msgstr "destino Y:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Edit GCP" msgstr "Edite GCP" @@ -12271,6 +12519,7 @@ msgstr "destino Y:" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -12291,6 +12540,8 @@ msgstr "destino Y:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:2831 #: ../gui/wxpython/image2target/ii2t_manager.py:2772 @@ -12393,6 +12644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -12402,6 +12654,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3048 #: ../gui/wxpython/image2target/ii2t_manager.py:2996 #: ../gui/wxpython/photo2image/ip2i_manager.py:2118 @@ -12411,6 +12665,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -12420,6 +12675,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3043 #: ../gui/wxpython/image2target/ii2t_manager.py:2978 #: ../gui/wxpython/photo2image/ip2i_manager.py:2112 @@ -12473,6 +12730,7 @@ msgstr "Cor para o GCP selecionado:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/photo2image/ip2i_manager.py:1943 #: ../gui/wxpython/gcp/manager.py:2856 @@ -12512,6 +12770,8 @@ msgstr "Cor para o GCP selecionado:" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/ip2i_manager.py:2011 #: ../gui/wxpython/gcp/manager.py:2924 @@ -12568,6 +12828,7 @@ msgstr "Retificação" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -12682,6 +12943,11 @@ msgstr "Retificação" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/gcp/manager.py:3100 @@ -12775,6 +13041,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/gcp/manager.py:3285 ======= @@ -12800,6 +13067,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/gcp/manager.py:3285 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3280 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "overwrite result map" @@ -12820,6 +13092,7 @@ msgstr "Extensão para mapas de saída:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -12862,6 +13135,11 @@ msgstr "Extensão para mapas de saída:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3331 #: ../gui/wxpython/image2target/ii2t_manager.py:3282 @@ -13013,6 +13291,7 @@ msgstr "Salvar a geometria de exibição na região nomeada" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/tplot/frame.py:98 msgid "Temporal Plot Tool" ======= @@ -13032,6 +13311,8 @@ msgid "Temporal Plot Tool" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/statusbar.py:36 #: ../gui/wxpython/image2target/ii2t_statusbar.py:36 #: ../gui/wxpython/photo2image/ip2i_statusbar.py:36 @@ -13039,6 +13320,7 @@ msgid "Temporal Plot Tool" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13057,6 +13339,8 @@ msgid "Temporal Plot Tool" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/statusbar.py:37 #: ../gui/wxpython/image2target/ii2t_statusbar.py:37 #: ../gui/wxpython/photo2image/ip2i_statusbar.py:37 @@ -13073,6 +13357,7 @@ msgid "Temporal Plot Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/tplot/frame.py:98 msgid "Temporal Plot Tool" @@ -13101,6 +13386,11 @@ msgid "Temporal Plot Tool" #: ../gui/wxpython/tplot/frame.py:98 msgid "Temporal Plot Tool" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/tplot/frame.py:98 +msgid "Temporal Plot Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/tplot/frame.py:184 @@ -13112,6 +13402,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" <<<<<<< HEAD <<<<<<< HEAD @@ -13144,6 +13435,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -13671,6 +13964,7 @@ msgstr "Problema ao obter dados do conjunto de dados temporais vetoriais. Lista <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -13783,6 +14077,8 @@ msgstr "Este módulo requer o módulo NumPy, que não pôde ser importado. Prova >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/tplot/frame.py:848 msgid "Problem getting data from vector temporal dataset. Empty list of values." @@ -13859,6 +14155,7 @@ msgstr "Este módulo requer o módulo NumPy, que não pôde ser importado. Prova <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -13871,6 +14168,8 @@ msgstr "Este módulo requer o módulo NumPy, que não pôde ser importado. Prova >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/location_wizard/wizard.py:2722 @@ -13897,6 +14196,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13910,6 +14210,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:40 msgid "Set default region extent and resolution" @@ -13953,6 +14255,7 @@ msgstr "Mapa vetorial <%s> não encontrado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -13995,6 +14298,11 @@ msgstr "Mapa vetorial <%s> não encontrado" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:202 #: ../gui/wxpython/location_wizard/dialogs.py:594 @@ -14022,6 +14330,7 @@ msgstr "Mapa raster 3d <%s> não encontrado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -14225,6 +14534,8 @@ msgstr "A imagem é muito grande, sua implementação OpenGL suporta o tamanho m >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/preferences.py:35 msgid "3D view default settings" @@ -14407,6 +14718,7 @@ msgstr "A imagem é muito grande, sua implementação OpenGL suporta o tamanho m >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -14427,6 +14739,8 @@ msgstr "A imagem é muito grande, sua implementação OpenGL suporta o tamanho m ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:251 #: ../gui/wxpython/location_wizard/dialogs.py:598 @@ -14466,6 +14780,7 @@ msgstr "Leste" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/location_wizard/dialogs.py:428 ======= @@ -14491,6 +14806,11 @@ msgstr "Leste" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/location_wizard/dialogs.py:428 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:415 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "South" @@ -14732,6 +15052,7 @@ msgstr "Não é possível descarregar o mapa raster" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14750,6 +15071,8 @@ msgstr "Não é possível descarregar o mapa raster" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/gmodeler/preferences.py:695 @@ -15223,6 +15546,7 @@ msgstr "Incapaz de descarregar o mapa raster 3d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -15231,6 +15555,8 @@ msgstr "Incapaz de descarregar o mapa raster 3d" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/mapwindow.py:1696 msgid "3d raster map" @@ -15272,6 +15598,7 @@ msgstr "Não é possível definir as propriedades da camada de dados (id = %d)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -15325,6 +15652,8 @@ msgstr "Não é possível definir as propriedades da camada de dados (id = %d)" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/gmodeler/toolbars.py:76 @@ -15554,6 +15883,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Falha ao definir as propriedades da camada de dados.\n" ======= <<<<<<< HEAD @@ -15574,6 +15904,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "O modelo não é válido. Quer rodar assim mesmo?\n" ======= "Falha ao definir as propriedades da camada de dados.\n" @@ -15584,6 +15916,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Falha ao definir as propriedades da camada de dados.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -15618,6 +15951,11 @@ msgstr "" "Falha ao definir as propriedades da camada de dados.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"Falha ao definir as propriedades da camada de dados.\n" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "\n" "%s" @@ -15631,6 +15969,7 @@ msgstr "Rodar modelo?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/gmodeler/model.py:696 ======= @@ -15656,6 +15995,11 @@ msgstr "Rodar modelo?" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/gmodeler/model.py:696 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/model.py:688 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "Variables below not defined:" @@ -16297,6 +16641,7 @@ msgstr "Nenhuma" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -16339,6 +16684,11 @@ msgstr "Nenhuma" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:85 ../gui/wxpython/gui_core/forms.py:1520 #: ../gui/wxpython/lmgr/toolbars.py:208 @@ -16502,6 +16852,7 @@ msgstr "Editar ponto" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Vector Network Analysis Tool" msgstr "" ======= @@ -16527,6 +16878,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #, fuzzy msgid "{} script contains local modifications" @@ -16537,6 +16890,7 @@ msgstr "O script Python contém modificações locais" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16546,6 +16900,8 @@ msgstr "O script Python contém modificações locais" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Vector Network Analysis Tool" msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16555,6 +16911,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -16564,6 +16921,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Vector Network Analysis Tool" msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -16573,6 +16932,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -16594,6 +16954,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/gmodeler/frame.py:260 ../gui/wxpython/gmodeler/frame.py:2239 @@ -16701,6 +17063,7 @@ msgstr "Estilo da tabela de cores:%s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -16743,6 +17106,11 @@ msgstr "Estilo da tabela de cores:%s" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:311 ../gui/wxpython/core/gconsole.py:715 #, python-format @@ -16753,6 +17121,7 @@ msgstr "Estilo da tabela de cores:%s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Invert colors %s:" msgstr "Inverter cores %s:" ======= @@ -16769,6 +17138,8 @@ msgstr "Inverter cores %s:" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main msgid "%(min)d min %(sec)d sec" msgstr "%(min)d minutos %(sec)d segundos" @@ -16792,6 +17163,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -16801,6 +17173,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:364 msgid "Quit Graphical Modeler" @@ -16982,6 +17356,7 @@ msgstr "Inverter cores %s:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -16994,6 +17369,8 @@ msgstr "Inverter cores %s:" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/gmodeler/frame.py:1786 @@ -17011,6 +17388,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17033,6 +17411,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:1791 #: ../gui/wxpython/gmodeler/frame.py:1853 @@ -17067,6 +17449,7 @@ msgstr "Cor para ponto de Início/De/Origem/Usado:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17093,6 +17476,9 @@ msgstr "Cor para ponto de Início/De/Origem/Usado:" ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:1807 msgid "string" @@ -17170,6 +17556,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17192,6 +17579,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/gmodeler/frame.py:2056 @@ -17210,6 +17601,7 @@ msgstr "Cor para o ponto selecionado:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17228,6 +17620,8 @@ msgstr "Cor para o ponto selecionado:" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/gmodeler/frame.py:2078 @@ -17248,6 +17642,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -17257,6 +17652,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/frame.py:2114 msgid "Update" @@ -17298,6 +17695,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17320,6 +17718,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:3 ../gui/wxpython/menustrings.py:2055 #: ../gui/wxpython/menustrings.py:2105 @@ -17592,6 +17994,7 @@ msgstr "Número máximo de resultados no histórico:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17618,6 +18021,9 @@ msgstr "Número máximo de resultados no histórico:" ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:63 ../gui/wxpython/menustrings.py:1101 msgid "WMS/WMTS import" @@ -17628,6 +18034,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17650,6 +18057,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main <<<<<<< HEAD #: ../gui/wxpython/menustrings.py:64 ../gui/wxpython/menustrings.py:1102 @@ -17670,6 +18081,7 @@ msgstr "Salvar o resultado da análise" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17688,6 +18100,8 @@ msgstr "Salvar o resultado da análise" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/menustrings.py:65 ../gui/wxpython/menustrings.py:1105 @@ -26496,6 +26910,7 @@ msgstr "O mapa vetorial '%s' não existe." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26515,6 +26930,8 @@ msgstr "O mapa vetorial '%s' não existe." >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/vnet_data.py:166 msgid "Vector map was not chosen." @@ -26531,6 +26948,7 @@ msgstr "O mapa vetorial não foi escolhido." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26560,6 +26978,10 @@ msgstr "O mapa vetorial não foi escolhido." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/vnet_data.py:172 msgid "Vector map was not chosen." @@ -26572,6 +26994,7 @@ msgstr "O mapa vetorial não foi escolhido." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -26587,6 +27010,9 @@ msgstr "O mapa vetorial não foi escolhido." ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main msgid "arc layer" msgstr "camada de arco" @@ -26615,6 +27041,7 @@ msgstr "%s '%s' escolhido não existe no mapa vetorial '%s'.\n" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26634,6 +27061,8 @@ msgstr "%s '%s' escolhido não existe no mapa vetorial '%s'.\n" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/vnet_data.py:188 #, python-format @@ -26660,6 +27089,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26689,6 +27119,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/vnet_data.py:195 #, python-format @@ -26711,6 +27145,7 @@ msgstr "tipo" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -26726,6 +27161,9 @@ msgstr "tipo" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main msgid "topology" msgstr "topologia" @@ -26845,6 +27283,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "O mapa temporário '%s' com o resultado foi alterado fora da ferramenta de análise de rede vetorial.\n" ======= <<<<<<< HEAD @@ -26865,6 +27304,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "O mapa temporário '%s' com o resultado foi alterado fora da ferramenta de " "análise de rede vetorial.\n" ======= @@ -26876,6 +27317,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "O mapa temporário '%s' com o resultado foi alterado fora da ferramenta de análise de rede vetorial.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -26910,6 +27352,11 @@ msgstr "" "O mapa temporário '%s' com o resultado foi alterado fora da ferramenta de análise de rede vetorial.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"O mapa temporário '%s' com o resultado foi alterado fora da ferramenta de análise de rede vetorial.\n" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "O resultado mostrado pode não corresponder ao resultado da análise original." #: ../gui/wxpython/vnet/vnet_core.py:233 @@ -26966,6 +27413,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "O mapa de entrada '%s' para análise foi alterado fora da ferramenta de análise de rede vetorial.\n" ======= <<<<<<< HEAD @@ -26986,6 +27434,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "O mapa de entrada '%s' para análise foi alterado fora da ferramenta de " "análise de rede vetorial.\n" ======= @@ -26997,6 +27447,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "O mapa de entrada '%s' para análise foi alterado fora da ferramenta de análise de rede vetorial.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27031,6 +27482,11 @@ msgstr "" "O mapa de entrada '%s' para análise foi alterado fora da ferramenta de análise de rede vetorial.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"O mapa de entrada '%s' para análise foi alterado fora da ferramenta de análise de rede vetorial.\n" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "A coluna de topologia pode não corresponder à situação alterada." #: ../gui/wxpython/vnet/vnet_core.py:958 @@ -27078,6 +27534,7 @@ msgstr "Substituir mapa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27099,6 +27556,8 @@ msgstr "Substituir mapa" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/toolbars.py:50 msgid "Insert points from Map Display" @@ -27131,6 +27590,7 @@ msgid "Raster map <{}> not found in current mapset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27173,6 +27633,11 @@ msgid "Raster map <{}> not found in current mapset." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/vnet/toolbars.py:59 @@ -27393,6 +27858,7 @@ msgstr "Digitalizar área" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27411,6 +27877,8 @@ msgstr "Digitalizar área" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/rdigit/controller.py:122 @@ -27462,6 +27930,7 @@ msgstr "Digitalizar área" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -27475,6 +27944,8 @@ msgstr "Digitalizar área" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rdigit/toolbars.py:29 msgid "Digitize line" @@ -27488,6 +27959,7 @@ msgstr "Digitalizar linha" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27507,6 +27979,8 @@ msgstr "Digitalizar linha" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rdigit/toolbars.py:30 msgid "Digitize point" @@ -27528,6 +28002,7 @@ msgstr "Desfazer" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27557,6 +28032,10 @@ msgstr "Desfazer" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rdigit/toolbars.py:31 msgid "Digitize point" @@ -27612,6 +28091,7 @@ msgstr "Largura da linha atualmente digitalizada ou diâmetro de um ponto digita <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -27654,6 +28134,11 @@ msgstr "Largura da linha atualmente digitalizada ou diâmetro de um ponto digita ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rdigit/toolbars.py:168 msgid "New raster map" @@ -27850,6 +28335,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS" msgstr "" ======= @@ -27878,6 +28364,10 @@ msgstr "Sobre GRASS GIS" msgid "GRASS GIS" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "GRASS GIS" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:129 msgid "There were some issues when loading menu or Modules tab:" @@ -27910,6 +28400,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Rename current Map Display" msgstr "" ======= @@ -27938,6 +28429,10 @@ msgstr "Fechar janela de exibição de mapa atual" msgid "Rename current Map Display" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Rename current Map Display" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:362 #: ../gui/wxpython/gui_core/preferences.py:322 @@ -28449,6 +28944,7 @@ msgstr "Não foi possível configurar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/settings.py:1153 ../gui/wxpython/core/settings.py:1174 ======= @@ -28474,6 +28970,11 @@ msgstr "Não foi possível configurar" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/core/settings.py:1153 ../gui/wxpython/core/settings.py:1174 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/core/settings.py:1149 ../gui/wxpython/core/settings.py:1170 ======= #: ../gui/wxpython/lmgr/frame.py:1913 @@ -28496,6 +28997,7 @@ msgstr "Adicionar camadas selecionadas na árvore de camadas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -28511,6 +29013,9 @@ msgstr "Adicionar camadas selecionadas na árvore de camadas" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to parse settings '%s'" msgstr "Não foi possível interpretar a configuração '%s'" @@ -28586,6 +29091,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/render.py:1112 ======= @@ -28611,6 +29117,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/core/render.py:1112 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1111 ======= #: ../gui/wxpython/lmgr/frame.py:2481 @@ -28829,6 +29340,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -28844,6 +29356,9 @@ msgstr "" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #, python-format msgid "Unable to zoom to raster map <%s>." msgstr "Não foi possível fazer o zoom no raster <%s>." @@ -29169,6 +29684,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/mapdisp/frame.py:163 ======= @@ -29194,6 +29710,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/mapdisp/frame.py:163 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:178 ======= #: ../gui/wxpython/mapswipe/toolbars.py:29 @@ -29288,6 +29809,7 @@ msgstr "Deslizar a Tela" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -29303,6 +29825,9 @@ msgstr "Deslizar a Tela" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to run command '%(command)s'. Details:\n" @@ -29823,6 +30348,7 @@ msgstr "Reprojetar camadas selecionadas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29865,6 +30391,11 @@ msgstr "Reprojetar camadas selecionadas" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -29983,6 +30514,7 @@ msgstr "aparar linhas/fronteiras" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30012,6 +30544,11 @@ msgstr "aparar linhas/fronteiras" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/extensions.py:227 >>>>>>> osgeo-main @@ -30353,6 +30890,7 @@ msgstr "Mapeamento temático para mapa vetorial em visualização 3D" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD @@ -30397,6 +30935,11 @@ msgid "3D Raster Map Calculator" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "3D Raster Map Calculator" +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) msgstr "Calculadora de mapa raster" ======= @@ -30408,6 +30951,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -30442,6 +30986,11 @@ msgstr "" msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +msgstr "" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -31115,6 +31664,7 @@ msgstr "Nome para o novo arquivo de configuração a ser criado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -31158,6 +31708,11 @@ msgstr "Nome para o novo arquivo de configuração a ser criado" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:519 msgid "Raster map to use to select areas" @@ -31171,6 +31726,7 @@ msgstr "Mapa raster a ser usado para selecionar áreas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -31213,6 +31769,11 @@ msgstr "Mapa raster a ser usado para selecionar áreas" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:530 msgid "Raster map to use to select areas" @@ -31270,6 +31831,7 @@ msgid "Vector %s has no table connected, please select another vector" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "O vetor %s não tem uma tabela conectada, por favor selecione outro vetor" ======= <<<<<<< HEAD @@ -31290,6 +31852,8 @@ msgstr "O vetor %s não tem uma tabela conectada, por favor selecione outro veto >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" "O vetor %s não tem uma tabela conectada, por favor selecione outro vetor" ======= @@ -31301,6 +31865,7 @@ msgstr "O vetor %s não tem uma tabela conectada, por favor selecione outro veto <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgstr "O vetor %s não tem uma tabela conectada, por favor selecione outro vetor" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31335,6 +31900,11 @@ msgstr "O vetor %s não tem uma tabela conectada, por favor selecione outro veto msgstr "O vetor %s não tem uma tabela conectada, por favor selecione outro vetor" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +msgstr "O vetor %s não tem uma tabela conectada, por favor selecione outro vetor" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:763 msgid "Insert sampling frame parameter" @@ -31422,6 +31992,7 @@ msgid "Do you want to overwrite existing temporal maps if they exist?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "Você deseja substituir os mapas temporais existentes, se eles existirem?" ======= <<<<<<< HEAD @@ -31442,6 +32013,8 @@ msgstr "Você deseja substituir os mapas temporais existentes, se eles existirem >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" "Você deseja substituir os mapas temporais existentes, se eles existirem?" ======= @@ -31453,6 +32026,7 @@ msgstr "Você deseja substituir os mapas temporais existentes, se eles existirem <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgstr "Você deseja substituir os mapas temporais existentes, se eles existirem?" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31487,6 +32061,11 @@ msgstr "Você deseja substituir os mapas temporais existentes, se eles existirem msgstr "Você deseja substituir os mapas temporais existentes, se eles existirem?" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +msgstr "Você deseja substituir os mapas temporais existentes, se eles existirem?" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1044 msgid "Do you want to check vector areas?" @@ -31515,6 +32094,7 @@ msgstr "Analisando vetor" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -31558,6 +32138,11 @@ msgstr "Analisando vetor" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1080 msgid "All feature are been analyzed." @@ -31594,6 +32179,7 @@ msgstr "Desenhe a região de amostragem" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -31636,6 +32222,11 @@ msgstr "Desenhe a região de amostragem" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1180 msgid "All feature are been analyzed." @@ -31727,6 +32318,7 @@ msgid "Systematic contiguos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -31769,6 +32361,11 @@ msgid "Systematic contiguos" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "Contiguo sistemático" #: ../gui/wxpython/rlisetup/wizard.py:1353 @@ -31790,6 +32387,7 @@ msgid "Systematic non contiguos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -31832,6 +32430,11 @@ msgid "Systematic non contiguos" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "Não contiguo sistemático" #: ../gui/wxpython/rlisetup/wizard.py:1355 @@ -31850,6 +32453,7 @@ msgstr "Qual número de unidades de amostragem usar?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -31893,6 +32497,11 @@ msgstr "Qual número de unidades de amostragem usar?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1322 msgid "Insert number of row strates" @@ -31922,6 +32531,7 @@ msgstr "Definir janelas móveis" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -31964,6 +32574,11 @@ msgstr "Definir janelas móveis" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1451 msgid "Insert number of row strates" @@ -31996,6 +32611,7 @@ msgstr "Desenhar unidades de amostragem" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32010,6 +32626,8 @@ msgstr "Desenhar unidades de amostragem" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1624 msgid "Number of sampling area to draw:" @@ -32030,6 +32648,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32039,6 +32658,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/rlisetup/wizard.py:1469 msgid "Number of sampling area to draw:" @@ -32050,6 +32671,7 @@ msgstr "Número da área de amostragem a ser desenhada:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32075,6 +32697,9 @@ msgstr "Número da área de amostragem a ser desenhada:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1566 msgid "Draw Sampling " @@ -32107,6 +32732,7 @@ msgstr "Selecione a área de amostra" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -32149,6 +32775,11 @@ msgstr "Selecione a área de amostra" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1865 #: ../gui/wxpython/rlisetup/functions.py:156 @@ -32172,6 +32803,7 @@ msgstr "O mapa raster <%s> já existe. Remova ou renomeie os mapas com o prefixo <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -32214,6 +32846,11 @@ msgstr "O mapa raster <%s> já existe. Remova ou renomeie os mapas com o prefixo ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1920 #: ../gui/wxpython/rlisetup/functions.py:140 @@ -32375,6 +33012,7 @@ msgstr "ATENÇÃO: " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32417,6 +33055,11 @@ msgstr "ATENÇÃO: " ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -32488,6 +33131,7 @@ msgstr "Defina o novo nome para o arquivo de configuração %s \" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -32530,6 +33174,11 @@ msgstr "Defina o novo nome para o arquivo de configuração %s \" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:279 msgid "Rename configuration file" @@ -32543,6 +33192,7 @@ msgstr "Renomear arquivo de configuração" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32562,6 +33212,8 @@ msgstr "Renomear arquivo de configuração" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:125 ../gui/wxpython/lmgr/frame.py:109 msgid "GRASS GIS" @@ -32586,6 +33238,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:430 ../gui/wxpython/lmgr/frame.py:484 ======= @@ -32611,6 +33264,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/main_window/frame.py:430 ../gui/wxpython/lmgr/frame.py:484 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:430 ../gui/wxpython/lmgr/frame.py:483 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) #, python-brace-format @@ -32703,6 +33361,7 @@ msgstr "Ãrea: {area} {unit}\n" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32721,6 +33380,8 @@ msgstr "Ãrea: {area} {unit}\n" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/main_window/frame.py:526 @@ -32735,6 +33396,7 @@ msgstr "Fechar Exibição do Mapa {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32765,6 +33427,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapwin/decorations.py:183 #: ../gui/wxpython/mapwin/decorations.py:297 @@ -32796,6 +33460,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:688 ../gui/wxpython/lmgr/frame.py:639 ======= @@ -32821,6 +33486,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/main_window/frame.py:688 ../gui/wxpython/lmgr/frame.py:639 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:691 ../gui/wxpython/lmgr/frame.py:638 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "Console" @@ -32838,6 +33508,7 @@ msgstr "Remover texto" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -32880,6 +33551,11 @@ msgstr "Remover texto" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:921 ../gui/wxpython/lmgr/frame.py:798 #, fuzzy @@ -32892,6 +33568,7 @@ msgstr "Deslizar a Tela" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -32901,6 +33578,8 @@ msgstr "Deslizar a Tela" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" msgstr "Escolha o modelo para rodar" @@ -32912,6 +33591,7 @@ msgstr "Escolha o modelo para rodar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -32921,6 +33601,8 @@ msgstr "Escolha o modelo para rodar" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:952 ../gui/wxpython/lmgr/frame.py:849 msgid "Choose model to run" msgstr "Escolha o modelo para rodar" @@ -33116,6 +33798,7 @@ msgstr "Substituir arquivo?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -33131,6 +33814,9 @@ msgstr "Substituir arquivo?" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -33355,6 +34041,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2449 ../gui/wxpython/lmgr/frame.py:2355 ======= @@ -33380,6 +34067,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/main_window/frame.py:2449 ../gui/wxpython/lmgr/frame.py:2355 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2413 ../gui/wxpython/lmgr/frame.py:2341 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "Constrain map to region geometry?" @@ -33478,18 +34170,22 @@ msgstr "Nenhum arquivo gerado." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main #: ../gui/wxpython/wxplot/profile.py:416 msgid "Statistics for Profile(s)" msgstr "Estatísticas para Perfil(is)" <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +<<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD @@ -33531,6 +34227,10 @@ msgstr "Estatísticas para Perfil(is)" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:55 msgid "Add command layer" msgstr "Adicionar camada de comandos" @@ -33571,6 +34271,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -33592,6 +34293,9 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:72 msgid "Add grid layer" @@ -34145,6 +34849,7 @@ msgstr "Configurações de plotagem salvas no arquivo '%s'." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34163,6 +34868,8 @@ msgstr "Configurações de plotagem salvas no arquivo '%s'." >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/lmgr/toolbars.py:93 @@ -34197,6 +34904,7 @@ msgstr "Gerente de classe" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34215,6 +34923,8 @@ msgstr "Gerente de classe" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/lmgr/toolbars.py:107 @@ -38471,6 +39181,7 @@ msgstr "Gerenciador de tabela de atributos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Launch Data Catalog." msgstr "" ======= @@ -38496,6 +39207,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #, fuzzy msgid "Delete map layer" @@ -38510,6 +39223,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -38519,6 +39233,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Launch Data Catalog." msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38528,6 +39244,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -38545,6 +39262,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:203 msgid "Start new map display" @@ -38569,6 +39288,7 @@ msgid "Interactive editing and digitization of vector maps." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -38611,6 +39331,11 @@ msgid "Interactive editing and digitization of vector maps." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/toolbars.py:215 ../gui/wxpython/lmgr/pyshell.py:80 @@ -38977,6 +39702,7 @@ msgstr "A location chamada <%s> já existe, download cancelado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38995,6 +39721,8 @@ msgstr "A location chamada <%s> já existe, download cancelado" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/lmgr/pyshell.py:50 @@ -39047,6 +39775,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -39060,6 +39789,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main msgid "Download failed: %s" msgstr "Falha no download: %s" @@ -39079,6 +39810,7 @@ msgstr "A location chamada <%s> já existe, renomeie primeiro" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Location Download" msgstr "" ======= @@ -39107,6 +39839,10 @@ msgstr "Assistente do location" msgid "Location Download" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Location Download" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:611 msgid "Do you want to cancel location download?" @@ -39123,6 +39859,7 @@ msgstr "Abortar download" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Invalid mapset name" msgstr "" ======= @@ -39151,6 +39888,10 @@ msgstr "Tamanho do mapa inválido %d,%d\n" msgid "Invalid mapset name" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Invalid mapset name" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:106 msgid "Invalid location name" @@ -39173,6 +39914,7 @@ msgstr "Nome para o novo mapset:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Unable to create new mapset: {}" msgstr "" ======= @@ -39201,6 +39943,10 @@ msgstr "Não é possível criar novo mapset: %s" msgid "Unable to create new mapset: {}" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Unable to create new mapset: {}" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:212 #, fuzzy @@ -39220,6 +39966,7 @@ msgstr "Importar dados?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39246,6 +39993,9 @@ msgstr "Importar dados?" ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:72 msgid "" @@ -39510,6 +40260,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "A importação de <%(name)s> falhou.\n" "Razão:%(msg)s" ======= @@ -39531,6 +40282,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Leitura do arquivo de área de trabalho <%s> falhou.\n" "Arquivo inválido, não consegui verificar documento XML." ======= @@ -39543,6 +40296,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -39552,6 +40306,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= "A importação de <%(name)s> falhou.\n" "Razão:%(msg)s" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -39561,6 +40317,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -39578,6 +40335,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:191 msgid "Please wait, loading workspace..." @@ -39623,6 +40382,7 @@ msgstr "Arquivo de dados <%(name)s> importado com sucesso. A região padrão do <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39674,6 +40434,14 @@ msgstr "Arquivo de dados <%(name)s> importado com sucesso. A região padrão do ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) + +<<<<<<< HEAD +#: ../gui/wxpython/lmgr/frame.py:141 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:140 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "There were some issues when loading menu or Tools tab:" @@ -39710,6 +40478,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -39726,6 +40495,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -39735,6 +40506,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -39768,6 +40540,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" <<<<<<< HEAD @@ -39798,6 +40572,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Location atual é <%(loc)s>.\n" "Mapset atual é <%(mapset)s>." @@ -39857,6 +40632,8 @@ msgstr "Codificação {enc} incorreta usada. Defina a codificação em Configura >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:743 #, python-format @@ -39887,6 +40664,7 @@ msgstr "Codificação {enc} incorreta usada. Defina a codificação em Configura >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -39907,6 +40685,8 @@ msgstr "Codificação {enc} incorreta usada. Defina a codificação em Configura ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:144 msgid "Manage layers" @@ -39918,6 +40698,7 @@ msgstr "Gerenciar camadas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/manager.py:155 ======= @@ -39943,6 +40724,11 @@ msgstr "Gerenciar camadas" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/dbmgr/manager.py:155 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:154 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "Close Attribute Table Manager" @@ -39960,6 +40746,7 @@ msgstr "Limite de visualização: 100000 registros." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -40002,6 +40789,11 @@ msgstr "Limite de visualização: 100000 registros." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:157 msgid "Reload currently selected attribute data" @@ -40105,6 +40897,7 @@ msgid "Slope steepness of 3D line" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/dbmgr/base.py:511 @@ -40511,6 +41304,8 @@ msgid "Set SQL statement to default" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/base.py:511 @@ -41030,6 +41825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -41055,6 +41851,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -41073,6 +41874,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -41088,6 +41890,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -41133,6 +41938,7 @@ msgstr "Limite de visualização: 100000 registros." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:392 ======= @@ -41158,6 +41964,11 @@ msgstr "Limite de visualização: 100000 registros." ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/dbmgr/base.py:392 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:385 >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) msgid "Unknown value" @@ -41442,6 +42253,7 @@ msgstr "Procurar nos dados" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -41450,6 +42262,8 @@ msgstr "Procurar nos dados" >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Manage tables" @@ -41478,6 +42292,7 @@ msgstr "Recarregar todos os dados de atributos (descartar a seleção atual)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41518,6 +42333,8 @@ msgstr "Recarregar todos os dados de atributos (descartar a seleção atual)" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) #: ../gui/wxpython/dbmgr/base.py:2672 @@ -41706,6 +42523,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "Você deseja criar uma nova tabela de atributos e definir um link para o mapa vetorial <%s>?" ======= <<<<<<< HEAD @@ -41726,6 +42544,8 @@ msgstr "" >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Você deseja criar uma nova tabela de atributos e definir um link para o mapa " "vetorial <%s>?" ======= @@ -41737,6 +42557,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Você deseja criar uma nova tabela de atributos e definir um link para o mapa vetorial <%s>?" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -41771,6 +42592,11 @@ msgstr "" "Você deseja criar uma nova tabela de atributos e definir um link para o mapa vetorial <%s>?" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"Você deseja criar uma nova tabela de atributos e definir um link para o mapa vetorial <%s>?" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:85 msgid "Create table?" @@ -41791,6 +42617,7 @@ msgstr "Nenhum atributo encontrado" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -41859,6 +42686,11 @@ msgstr "Mostrar atributos" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:121 msgid "Define attributes" @@ -41873,6 +42705,7 @@ msgstr "Mostrar atributos" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -41893,6 +42726,8 @@ msgstr "Mostrar atributos" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:128 msgid "Define attributes" @@ -42101,6 +42936,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -42126,6 +42962,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -42404,6 +43245,7 @@ msgstr "Arquivos" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -42419,6 +43261,9 @@ msgstr "Arquivos" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -43146,6 +43991,7 @@ msgstr "&Anterior" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gui_core/vselect.py:48 msgid "category" @@ -43216,6 +44062,11 @@ msgstr "O mapa vetorial <%s> foi criado" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/animation/dialogs.py:1676 msgid "Multiple raster maps" @@ -43732,6 +44583,7 @@ msgstr "Código EPSG:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -43803,6 +44655,16 @@ msgstr "Código EPSG:" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + +<<<<<<< HEAD +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -43820,6 +44682,7 @@ msgstr "String PROJ (obrigatório):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gui_core/preferences.py:1756 msgid "EPSG file:" @@ -43859,6 +44722,11 @@ msgstr "Arquivo EPSG:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:562 msgid "Overlaying map layers" @@ -43871,6 +44739,7 @@ msgstr "Sobrepondo camadas do mapa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -43929,6 +44798,16 @@ msgstr "Carregue os códigos EPSG (seja paciente), digite o código EPSG ou insi msgid "Load EPSG codes (be patient), enter EPSG code or insert PROJ string directly." msgstr "Carregue os códigos EPSG (seja paciente), digite o código EPSG ou insira a seqüência PROJ diretamente." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +#: ../gui/wxpython/animation/provider.py:789 +======= +#: ../gui/wxpython/gui_core/preferences.py:1773 +msgid "Load EPSG codes (be patient), enter EPSG code or insert PROJ string directly." +msgstr "Carregue os códigos EPSG (seja paciente), digite o código EPSG ou insira a seqüência PROJ diretamente." +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/preferences.py:1781 msgid "&Load EPSG codes" @@ -44446,6 +45325,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "&Run..." msgstr "" ======= @@ -44474,6 +45354,10 @@ msgstr "&Executar" msgid "&Run..." msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "&Run..." +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/menu.py:165 msgid "Run selected module from the tree" @@ -44623,6 +45507,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main @@ -44638,6 +45523,9 @@ msgstr "" ======= >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main #, python-brace-format <<<<<<< HEAD msgid "The {map_type} map {map_name} exists. Do you want to overwrite?" @@ -44653,6 +45541,7 @@ msgstr "O diretório {t} não foi removido." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/frame.py:50 ======= @@ -44678,6 +45567,11 @@ msgstr "O diretório {t} não foi removido." ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/frame.py:50 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/frame.py:49 >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) msgid "Animation Tool" @@ -44695,6 +45589,7 @@ msgstr "Transformando <%s>..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -44708,6 +45603,8 @@ msgstr "Transformando <%s>..." >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/animation/frame.py:193 @@ -44739,6 +45636,7 @@ msgstr "Transformando <%s>..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -44752,6 +45650,8 @@ msgstr "Transformando <%s>..." >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:1790 #: ../gui/wxpython/image2target/ii2t_manager.py:1706 @@ -45129,6 +46029,7 @@ msgstr "Pontos insuficientes para linha" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Vector Digitizer - GRASS GIS" msgstr "" ======= @@ -45157,6 +46058,10 @@ msgstr "Bem-vindo ao GRASS GIS" msgid "Vector Digitizer - GRASS GIS" msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgid "Vector Digitizer - GRASS GIS" +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/vdigit/g.gui.vdigit.py:83 #, python-format @@ -47705,6 +48610,7 @@ msgstr "rótulos:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS Vector Digitizer" msgstr "Digitalizador vetorial do GRASS GIS" @@ -47797,6 +48703,8 @@ msgstr "Exporta uma camada de mapa vetorial para qualquer um dos formatos vetori >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Digitize" #~ msgstr "Digitalizar" @@ -47982,6 +48890,7 @@ msgstr "Você deseja sair do GRASS incluindo o prompt do shell ou apenas fechar msgid "Double-click or Ctrl-Enter to run selected module" msgstr "Clique duas vezes ou Ctrl-Enter para executar o módulo selecionado" <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD @@ -47992,6 +48901,9 @@ msgstr "Clique duas vezes ou Ctrl-Enter para executar o módulo selecionado" ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + >>>>>>> osgeo-main ======= msgid "GRASS GIS Vector Digitizer" @@ -48005,6 +48917,7 @@ msgstr "Ferramenta de Animação GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48191,6 +49104,8 @@ msgstr "Digitalizador vetorial do GRASS GIS" msgid "GRASS GIS Animation tool" msgstr "Ferramenta de Animação GRASS GIS" +======= +>>>>>>> osgeo-main msgid "Start region:" msgstr "Região de partida:" @@ -48291,10 +49206,13 @@ msgstr "Deslizar a Tela GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Allocates subnets for nearest centers (direction from center). center " #~ "node must be opened (costs >= 0). Costs of center node are used in " @@ -48332,6 +49250,7 @@ msgstr "Deslizar a Tela GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48341,6 +49260,8 @@ msgstr "Deslizar a Tela GRASS GIS" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Allocates subnets for nearest centers (direction from center). center node must be opened (costs >= 0). Costs of center node are used in calculation" msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o nó central deve ser aberto (custos >= 0). Os custos do nó central são usados ​​no cálculo" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48350,6 +49271,7 @@ msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48359,6 +49281,8 @@ msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Allocates subnets for nearest centers (direction from center). center node must be opened (costs >= 0). Costs of center node are used in calculation" msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o nó central deve ser aberto (custos >= 0). Os custos do nó central são usados ​​no cálculo" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48368,6 +49292,7 @@ msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48387,6 +49312,8 @@ msgstr "Aloca sub-redes para os centros mais próximos (direção do centro). o >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Splits net by cost isolines. Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation." msgstr "Divide a rede por isolinhas de custo. Divide a rede em bandas entre as isolinhas de custo (direção do centro). O nó central deve ser aberto (custos >= 0). Os custos do nó central são usados ​​no cálculo." @@ -48400,6 +49327,7 @@ msgstr "Anexa, exclui ou relata categorias de vetores para mapear a geometria." #~ msgstr "Cria um diagrama de Voronoi na região atual de um mapa vetorial de entrada contendo pontos ou centroides." >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) msgid "Splits net by cost isolines. Splits net to bands between cost isolines (direction from center). Center node must be opened (costs >= 0). Costs of center node are used in calculation." @@ -48476,6 +49404,8 @@ msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de esp ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= msgid "Creates a Voronoi diagram in current region from an input vector map containing points or centroids." msgstr "Cria um diagrama de Voronoi na região atual de um mapa vetorial de entrada contendo pontos ou centroides." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48491,6 +49421,7 @@ msgstr "Relatórios e estatísticas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -48518,6 +49449,8 @@ msgstr "Relatórios e estatísticas" ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Registers raster, vector and raster3d maps in a space time datasets." <<<<<<< HEAD #~ msgstr "" @@ -48532,6 +49465,7 @@ msgstr "Relatórios e estatísticas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48541,6 +49475,8 @@ msgstr "Relatórios e estatísticas" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Registers raster, vector and raster3d maps in a space time datasets." msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de espaço-tempo." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48550,6 +49486,7 @@ msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de esp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48559,6 +49496,8 @@ msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de esp ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Registers raster, vector and raster3d maps in a space time datasets." msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de espaço-tempo." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48568,6 +49507,7 @@ msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de esp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48589,6 +49529,8 @@ msgstr "Registra mapas raster, vetoriais e raster3d em conjuntos de dados de esp >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Documents" msgstr "Documentos" @@ -48646,6 +49588,7 @@ msgstr "Definir o banco de dados GRASS e o Nome da Location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "This option allows setting default computation region immediately after new location is created. Default computation region can be defined later using g.region based on imported data." msgstr "Esta opção permite definir a região de computação padrão imediatamente após a criação da nova location. A região de computação padrão pode ser definida posteriormente usando g.region com base nos dados importados." ======= @@ -48672,6 +49615,8 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "This option allows setting default computation region immediately after " #~ "new location is created. Default computation region can be defined later " @@ -48690,6 +49635,7 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48699,6 +49645,8 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "This option allows setting default computation region immediately after new location is created. Default computation region can be defined later using g.region based on imported data." msgstr "Esta opção permite definir a região de computação padrão imediatamente após a criação da nova location. A região de computação padrão pode ser definida posteriormente usando g.region com base nos dados importados." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48708,6 +49656,7 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -48717,6 +49666,8 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "This option allows setting default computation region immediately after new location is created. Default computation region can be defined later using g.region based on imported data." msgstr "Esta opção permite definir a região de computação padrão imediatamente após a criação da nova location. A região de computação padrão pode ser definida posteriormente usando g.region com base nos dados importados." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48726,6 +49677,7 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -48747,6 +49699,8 @@ msgstr "Esta opção permite definir a região de computação padrão imediatam >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Create user mapset" msgstr "Criar mapset do usuário" @@ -48769,6 +49723,7 @@ msgstr "Título da Location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48788,6 +49743,8 @@ msgstr "Título da Location" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Optional location title, you can leave this field blank." <<<<<<< HEAD #~ msgstr "" @@ -48813,6 +49770,7 @@ msgstr "Título da Location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48880,12 +49838,18 @@ msgstr "Escolha o método para criar uma nova location" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Optional location title, you can leave this field blank." msgstr "Título da location é opcional, você pode deixar este campo em branco." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) @@ -48910,6 +49874,8 @@ msgstr "Título da location é opcional, você pode deixar este campo em branco. <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 476ef44553 (libpython: Save and load benchmark results (#1711)) #~ msgid "Unable to create location" #~ msgstr "Não foi possível criar location" @@ -48921,6 +49887,9 @@ msgstr "Nome <%(name)s> não é um nome válido para location. Use apenas caract <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -48934,6 +49903,7 @@ msgstr "Nome <%(name)s> não é um nome válido para location. Use apenas caract >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48946,6 +49916,8 @@ msgstr "Nome <%(name)s> não é um nome válido para location. Use apenas caract >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Unable to create location" msgstr "Não foi possível criar location" @@ -48957,6 +49929,7 @@ msgstr "Escolha o método para criar uma nova location" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -48966,6 +49939,8 @@ msgstr "Escolha o método para criar uma nova location" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "Selecione o código EPSG do sistema de referência espacial" @@ -48978,6 +49953,7 @@ msgstr "Selecione o código EPSG do sistema de referência espacial" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48997,6 +49973,8 @@ msgstr "Selecione o código EPSG do sistema de referência espacial" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Read projection and datum terms from a georeferenced data file" <<<<<<< HEAD #~ msgstr "" @@ -49012,17 +49990,21 @@ msgstr "Selecione o código EPSG do sistema de referência espacial" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main #~ msgid "Read projection and datum terms from a Well Known Text (WKT) .prj file" #~ msgstr "Leia os termos de projeção e dado de um arquivo Well Known Text (WKT) .prj" >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) #~ msgid "Read projection and datum terms from a Well Known Text (WKT) .prj file" @@ -49093,6 +50075,14 @@ msgstr "Leia os termos de projeção e dado de um arquivo de dados georreferenci msgid "Read projection and datum terms from a georeferenced data file" msgstr "Leia os termos de projeção e dado de um arquivo de dados georreferenciados" +>>>>>>> osgeo-main +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +msgid "Read projection and datum terms from a georeferenced data file" +msgstr "Leia os termos de projeção e dado de um arquivo de dados georreferenciados" + >>>>>>> osgeo-main msgid "Read projection and datum terms from a Well Known Text (WKT) .prj file" msgstr "Leia os termos de projeção e dado de um arquivo Well Known Text (WKT) .prj" @@ -49101,6 +50091,7 @@ msgstr "Leia os termos de projeção e dado de um arquivo Well Known Text (WKT) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -49123,6 +50114,8 @@ msgstr "Leia os termos de projeção e dado de um arquivo Well Known Text (WKT) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Select coordinate system parameters from a list" msgstr "Selecione os parâmetros do sistema de coordenadas de uma lista" @@ -49135,6 +50128,7 @@ msgstr "Selecione os parâmetros do sistema de coordenadas de uma lista" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Specify projection and datum terms using custom PROJ.4 parameters" msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 personalizados" ======= @@ -49156,6 +50150,8 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Specify projection and datum terms using custom PROJ.4 parameters" <<<<<<< HEAD #~ msgstr "" @@ -49170,6 +50166,7 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49179,6 +50176,8 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Specify projection and datum terms using custom PROJ.4 parameters" msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 personalizados" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49188,6 +50187,7 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49197,6 +50197,8 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Specify projection and datum terms using custom PROJ.4 parameters" msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 personalizados" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49206,6 +50208,7 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49227,6 +50230,8 @@ msgstr "Especifique termos de projeção e dado usando parâmetros PROJ.4 person >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Create a generic Cartesian coordinate system (XY)" msgstr "Crie um sistema de coordenadas cartesianas genérico (XY)" @@ -49264,6 +50269,7 @@ msgstr "Escolha o arquivo de códigos EPSG" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Choose method of specifying georeferencing parameters" msgstr "Escolha o método de especificação de parâmetros de georreferenciamento" ======= @@ -49285,6 +50291,8 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Choose method of specifying georeferencing parameters" <<<<<<< HEAD #~ msgstr "" @@ -49298,6 +50306,7 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49307,6 +50316,8 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Choose method of specifying georeferencing parameters" msgstr "Escolha o método de especificação de parâmetros de georreferenciamento" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49316,6 +50327,7 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49325,6 +50337,8 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Choose method of specifying georeferencing parameters" msgstr "Escolha o método de especificação de parâmetros de georreferenciamento" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49334,6 +50348,7 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49355,6 +50370,8 @@ msgstr "Escolha o método de especificação de parâmetros de georreferenciamen >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Location Title:" msgstr "Título da Location:" @@ -49379,6 +50396,7 @@ msgstr "Assistente de location cancelado. A location não foi criada." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Location <%(loc)s> will be created in GIS data directory <%(dir)s>. You will need to change the default GIS data directory in the GRASS startup screen." msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. Você precisará alterar o diretório de dados GIS padrão na tela de inicialização do GRASS." ======= @@ -49405,6 +50423,8 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Location <%(loc)s> will be created in GIS data directory <%(dir)s>. You " #~ "will need to change the default GIS data directory in the GRASS startup " @@ -49423,6 +50443,7 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49432,6 +50453,8 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Location <%(loc)s> will be created in GIS data directory <%(dir)s>. You will need to change the default GIS data directory in the GRASS startup screen." msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. Você precisará alterar o diretório de dados GIS padrão na tela de inicialização do GRASS." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49441,6 +50464,7 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49450,6 +50474,8 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Location <%(loc)s> will be created in GIS data directory <%(dir)s>. You will need to change the default GIS data directory in the GRASS startup screen." msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. Você precisará alterar o diretório de dados GIS padrão na tela de inicialização do GRASS." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49459,6 +50485,7 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49480,6 +50507,8 @@ msgstr "A location <%(loc)s> será criada no diretório de dados GIS <%(dir)s>. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "New GIS data directory" msgstr "Novo diretório de dados GIS" @@ -49499,6 +50528,7 @@ msgstr "Clique aqui para mostrar o mecanismo do módulo de pesquisa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Click here to hide search module engine" msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" ======= @@ -49520,6 +50550,8 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Click here to hide search module engine" #~ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" <<<<<<< HEAD @@ -49558,6 +50590,7 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49567,6 +50600,8 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Click here to hide search module engine" msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49576,6 +50611,7 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49585,6 +50621,8 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Click here to hide search module engine" msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -49594,6 +50632,7 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -49615,3 +50654,5 @@ msgstr "Clique aqui para ocultar o mecanismo do módulo de pesquisa" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ro.po b/locale/po/grasswxpy_ro.po index fe8e0187313..94f9da46093 100644 --- a/locale/po/grasswxpy_ro.po +++ b/locale/po/grasswxpy_ro.po @@ -18358,6 +18358,7 @@ msgstr "IntroduceÈ›i valorile de categorie raster sau procente" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18370,6 +18371,8 @@ msgstr "IntroduceÈ›i valorile de categorie raster sau procente" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/colorrules.py:983 #: ../gui/wxpython/modules/colorrules.py:1685 #: ../gui/wxpython/modules/colorrules.py:1691 @@ -18385,6 +18388,7 @@ msgid "Change" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18394,6 +18398,8 @@ msgid "Change" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/gmodeler/frame.py:450 ../gui/wxpython/gmodeler/frame.py:600 msgid "Create new model?" msgstr "CreaÈ›i model nou?" @@ -18705,6 +18711,7 @@ msgid "This option is required" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18717,6 +18724,8 @@ msgid "This option is required" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18868,6 +18877,7 @@ msgid "Select CRS from a list" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -18890,6 +18900,9 @@ msgid "Select CRS from a list" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1514 @@ -18899,6 +18912,7 @@ msgid "Filter by EPSG code or description:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18911,6 +18925,8 @@ msgid "Filter by EPSG code or description:" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18932,6 +18948,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -18954,6 +18971,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -18971,6 +18991,7 @@ msgid "Unable to read EPGS codes: {0}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -18983,6 +19004,8 @@ msgid "Unable to read EPGS codes: {0}" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21639,6 +21662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21681,6 +21705,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Histogram Tool [d.histogram]" msgstr "" @@ -22058,6 +22087,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22100,6 +22130,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:71 msgid "3D Raster Map Calculator" @@ -23107,6 +23142,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23149,6 +23185,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -23247,6 +23288,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/mapwin/decorations.py:203 msgid "Text properties" ======= @@ -23278,6 +23320,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:921 ../gui/wxpython/lmgr/frame.py:798 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:900 ../gui/wxpython/lmgr/frame.py:797 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -23293,6 +23340,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23311,6 +23359,9 @@ msgid "Text properties" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23320,6 +23371,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23341,6 +23393,8 @@ msgid "Remove scale bar" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23354,6 +23408,7 @@ msgstr "Alege model pentru a rula" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -23379,6 +23434,11 @@ msgstr "Alege model pentru a rula" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -23566,6 +23626,7 @@ msgstr "SuprascrieÈ›i fiÈ™ierul?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -23581,6 +23642,9 @@ msgstr "SuprascrieÈ›i fiÈ™ierul?" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -23784,6 +23848,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:2352 ../gui/wxpython/lmgr/frame.py:2242 ======= @@ -23809,6 +23874,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:2352 ../gui/wxpython/lmgr/frame.py:2242 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2316 ../gui/wxpython/lmgr/frame.py:2228 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Do you want to remove selected map layer(s) from layer tree?" @@ -28549,6 +28619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:1085 ======= @@ -28574,6 +28645,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:1085 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1047 ======= #: ../gui/wxpython/startup/locdownload.py:563 @@ -28831,6 +28907,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -28846,6 +28923,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "%s <%s> already exists in the current mapset. Do you want to overwrite it?" @@ -28862,6 +28942,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/layertree.py:1105 ======= @@ -28887,6 +28968,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/layertree.py:1105 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/layertree.py:1067 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -29134,6 +29220,7 @@ msgstr "Harta vectorială <%s> adăugată" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29176,6 +29263,11 @@ msgstr "Harta vectorială <%s> adăugată" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Current workspace is not empty. Do you want to store current settings to " "workspace file?" @@ -29189,6 +29281,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29208,6 +29301,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "SpaÈ›iul de lucru curent nu este gol. DoriÈ›i să stocaÈ›i setările curente " "pentru fiÈ™ierul din spaÈ›iul de lucru?" ======= @@ -29218,6 +29313,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29247,6 +29343,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:76 msgid "Create new workspace?" @@ -29468,6 +29568,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -29477,6 +29578,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:507 ../gui/wxpython/dbmgr/base.py:1257 #: ../gui/wxpython/dbmgr/base.py:1283 ======= @@ -29485,6 +29588,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -29494,6 +29598,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:505 ../gui/wxpython/dbmgr/base.py:1248 #: ../gui/wxpython/dbmgr/base.py:1274 ======= @@ -29521,6 +29627,7 @@ msgstr "Aplică declaraÈ›ia SELECT È™i reîncarcă datele înregistrate" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -29536,6 +29643,9 @@ msgstr "Aplică declaraÈ›ia SELECT È™i reîncarcă datele înregistrate" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Example: %s" msgstr "Examplu: %s" @@ -30094,6 +30204,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/dialogs.py:80 ======= @@ -30119,6 +30230,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/dialogs.py:80 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:79 ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:133 @@ -30285,6 +30401,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30300,6 +30417,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "No attribute table found.\n" @@ -30558,6 +30678,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -30583,6 +30704,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -30861,6 +30987,7 @@ msgstr "FiÈ™iere" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30876,6 +31003,9 @@ msgstr "FiÈ™iere" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "" @@ -31417,6 +31547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -31442,6 +31573,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/dialogs.py:105 @@ -32036,6 +32172,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32051,6 +32188,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" @@ -34083,6 +34223,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -34096,6 +34237,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "Numele locaÈ›iei:" @@ -34115,6 +34258,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -34143,6 +34287,11 @@ msgstr "" <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +<<<<<<< HEAD +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "AfiÈ™ează gama" ======= @@ -34156,6 +34305,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -34169,6 +34319,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) #~ msgid "Display mode" @@ -34207,6 +34359,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -34220,6 +34373,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy #~ msgid "Unable to display the map" @@ -34977,6 +35132,7 @@ msgstr "(doar citire)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -34986,6 +35142,8 @@ msgstr "(doar citire)" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Unable to create location" #~ msgstr "Nu s-a putut crea locaÈ›ia" ======= @@ -34994,6 +35152,7 @@ msgstr "(doar citire)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -35003,6 +35162,8 @@ msgstr "(doar citire)" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "" #~ "Name <%(name)s> is not a valid name for location. Please use only ASCII " #~ "characters excluding %(chars)s and space." @@ -35021,6 +35182,7 @@ msgstr "Nu s-a putut crea locaÈ›ia" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -35036,6 +35198,9 @@ msgstr "Nu s-a putut crea locaÈ›ia" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "SelectaÈ›i codul EPSG a sistemului de referință spaÈ›ial" @@ -35079,6 +35244,7 @@ msgstr "CreaÈ›i locaÈ›ie nouă?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35088,6 +35254,8 @@ msgstr "CreaÈ›i locaÈ›ie nouă?" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Numeric column:" msgstr "Coloană numerică:" @@ -35582,6 +35750,7 @@ msgstr "CreaÈ›i locaÈ›ie nouă?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -35607,3 +35776,6 @@ msgstr "CreaÈ›i locaÈ›ie nouă?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ru.po b/locale/po/grasswxpy_ru.po index a57fe0d19e6..1b46f232e14 100644 --- a/locale/po/grasswxpy_ru.po +++ b/locale/po/grasswxpy_ru.po @@ -21,6 +21,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -30,6 +31,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" ======= @@ -38,6 +41,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -47,6 +51,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -7745,6 +7751,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7767,6 +7774,9 @@ msgid "Text properties" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -7776,6 +7786,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7788,6 +7799,8 @@ msgid "Remove scale bar" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7809,6 +7822,7 @@ msgid "Scale bar properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -7831,6 +7845,9 @@ msgid "Scale bar properties" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:239 @@ -7840,6 +7857,7 @@ msgid "Remove north arrow" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -7852,6 +7870,8 @@ msgid "Remove north arrow" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7932,6 +7952,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -7947,6 +7968,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Space time dataset <%s> not found." msgstr "ПроÑтранÑтвенно-временной набор данных <%s> не найден." @@ -13719,6 +13743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -13733,6 +13758,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:422 #: ../gui/wxpython/image2target/ii2t_gis_set.py:584 ======= @@ -13741,6 +13768,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/locdownload.py:422 @@ -13764,6 +13792,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:415 #: ../gui/wxpython/image2target/ii2t_gis_set.py:583 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -13786,6 +13816,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13795,6 +13826,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -13805,6 +13838,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13822,6 +13856,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:447 #, fuzzy @@ -13849,6 +13885,7 @@ msgstr "Отмена загрузки" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:80 msgid "Invalid mapset name" msgstr "" @@ -13871,6 +13908,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:85 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Invalid mapset name" @@ -13886,6 +13925,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -13895,6 +13935,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:80 msgid "Invalid mapset name" msgstr "" @@ -13905,6 +13947,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -13922,6 +13965,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:112 #, fuzzy @@ -13941,6 +13986,7 @@ msgstr "Ð˜Ð¼Ñ Ð´Ð»Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ набора:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" ======= @@ -13960,6 +14006,8 @@ msgid "Unable to create new mapset: {}" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:134 ../gui/wxpython/menustrings.py:250 #: ../gui/wxpython/image2target/ii2t_gis_set.py:638 #: ../gui/wxpython/image2target/ii2t_gis_set.py:1042 @@ -13967,6 +14015,7 @@ msgid "Unable to create new mapset: {}" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -13985,6 +14034,8 @@ msgid "Unable to create new mapset: {}" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:135 ../gui/wxpython/menustrings.py:250 #: ../gui/wxpython/image2target/ii2t_gis_set.py:637 #: ../gui/wxpython/image2target/ii2t_gis_set.py:1041 @@ -14004,6 +14055,7 @@ msgid "Unable to create new mapset: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" @@ -14032,6 +14084,11 @@ msgid "Unable to create new mapset: {}" #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/startup/guiutils.py:186 +msgid "Unable to create new mapset: {}" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:212 @@ -14047,6 +14104,7 @@ msgid "Import data?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14074,6 +14132,8 @@ msgid "Import data?" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14111,6 +14171,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:269 msgid "Unable to rename selected mapset" msgstr "" @@ -14125,6 +14186,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:234 ======= ======= @@ -14132,6 +14195,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/guiutils.py:234 @@ -14153,6 +14217,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:235 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to rename selected mapset" @@ -14168,6 +14234,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -14177,6 +14244,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:269 msgid "Unable to rename selected mapset" msgstr "" @@ -14187,6 +14256,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -14204,6 +14274,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:245 #: ../gui/wxpython/startup/guiutils.py:299 @@ -14222,6 +14294,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -14231,6 +14304,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:246 #: ../gui/wxpython/image2target/ii2t_gis_set.py:236 #: ../gui/wxpython/image2target/ii2t_gis_set.py:707 @@ -14240,6 +14315,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -14249,6 +14325,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:247 #: ../gui/wxpython/image2target/ii2t_gis_set.py:235 #: ../gui/wxpython/image2target/ii2t_gis_set.py:706 @@ -14294,6 +14372,7 @@ msgstr "Ошибка" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14310,6 +14389,8 @@ msgstr "Ошибка" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -14319,6 +14400,7 @@ msgstr "Ошибка" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -14352,6 +14434,8 @@ msgstr "Ошибка" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Unable to rename mapset.\n" "\n" @@ -14366,6 +14450,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14385,6 +14470,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Ðе удалоÑÑŒ переименовать набор.\n" "\n" "{}" @@ -14396,6 +14483,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14425,6 +14513,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:284 #, fuzzy, python-brace-format @@ -14450,6 +14542,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:323 msgid "Unable to rename selected location" msgstr "" @@ -14472,6 +14565,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:288 #, fuzzy msgid "Unable to rename selected project" @@ -14480,6 +14575,7 @@ msgstr "Ðе удалоÑÑŒ переименовать выбранный наб ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14498,6 +14594,8 @@ msgstr "Ðе удалоÑÑŒ переименовать выбранный наб ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:289 msgid "Unable to rename selected location" msgstr "Ðе удалоÑÑŒ переименовать выбранную облаÑÑ‚ÑŒ" @@ -14527,6 +14625,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -14549,6 +14648,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:323 msgid "Unable to rename selected location" msgstr "" @@ -14561,6 +14664,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -14585,6 +14689,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Unable to rename project.\n" "\n" @@ -14599,6 +14706,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14610,6 +14718,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Ðе удалоÑÑŒ переименовать набор.\n" ======= ======= @@ -14617,6 +14727,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "Ðе удалоÑÑŒ переименовать набор.\n" @@ -14638,6 +14749,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Ðе удалоÑÑŒ переименовать облаÑÑ‚ÑŒ.\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) "\n" @@ -14650,6 +14763,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14679,6 +14793,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:374 #, python-brace-format @@ -14704,6 +14822,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:414 msgid "Unable to delete selected mapsets" msgstr "" @@ -14726,6 +14845,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:378 msgid "Unable to delete selected mapsets" msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" @@ -14735,6 +14856,7 @@ msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -14753,6 +14875,8 @@ msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:379 msgid "Unable to delete selected mapsets" msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" @@ -14772,6 +14896,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -14794,6 +14919,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:414 msgid "Unable to delete selected mapsets" msgstr "" @@ -14806,6 +14935,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -14830,6 +14960,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "" "Do you want to continue with deleting one or more of the following mapsets?\n" @@ -14847,6 +14980,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:435 msgid "Delete selected mapsets" @@ -14869,6 +15003,8 @@ msgid "Delete selected mapsets" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Продолжить удаление одного или неÑкольких наборов?\n" "\n" "{deletes}\n" @@ -14884,6 +15020,7 @@ msgstr "Удалить выбранные наборы" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main ======= @@ -14946,6 +15083,8 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:435 msgid "Delete selected mapsets" @@ -14960,7 +15099,10 @@ msgid "Error when deleting mapsets" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:412 msgid "Error when deleting mapsets" @@ -15005,6 +15147,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:499 msgid "Unable to delete selected locations" msgstr "" @@ -15027,6 +15170,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:463 #, fuzzy msgid "Unable to delete selected projects" @@ -15038,6 +15183,7 @@ msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15056,6 +15202,8 @@ msgstr "Ðе удалоÑÑŒ удалить выбранные наборы" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:464 msgid "Unable to delete selected locations" msgstr "Ðе удалоÑÑŒ удалить выбранные облаÑти" @@ -15074,6 +15222,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15083,6 +15232,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:499 msgid "Unable to delete selected locations" msgstr "" @@ -15095,6 +15246,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -15112,6 +15264,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -15131,6 +15285,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -15142,6 +15297,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "Продолжить удаление одного или неÑкольких наборов?\n" ======= ======= @@ -15149,6 +15306,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "Продолжить удаление одного или неÑкольких наборов?\n" @@ -15170,6 +15328,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Продолжить удаление одной или неÑкольких из Ñледующих облаÑтей?\n" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) "\n" @@ -15198,6 +15358,7 @@ msgstr "Ошибка при удалении облаÑтей" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15252,6 +15413,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:520 msgid "Delete selected locations" @@ -15270,6 +15435,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -15302,6 +15468,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:499 #, fuzzy, python-brace-format @@ -15342,6 +15510,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:572 msgid "Unable to delete selected GRASS database" msgstr "" @@ -15356,6 +15525,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:536 ======= ======= @@ -15363,6 +15534,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/guiutils.py:536 @@ -15384,6 +15556,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:537 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to delete selected GRASS database" @@ -15399,6 +15573,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15408,6 +15583,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:572 msgid "Unable to delete selected GRASS database" msgstr "" @@ -15418,6 +15595,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -15435,6 +15613,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:544 #, python-brace-format @@ -15460,6 +15640,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:585 msgid "Delete selected GRASS database" ======= @@ -15473,6 +15654,8 @@ msgid "Delete selected GRASS database" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:549 ======= ======= @@ -15480,6 +15663,7 @@ msgid "Delete selected GRASS database" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/guiutils.py:549 @@ -15501,6 +15685,8 @@ msgid "Delete selected GRASS database" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:550 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Delete selected GRASS database" @@ -15514,6 +15700,7 @@ msgid "Delete selected GRASS database" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/startup/guiutils.py:585 msgid "Delete selected GRASS database" @@ -15542,6 +15729,11 @@ msgid "Delete selected GRASS database" #: ../gui/wxpython/startup/guiutils.py:585 msgid "Delete selected GRASS database" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/startup/guiutils.py:585 +msgid "Delete selected GRASS database" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:597 @@ -15551,6 +15743,7 @@ msgid "Error when deleting GRASS database" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15572,6 +15765,8 @@ msgid "Error when deleting GRASS database" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -15630,6 +15825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:641 msgid "Mapset is in use" ======= @@ -15643,6 +15839,8 @@ msgid "Mapset is in use" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:603 ======= ======= @@ -15650,6 +15848,7 @@ msgid "Mapset is in use" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/startup/guiutils.py:603 @@ -15671,6 +15870,8 @@ msgid "Mapset is in use" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:604 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Mapset is in use" @@ -15684,6 +15885,7 @@ msgid "Mapset is in use" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/startup/guiutils.py:641 msgid "Mapset is in use" @@ -15712,6 +15914,11 @@ msgid "Mapset is in use" #: ../gui/wxpython/startup/guiutils.py:641 msgid "Mapset is in use" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/startup/guiutils.py:641 +msgid "Mapset is in use" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:653 @@ -15721,6 +15928,7 @@ msgid "Error when removing lock file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -15742,6 +15950,8 @@ msgid "Error when removing lock file" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16491,6 +16701,7 @@ msgstr "Ðомер категории" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/dbmgr/base.py:2369 ../gui/wxpython/dbmgr/dialogs.py:802 msgid "Length" @@ -16827,6 +17038,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:2369 ../gui/wxpython/dbmgr/dialogs.py:802 msgid "Length" @@ -17145,6 +17358,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17174,6 +17388,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/statusbar.py:52 #: ../gui/wxpython/image2target/ii2t_statusbar.py:52 @@ -17656,6 +17875,7 @@ msgstr "Строки: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:56 msgid "Attribute Table Manager - GRASS GIS" ======= @@ -17669,6 +17889,8 @@ msgid "Attribute Table Manager - GRASS GIS" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:202 #: ../gui/wxpython/location_wizard/dialogs.py:594 ======= @@ -17677,6 +17899,7 @@ msgid "Attribute Table Manager - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/location_wizard/dialogs.py:202 @@ -17700,6 +17923,8 @@ msgid "Attribute Table Manager - GRASS GIS" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/dialogs.py:201 #: ../gui/wxpython/location_wizard/dialogs.py:581 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -17873,6 +18098,7 @@ msgid "Attribute Table Manager - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:56 msgid "Attribute Table Manager - GRASS GIS" @@ -17903,6 +18129,11 @@ msgid "Attribute Table Manager - GRASS GIS" #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:56 msgid "Attribute Table Manager - GRASS GIS" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:56 +msgid "Attribute Table Manager - GRASS GIS" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/web_services/widgets.py:136 @@ -17912,6 +18143,7 @@ msgid " Requested data settings " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17924,6 +18156,8 @@ msgid " Requested data settings " >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25309,6 +25543,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gui_core/preferences.py:1706 msgid "" @@ -25337,6 +25572,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/preferences.py:1706 msgid "" @@ -25396,6 +25633,7 @@ msgstr "Файл EPSG:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/gui_core/preferences.py:1873 ======= @@ -25421,6 +25659,11 @@ msgstr "Файл EPSG:" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/gui_core/preferences.py:1873 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/preferences.py:1826 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -25437,6 +25680,7 @@ msgid "Load EPSG codes (be patient), enter EPSG code or insert PROJ string direc <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25479,6 +25723,11 @@ msgid "Load EPSG codes (be patient), enter EPSG code or insert PROJ string direc ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" "Загрузить коды EPSG (подождите), введите код EPSG или напрÑмую введите " "Ñтроку PROJ." @@ -25891,6 +26140,7 @@ msgid "Do you want to quit GRASS GIS?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -25913,6 +26163,9 @@ msgid "Do you want to quit GRASS GIS?" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/dialogs.py:2448 @@ -25926,6 +26179,7 @@ msgid "Character encoding:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25956,6 +26210,11 @@ msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +msgstr "" +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/wrap.py:258 msgid "Clear" @@ -26209,6 +26468,7 @@ msgstr "Скопировать выбранные файлы" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/gui_core/query.py:135 ../gui/wxpython/gui_core/query.py:139 ======= @@ -26234,6 +26494,11 @@ msgstr "Скопировать выбранные файлы" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/gui_core/query.py:135 ../gui/wxpython/gui_core/query.py:139 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/query.py:134 ../gui/wxpython/gui_core/query.py:138 ======= #: ../gui/wxpython/gui_core/menu.py:164 @@ -26259,6 +26524,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -26274,6 +26540,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Copy '%s'" msgstr "Скопировать «%s»" @@ -35588,6 +35857,7 @@ msgstr "подпиÑи:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "Define GRASS Database and Location Name" msgstr "Укажите базу данных GRASS и название облаÑти" @@ -35652,6 +35922,8 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format #~ msgid "Download file from <{url}>, return status code {code}, " #~ msgstr "Загрузка файла Ñ <{url}>, возврат кода ÑоÑтоÑÐ½Ð¸Ñ {code}, " @@ -36160,6 +36432,7 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36169,6 +36442,8 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Define GRASS Database and Location Name" msgstr "Укажите базу данных GRASS и название облаÑти" @@ -36226,6 +36501,7 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -36243,3 +36519,5 @@ msgstr "Создать новую облаÑÑ‚ÑŒ?" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_si.po b/locale/po/grasswxpy_si.po index fa82f9a0d63..bb7b1c5a9bf 100644 --- a/locale/po/grasswxpy_si.po +++ b/locale/po/grasswxpy_si.po @@ -18591,6 +18591,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -18616,6 +18617,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -18631,6 +18637,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18673,6 +18680,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18685,6 +18697,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -18710,6 +18723,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19365,6 +19383,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -19380,6 +19399,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" diff --git a/locale/po/grasswxpy_sl.po b/locale/po/grasswxpy_sl.po index fbef85c9222..af626d390f4 100644 --- a/locale/po/grasswxpy_sl.po +++ b/locale/po/grasswxpy_sl.po @@ -16,6 +16,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -28,6 +29,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -35,6 +38,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -56,6 +60,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -67,6 +73,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -84,6 +91,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -94,6 +103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -109,6 +119,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -126,6 +138,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145,6 +158,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:109 ../gui/wxpython/nviz/preferences.py:65 #: ../gui/wxpython/nviz/preferences.py:69 msgid "View" @@ -2014,6 +2029,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2043,6 +2059,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/toolbars.py:29 #: ../gui/wxpython/mapswipe/toolbars.py:31 msgid "Query raster/vector map(s)" @@ -2566,6 +2586,7 @@ msgid "Status bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2608,6 +2629,11 @@ msgid "Status bar" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/infomanager.py:36 @@ -2640,6 +2666,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 ======= @@ -2653,6 +2680,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 #: ../gui/wxpython/modules/import_export.py:578 ======= @@ -2661,6 +2690,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 @@ -2684,6 +2714,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1107 #: ../gui/wxpython/modules/import_export.py:562 ======= @@ -2697,6 +2729,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -2719,6 +2752,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2728,6 +2765,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2752,6 +2790,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import vector data" msgstr "" @@ -2765,6 +2806,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 ======= @@ -2778,6 +2820,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 ======= ======= @@ -2785,6 +2829,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 @@ -2806,6 +2851,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1072 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/modules/import_export.py:416 @@ -2819,6 +2866,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2828,6 +2876,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2837,6 +2887,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2854,6 +2905,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Import raster data" msgstr "" @@ -2927,6 +2980,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2946,6 +3000,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/catalog.py:51 msgid "Data catalog" msgstr "" @@ -3012,6 +3068,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3034,6 +3091,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:50 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -3046,12 +3107,15 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:96 ======= ======= @@ -3059,6 +3123,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/tree.py:96 ======= @@ -3079,6 +3144,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:95 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -3396,6 +3463,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3418,6 +3486,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:23 msgid "Reload GRASS projects" msgstr "" @@ -3475,6 +3547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3487,6 +3560,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/browser.py:61 ../gui/wxpython/gui_core/menu.py:164 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/modules/extensions.py:76 @@ -3500,6 +3575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3509,6 +3585,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/extensions.py:76 #: ../gui/wxpython/gui_core/menu.py:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3516,6 +3594,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3528,6 +3607,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Search" msgstr "" @@ -3550,6 +3631,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3562,6 +3644,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:927 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Reprojection" @@ -3590,6 +3674,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3612,6 +3697,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:924 msgid "Reprojection" msgstr "" @@ -3636,6 +3725,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3649,6 +3741,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -3681,6 +3774,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Map layer <{ml}> needs to be reprojected.\n" @@ -3695,12 +3790,15 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= ======= @@ -3708,6 +3806,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= @@ -3728,6 +3827,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:125 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Estimated resolution:" @@ -3752,6 +3853,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4129,6 +4233,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5039,6 +5144,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2007 <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5050,6 +5157,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -5083,6 +5191,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -5099,6 +5209,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5118,6 +5229,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapswipe/g.gui.mapswipe.py:87 msgid "Map Swipe Tool - GRASS GIS" msgstr "" @@ -17180,6 +17293,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17209,6 +17323,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:186 #, python-format msgid "<%(name)s>: layer type <%(type)s> is not supported" @@ -17285,6 +17403,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17294,12 +17413,15 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1119 ======= ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -17353,6 +17475,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1113 ../gui/wxpython/core/render.py:1120 #: ../gui/wxpython/core/render.py:1127 ../gui/wxpython/core/gcmd.py:421 msgid "Details:" @@ -17367,6 +17494,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17409,6 +17537,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1118 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -17431,6 +17564,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17450,6 +17584,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quitting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -17462,6 +17598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17491,6 +17628,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quiting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -17818,6 +17959,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17860,6 +18002,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to open file <%s> for reading." msgstr "" @@ -17873,6 +18020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1726 ======= <<<<<<< HEAD @@ -17893,6 +18041,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:1770 ======= #: ../gui/wxpython/core/workspace.py:1726 @@ -17903,6 +18053,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17937,6 +18088,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/core/workspace.py:1726 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Some lines were skipped when reading settings from file <%(file)s>.\n" @@ -17954,6 +18110,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1976 ======= <<<<<<< HEAD @@ -17974,6 +18131,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:2019 ======= #: ../gui/wxpython/core/workspace.py:1976 @@ -17984,6 +18143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18018,6 +18178,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/core/workspace.py:1976 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid " row %d:" msgstr "" @@ -18031,6 +18196,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18050,6 +18216,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/main.py:190 #, python-format msgid "Unsupported command %s." @@ -18641,6 +18809,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18670,6 +18839,10 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/menutree.py:162 #, python-format msgid "Unknow tag %s" @@ -24570,6 +24743,7 @@ msgid "Map <%s> not found. " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24612,6 +24786,11 @@ msgid "Map <%s> not found. " ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:50 @@ -24641,6 +24820,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24652,6 +24832,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:985 ======= ======= @@ -24659,6 +24841,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:985 @@ -24680,6 +24863,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:968 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "right click to (un)select all" @@ -24692,6 +24877,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24721,6 +24907,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:965 msgid "right click to (un)select all" msgstr "" @@ -24745,6 +24935,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24787,6 +24978,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:82 msgid "Name for output GRASS map (editable)" msgstr "" @@ -24799,6 +24995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24842,6 +25039,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:85 #: ../gui/wxpython/gui_core/forms.py:2248 ../gui/wxpython/psmap/dialogs.py:2216 msgid "Feature type" @@ -24862,6 +25064,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24904,6 +25107,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:96 msgid "Override projection check (use current location's projection)" msgstr "" @@ -24917,6 +25125,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24936,6 +25145,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:127 #: ../gui/wxpython/modules/import_export.py:435 <<<<<<< HEAD @@ -24949,6 +25160,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24978,6 +25190,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:113 #: ../gui/wxpython/gui_core/forms.py:705 msgid "Close dialog on finish" @@ -24995,6 +25211,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25011,6 +25228,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25020,6 +25239,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -25053,6 +25273,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "&Import" msgstr "" @@ -25066,6 +25288,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 ======= @@ -25087,6 +25310,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:436 <<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:598 @@ -25103,6 +25328,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25125,6 +25351,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -25134,6 +25364,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -25158,6 +25389,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import selected layers" msgstr "" @@ -25174,6 +25408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25193,6 +25428,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:160 msgid "Import settings" msgstr "" @@ -25205,6 +25442,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25234,6 +25472,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:161 msgid "Import settings" msgstr "" @@ -25248,6 +25490,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25290,6 +25533,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -25303,6 +25551,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:259 ======= <<<<<<< HEAD @@ -25323,6 +25572,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:258 ======= #: ../gui/wxpython/modules/import_export.py:259 @@ -25333,6 +25584,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -25367,6 +25619,11 @@ msgstr "" #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/modules/import_export.py:259 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -25380,6 +25637,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25399,6 +25657,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:423 #: ../gui/wxpython/modules/import_export.py:585 msgid "Add linked layers into layer tree" @@ -25472,6 +25732,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25501,6 +25762,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:419 #: ../gui/wxpython/menustrings.py:163 ../gui/wxpython/menustrings.py:1189 msgid "Link external raster data" @@ -25583,6 +25848,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25599,6 +25865,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25608,6 +25876,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -25641,6 +25910,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Projection of following layers do not match with projection of current " "location. " @@ -25655,6 +25926,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25666,6 +25938,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:983 ======= ======= @@ -25673,6 +25947,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:983 @@ -25694,6 +25969,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:966 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Layers to be reprojected" @@ -25820,6 +26097,7 @@ msgid "Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25849,6 +26127,10 @@ msgid "Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:963 msgid "Layers to be reprojected" msgstr "" @@ -26314,6 +26596,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26356,6 +26639,11 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/mcalc_builder.py:71 @@ -26390,6 +26678,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26433,6 +26722,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:174 #: ../gui/wxpython/gui_core/forms.py:2054 msgid "&Load" @@ -26447,6 +26741,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26489,6 +26784,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:175 msgid "Load expression from file" msgstr "" @@ -26501,6 +26801,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26544,6 +26845,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:176 #: ../gui/wxpython/menustrings.py:172 ../gui/wxpython/menustrings.py:1198 #: ../gui/wxpython/gui_core/forms.py:634 @@ -26564,6 +26870,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26606,6 +26913,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:181 msgid "exponent" msgstr "" @@ -26773,6 +27085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26784,6 +27097,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:45 ======= ======= @@ -26791,6 +27106,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/iscatt/plots.py:45 @@ -26812,6 +27128,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:44 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -27222,6 +27540,7 @@ msgid "Setup for r.li modules - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27251,6 +27570,10 @@ msgid "Setup for r.li modules - GRASS GIS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/extensions.py:45 msgid "Fetch & install extension from GRASS Addons" msgstr "" @@ -27353,6 +27676,7 @@ msgid "Extension" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27395,6 +27719,11 @@ msgid "Extension" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:66 @@ -27448,6 +27777,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:981 ======= <<<<<<< HEAD @@ -27468,6 +27798,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:982 ======= #: ../gui/wxpython/rlisetup/wizard.py:981 @@ -27478,6 +27810,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27512,6 +27845,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:981 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Whole map layer" msgstr "" @@ -27537,6 +27875,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:708 ======= <<<<<<< HEAD @@ -27557,6 +27896,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:709 ======= #: ../gui/wxpython/rlisetup/wizard.py:708 @@ -27567,6 +27908,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27601,6 +27943,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:708 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s was not found, please select another vector" msgstr "" @@ -27614,6 +27961,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:713 ======= <<<<<<< HEAD @@ -27634,6 +27982,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:714 ======= #: ../gui/wxpython/rlisetup/wizard.py:713 @@ -27644,6 +27994,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27678,6 +28029,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:713 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s has no areas, please select another vector" msgstr "" @@ -27691,6 +28047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:719 ======= <<<<<<< HEAD @@ -27711,6 +28068,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:720 ======= #: ../gui/wxpython/rlisetup/wizard.py:719 @@ -27721,6 +28080,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27755,6 +28115,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:719 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s has no table connected, please select another vector" msgstr "" @@ -27768,6 +28133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27787,6 +28153,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:763 msgid "Insert sampling frame parameter" msgstr "" @@ -27824,6 +28192,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27853,6 +28222,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:762 msgid "Insert sampling frame parameter" msgstr "" @@ -27902,6 +28275,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27944,6 +28318,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Select areas from the\n" "overlaid vector map" @@ -27958,6 +28337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27977,6 +28357,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:998 msgid "Choose a method" msgstr "" @@ -28037,6 +28419,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28066,6 +28449,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:997 msgid "Choose a method" msgstr "" @@ -28128,6 +28515,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28170,6 +28558,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sampling regions" msgstr "" @@ -28183,6 +28576,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28202,6 +28596,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Draw sample region {count} of {num_regions}" msgstr "" @@ -28231,6 +28627,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28260,6 +28657,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sample region " msgstr "" @@ -28296,6 +28697,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28338,6 +28740,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:105 msgid "Rectangle" msgstr "" @@ -28351,6 +28758,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28370,6 +28778,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1307 #: ../gui/wxpython/rlisetup/wizard.py:1499 #: ../gui/wxpython/rlisetup/wizard.py:1612 @@ -28480,6 +28890,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28493,6 +28904,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:156 ======= ======= @@ -28502,6 +28915,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/rlisetup/functions.py:156 @@ -28521,6 +28935,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1309 #: ../gui/wxpython/rlisetup/wizard.py:1501 #: ../gui/wxpython/rlisetup/wizard.py:1614 @@ -28633,6 +29049,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28675,6 +29092,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:155 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -28692,6 +29114,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:1928 ======= <<<<<<< HEAD @@ -28718,6 +29141,12 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +#: ../gui/wxpython/rlisetup/wizard.py:1920 +<<<<<<< HEAD +#: ../gui/wxpython/rlisetup/functions.py:140 +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/rlisetup/wizard.py:1928 >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28727,6 +29156,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -28770,6 +29200,8 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:1928 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:139 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "The polygon seems to have 0 areas" @@ -28784,6 +29216,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28803,6 +29236,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1923 msgid "Select sample area 1 of " msgstr "" @@ -28884,6 +29319,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28913,6 +29349,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1931 msgid "Select sample area 1 of " msgstr "" @@ -29038,6 +29478,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29080,6 +29521,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:26 msgid "Modify the configuration file" msgstr "" @@ -29098,6 +29544,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/frame.py:97 ======= <<<<<<< HEAD @@ -29118,6 +29565,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:101 ======= #: ../gui/wxpython/rlisetup/frame.py:97 @@ -29128,6 +29577,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29162,6 +29612,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/frame.py:97 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "" "Are you sure that you want modify r.li configuration file {name}?\n" @@ -29177,6 +29632,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29196,6 +29652,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:106 msgid "WARNING" msgstr "" @@ -29241,6 +29699,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29270,6 +29729,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:102 msgid "WARNING" msgstr "" @@ -29322,6 +29785,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29364,6 +29828,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Do you want remove r.li configuration file <%s>?" msgstr "" @@ -29377,6 +29846,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29396,6 +29866,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:245 msgid "Remove new r.li configuration file?" msgstr "" @@ -29408,6 +29880,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29437,6 +29910,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:241 msgid "Remove new r.li configuration file?" msgstr "" @@ -29451,6 +29928,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29493,6 +29971,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Set the new name for %s \" " @@ -29508,6 +29991,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29527,6 +30011,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:279 msgid "Rename configuration file" msgstr "" @@ -30354,6 +30840,7 @@ msgid "There were some issues when loading menu or Tools tab:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30381,6 +30868,10 @@ msgid "There were some issues when loading menu or Tools tab:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:275 msgid "Rename configuration file" msgstr "" @@ -36795,6 +37286,7 @@ msgid "Dbf driver does not support usage of SQL functions." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43244,6 +43736,11 @@ msgid "Dbf driver does not support usage of SQL functions." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/frame.py:1305 @@ -43303,6 +43800,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43320,6 +43818,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:237 ../gui/wxpython/dbmgr/base.py:369 #: ../gui/wxpython/dbmgr/base.py:961 ../gui/wxpython/dbmgr/base.py:1132 #: ../gui/wxpython/dbmgr/base.py:1486 ../gui/wxpython/dbmgr/base.py:2180 @@ -43327,6 +43827,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43345,6 +43846,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:236 ../gui/wxpython/dbmgr/base.py:362 #: ../gui/wxpython/dbmgr/base.py:952 ../gui/wxpython/dbmgr/base.py:1123 #: ../gui/wxpython/dbmgr/base.py:1477 ../gui/wxpython/dbmgr/base.py:2170 @@ -43358,6 +43861,7 @@ msgid "Number of loaded records: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43387,6 +43891,10 @@ msgid "Number of loaded records: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:81 #, python-format msgid "" @@ -43450,6 +43958,7 @@ msgid "Category" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43492,6 +44001,11 @@ msgid "Category" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:51 @@ -43512,6 +44026,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43523,6 +44038,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 ======= ======= @@ -43530,6 +44047,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 @@ -43551,6 +44069,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:106 ../gui/wxpython/dbmgr/base.py:2351 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Database connection" @@ -44817,6 +45337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44846,6 +45367,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/web_services/widgets.py:140 msgid " Requested data settings " msgstr "" @@ -47954,6 +48479,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47996,6 +48522,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to open file\n" @@ -48011,6 +48542,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:535 ======= <<<<<<< HEAD @@ -48031,6 +48563,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:530 ======= #: ../gui/wxpython/psmap/instructions.py:535 @@ -48041,6 +48575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48075,6 +48610,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:535 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Instruction file will be loaded with following region: %s\n" msgstr "" @@ -48088,6 +48628,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:541 ======= <<<<<<< HEAD @@ -48108,6 +48649,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:536 ======= #: ../gui/wxpython/psmap/instructions.py:541 @@ -48118,6 +48661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48152,6 +48696,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:541 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Region cannot be set\n" @@ -48167,6 +48716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48186,6 +48736,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:706 <<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:929 @@ -48218,6 +48770,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48247,6 +48800,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:711 #: ../gui/wxpython/psmap/instructions.py:925 #: ../gui/wxpython/psmap/instructions.py:1053 @@ -48268,6 +48825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48284,6 +48842,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48293,6 +48853,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -48326,6 +48887,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s" msgstr "" @@ -48339,6 +48902,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:727 ======= <<<<<<< HEAD @@ -48359,6 +48923,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:722 ======= #: ../gui/wxpython/psmap/instructions.py:727 @@ -48369,6 +48935,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48403,6 +48970,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:727 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Scale has changed, old value: %(old)s\n" @@ -48418,6 +48990,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:732 ======= <<<<<<< HEAD @@ -48438,6 +49011,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:727 ======= #: ../gui/wxpython/psmap/instructions.py:732 @@ -48448,6 +49023,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48482,6 +49058,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:732 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %s.\n" @@ -48497,6 +49078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:746 ======= <<<<<<< HEAD @@ -48517,6 +49099,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:741 ======= #: ../gui/wxpython/psmap/instructions.py:746 @@ -48527,6 +49111,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48561,6 +49146,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:746 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Map frame position changed, old value: %(old1)s %(old2)s\n" @@ -48576,6 +49166,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:764 ======= <<<<<<< HEAD @@ -48588,6 +49179,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:765 ======= ======= @@ -48595,6 +49188,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:765 @@ -48616,6 +49210,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:759 ======= #: ../gui/wxpython/psmap/instructions.py:764 @@ -48627,6 +49223,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:764 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48644,6 +49241,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48654,6 +49253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48669,6 +49269,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Map frame size changed, old value: %(old1)s %(old2)s\n" @@ -48684,6 +49286,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:837 ======= <<<<<<< HEAD @@ -48696,6 +49299,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:840 ======= ======= @@ -48703,6 +49308,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:840 @@ -48724,6 +49330,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:832 ======= #: ../gui/wxpython/psmap/instructions.py:837 @@ -48735,6 +49343,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:837 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48752,6 +49361,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48762,6 +49373,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48777,6 +49389,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %(file)s.\n" @@ -48792,6 +49406,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:852 ======= <<<<<<< HEAD @@ -48804,6 +49419,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:856 ======= ======= @@ -48811,6 +49428,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:856 @@ -48832,6 +49450,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:847 ======= #: ../gui/wxpython/psmap/instructions.py:852 @@ -48843,6 +49463,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:852 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48860,6 +49481,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48870,6 +49493,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48885,6 +49509,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s." msgstr "" @@ -48898,6 +49524,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:1132 ======= <<<<<<< HEAD @@ -48910,6 +49537,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1136 ======= ======= @@ -48917,6 +49546,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:1136 @@ -48938,6 +49568,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1127 ======= #: ../gui/wxpython/psmap/instructions.py:1132 @@ -48949,6 +49581,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:1132 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48966,6 +49599,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48976,6 +49611,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48991,6 +49627,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %(inst)s: file %(file)s not found." msgstr "" @@ -49004,6 +49642,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49023,6 +49662,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/g.gui.psmap.py:52 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -49075,6 +49716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49104,6 +49746,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:86 msgid "Full extent" msgstr "" @@ -49145,6 +49791,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49164,6 +49811,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:267 msgid "Units:" msgstr "" @@ -49176,6 +49825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49205,6 +49855,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/utils.py:102 msgid "inch" msgstr "" @@ -49251,6 +49905,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49293,6 +49948,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Position of the top left corner\n" "from the top left edge of the paper" @@ -49307,6 +49967,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49326,6 +49987,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:311 msgid "Position is given:" msgstr "" @@ -49346,6 +50009,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49375,6 +50039,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:313 msgid "Position is given:" msgstr "" @@ -49397,6 +50065,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49439,6 +50108,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Position from the top left\n" "edge of the paper" @@ -49453,6 +50127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49464,6 +50139,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:462 ======= ======= @@ -49471,6 +50148,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:462 @@ -49492,6 +50170,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:453 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Font:" @@ -49624,6 +50304,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49653,6 +50334,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:455 msgid "Font:" msgstr "" @@ -49783,6 +50468,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49799,6 +50485,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -49808,6 +50496,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -49841,6 +50530,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Map max resolution (dpi):" msgstr "" @@ -49855,6 +50546,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49866,6 +50558,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 ======= ======= @@ -49873,6 +50567,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 @@ -49894,6 +50589,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1122 ../gui/wxpython/psmap/dialogs.py:3645 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Border" @@ -49922,6 +50619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49951,6 +50649,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1125 ../gui/wxpython/psmap/dialogs.py:3641 msgid "Border" msgstr "" @@ -49977,6 +50679,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49993,6 +50696,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50002,6 +50707,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50035,6 +50741,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Region is set to match this map,\n" "raster or vector map must be added later" @@ -50049,6 +50757,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50060,6 +50769,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1296 ======= ======= @@ -50067,6 +50778,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1296 @@ -50088,6 +50800,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1269 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Region selection" @@ -50172,6 +50886,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50201,6 +50916,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1272 msgid "Region selection" msgstr "" @@ -50283,6 +51002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50299,6 +51019,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50308,6 +51030,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50341,6 +51064,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%s properties" msgstr "" @@ -50354,6 +51079,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50365,6 +51091,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2249 ======= ======= @@ -50372,6 +51100,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:2249 @@ -50393,6 +51122,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2218 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Data selection" @@ -50567,6 +51298,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50596,6 +51328,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2208 msgid "Data selection" msgstr "" @@ -50768,6 +51504,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50784,6 +51521,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50793,6 +51532,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50826,6 +51566,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%(rast)s: type %(type)s" msgstr "" @@ -50839,6 +51581,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50850,6 +51593,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3498 ======= ======= @@ -50857,6 +51602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3498 @@ -50878,6 +51624,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3459 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Type of legend" @@ -50946,6 +51694,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50975,6 +51724,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3455 msgid "Type of legend" msgstr "" @@ -51041,6 +51794,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51057,6 +51811,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51066,6 +51822,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51099,6 +51856,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Width of the color symbol (for lines)\n" "in front of the legend text" @@ -51113,6 +51872,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51124,6 +51884,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 ======= ======= @@ -51131,6 +51893,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 @@ -51152,6 +51915,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3817 ../gui/wxpython/psmap/dialogs.py:3980 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Columns:" @@ -51172,6 +51937,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51201,6 +51967,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3813 ../gui/wxpython/psmap/dialogs.py:3976 msgid "Columns:" msgstr "" @@ -51219,6 +51989,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51235,6 +52006,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51244,6 +52017,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51277,6 +52051,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Column separation distance between the left edges\n" "of two columns in a multicolumn legend" @@ -51291,6 +52067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51302,6 +52079,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4133 ======= ======= @@ -51309,6 +52088,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:4133 @@ -51330,6 +52110,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4085 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Edit legend label:" @@ -51478,6 +52260,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51507,6 +52290,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4081 msgid "Edit legend label:" msgstr "" @@ -51653,6 +52440,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51669,6 +52457,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51678,6 +52468,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51711,6 +52502,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "PIL\n" "missing" @@ -51725,6 +52518,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:5956 ======= <<<<<<< HEAD @@ -51737,6 +52531,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6007 ======= ======= @@ -51744,6 +52540,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6007 @@ -51765,6 +52562,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:5954 ======= #: ../gui/wxpython/psmap/dialogs.py:5956 @@ -51776,6 +52575,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:5956 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -51793,6 +52593,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -51803,6 +52605,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51818,6 +52621,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to read file %s" msgstr "" @@ -51831,6 +52636,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:6019 ======= <<<<<<< HEAD @@ -51843,6 +52649,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6070 ======= ======= @@ -51850,6 +52658,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6070 @@ -51871,6 +52680,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6017 ======= #: ../gui/wxpython/psmap/dialogs.py:6019 @@ -51882,6 +52693,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:6019 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -51899,6 +52711,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -51909,6 +52723,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51924,6 +52739,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "size: %(width)s x %(height)s pts" msgstr "" @@ -51937,6 +52754,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51948,6 +52766,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6092 ======= ======= @@ -51955,6 +52775,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6092 @@ -51976,6 +52797,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6039 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "No image selected." @@ -52008,6 +52831,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52037,6 +52861,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6041 msgid "No image selected." msgstr "" @@ -52067,6 +52895,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52083,6 +52912,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52092,6 +52923,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52125,6 +52957,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Note: Selected symbol is not displayed\n" "in draft mode (only in preview mode)" @@ -52139,6 +52973,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52150,6 +52985,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 ======= ======= @@ -52157,6 +52994,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 @@ -52178,6 +53016,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6287 ../gui/wxpython/psmap/dialogs.py:6566 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Outline color:" @@ -52231,6 +53071,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52260,6 +53101,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6289 ../gui/wxpython/psmap/dialogs.py:6568 msgid "Outline color:" msgstr "" @@ -52314,6 +53159,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52356,6 +53202,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Python Imaging Library is not available.\n" "'Preview' functionality won't work." @@ -52370,6 +53221,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:275 ======= <<<<<<< HEAD @@ -52390,6 +53242,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:281 ======= #: ../gui/wxpython/psmap/frame.py:275 @@ -52400,6 +53254,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52434,6 +53289,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/frame.py:275 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Characters on position %s are not supported by ISO-8859-1 (Latin 1) encoding " @@ -52449,6 +53309,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:283 ======= <<<<<<< HEAD @@ -52469,6 +53330,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:289 ======= #: ../gui/wxpython/psmap/frame.py:283 @@ -52479,6 +53342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52513,6 +53377,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/frame.py:283 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Not all characters are supported by ISO-8859-1 (Latin 1) encoding which is " "required by module ps.map." @@ -52527,6 +53396,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52546,6 +53416,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:320 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -52573,6 +53445,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52602,6 +53475,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:314 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -52628,6 +53505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52644,6 +53522,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52653,6 +53533,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52686,6 +53567,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Ps.map exited with return code %s" msgstr "" @@ -52699,6 +53582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:438 ======= <<<<<<< HEAD @@ -52711,6 +53595,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:437 ======= ======= @@ -52718,6 +53604,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:437 @@ -52739,6 +53626,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:436 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Program {} is not available." @@ -52772,6 +53661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:438 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52789,6 +53679,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -52799,6 +53691,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52814,6 +53707,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%(prg)s exited with return code %(code)s" msgstr "" @@ -52827,6 +53722,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52838,6 +53734,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:464 ======= ======= @@ -52845,6 +53743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:464 @@ -52866,6 +53765,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:463 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "PDF generated" @@ -52898,6 +53799,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52927,6 +53829,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:442 msgid "PDF generated" msgstr "" @@ -52961,6 +53867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52977,6 +53884,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52986,6 +53895,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -53019,6 +53929,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Preview is not available probably because Ghostscript is not installed or " "not on PATH." @@ -53033,6 +53945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53044,6 +53957,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:514 ======= ======= @@ -53051,6 +53966,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:514 @@ -53072,6 +53988,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:512 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -53097,6 +54015,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53126,6 +54045,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:488 msgid "Please follow instructions on GRASS Trac Wiki." msgstr "" @@ -53148,6 +54071,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53164,6 +54088,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -53173,6 +54099,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -53206,6 +54133,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read file %s." msgstr "" @@ -53219,6 +54148,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53230,6 +54160,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:794 ======= ======= @@ -53237,6 +54169,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:794 @@ -53258,6 +54191,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:792 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Scalebar is not appropriate for this projection" @@ -53313,6 +54248,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53342,6 +54278,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:761 msgid "Scalebar is not appropriate for this projection" msgstr "" @@ -53402,6 +54342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53444,3 +54385,8 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_ta.po b/locale/po/grasswxpy_ta.po index 1cf8b266203..42e2789a113 100644 --- a/locale/po/grasswxpy_ta.po +++ b/locale/po/grasswxpy_ta.po @@ -28624,6 +28624,7 @@ msgid "Launch Data Catalog." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -28646,6 +28647,9 @@ msgid "Launch Data Catalog." ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2007 @@ -28902,6 +28906,7 @@ msgid "Archive file is unreadable: {0}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28914,6 +28919,8 @@ msgid "Archive file is unreadable: {0}" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30607,6 +30614,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -30632,6 +30640,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -30647,6 +30660,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30689,6 +30703,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -30701,6 +30720,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -30726,6 +30746,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -31381,6 +31406,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31396,6 +31422,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" @@ -32464,6 +32493,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgid "GRASS GIS Data Catalog" msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" @@ -32481,6 +32511,8 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy, python-format >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) #~ msgid "Unable to rename location: %s" @@ -32499,6 +32531,7 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32508,6 +32541,8 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "GRASS GIS Data Catalog" msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" @@ -32518,6 +32553,7 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32535,5 +32571,7 @@ msgstr "GRASS GIS தகவல௠அடà¯à®Ÿà®µà®£à¯ˆ" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Search:" msgstr "தேடà¯:" diff --git a/locale/po/grasswxpy_th.po b/locale/po/grasswxpy_th.po index 65b0470f892..c4461b89f2a 100644 --- a/locale/po/grasswxpy_th.po +++ b/locale/po/grasswxpy_th.po @@ -21852,6 +21852,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -21894,6 +21895,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "3D Raster Map Calculator" msgstr "" @@ -23187,6 +23193,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -23198,6 +23205,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 ======= ======= @@ -23205,6 +23214,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/main_window/frame.py:2400 ../gui/wxpython/lmgr/frame.py:2306 @@ -23226,6 +23236,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2364 ../gui/wxpython/lmgr/frame.py:2292 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Quit GRASS GUI" @@ -23550,6 +23562,7 @@ msgid "Remove MASK" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -23579,6 +23592,10 @@ msgid "Remove MASK" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" msgstr "" @@ -27710,6 +27727,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/startup/guiutils.py:80 msgid "Invalid mapset name" ======= @@ -27726,6 +27744,8 @@ msgid "Invalid mapset name" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:58 #, fuzzy msgid "New workspace" @@ -27740,6 +27760,7 @@ msgid "Invalid mapset name" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27773,6 +27794,10 @@ msgstr "" ======= msgstr "" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +msgstr "" +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:106 msgid "Invalid location name" @@ -27933,6 +27958,7 @@ msgid "Type %s to add raster or vector to the layer tree." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -27942,6 +27968,8 @@ msgid "Type %s to add raster or vector to the layer tree." ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/startup/guiutils.py:131 #: ../gui/wxpython/image2target/ii2t_gis_set.py:469 #, python-format @@ -27957,6 +27985,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -27969,6 +27998,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/guiutils.py:186 msgid "Unable to create new mapset: {}" msgstr "" @@ -28043,6 +28074,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -28052,6 +28084,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:159 #, python-format msgid "" @@ -28066,6 +28100,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -28075,6 +28110,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/workspace.py:179 #: ../gui/wxpython/animation/nviztask.py:40 ======= @@ -28501,6 +28538,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -28526,6 +28564,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -28544,6 +28587,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -28559,6 +28603,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -29664,6 +29711,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -29689,6 +29737,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -29704,6 +29757,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29746,6 +29800,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -29758,6 +29817,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -29783,6 +29843,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -30438,6 +30503,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30453,6 +30519,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" diff --git a/locale/po/grasswxpy_tr.po b/locale/po/grasswxpy_tr.po index d735de91871..6748285de65 100644 --- a/locale/po/grasswxpy_tr.po +++ b/locale/po/grasswxpy_tr.po @@ -2381,6 +2381,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/toolbars.py:40 <<<<<<< HEAD @@ -2406,6 +2407,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, fuzzy msgid "Create new mapset in current project" msgstr "Yeni harita takımı oluÅŸtur" @@ -2422,6 +2425,7 @@ msgid "Create new project (location) in current GRASS database" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2452,6 +2456,11 @@ msgid "Create new project (location) in current GRASS database" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Create new mapset in current location" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -2473,6 +2482,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/datacatalog/toolbars.py:52 msgid "Import vector data [v.import]" ======= @@ -2512,6 +2522,17 @@ msgid "Import vector data [v.import]" msgid "Import vector data [v.import]" ======= >>>>>>> osgeo-main +======= +#: ../gui/wxpython/datacatalog/toolbars.py:49 +======= +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +#: ../gui/wxpython/datacatalog/toolbars.py:48 +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +msgid "Import vector data [v.import]" +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:52 msgid "Import vector data [v.import]" ======= @@ -2522,6 +2543,7 @@ msgid "Import vector data [v.import]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2590,6 +2612,8 @@ msgid "Import vector data [v.import]" msgid "Import vector data [v.import]" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/toolbars.py:55 @@ -2665,6 +2689,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 ======= @@ -2690,6 +2715,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2036 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2031 ======= #: ../gui/wxpython/datacatalog/tree.py:104 @@ -3048,6 +3078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3064,6 +3095,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -3073,6 +3106,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -3106,6 +3140,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -3277,6 +3313,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -3286,6 +3323,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:77 msgid "No time info" msgstr "" @@ -3297,6 +3336,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -3306,6 +3346,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:79 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -3601,6 +3643,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/history/tree.py:492 ======= @@ -3626,6 +3669,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/history/tree.py:492 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:196 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, fuzzy @@ -3641,6 +3689,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3963,6 +4012,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/dialogs.py:967 ../gui/wxpython/nviz/tools.py:779 msgid "Decorations" @@ -4264,6 +4315,7 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -4284,6 +4336,8 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/tree.py:495 msgid "Removing <{}>" @@ -5336,6 +5390,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -5345,6 +5400,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3100 #: ../gui/wxpython/image2target/ii2t_manager.py:3048 #: ../gui/wxpython/photo2image/ip2i_manager.py:2170 @@ -5354,6 +5411,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -5363,6 +5421,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/manager.py:3095 #: ../gui/wxpython/image2target/ii2t_manager.py:3030 #: ../gui/wxpython/photo2image/ip2i_manager.py:2164 @@ -5559,6 +5619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5601,6 +5662,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/gcp/statusbar.py:52 #: ../gui/wxpython/image2target/ii2t_statusbar.py:52 @@ -5758,6 +5824,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -5767,6 +5834,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:314 msgid "Existing project path" ======= @@ -5775,6 +5844,7 @@ msgid "Existing project path" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -5784,6 +5854,8 @@ msgid "Existing project path" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:313 msgid "Existing location path" ======= @@ -5798,6 +5870,7 @@ msgid "Timeline Tool - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5818,6 +5891,8 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -5825,6 +5900,7 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5873,6 +5949,8 @@ msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some ======= ======= ======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/timeline/frame.py:38 @@ -5880,7 +5958,10 @@ msgstr "" msgid "The Timeline Tool needs the \"matplotlib\" (python-matplotlib and on some systems also python-matplotlib-wx) package(s) to be installed. {0}" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:346 @@ -9994,6 +10075,7 @@ msgid "Find more information at:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -10016,6 +10098,9 @@ msgid "Find more information at:" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1531 @@ -10033,6 +10118,7 @@ msgid "Unable to read EPGS codes: {0}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10045,6 +10131,8 @@ msgid "Unable to read EPGS codes: {0}" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -10200,6 +10288,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/tplot/frame.py:209 ../gui/wxpython/tplot/frame.py:264 msgid "Show simple linear regression line" msgstr "" @@ -10214,6 +10303,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:513 ../gui/wxpython/menustrings.py:1478 ======= ======= @@ -10221,6 +10312,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:513 ../gui/wxpython/menustrings.py:1478 @@ -10242,6 +10334,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:513 ../gui/wxpython/menustrings.py:1476 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Interpolate surfaces" @@ -10446,6 +10540,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -10455,6 +10550,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/tplot/frame.py:209 ../gui/wxpython/tplot/frame.py:264 msgid "Show simple linear regression line" msgstr "" @@ -10465,6 +10562,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -10482,6 +10580,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:556 ../gui/wxpython/menustrings.py:1521 msgid "Calculates linear regression from two raster maps: y = a + b*x." @@ -10762,6 +10862,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/menustrings.py:632 ../gui/wxpython/menustrings.py:1597 ======= @@ -10787,6 +10888,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/menustrings.py:632 ../gui/wxpython/menustrings.py:1597 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:632 ../gui/wxpython/menustrings.py:1595 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Point analysis" @@ -11511,6 +11617,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11553,6 +11660,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:804 ../gui/wxpython/menustrings.py:1769 msgid "Support Vector Machines classification (SVM)" @@ -18374,6 +18486,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/render.py:1112 ======= @@ -18399,6 +18512,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/core/render.py:1112 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1111 ======= #: ../gui/wxpython/lmgr/frame.py:1902 @@ -18425,6 +18543,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -18440,6 +18559,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to zoom to raster map <%s>." msgstr "" @@ -19573,6 +19695,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19615,6 +19738,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "3D Raster Map Calculator" msgstr "" @@ -20620,6 +20748,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20662,6 +20791,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -20747,6 +20881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:592 ../gui/wxpython/lmgr/frame.py:185 ======= @@ -20772,6 +20907,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:592 ../gui/wxpython/lmgr/frame.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:595 ../gui/wxpython/lmgr/frame.py:184 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Tools Toolbar" @@ -20802,6 +20942,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20844,6 +20985,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:973 ../gui/wxpython/lmgr/frame.py:850 msgid "Choose model to run" @@ -20855,6 +21001,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -20880,6 +21027,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -21067,6 +21219,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -21082,6 +21235,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -21286,6 +21442,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -21299,6 +21456,8 @@ msgid "Histogram Tool" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2438 ../gui/wxpython/lmgr/frame.py:2344 ======= ======= @@ -21306,6 +21465,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/main_window/frame.py:2438 ../gui/wxpython/lmgr/frame.py:2344 @@ -21327,6 +21487,8 @@ msgid "Histogram Tool" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:2402 ../gui/wxpython/lmgr/frame.py:2330 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "" @@ -21651,6 +21813,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -21681,6 +21844,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -24799,6 +24967,7 @@ msgid "Splits subnets for nearest centers by cost isolines. Splits net to bands <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24811,6 +24980,8 @@ msgid "Splits subnets for nearest centers by cost isolines. Splits net to bands >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24988,6 +25159,7 @@ msgid "Delete all text from the shell" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24997,6 +25169,8 @@ msgid "Delete all text from the shell" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/menustrings.py:692 ../gui/wxpython/menustrings.py:1637 msgid "Extracts features of input map which overlay features of clip map." msgstr "" @@ -26685,6 +26859,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -26697,6 +26872,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -27070,6 +27247,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27086,6 +27264,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -27095,6 +27275,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -27128,6 +27309,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Database connection for vector map <%s> is not defined in DB file. You can " @@ -27142,6 +27325,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27161,6 +27345,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "VT dosyasında <%s> vektör haritası için veritabanı baÄŸlantısı belirlenemedi. " "Katmanları yönetme sekmesinde yeni bir baÄŸlantı belirleyebilirsiniz." ======= @@ -27171,6 +27357,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27200,6 +27387,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:123 msgid "Please wait, loading attribute data..." @@ -27376,6 +27567,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -27401,6 +27593,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -27419,6 +27616,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -27434,6 +27632,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -28640,6 +28841,7 @@ msgid "EPSG file:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -29283,6 +29485,8 @@ msgid "Select target vector map to display:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -32349,6 +32553,7 @@ msgstr "Mevki oluÅŸturulamıyor" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main ======= @@ -32359,6 +32564,8 @@ msgstr "Mevki oluÅŸturulamıyor" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Do you want to create GRASS location <%s>?" msgstr "<%s> GRASS mevkisini oluÅŸturmak istiyormusun?" @@ -32379,6 +32586,7 @@ msgstr "Yeni Mevki oluÅŸturayım mı?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32388,6 +32596,8 @@ msgstr "Yeni Mevki oluÅŸturayım mı?" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= msgid "Input Data" msgstr "Veri GiriÅŸi" @@ -32761,6 +32971,7 @@ msgstr "Yeni Mevki oluÅŸturayım mı?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -32786,3 +32997,6 @@ msgstr "Yeni Mevki oluÅŸturayım mı?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_uk.po b/locale/po/grasswxpy_uk.po index 1f76e7f68da..ecbe2548a28 100644 --- a/locale/po/grasswxpy_uk.po +++ b/locale/po/grasswxpy_uk.po @@ -18592,6 +18592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -18617,6 +18618,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -18632,6 +18638,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18674,6 +18681,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18686,6 +18698,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -18711,6 +18724,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19366,6 +19384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -19381,6 +19400,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" diff --git a/locale/po/grasswxpy_vi.po b/locale/po/grasswxpy_vi.po index 33b4ebc087e..6c575b983ee 100644 --- a/locale/po/grasswxpy_vi.po +++ b/locale/po/grasswxpy_vi.po @@ -22261,6 +22261,7 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22303,6 +22304,11 @@ msgid "3D Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:69 @@ -23555,6 +23561,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23597,6 +23604,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -29068,6 +29080,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29110,6 +29123,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:138 msgid "Add various raster maps" @@ -29713,6 +29731,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -29738,6 +29757,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -29756,6 +29780,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -29771,6 +29796,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -30876,6 +30904,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -30901,6 +30930,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -30916,6 +30950,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30958,6 +30993,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -30970,6 +31010,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -30995,6 +31036,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -31650,6 +31696,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31665,6 +31712,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" diff --git a/locale/po/grasswxpy_zh.po b/locale/po/grasswxpy_zh.po index ce99719af2a..9dbea2d710b 100644 --- a/locale/po/grasswxpy_zh.po +++ b/locale/po/grasswxpy_zh.po @@ -121,6 +121,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/nviz/tools.py:498 ======= @@ -146,6 +147,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/nviz/tools.py:498 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:430 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "reset" @@ -159,6 +165,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/mapdisp/frame.py:367 msgid "Please wait, loading data..." @@ -1750,6 +1757,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/frame.py:367 msgid "Please wait, loading data..." @@ -3342,6 +3351,7 @@ msgstr "é‡ç½®ä¸ºé»˜è®¤è§†å›¾" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/nviz/tools.py:510 ../gui/wxpython/nviz/preferences.py:223 ======= @@ -3367,6 +3377,11 @@ msgstr "é‡ç½®ä¸ºé»˜è®¤è§†å›¾" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/nviz/tools.py:510 ../gui/wxpython/nviz/preferences.py:223 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:442 ../gui/wxpython/nviz/preferences.py:223 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Image Appearance" @@ -3380,6 +3395,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/animation/dialogs.py:561 msgid "Set spatial extent in 2D view" @@ -3732,6 +3748,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/animation/dialogs.py:561 msgid "Set spatial extent in 2D view" @@ -4088,6 +4106,7 @@ msgstr "背景色:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/nviz/tools.py:562 ======= @@ -4113,6 +4132,11 @@ msgstr "背景色:" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/nviz/tools.py:562 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:494 ======= #: ../gui/wxpython/animation/dialogs.py:1990 @@ -4345,6 +4369,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -4360,6 +4385,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Press 'Record' button and start changing the view. It is recommended to use " "fly-through mode (Map Display toolbar) to achieve smooth motion." @@ -4485,6 +4513,7 @@ msgstr "栅格地图" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/nviz/tools.py:942 ../gui/wxpython/nviz/tools.py:2045 ======= @@ -4510,6 +4539,11 @@ msgstr "栅格地图" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/nviz/tools.py:942 ../gui/wxpython/nviz/tools.py:2045 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:848 ../gui/wxpython/nviz/tools.py:1947 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/nviz/preferences.py:444 ../gui/wxpython/tplot/frame.py:399 @@ -6803,6 +6837,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/gmodeler/g.gui.gmodeler.py:55 msgid "Graphical Modeler - GRASS GIS" msgstr "" @@ -6817,6 +6852,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:2153 ======= ======= @@ -6824,6 +6861,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/datacatalog/tree.py:2153 @@ -6845,6 +6883,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:2178 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "&Copy path to mapset" @@ -6906,6 +6946,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -6915,6 +6956,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/gmodeler/g.gui.gmodeler.py:55 msgid "Graphical Modeler - GRASS GIS" msgstr "" @@ -6925,6 +6968,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -6942,6 +6986,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:2267 ../gui/wxpython/history/tree.py:201 msgid "No available options" @@ -8555,6 +8601,7 @@ msgstr "定义新GRASS地点" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/location_wizard/wizard.py:198 ======= @@ -8631,6 +8678,11 @@ msgstr "定义新GRASS地点" #: ../gui/wxpython/location_wizard/wizard.py:198 ======= <<<<<<< HEAD +======= +#: ../gui/wxpython/location_wizard/wizard.py:198 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:197 ======= #: ../gui/wxpython/location_wizard/wizard.py:186 @@ -8639,13 +8691,19 @@ msgstr "定义新GRASS地点" <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Change" msgstr "" @@ -8660,6 +8718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/location_wizard/wizard.py:218 ======= @@ -8736,6 +8795,11 @@ msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:218 ======= <<<<<<< HEAD +======= +#: ../gui/wxpython/location_wizard/wizard.py:218 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:217 ======= #: ../gui/wxpython/location_wizard/wizard.py:205 @@ -8744,13 +8808,19 @@ msgstr "" <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "(optional)" msgstr "" @@ -8790,6 +8860,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/wizard.py:253 msgid "Location will be created in GRASS database:" msgstr "" @@ -8813,6 +8884,8 @@ msgid "Name '{}' is not a valid name for location. Please use only ASCII charact >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:271 #, fuzzy msgid "Project will be created in GRASS database:" @@ -8821,6 +8894,7 @@ msgstr "该地点已存在于GRASSæ•°æ®åº“中." ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8839,6 +8913,8 @@ msgstr "该地点已存在于GRASSæ•°æ®åº“中." ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:270 msgid "Location will be created in GRASS database:" msgstr "" @@ -8854,6 +8930,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/location_wizard/wizard.py:253 msgid "Location will be created in GRASS database:" @@ -8892,6 +8969,8 @@ msgid "Name '{}' is not a valid name for location. Please use only ASCII charact >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "地点å称<%(name)s>无效.请使用除(%(chars)s)之外的ASCIIå­—åŠé˜²ç©ºæ ¼å‘½å." ======= ======= @@ -8901,6 +8980,7 @@ msgid "Location will be created in GRASS database:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -8908,12 +8988,15 @@ msgid "Location will be created in GRASS database:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:277 msgid "Name '{}' is not a valid name for location. Please use only ASCII characters excluding characters {} and space." >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/location_wizard/wizard.py:253 msgid "Location will be created in GRASS database:" @@ -8925,6 +9008,11 @@ msgid "Location will be created in GRASS database:" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +======= +#: ../gui/wxpython/location_wizard/wizard.py:253 +msgid "Location will be created in GRASS database:" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:277 @@ -8932,6 +9020,7 @@ msgid "Name '{}' is not a valid name for location. Please use only ASCII charact <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8948,6 +9037,9 @@ msgid "Name '{}' is not a valid name for location. Please use only ASCII charact >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -8984,6 +9076,7 @@ msgstr "地点标签长度é™åˆ¶1è¡Œ256个字符串。多出部分将被忽略 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/wizard.py:335 msgid "Select Coordinate Reference System (CRS)" msgstr "" @@ -8998,6 +9091,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:357 ======= ======= @@ -9005,6 +9100,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/location_wizard/wizard.py:357 @@ -9026,6 +9122,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:356 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Select Coordinate Reference System (CRS)" @@ -9054,6 +9152,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -9063,6 +9162,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/location_wizard/wizard.py:335 msgid "Select Coordinate Reference System (CRS)" msgstr "" @@ -9073,6 +9174,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -9090,6 +9192,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:346 msgid "Select CRS from a list by EPSG or description" @@ -9110,6 +9214,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9126,6 +9231,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -9135,6 +9242,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -9168,6 +9276,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Create a generic cartesian coordinate system (XY)" msgstr "" @@ -9297,6 +9407,7 @@ msgstr "选择地ç†é…准文件" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/location_wizard/wizard.py:1450 msgid "Enter WKT parameters string:" msgstr "" @@ -9320,6 +9431,8 @@ msgid "Select CRS from a list" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1535 msgid "Enter WKT parameters string:" msgstr "" @@ -9329,6 +9442,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -9347,6 +9461,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1534 msgid "Enter WKT parameters string:" msgstr "" @@ -9366,6 +9482,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/location_wizard/wizard.py:1450 msgid "Enter WKT parameters string:" @@ -9383,6 +9500,8 @@ msgid "Enter WKT parameters string:" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -9392,6 +9511,7 @@ msgid "Enter WKT parameters string:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -9401,6 +9521,8 @@ msgid "Enter WKT parameters string:" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1498 @@ -9410,6 +9532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -9431,6 +9554,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select CRS from a list" msgstr "" @@ -9444,6 +9570,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/location_wizard/wizard.py:1607 ======= @@ -9520,6 +9647,11 @@ msgstr "" #: ../gui/wxpython/location_wizard/wizard.py:1607 ======= <<<<<<< HEAD +======= +#: ../gui/wxpython/location_wizard/wizard.py:1607 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/location_wizard/wizard.py:1606 ======= #: ../gui/wxpython/location_wizard/wizard.py:1517 @@ -9528,13 +9660,19 @@ msgstr "" <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Find more information at:" msgstr "" @@ -10584,6 +10722,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/gmodeler/model.py:659 ======= @@ -10609,6 +10748,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/gmodeler/model.py:659 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/gmodeler/model.py:653 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Run model?" @@ -10625,6 +10769,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:48 msgid "GRASS GIS Manage Location of Tick Points on a Scanned Photo" @@ -11129,6 +11274,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/ip2i_mapdisplay.py:48 msgid "GRASS GIS Manage Location of Tick Points on a Scanned Photo" @@ -17174,6 +17321,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/vnet/dialogs.py:74 msgid "Vector Network Analysis Tool" msgstr "" @@ -17188,6 +17336,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/ghelp.py:449 ======= ======= @@ -17195,6 +17345,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/gui_core/ghelp.py:449 @@ -17216,6 +17367,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/ghelp.py:439 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "ORCID" @@ -17277,6 +17430,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -17286,6 +17440,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/vnet/dialogs.py:74 msgid "Vector Network Analysis Tool" msgstr "" @@ -17296,6 +17452,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -17313,6 +17470,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/gui_core/goutput.py:145 msgid "Abort running command" @@ -20535,6 +20694,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -20577,6 +20737,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/vnet/toolbars.py:54 msgid "Activate mode for turns editing" @@ -21412,6 +21577,7 @@ msgstr "左置标签" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/settings.py:816 ======= @@ -21437,6 +21603,11 @@ msgstr "左置标签" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/core/settings.py:816 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/core/settings.py:812 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "List left" @@ -21452,6 +21623,7 @@ msgid "Map Display {number}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -21472,6 +21644,9 @@ msgid "Map Display {number}" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/frame.py:2179 @@ -21481,6 +21656,7 @@ msgid "Add selected map layers into layer tree" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -21502,6 +21678,8 @@ msgid "Add selected map layers into layer tree" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -22311,6 +22489,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -22323,6 +22502,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:50 msgid "Multiple import" ======= @@ -22335,6 +22516,7 @@ msgid "3D Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -22356,6 +22538,9 @@ msgid "3D Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:69 @@ -23679,6 +23864,7 @@ msgstr "警告" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23721,6 +23907,11 @@ msgstr "警告" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Setup for r.li modules" msgstr "" @@ -23812,6 +24003,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/mapwin/decorations.py:203 msgid "Text properties" ======= @@ -23843,6 +24035,11 @@ msgid "Text properties" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:594 ../gui/wxpython/lmgr/frame.py:187 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:597 ../gui/wxpython/lmgr/frame.py:186 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "3D view Toolbar" @@ -23866,6 +24063,7 @@ msgid "Text properties" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -23884,6 +24082,9 @@ msgid "Text properties" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/mapwin/decorations.py:226 @@ -23893,6 +24094,7 @@ msgid "Remove scale bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -23914,6 +24116,8 @@ msgid "Remove scale bar" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23927,6 +24131,7 @@ msgstr "选择è¦è¿è¡Œçš„模型" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 ======= @@ -23952,6 +24157,11 @@ msgstr "选择è¦è¿è¡Œçš„模型" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/main_window/frame.py:1140 ../gui/wxpython/lmgr/frame.py:1003 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/main_window/frame.py:1105 ../gui/wxpython/lmgr/frame.py:995 ======= #: ../gui/wxpython/mapwin/decorations.py:227 @@ -24139,6 +24349,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -24154,6 +24365,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Command '%s' not yet implemented in the WxGUI. Try adding it as a command " @@ -24380,6 +24594,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" ======= @@ -24401,6 +24616,8 @@ msgid "Histogram Tool" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/photo2image/g.gui.photo2image.py:104 msgid "Please provide a raster map name to process" msgstr "" @@ -24709,6 +24926,7 @@ msgid "Histogram Tool" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" @@ -24739,6 +24957,11 @@ msgid "Histogram Tool" #: ../gui/wxpython/wxplot/histogram.py:43 msgid "Histogram Tool" >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/wxplot/histogram.py:43 +msgid "Histogram Tool" +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/wxplot/histogram.py:51 @@ -24754,6 +24977,7 @@ msgid "Raster cell values" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24766,6 +24990,8 @@ msgid "Raster cell values" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26697,6 +26923,7 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26719,6 +26946,9 @@ msgid "Neighborhood analysis tool for vector point maps. Makes each cell value a ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:346 ../gui/wxpython/menustrings.py:1291 @@ -29259,6 +29489,7 @@ msgid "Sample a space time raster dataset at specific vector point coordinates a <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -29271,6 +29502,8 @@ msgid "Sample a space time raster dataset at specific vector point coordinates a >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29327,6 +29560,7 @@ msgstr "显示选中矢é‡åœ°å›¾çš„属性数æ®" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/menustrings.py:1031 ../gui/wxpython/menustrings.py:1976 msgid "Univariate raster dataset statistics" msgstr "栅格数æ®é›†ä¸€å…ƒç»Ÿè®¡é‡" @@ -29443,6 +29677,8 @@ msgid "Launch Data Catalog." >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/toolbars.py:128 #, fuzzy msgid "Add multiple map layers" @@ -29456,6 +29692,7 @@ msgid "Launch Data Catalog." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/menustrings.py:2000 msgid "Launch Data Catalog." @@ -29486,6 +29723,11 @@ msgid "Launch Data Catalog." #: ../gui/wxpython/menustrings.py:2000 msgid "Launch Data Catalog." >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/menustrings.py:2000 +msgid "Launch Data Catalog." +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/menustrings.py:2007 @@ -29495,6 +29737,7 @@ msgid "Managing GCPs for 3D correction" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -29507,6 +29750,8 @@ msgid "Managing GCPs for 3D correction" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29615,6 +29860,7 @@ msgid "Delete all text from the shell" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -29624,6 +29870,8 @@ msgid "Delete all text from the shell" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/menustrings.py:2092 msgid "Add or edit vector map" msgstr "添加或编辑矢é‡å›¾" @@ -29758,6 +30006,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -29770,6 +30019,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/startup/locdownload.py:563 msgid "Location Download" msgstr "" @@ -29817,6 +30068,7 @@ msgid "Unable to create new mapset: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29859,6 +30111,11 @@ msgid "Unable to create new mapset: {}" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/pyshell.py:143 @@ -30154,6 +30411,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/lmgr/frame.py:141 ======= @@ -30179,6 +30437,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/lmgr/frame.py:141 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/lmgr/frame.py:140 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "There were some issues when loading menu or Tools tab:" @@ -30214,6 +30477,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/startup/guiutils.py:743 @@ -30235,6 +30499,8 @@ msgid "Attribute table <%s> not found. For creating the table switch to 'Manage >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/startup/guiutils.py:743 @@ -30420,6 +30686,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/dbmgr/base.py:185 ======= @@ -30445,6 +30712,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/dbmgr/base.py:185 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/base.py:184 ======= #: ../gui/wxpython/dbmgr/manager.py:78 @@ -30463,6 +30735,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -30478,6 +30751,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Attribute table <%s> not found. For creating the table switch to 'Manage " @@ -31188,6 +31464,7 @@ msgstr "时空数æ®é›†ä¸­çš„地图类型(时间点/时间间隔)必须相 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/utils.py:210 ======= @@ -31213,6 +31490,11 @@ msgstr "时空数æ®é›†ä¸­çš„地图类型(时间点/时间间隔)必须相 ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/utils.py:210 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/utils.py:209 ======= #: ../gui/wxpython/gui_core/gselect.py:886 @@ -31491,6 +31773,7 @@ msgstr "文件" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -31506,6 +31789,9 @@ msgstr "文件" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The temporal extents of maps in space-time datasets have to be the same." msgstr "时空数æ®é›†ä¸­é¡»ä½¿ç”¨ç›¸åŒçš„地图时间范畴。" @@ -32037,6 +32323,7 @@ msgid "Unable to read EPSG codes: %s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1949 @@ -32660,6 +32947,8 @@ msgid "Select target vector map to display:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/gui_core/preferences.py:1949 @@ -35258,6 +35547,7 @@ msgstr "标签:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -35267,6 +35557,8 @@ msgstr "标签:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Location Name:" #~ msgstr "地点å称:" @@ -35284,6 +35576,7 @@ msgstr "标签:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -35293,6 +35586,8 @@ msgstr "标签:" >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #~ msgid "Show comp. extent" #~ msgstr "显示计算范围" @@ -35327,6 +35622,7 @@ msgid "Cartographic Composer - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -35349,6 +35645,9 @@ msgid "Cartographic Composer - GRASS GIS" ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main msgstr "" #, fuzzy @@ -35463,6 +35762,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -35475,6 +35775,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36273,6 +36575,7 @@ msgstr "对一个åƒå…ƒå‘¨å›´çš„åƒå…ƒå€¼è¿›è¡Œå‡½æ•°è®¡ç®—,将得到的值赋 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD #~ msgid "Unable to create location" @@ -36299,6 +36602,11 @@ msgstr "对一个åƒå…ƒå‘¨å›´çš„åƒå…ƒå€¼è¿›è¡Œå‡½æ•°è®¡ç®—,将得到的值赋 #~ msgstr "无法创建地点" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#~ msgid "Unable to create location" +#~ msgstr "无法创建地点" +======= +>>>>>>> osgeo-main msgid "GRASS GIS Setup for r.li modules" msgstr "GRASS GIS r.li模å—设置" @@ -36323,6 +36631,7 @@ msgstr "无法创建地点" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -36338,6 +36647,9 @@ msgstr "无法创建地点" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Select EPSG code of spatial reference system" msgstr "选择空间å‚考系统EPSG代ç " @@ -36382,6 +36694,7 @@ msgstr "创建新地点?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -36391,6 +36704,8 @@ msgstr "创建新地点?" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #, fuzzy msgid "Temporary map '%s' with result " msgstr "dig_att文件ä¸å­˜åœ¨ã€‚" @@ -36937,6 +37252,7 @@ msgstr "创建新地点?" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -36962,3 +37278,6 @@ msgstr "创建新地点?" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/locale/po/grasswxpy_zh_CN.po b/locale/po/grasswxpy_zh_CN.po index fa7c847dd00..6ee2e58016a 100644 --- a/locale/po/grasswxpy_zh_CN.po +++ b/locale/po/grasswxpy_zh_CN.po @@ -18592,6 +18592,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:444 ======= @@ -18617,6 +18618,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:444 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:443 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Rendering map layers" @@ -18632,6 +18638,7 @@ msgid "PROJ string (required):" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18674,6 +18681,11 @@ msgid "PROJ string (required):" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/animation/provider.py:562 @@ -18686,6 +18698,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/animation/provider.py:792 ======= @@ -18711,6 +18724,11 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +#: ../gui/wxpython/animation/provider.py:792 +======= +<<<<<<< HEAD +>>>>>>> osgeo-main #: ../gui/wxpython/animation/provider.py:789 ======= #: ../gui/wxpython/gui_core/preferences.py:1773 @@ -19366,6 +19384,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -19381,6 +19400,9 @@ msgstr "" ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "Directory {t} not removed." msgstr "" diff --git a/locale/templates/grasslibs.pot b/locale/templates/grasslibs.pot index c9da5eb314f..3ed1183b9a0 100644 --- a/locale/templates/grasslibs.pot +++ b/locale/templates/grasslibs.pot @@ -17,6 +17,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -29,6 +30,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -36,6 +39,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -57,6 +61,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -68,6 +74,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -85,6 +92,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -95,6 +104,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -110,6 +120,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -128,6 +140,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -147,6 +160,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/nviz/render.c:43 #, c-format msgid "Unable to get function address for %s" @@ -243,6 +258,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -272,6 +288,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/init/grass.py:212 msgid "WARNING" msgstr "" @@ -893,6 +913,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -935,6 +956,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: Unable to read font definition file; use the default" msgstr "" @@ -948,6 +974,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/driver/parse_ftcap.c:90 ======= <<<<<<< HEAD @@ -968,6 +995,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/driver/parse_ftcap.c:91 ======= #: ../lib/driver/parse_ftcap.c:90 @@ -978,6 +1007,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/driver/parse_ftcap.c:90 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1012,6 +1042,11 @@ msgstr "" #: ../lib/driver/parse_ftcap.c:90 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/driver/parse_ftcap.c:90 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: No font definition file" msgstr "" @@ -1025,6 +1060,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:94 ======= <<<<<<< HEAD @@ -1045,6 +1081,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/cluster/c_exec.c:43 #, c-format msgid "Not enough data points (%d) in cluster" @@ -1798,6 +1836,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/rst/interp_float/vinput2d.c:94 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1832,6 +1871,11 @@ msgstr "" #: ../lib/rst/interp_float/vinput2d.c:94 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/rst/interp_float/vinput2d.c:94 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Vector map <%s> is not 3D" msgstr "" @@ -1845,6 +1889,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1864,6 +1909,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:95 msgid "Loading data from attribute table ..." msgstr "" @@ -1883,6 +1930,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1912,6 +1960,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:97 msgid "Loading data from attribute table ..." msgstr "" @@ -1933,6 +1985,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1975,6 +2028,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Database connection not defined for layer %d" msgstr "" @@ -1988,6 +2046,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2007,6 +2066,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:107 ../lib/db/dbmi_client/db.c:45 #: ../lib/db/dbmi_client/copy_tab.c:114 ../lib/db/dbmi_client/copy_tab.c:135 #: ../lib/ogsf/gp3.c:208 ../lib/ogsf/gv3.c:356 @@ -2024,6 +2085,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2053,6 +2115,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:109 ../lib/vector/neta/timetables.c:133 #: ../lib/vector/neta/utils.c:119 ../lib/vector/Vlib/array.c:282 #: ../lib/vector/Vlib/map.c:340 ../lib/vector/Vlib/write_pg.c:2953 @@ -2072,6 +2138,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2114,6 +2181,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to open database <%s> by driver <%s>" msgstr "" @@ -2127,6 +2199,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:115 #: ../lib/rst/interp_float/vinput2d.c:129 ../lib/db/dbmi_client/copy_tab.c:291 ======= @@ -2148,6 +2221,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:113 #: ../lib/rst/interp_float/vinput2d.c:126 ../lib/db/dbmi_client/copy_tab.c:293 ======= @@ -2160,6 +2235,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2169,6 +2245,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/rst/interp_float/vinput2d.c:115 #: ../lib/rst/interp_float/vinput2d.c:129 ../lib/db/dbmi_client/copy_tab.c:291 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2178,6 +2256,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2195,6 +2274,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Column <%s> not found" msgstr "" @@ -2208,6 +2289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:118 #: ../lib/rst/interp_float/vinput2d.c:131 ======= @@ -2229,6 +2311,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:115 #: ../lib/rst/interp_float/vinput2d.c:128 ======= @@ -2241,6 +2325,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2250,6 +2335,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../lib/rst/interp_float/vinput2d.c:118 #: ../lib/rst/interp_float/vinput2d.c:131 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2259,6 +2346,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2276,6 +2364,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Data type of column <%s> must be numeric" msgstr "" @@ -2289,6 +2379,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2308,6 +2399,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:140 msgid "Reading features from vector map ..." msgstr "" @@ -2320,6 +2413,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2349,6 +2443,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:142 msgid "Reading features from vector map ..." msgstr "" @@ -2363,6 +2461,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2405,6 +2504,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Database record for cat %d not found" msgstr "" @@ -2418,6 +2522,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2437,6 +2542,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:188 msgid "Negative value of smoothing detected: sm must be >= 0" msgstr "" @@ -2453,6 +2560,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2482,6 +2590,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:192 msgid "Negative value of smoothing detected: sm must be >= 0" msgstr "" @@ -2500,6 +2612,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2542,6 +2655,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "There are points outside specified 2D/3D region - %d points ignored" msgstr "" @@ -2555,6 +2673,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:273 ======= <<<<<<< HEAD @@ -2575,6 +2694,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:269 ======= #: ../lib/rst/interp_float/vinput2d.c:273 @@ -2585,6 +2706,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/rst/interp_float/vinput2d.c:273 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2619,6 +2741,11 @@ msgstr "" #: ../lib/rst/interp_float/vinput2d.c:273 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/rst/interp_float/vinput2d.c:273 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Ignoring %d points (too dense)" msgstr "" @@ -2632,6 +2759,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:277 ======= <<<<<<< HEAD @@ -2652,6 +2780,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:273 ======= #: ../lib/rst/interp_float/vinput2d.c:277 @@ -2662,6 +2792,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/rst/interp_float/vinput2d.c:277 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2696,6 +2827,11 @@ msgstr "" #: ../lib/rst/interp_float/vinput2d.c:277 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/rst/interp_float/vinput2d.c:277 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "%d points given for interpolation (after thinning) is less than given " @@ -2711,6 +2847,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2730,6 +2867,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:279 msgid "Zero points in the given region" msgstr "" @@ -2742,6 +2881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2771,6 +2911,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:282 msgid "Zero points in the given region" msgstr "" @@ -2785,6 +2929,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2827,6 +2972,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Segmentation parameters set to invalid values: npmin= %d, segmax= %d for " @@ -2842,6 +2992,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/rst/interp_float/vinput2d.c:293 ======= <<<<<<< HEAD @@ -2862,6 +3013,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:292 ======= #: ../lib/rst/interp_float/vinput2d.c:293 @@ -2872,6 +3025,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/rst/interp_float/vinput2d.c:293 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2906,6 +3060,11 @@ msgstr "" #: ../lib/rst/interp_float/vinput2d.c:293 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/rst/interp_float/vinput2d.c:293 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "There are less than %d points for interpolation. No segmentation is " @@ -2936,6 +3095,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2955,6 +3115,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:329 msgid "Some points outside of region (ignored)" msgstr "" @@ -2971,6 +3133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3000,6 +3163,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/vinput2d.c:333 msgid "Some points outside of region (ignored)" msgstr "" @@ -3018,6 +3185,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3060,6 +3228,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to insert %f,%f,%f a = %d" msgstr "" @@ -3073,6 +3246,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3088,6 +3262,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/interp2d.c:234 ======= ======= @@ -3098,6 +3274,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3119,6 +3296,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/rst/interp_float/input2d.c:58 #, c-format msgid "Mask raster map <%s> not found" @@ -3181,6 +3360,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3223,6 +3403,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Overshoot - increase in tension suggested. Overshoot occurs at (%d,%d) cell. " @@ -3238,6 +3423,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3257,6 +3443,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/proj/ellipse.c:97 #, c-format msgid "Invalid ellipsoid <%s> in file" @@ -3691,6 +3879,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3720,6 +3909,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/rst/interp_float/resout2d.c:77 msgid "Temporarily changing the region to desired resolution..." msgstr "" @@ -3772,6 +3965,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3814,6 +4008,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "G__open_misc(read): mapset <%s> doesn't match xmapset <%s>" msgstr "" @@ -3827,6 +4026,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/open_misc.c:74 ======= <<<<<<< HEAD @@ -3847,6 +4047,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/open_misc.c:73 ======= #: ../lib/gis/open_misc.c:74 @@ -3857,6 +4059,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/open_misc.c:74 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3891,6 +4094,11 @@ msgstr "" #: ../lib/gis/open_misc.c:74 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/open_misc.c:74 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "G__open_misc(write): xmapset <%s> != G_mapset() <%s>" msgstr "" @@ -3904,6 +4112,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3923,6 +4132,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/legal_name.c:40 #, c-format msgid "Illegal filename <%s>. Cannot start with '.' or be 'NULL'." @@ -4286,6 +4497,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4315,6 +4527,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/lrand48.c:85 #, c-format msgid "gettimeofday failed: %s" @@ -4342,6 +4558,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4384,6 +4601,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Bug in UI description. Option key <%s> is not valid" msgstr "" @@ -4397,6 +4619,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:363 ======= <<<<<<< HEAD @@ -4417,6 +4640,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:366 ======= #: ../lib/gis/parser.c:363 @@ -4427,6 +4652,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4461,6 +4687,11 @@ msgstr "" #: ../lib/gis/parser.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:363 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Bug in UI description. Description for option <%s> missing" msgstr "" @@ -4474,6 +4705,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:415 ======= <<<<<<< HEAD @@ -4494,6 +4726,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:419 ======= #: ../lib/gis/parser.c:415 @@ -4504,6 +4738,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:415 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4538,6 +4773,11 @@ msgstr "" #: ../lib/gis/parser.c:415 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:415 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Bug in UI description. Option '%s' in <%s> does not exist" msgstr "" @@ -4551,6 +4791,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4570,6 +4811,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:551 msgid "Use either --quiet or --verbose flag, not both. Assuming --verbose." msgstr "" @@ -4590,6 +4833,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4619,6 +4863,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/parser.c:539 msgid "Use either --quiet or --verbose flag, not both. Assuming --verbose." msgstr "" @@ -4641,6 +4889,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4683,6 +4932,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Sorry <%s> is not a valid option" msgstr "" @@ -4696,6 +4950,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4715,7 +4970,9 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -#: ../lib/gis/parser.c:625 +======= +>>>>>>> osgeo-main +#: ../lib/gis/parser.c:625 msgid "Your installation doesn't include GUI, exiting." msgstr "" @@ -4735,6 +4992,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4764,6 +5022,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/parser.c:612 msgid "Your installation doesn't include GUI, exiting." msgstr "" @@ -4782,6 +5044,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4824,6 +5087,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: Sorry, <%c> is not a valid flag" msgstr "" @@ -4837,6 +5105,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1138 ======= <<<<<<< HEAD @@ -4857,6 +5126,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1040 ../lib/gis/parser.c:1050 ../lib/gis/parser.c:1060 #, c-format msgid "Please update the usage of <%s>: flag <%c> has been renamed to <%s>" @@ -4878,6 +5149,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1138 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4912,6 +5184,11 @@ msgstr "" #: ../lib/gis/parser.c:1138 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1138 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: Sorry, <%s=> is ambiguous" msgstr "" @@ -4925,6 +5202,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1141 ======= <<<<<<< HEAD @@ -4945,6 +5223,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1230 ======= #: ../lib/gis/parser.c:1141 @@ -4955,6 +5235,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1141 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4989,6 +5270,11 @@ msgstr "" #: ../lib/gis/parser.c:1141 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1141 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Option <%s=> matches" msgstr "" @@ -5002,6 +5288,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1159 ======= <<<<<<< HEAD @@ -5022,6 +5309,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1250 #, c-format msgid "" @@ -5044,6 +5333,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1159 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5078,6 +5368,11 @@ msgstr "" #: ../lib/gis/parser.c:1159 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1159 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Please update the usage of <%s>: option <%s> has been renamed to <%s>" msgstr "" @@ -5091,6 +5386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1172 ======= <<<<<<< HEAD @@ -5111,6 +5407,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1279 ======= #: ../lib/gis/parser.c:1172 @@ -5121,6 +5419,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1172 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5155,6 +5454,11 @@ msgstr "" #: ../lib/gis/parser.c:1172 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1172 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: Sorry, <%s> is not a valid parameter" msgstr "" @@ -5168,6 +5472,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 ======= <<<<<<< HEAD @@ -5188,6 +5493,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1286 ../lib/gis/parser.c:1547 ======= #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 @@ -5198,6 +5505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5232,6 +5540,11 @@ msgstr "" #: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1178 ../lib/gis/parser.c:1437 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "<%s> is an abbreviation for <%s>" msgstr "" @@ -5245,6 +5558,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1183 ======= <<<<<<< HEAD @@ -5265,6 +5579,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1291 ======= #: ../lib/gis/parser.c:1183 @@ -5275,6 +5591,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1183 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5309,6 +5626,11 @@ msgstr "" #: ../lib/gis/parser.c:1183 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1183 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Option <%s> does not accept multiple answers" msgstr "" @@ -5322,6 +5644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1255 ======= <<<<<<< HEAD @@ -5342,6 +5665,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1364 ======= #: ../lib/gis/parser.c:1255 @@ -5352,6 +5677,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1255 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5386,6 +5712,11 @@ msgstr "" #: ../lib/gis/parser.c:1255 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1255 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Illegal range syntax for parameter <%s>\n" @@ -5401,6 +5732,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1261 ======= <<<<<<< HEAD @@ -5421,6 +5753,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1371 ======= #: ../lib/gis/parser.c:1261 @@ -5431,6 +5765,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1261 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5465,6 +5800,11 @@ msgstr "" #: ../lib/gis/parser.c:1261 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1261 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Value <%s> out of range for parameter <%s>\n" @@ -5480,6 +5820,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1267 ======= <<<<<<< HEAD @@ -5500,6 +5841,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1377 ======= #: ../lib/gis/parser.c:1267 @@ -5510,6 +5853,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1267 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5544,6 +5888,11 @@ msgstr "" #: ../lib/gis/parser.c:1267 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1267 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Missing value for parameter <%s>" msgstr "" @@ -5557,6 +5906,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1273 ======= <<<<<<< HEAD @@ -5577,6 +5927,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1381 ======= #: ../lib/gis/parser.c:1273 @@ -5587,6 +5939,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1273 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5621,6 +5974,11 @@ msgstr "" #: ../lib/gis/parser.c:1273 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1273 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Invalid value <%s> for parameter <%s>" msgstr "" @@ -5634,6 +5992,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1279 ======= <<<<<<< HEAD @@ -5654,6 +6013,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1387 ======= #: ../lib/gis/parser.c:1279 @@ -5664,6 +6025,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1279 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5698,6 +6060,11 @@ msgstr "" #: ../lib/gis/parser.c:1279 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1279 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Value <%s> ambiguous for parameter <%s>\n" @@ -5713,6 +6080,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1459 ======= <<<<<<< HEAD @@ -5733,6 +6101,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1573 ======= #: ../lib/gis/parser.c:1459 @@ -5743,6 +6113,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1459 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5777,6 +6148,11 @@ msgstr "" #: ../lib/gis/parser.c:1459 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1459 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Required parameter <%s> not set:\n" @@ -5792,6 +6168,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1551 ======= <<<<<<< HEAD @@ -5812,6 +6189,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1666 ======= #: ../lib/gis/parser.c:1551 @@ -5822,6 +6201,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1551 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5856,6 +6236,11 @@ msgstr "" #: ../lib/gis/parser.c:1551 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1551 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Option <%s> must be provided in multiples of %d\n" @@ -5871,6 +6256,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 ======= <<<<<<< HEAD @@ -5891,6 +6277,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1739 ../lib/gis/error.c:367 ======= #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 @@ -5901,6 +6289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5935,6 +6324,11 @@ msgstr "" #: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1625 ../lib/gis/error.c:363 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ERROR: " msgstr "" @@ -5948,6 +6342,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 ======= <<<<<<< HEAD @@ -5968,6 +6363,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1741 ../lib/gis/parser.c:1751 ======= #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 @@ -5978,6 +6375,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6012,6 +6410,11 @@ msgstr "" #: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1627 ../lib/gis/parser.c:1634 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "option <%s>: <%s> exists. To overwrite, use the --overwrite flag" msgstr "" @@ -6025,6 +6428,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1744 ======= <<<<<<< HEAD @@ -6045,6 +6449,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1863 ======= #: ../lib/gis/parser.c:1744 @@ -6055,6 +6461,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1744 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6089,6 +6496,11 @@ msgstr "" #: ../lib/gis/parser.c:1744 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1744 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s= is not a separator option" msgstr "" @@ -6102,6 +6514,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1747 ======= <<<<<<< HEAD @@ -6122,6 +6535,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1866 ======= #: ../lib/gis/parser.c:1747 @@ -6132,6 +6547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1747 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6166,6 +6582,11 @@ msgstr "" #: ../lib/gis/parser.c:1747 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1747 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "No separator given for %s=" msgstr "" @@ -6179,6 +6600,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 ======= <<<<<<< HEAD @@ -6199,6 +6621,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1928 ../lib/gis/parser.c:1947 ======= #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 @@ -6209,6 +6633,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6243,6 +6668,11 @@ msgstr "" #: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1809 ../lib/gis/parser.c:1826 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s= is not a file option" msgstr "" @@ -6256,6 +6686,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1811 ======= <<<<<<< HEAD @@ -6276,6 +6707,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1930 ======= #: ../lib/gis/parser.c:1811 @@ -6286,6 +6719,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1811 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6320,6 +6754,11 @@ msgstr "" #: ../lib/gis/parser.c:1811 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1811 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Opening multiple files not supported for %s=" msgstr "" @@ -6333,6 +6772,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1817 ======= <<<<<<< HEAD @@ -6353,6 +6793,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1936 ======= #: ../lib/gis/parser.c:1817 @@ -6363,6 +6805,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1817 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6397,6 +6840,11 @@ msgstr "" #: ../lib/gis/parser.c:1817 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1817 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to open %s file <%s>: %s" msgstr "" @@ -6410,6 +6858,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser.c:1823 ======= <<<<<<< HEAD @@ -6430,6 +6879,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser.c:1943 ======= #: ../lib/gis/parser.c:1823 @@ -6440,6 +6891,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser.c:1823 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -6474,6 +6926,11 @@ msgstr "" #: ../lib/gis/parser.c:1823 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser.c:1823 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to create %s file <%s>: %s" msgstr "" @@ -6487,6 +6944,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -6506,6 +6964,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/open.c:69 #, c-format msgid "G__open(read): mapset <%s> doesn't match xmapset <%s>" @@ -7430,6 +7890,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7459,6 +7920,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/gisinit.c:54 ../lib/gis/gisinit.c:89 #, c-format msgid "" @@ -7534,6 +7999,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -7576,6 +8042,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: shouldn't happen: code=%d P=(%f,%f) S=(%f,%f)(%f,%f)" msgstr "" @@ -7589,6 +8060,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -7608,6 +8080,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/seek.c:54 ../lib/gis/seek.c:61 #, c-format msgid "Unable to seek: %s" @@ -7957,6 +8431,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -7986,6 +8461,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:84 msgid "Description:" msgstr "" @@ -8015,6 +8494,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8034,6 +8514,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:227 msgid "Super quiet module output" msgstr "" @@ -8050,6 +8532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8079,6 +8562,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:223 ../lib/gis/parser_interface.c:329 #: ../lib/gis/parser_rest.c:164 ../lib/gis/parser_html.c:179 msgid "Allow output files to overwrite existing files" @@ -8121,6 +8608,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8163,6 +8651,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid " %*s default: %s\n" msgstr "" @@ -8176,6 +8669,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/parser_help.c:287 ======= <<<<<<< HEAD @@ -8196,6 +8690,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/parser_help.c:284 ======= #: ../lib/gis/parser_help.c:287 @@ -8206,6 +8702,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/parser_help.c:287 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8240,6 +8737,11 @@ msgstr "" #: ../lib/gis/parser_help.c:287 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/parser_help.c:287 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid " %*s options: " msgstr "" @@ -8253,6 +8755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8272,6 +8775,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/env.c:129 msgid "No active GRASS session: GISRC environment variable not set" msgstr "" @@ -8301,6 +8806,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -8330,6 +8836,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/proj3.c:124 ../lib/vector/Vlib/header.c:556 msgid "Unknown projection" msgstr "" @@ -8392,6 +8902,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -8408,6 +8919,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -8417,6 +8930,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -8450,6 +8964,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to make mapset element %s (%s): %s" msgstr "" @@ -8463,6 +8979,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/mapset_msc.c:201 ======= <<<<<<< HEAD @@ -8475,6 +8992,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset_msc.c:229 ======= ======= @@ -8482,6 +9001,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../lib/gis/mapset_msc.c:229 @@ -8503,6 +9023,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/mapset_msc.c:228 ======= #: ../lib/gis/mapset_msc.c:201 @@ -8514,6 +9036,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/mapset_msc.c:201 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -8531,6 +9054,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -8541,6 +9066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -8556,6 +9082,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Unable to access mapset element %s (%s): %s" msgstr "" @@ -8569,6 +9097,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -8584,6 +9113,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/cmprzlib.c:140 ======= ======= @@ -8594,6 +9125,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -8615,6 +9147,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/paths.c:201 #, c-format msgid "Unable to open file <%s> for reading" @@ -9227,6 +9761,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9269,6 +9804,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ZLIB compression error %d: %s" msgstr "" @@ -9282,6 +9822,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/gis/cmprzlib.c:204 ======= <<<<<<< HEAD @@ -9302,6 +9843,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/cmprzlib.c:199 ======= #: ../lib/gis/cmprzlib.c:204 @@ -9312,6 +9855,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/gis/cmprzlib.c:204 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -9346,6 +9890,11 @@ msgstr "" #: ../lib/gis/cmprzlib.c:204 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/gis/cmprzlib.c:204 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ZLIB decompression error %d: %s" msgstr "" @@ -9358,6 +9907,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -9401,6 +9951,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/make_mapset.c:66 #, c-format msgid "Location <%s> doesn't exist" @@ -9713,6 +10268,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -9755,6 +10311,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/mapset.c:38 msgid "MAPSET is not set" msgstr "" @@ -9773,6 +10334,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -9792,6 +10354,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/gis/make_mapset.c:67 #, c-format msgid "Location <%s> doesn't exist" @@ -10400,6 +10964,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -10429,6 +10994,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/gis/worker.c:84 msgid "Task already has a worker" msgstr "" @@ -14498,6 +15067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -14540,6 +15110,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Qualified name <%s> doesn't match mapset <%s>" msgstr "" @@ -14553,6 +15128,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/vector/Vlib/color_write.c:91 ../lib/raster/color_write.c:96 ======= <<<<<<< HEAD @@ -14573,6 +15149,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/raster/color_write.c:96 ../lib/vector/Vlib/color_write.c:91 ======= #: ../lib/vector/Vlib/color_write.c:91 ../lib/raster/color_write.c:96 @@ -14583,6 +15161,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/vector/Vlib/color_write.c:91 ../lib/raster/color_write.c:96 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -14617,6 +15196,11 @@ msgstr "" #: ../lib/vector/Vlib/color_write.c:91 ../lib/raster/color_write.c:96 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/vector/Vlib/color_write.c:91 ../lib/raster/color_write.c:96 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to create <%s> file for map <%s>" msgstr "" @@ -14630,6 +15214,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -14649,6 +15234,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/raster/quant_rw.c:88 #, c-format msgid "Unable to read fp range for raster map <%s>" @@ -15481,6 +16068,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -15510,6 +16098,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/vector/Vlib/remove_areas.c:107 ../lib/vector/Vlib/remove_areas.c:268 msgid "Area is composed of dead boundary" msgstr "" @@ -16057,6 +16649,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16099,6 +16692,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to open output file <%s>" msgstr "" @@ -16112,6 +16710,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/cairodriver/write_xid.c:19 ======= <<<<<<< HEAD @@ -16132,6 +16731,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/pngdriver/read_png.c:80 msgid "Input PNG file is not 8-bit" msgstr "" @@ -16407,6 +17008,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/cairodriver/write_xid.c:19 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -16441,6 +17043,11 @@ msgstr "" #: ../lib/cairodriver/write_xid.c:19 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/cairodriver/write_xid.c:19 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to write output file <%s>" msgstr "" @@ -16453,6 +17060,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -16496,6 +17104,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/cairodriver/graph.c:67 msgid "Unable to open display" msgstr "" @@ -16541,6 +17154,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16583,6 +17197,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/cairodriver/read_xid.c:14 #, c-format msgid "Unable to open input file <%s>" @@ -16607,6 +17226,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -16626,6 +17246,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/cairodriver/read_bmp.c:89 ../lib/cairodriver/read_ppm.c:28 #, c-format msgid "Cairo: unable to open input file <%s>" @@ -16723,6 +17345,7 @@ msgid "Cairo: unable to open mask file <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -16752,6 +17375,10 @@ msgid "Cairo: unable to open mask file <%s>" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/cairodriver/raster.c:104 msgid "Failed to create cairo surface" msgstr "" @@ -16767,6 +17394,7 @@ msgid "Cairo_Bitmap: Failed to create source" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -16809,6 +17437,11 @@ msgid "Cairo_Bitmap: Failed to create source" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../lib/cairodriver/text.c:51 @@ -16825,6 +17458,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -16844,6 +17478,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/cairodriver/text.c:60 msgid "Some characters could not be converted to UTF-8" msgstr "" @@ -17230,6 +17866,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17259,6 +17896,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/cairodriver/text.c:61 msgid "Some characters could not be converted to UTF-8" msgstr "" @@ -17278,6 +17919,7 @@ msgid "db_convert_value_into_string(): unrecongized sqltype-type" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17320,6 +17962,11 @@ msgid "db_convert_value_into_string(): unrecongized sqltype-type" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../lib/db/dbmi_base/default_name.c:139 @@ -17343,6 +17990,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17362,6 +18010,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/error.c:135 msgid "dbmi: Out of Memory" msgstr "" @@ -17374,6 +18024,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17403,6 +18054,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/error.c:136 msgid "dbmi: Out of Memory" msgstr "" @@ -17417,6 +18072,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17459,6 +18115,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "dbmi: %s() not implemented" msgstr "" @@ -17472,6 +18133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/db/dbmi_base/error.c:163 ======= <<<<<<< HEAD @@ -17492,6 +18154,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/error.c:162 ======= #: ../lib/db/dbmi_base/error.c:163 @@ -17502,6 +18166,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/db/dbmi_base/error.c:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17536,6 +18201,11 @@ msgstr "" #: ../lib/db/dbmi_base/error.c:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/db/dbmi_base/error.c:163 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "dbmi: Invalid procedure %d" msgstr "" @@ -17549,6 +18219,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17568,6 +18239,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/xdrvalue.c:82 msgid "send data: invalid C-type" msgstr "" @@ -17588,6 +18261,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17617,6 +18291,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/xdrtable.c:109 msgid "fetch: table has wrong number of columns" msgstr "" @@ -17630,6 +18308,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17649,6 +18328,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/index.c:180 msgid "db_set_index_column_name(): invalid column number" msgstr "" @@ -17686,6 +18367,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17715,6 +18397,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/xdrvalue.c:82 msgid "send data: invalid C-type" msgstr "" @@ -17759,6 +18445,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17801,6 +18488,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_columns.c:37 msgid "" "\n" @@ -17840,6 +18532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17855,6 +18548,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_client/table.c:47 ../lib/db/dbmi_client/delete_tab.c:41 ======= ======= @@ -17865,6 +18560,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -17886,6 +18582,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_base/test/test_table.c:38 msgid "" "\n" @@ -17937,6 +18635,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17979,6 +18678,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable open database <%s> by driver <%s>" msgstr "" @@ -17992,6 +18696,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/db/dbmi_client/delete_tab.c:53 ======= <<<<<<< HEAD @@ -18012,6 +18717,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_client/table.c:111 ../lib/db/dbmi_client/copy_tab.c:246 #: ../lib/db/dbmi_client/copy_tab.c:320 ../lib/vector/Vlib/write_ogr.c:209 #, c-format @@ -18100,6 +18807,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/db/dbmi_client/delete_tab.c:53 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18134,6 +18842,11 @@ msgstr "" #: ../lib/db/dbmi_client/delete_tab.c:53 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/db/dbmi_client/delete_tab.c:53 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to drop table: '%s'" msgstr "" @@ -18147,6 +18860,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18162,6 +18876,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/psdriver/graph_set.c:195 ======= ======= @@ -18172,6 +18888,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -18193,6 +18910,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/db/dbmi_client/copy_tab.c:91 #, c-format msgid "Array of values to select from column <%s> is empty" @@ -18505,6 +19224,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18547,6 +19267,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ps: truecolor status %s" msgstr "" @@ -18560,6 +19285,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18575,6 +19301,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/psdriver/graph_set.c:214 ======= ======= @@ -18585,6 +19313,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -18606,6 +19335,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/psdriver/graph_set.c:199 ../lib/pngdriver/graph_set.c:102 msgid "enabled" msgstr "" @@ -18624,6 +19355,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -18666,6 +19398,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ps: collecting to file '%s'" msgstr "" @@ -18679,6 +19416,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/psdriver/graph_set.c:218 ======= <<<<<<< HEAD @@ -18699,6 +19437,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/psdriver/graph_set.c:215 ======= #: ../lib/psdriver/graph_set.c:218 @@ -18709,6 +19449,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/psdriver/graph_set.c:218 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18743,6 +19484,11 @@ msgstr "" #: ../lib/psdriver/graph_set.c:218 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/psdriver/graph_set.c:218 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "ps: image size %dx%d" msgstr "" @@ -18756,6 +19502,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18775,6 +19522,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/htmldriver/graph_set.c:95 #, c-format msgid "html: collecting to file '%s'" @@ -18810,6 +19559,7 @@ msgid "Unable to read vector map <%s>" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18839,6 +19589,10 @@ msgid "Unable to read vector map <%s>" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/ogsf/gsdrape.c:207 msgid "Unable to process vector map - out of memory" msgstr "" @@ -19038,6 +19792,7 @@ msgid "Maximum number of datasets exceeded" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -19080,6 +19835,11 @@ msgid "Maximum number of datasets exceeded" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../lib/ogsf/gp3.c:148 @@ -19106,6 +19866,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/ogsf/gp3.c:288 ======= <<<<<<< HEAD @@ -19126,6 +19887,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gp3.c:236 ../lib/ogsf/gv3.c:384 #, c-format msgid "No color rule defined for category %d" @@ -19146,6 +19909,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/ogsf/gp3.c:288 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19180,6 +19944,11 @@ msgstr "" #: ../lib/ogsf/gp3.c:288 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/ogsf/gp3.c:288 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "%d points without category. Unable to determine color rules for features " @@ -19195,6 +19964,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19214,6 +19984,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gsd_img_ppm.c:50 ../lib/ogsf/gsd_img_tif.c:63 msgid "Unable to get image of current GL screen" msgstr "" @@ -19248,6 +20020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -19277,6 +20050,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/ogsf/gvl_file.c:103 msgid "Maximum number of datafiles exceeded" msgstr "" @@ -19290,6 +20067,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../lib/ogsf/gvl_file.c:442 ======= <<<<<<< HEAD @@ -19310,6 +20088,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gvl_file.c:441 ======= #: ../lib/ogsf/gvl_file.c:442 @@ -19320,6 +20100,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../lib/ogsf/gvl_file.c:442 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -19354,6 +20135,11 @@ msgstr "" #: ../lib/ogsf/gvl_file.c:442 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../lib/ogsf/gvl_file.c:442 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to read range of 3D raster map <%s>" msgstr "" @@ -19367,6 +20153,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -19386,6 +20173,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../lib/ogsf/gsd_surf.c:1737 msgid "Cut-plane points mis-match between surfaces. Check resolution(s)." msgstr "" @@ -22382,6 +23171,7 @@ msgid "[%s]: No such color" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -22411,6 +23201,10 @@ msgid "[%s]: No such color" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../lib/pngdriver/graph_set.c:101 #, c-format msgid "png: truecolor status %s" @@ -23537,6 +24331,7 @@ msgid "No ellipsoid info given in file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -23579,4 +24374,9 @@ msgid "No ellipsoid info given in file" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" diff --git a/locale/templates/grassmods.pot b/locale/templates/grassmods.pot index b5c8f47caf0..46867bb155a 100644 --- a/locale/templates/grassmods.pot +++ b/locale/templates/grassmods.pot @@ -17,6 +17,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -29,6 +30,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -36,6 +39,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -57,6 +61,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -68,6 +74,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -85,6 +92,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -95,6 +104,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -110,6 +120,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -129,6 +141,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -148,6 +161,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.merge_to_translate.c:2 #: ../locale/scriptstrings/t.snap_to_translate.c:2 #: ../locale/scriptstrings/t.vect.export_to_translate.c:2 @@ -216,6 +231,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -245,6 +261,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.series_to_translate.c:2 #: ../locale/scriptstrings/t.remove_to_translate.c:2 #: ../locale/scriptstrings/t.rast.out.vtk_to_translate.c:2 @@ -312,6 +332,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -354,6 +375,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast3d.extract_to_translate.c:2 msgid "temporal" msgstr "" @@ -367,6 +393,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -386,6 +413,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:35 ../general/g.gisenv/main.c:43 #: ../general/g.region/main.c:61 ../general/g.mapset/main.c:50 #: ../general/g.mapsets/main.c:87 ../display/d.fontlist/main.c:46 @@ -426,6 +455,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -455,6 +485,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:35 ../display/d.fontlist/main.c:46 #: ../display/d.font/main.c:46 ../display/d.colorlist/main.c:36 #: ../general/g.mapsets/main.c:64 ../general/g.region/main.c:66 @@ -487,6 +521,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -529,6 +564,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Prints/sets general temporal GIS database connection for current mapset." msgstr "" @@ -542,6 +582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -561,6 +602,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:42 ../db/db.connect/main.c:50 msgid "Print current connection parameters and exit" msgstr "" @@ -606,6 +649,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -635,6 +679,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:42 ../db/db.connect/main.c:51 msgid "Print current connection parameters and exit" msgstr "" @@ -650,6 +698,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -692,6 +741,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/g.extension_to_translate.c:17 #: ../locale/scriptstrings/g.extension_to_translate.c:19 #: ../locale/scriptstrings/g.extension_to_translate.c:21 @@ -705,6 +759,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -724,6 +779,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.import.netcdf_to_translate.c:36 #: ../locale/scriptstrings/i.modis.import_to_translate.c:16 #: ../locale/scriptstrings/i.modis.import_to_translate.c:18 @@ -735,239 +792,46 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD -<<<<<<< HEAD ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -#: ../locale/scriptstrings/r.unpack_to_translate.c:12 -#: ../locale/scriptstrings/i.landsat.download_to_translate.c:34 -#: ../locale/scriptstrings/v.unpack_to_translate.c:13 -#: ../locale/scriptstrings/i.sentinel.import_to_translate.c:35 -#: ../locale/scriptstrings/i.sentinel.import_to_translate.c:37 -<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= -<<<<<<< HEAD ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ->>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -#: ../locale/scriptstrings/v.in.pygbif_to_translate.c:16 -#: ../locale/scriptstrings/v.in.pygbif_to_translate.c:19 -#: ../locale/scriptstrings/v.in.pygbif_to_translate.c:21 -#: ../locale/scriptstrings/v.in.pygbif_to_translate.c:23 -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= -<<<<<<< HEAD -======= ->>>>>>> osgeo-main -<<<<<<< HEAD ======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> osgeo-main ======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +#: ../locale/scriptstrings/r.unpack_to_translate.c:12 +#: ../locale/scriptstrings/i.landsat.download_to_translate.c:34 +#: ../locale/scriptstrings/v.unpack_to_translate.c:13 #: ../locale/scriptstrings/i.sentinel.import_to_translate.c:35 #: ../locale/scriptstrings/i.sentinel.import_to_translate.c:37 -#: ../locale/scriptstrings/t.rast.colors_to_translate.c:18 -#: ../locale/scriptstrings/i.sentinel.download_to_translate.c:50 -#: ../locale/scriptstrings/i.landsat.download_to_translate.c:34 -#: ../vector/v.db.connect/main.c:83 ../vector/v.db.connect/main.c:88 -#: ../vector/v.db.connect/main.c:96 ../vector/v.db.connect/main.c:102 -#: ../vector/v.external/args.c:61 ../vector/v.external/args.c:68 -#: ../vector/v.external/args.c:77 ../vector/v.what/main.c:94 -#: ../vector/v.what/main.c:99 ../vector/v.what/main.c:104 -#: ../vector/v.what/main.c:109 ../vector/v.what/main.c:115 -#: ../vector/v.external.out/args.c:68 ../vector/v.external.out/args.c:81 -#: ../vector/v.external.out/args.c:87 ../vector/v.vect.stats/main.c:229 -#: ../vector/v.vect.stats/main.c:236 ../vector/v.to.db/parse.c:117 -#: ../vector/v.to.db/parse.c:122 ../vector/v.to.db/parse.c:128 <<<<<<< HEAD -#: ../vector/v.to.db/parse.c:133 ../vector/v.to.db/parse.c:139 -#: ../vector/v.colors/main.c:132 ../vector/v.colors/main.c:140 -#: ../vector/v.info/parse.c:21 ../vector/v.info/parse.c:27 -#: ../vector/v.info/parse.c:32 ../vector/v.info/parse.c:38 -#: ../vector/v.info/parse.c:43 ../vector/v.in.ogr/main.c:351 -#: ../vector/v.in.ogr/main.c:358 ../display/d.mon/main.c:118 -#: ../display/d.mon/main.c:124 ../display/d.mon/main.c:130 -======= -#: ../vector/v.to.db/parse.c:134 ../vector/v.colors/main.c:132 -#: ../vector/v.colors/main.c:140 ../vector/v.info/parse.c:21 -#: ../vector/v.info/parse.c:27 ../vector/v.info/parse.c:32 -#: ../vector/v.info/parse.c:38 ../vector/v.info/parse.c:43 -#: ../vector/v.in.ogr/main.c:351 ../vector/v.in.ogr/main.c:358 -#: ../display/d.mon/main.c:118 ../display/d.mon/main.c:124 -#: ../display/d.mon/main.c:130 -======= -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -<<<<<<< HEAD -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) -<<<<<<< HEAD -<<<<<<< HEAD ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> osgeo-main -======= ->>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> osgeo-main -======= ->>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) -======= -======= ->>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ->>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) -#: ../locale/scriptstrings/i.sentinel.download_to_translate.c:50 -#: ../locale/scriptstrings/i.landsat.import_to_translate.c:30 -#: ../locale/scriptstrings/i.modis.import_to_translate.c:16 -#: ../locale/scriptstrings/i.modis.import_to_translate.c:18 -#: ../locale/scriptstrings/t.rast.colors_to_translate.c:18 -#: ../display/d.mon/main.c:115 ../display/d.mon/main.c:120 -#: ../display/d.mon/main.c:125 ../vector/v.external/args.c:57 -#: ../vector/v.external/args.c:63 ../vector/v.external/args.c:71 -#: ../vector/v.what/main.c:91 ../vector/v.what/main.c:96 -#: ../vector/v.what/main.c:101 ../vector/v.what/main.c:106 -#: ../vector/v.what/main.c:111 ../vector/v.external.out/args.c:63 -#: ../vector/v.external.out/args.c:75 ../vector/v.external.out/args.c:81 -#: ../vector/v.info/parse.c:24 ../vector/v.info/parse.c:30 -#: ../vector/v.info/parse.c:35 ../vector/v.info/parse.c:40 -#: ../vector/v.info/parse.c:45 ../vector/v.db.connect/main.c:84 -#: ../vector/v.db.connect/main.c:89 ../vector/v.db.connect/main.c:96 -#: ../vector/v.db.connect/main.c:103 ../vector/v.in.ogr/main.c:359 -#: ../vector/v.in.ogr/main.c:365 ../vector/v.vect.stats/main.c:228 -#: ../vector/v.vect.stats/main.c:235 ../vector/v.to.db/parse.c:118 -#: ../vector/v.to.db/parse.c:123 ../vector/v.to.db/parse.c:129 -#: ../vector/v.to.db/parse.c:135 ../vector/v.colors/main.c:135 -#: ../vector/v.colors/main.c:142 ../general/g.mapsets/main.c:87 -#: ../general/g.mapsets/main.c:92 ../general/g.mapsets/main.c:98 -#: ../general/g.region/main.c:90 ../general/g.region/main.c:96 -#: ../general/g.region/main.c:101 ../general/g.region/main.c:107 -#: ../general/g.region/main.c:113 ../general/g.region/main.c:119 -#: ../general/g.region/main.c:125 ../general/g.region/main.c:133 -#: ../general/g.region/main.c:138 ../general/g.region/main.c:144 -#: ../general/g.region/main.c:149 ../general/g.region/main.c:154 -#: ../general/g.proj/main.c:87 ../general/g.proj/main.c:93 -#: ../general/g.proj/main.c:99 ../general/g.proj/main.c:105 -#: ../general/g.proj/main.c:111 ../general/g.proj/main.c:122 -#: ../general/g.proj/main.c:127 ../general/g.proj/main.c:183 -#: ../general/g.mapset/main.c:76 ../general/g.mapset/main.c:82 -#: ../general/g.list/main.c:105 ../general/g.list/main.c:116 -#: ../general/g.list/main.c:138 ../general/g.list/main.c:143 -#: ../general/g.list/main.c:148 ../general/g.list/main.c:153 -#: ../db/db.login/main.c:91 ../db/db.connect/main.c:53 -#: ../db/db.connect/main.c:58 ../raster/r.out.gdal/main.c:146 -#: ../raster/r.in.gdal/main.c:245 ../raster/r.in.gdal/main.c:278 -#: ../raster/r.external.out/main.c:272 ../raster/r.external.out/main.c:283 -#: ../raster/r.external/main.c:96 ../raster/r.external/main.c:135 -#: ../raster/r.what/main.c:122 ../raster/r.what/main.c:130 -#: ../raster/r.what/main.c:144 ../raster/r.what/main.c:149 -#: ../raster/r.what/main.c:154 ../raster/r.what/main.c:159 -#: ../raster/r.what/main.c:169 ../raster/r.colors/edit_colors.c:166 -#: ../raster/r.colors/edit_colors.c:173 ../raster/r.sunmask/main.c:232 -#: ../raster/r.sunmask/main.c:238 ../raster/r.proj/main.c:209 -#: ../raster/r.proj/main.c:219 ../raster/r.proj/main.c:225 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD @@ -989,6 +853,221 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main ======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +#: ../locale/scriptstrings/v.in.pygbif_to_translate.c:16 +#: ../locale/scriptstrings/v.in.pygbif_to_translate.c:19 +#: ../locale/scriptstrings/v.in.pygbif_to_translate.c:21 +#: ../locale/scriptstrings/v.in.pygbif_to_translate.c:23 +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +<<<<<<< HEAD +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +#: ../locale/scriptstrings/i.sentinel.import_to_translate.c:35 +#: ../locale/scriptstrings/i.sentinel.import_to_translate.c:37 +#: ../locale/scriptstrings/t.rast.colors_to_translate.c:18 +#: ../locale/scriptstrings/i.sentinel.download_to_translate.c:50 +#: ../locale/scriptstrings/i.landsat.download_to_translate.c:34 +#: ../vector/v.db.connect/main.c:83 ../vector/v.db.connect/main.c:88 +#: ../vector/v.db.connect/main.c:96 ../vector/v.db.connect/main.c:102 +#: ../vector/v.external/args.c:61 ../vector/v.external/args.c:68 +#: ../vector/v.external/args.c:77 ../vector/v.what/main.c:94 +#: ../vector/v.what/main.c:99 ../vector/v.what/main.c:104 +#: ../vector/v.what/main.c:109 ../vector/v.what/main.c:115 +#: ../vector/v.external.out/args.c:68 ../vector/v.external.out/args.c:81 +#: ../vector/v.external.out/args.c:87 ../vector/v.vect.stats/main.c:229 +#: ../vector/v.vect.stats/main.c:236 ../vector/v.to.db/parse.c:117 +#: ../vector/v.to.db/parse.c:122 ../vector/v.to.db/parse.c:128 +<<<<<<< HEAD +#: ../vector/v.to.db/parse.c:133 ../vector/v.to.db/parse.c:139 +#: ../vector/v.colors/main.c:132 ../vector/v.colors/main.c:140 +#: ../vector/v.info/parse.c:21 ../vector/v.info/parse.c:27 +#: ../vector/v.info/parse.c:32 ../vector/v.info/parse.c:38 +#: ../vector/v.info/parse.c:43 ../vector/v.in.ogr/main.c:351 +#: ../vector/v.in.ogr/main.c:358 ../display/d.mon/main.c:118 +#: ../display/d.mon/main.c:124 ../display/d.mon/main.c:130 +======= +#: ../vector/v.to.db/parse.c:134 ../vector/v.colors/main.c:132 +#: ../vector/v.colors/main.c:140 ../vector/v.info/parse.c:21 +#: ../vector/v.info/parse.c:27 ../vector/v.info/parse.c:32 +#: ../vector/v.info/parse.c:38 ../vector/v.info/parse.c:43 +#: ../vector/v.in.ogr/main.c:351 ../vector/v.in.ogr/main.c:358 +#: ../display/d.mon/main.c:118 ../display/d.mon/main.c:124 +#: ../display/d.mon/main.c:130 +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> osgeo-main +======= +>>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +#: ../locale/scriptstrings/i.sentinel.download_to_translate.c:50 +#: ../locale/scriptstrings/i.landsat.import_to_translate.c:30 +#: ../locale/scriptstrings/i.modis.import_to_translate.c:16 +#: ../locale/scriptstrings/i.modis.import_to_translate.c:18 +#: ../locale/scriptstrings/t.rast.colors_to_translate.c:18 +#: ../display/d.mon/main.c:115 ../display/d.mon/main.c:120 +#: ../display/d.mon/main.c:125 ../vector/v.external/args.c:57 +#: ../vector/v.external/args.c:63 ../vector/v.external/args.c:71 +#: ../vector/v.what/main.c:91 ../vector/v.what/main.c:96 +#: ../vector/v.what/main.c:101 ../vector/v.what/main.c:106 +#: ../vector/v.what/main.c:111 ../vector/v.external.out/args.c:63 +#: ../vector/v.external.out/args.c:75 ../vector/v.external.out/args.c:81 +#: ../vector/v.info/parse.c:24 ../vector/v.info/parse.c:30 +#: ../vector/v.info/parse.c:35 ../vector/v.info/parse.c:40 +#: ../vector/v.info/parse.c:45 ../vector/v.db.connect/main.c:84 +#: ../vector/v.db.connect/main.c:89 ../vector/v.db.connect/main.c:96 +#: ../vector/v.db.connect/main.c:103 ../vector/v.in.ogr/main.c:359 +#: ../vector/v.in.ogr/main.c:365 ../vector/v.vect.stats/main.c:228 +#: ../vector/v.vect.stats/main.c:235 ../vector/v.to.db/parse.c:118 +#: ../vector/v.to.db/parse.c:123 ../vector/v.to.db/parse.c:129 +#: ../vector/v.to.db/parse.c:135 ../vector/v.colors/main.c:135 +#: ../vector/v.colors/main.c:142 ../general/g.mapsets/main.c:87 +#: ../general/g.mapsets/main.c:92 ../general/g.mapsets/main.c:98 +#: ../general/g.region/main.c:90 ../general/g.region/main.c:96 +#: ../general/g.region/main.c:101 ../general/g.region/main.c:107 +#: ../general/g.region/main.c:113 ../general/g.region/main.c:119 +#: ../general/g.region/main.c:125 ../general/g.region/main.c:133 +#: ../general/g.region/main.c:138 ../general/g.region/main.c:144 +#: ../general/g.region/main.c:149 ../general/g.region/main.c:154 +#: ../general/g.proj/main.c:87 ../general/g.proj/main.c:93 +#: ../general/g.proj/main.c:99 ../general/g.proj/main.c:105 +#: ../general/g.proj/main.c:111 ../general/g.proj/main.c:122 +#: ../general/g.proj/main.c:127 ../general/g.proj/main.c:183 +#: ../general/g.mapset/main.c:76 ../general/g.mapset/main.c:82 +#: ../general/g.list/main.c:105 ../general/g.list/main.c:116 +#: ../general/g.list/main.c:138 ../general/g.list/main.c:143 +#: ../general/g.list/main.c:148 ../general/g.list/main.c:153 +#: ../db/db.login/main.c:91 ../db/db.connect/main.c:53 +#: ../db/db.connect/main.c:58 ../raster/r.out.gdal/main.c:146 +#: ../raster/r.in.gdal/main.c:245 ../raster/r.in.gdal/main.c:278 +#: ../raster/r.external.out/main.c:272 ../raster/r.external.out/main.c:283 +#: ../raster/r.external/main.c:96 ../raster/r.external/main.c:135 +#: ../raster/r.what/main.c:122 ../raster/r.what/main.c:130 +#: ../raster/r.what/main.c:144 ../raster/r.what/main.c:149 +#: ../raster/r.what/main.c:154 ../raster/r.what/main.c:159 +#: ../raster/r.what/main.c:169 ../raster/r.colors/edit_colors.c:166 +#: ../raster/r.colors/edit_colors.c:173 ../raster/r.sunmask/main.c:232 +#: ../raster/r.sunmask/main.c:238 ../raster/r.proj/main.c:209 +#: ../raster/r.proj/main.c:219 ../raster/r.proj/main.c:225 +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +======= +<<<<<<< HEAD +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1002,6 +1081,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -1035,6 +1115,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Print" msgstr "" @@ -1052,6 +1134,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../temporal/t.connect/main.c:60 ../temporal/t.connect/main.c:65 #: ../temporal/t.connect/main.c:69 ../general/g.gisenv/main.c:66 ======= @@ -1073,6 +1156,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:61 ../temporal/t.connect/main.c:66 #: ../temporal/t.connect/main.c:70 ../general/g.gisenv/main.c:66 ======= @@ -1085,6 +1170,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1094,6 +1180,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../temporal/t.connect/main.c:60 ../temporal/t.connect/main.c:65 #: ../temporal/t.connect/main.c:69 ../general/g.gisenv/main.c:66 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1103,6 +1191,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1120,6 +1209,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../general/g.gisenv/main.c:74 ../general/g.gisenv/main.c:84 #: ../db/db.connect/main.c:64 ../db/db.connect/main.c:70 #: ../db/db.connect/main.c:82 ../db/db.connect/main.c:91 @@ -1144,6 +1235,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1163,6 +1255,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:60 msgid "Print current connection parameter in shell style and exit" msgstr "" @@ -1179,6 +1273,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1208,6 +1303,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:59 msgid "Print current connection parameter in shell style and exit" msgstr "" @@ -1226,6 +1325,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1268,6 +1368,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Default TGIS driver / database set to:\n" @@ -1284,6 +1389,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1303,6 +1409,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:119 msgid "Default TGIS driver is not set" msgstr "" @@ -1315,6 +1423,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1344,6 +1453,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../temporal/t.connect/main.c:118 msgid "Default TGIS driver is not set" msgstr "" @@ -1358,6 +1471,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1400,6 +1514,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Default TGIS database is not set" msgstr "" @@ -1413,6 +1532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../db/db.connect/main.c:197 ======= <<<<<<< HEAD @@ -1433,6 +1553,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../db/db.connect/main.c:198 ======= #: ../db/db.connect/main.c:197 @@ -1443,6 +1565,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../db/db.connect/main.c:197 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1477,6 +1600,11 @@ msgstr "" #: ../db/db.connect/main.c:197 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../db/db.connect/main.c:197 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Default driver / database set to:\n" @@ -1493,6 +1621,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1512,6 +1641,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../doc/raster/r.example/main.c:83 ../raster/r.external/main.c:57 #: ../raster/r.quantile/main.c:297 ../raster/r.terraflow/main.cpp:457 #: ../raster/r.info/main.c:71 ../raster/r.patch/main.c:68 @@ -11365,6 +11496,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11394,6 +11526,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.acca/main.c:57 #: ../imagery/i.landsat.acca/algorithm.c:380 #: ../imagery/i.landsat.acca/tools.c:126 ../imagery/i.landsat.toar/main.c:406 @@ -11408,6 +11544,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11450,6 +11587,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to open raster map <%s>" msgstr "" @@ -11463,6 +11605,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -11482,6 +11625,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.mapcalc/map3.c:607 ../raster/r.sunhours/main.c:335 #: ../raster/r.sunhours/main.c:346 ../raster/r.sunhours/main.c:357 #: ../imagery/i.landsat.toar/main.c:564 @@ -11496,6 +11641,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -11525,6 +11671,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.acca/main.c:70 #, c-format msgid "" @@ -11809,6 +11959,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -11851,6 +12002,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to create raster map <%s>" msgstr "" @@ -11864,6 +12020,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -11883,6 +12040,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../raster/r.mapcalc/map3.c:631 msgid "Unable to close output raster map" msgstr "" @@ -24137,6 +24296,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24166,6 +24326,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.acca/algorithm.c:237 msgid "Processing first pass..." msgstr "" @@ -24304,6 +24468,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24346,6 +24511,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to read signature file <%s>" msgstr "" @@ -24359,6 +24529,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24378,6 +24549,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.cluster/open_files.c:65 ../imagery/i.maxlik/open.c:47 #, c-format msgid "<%s> has too many signatures (limit is 255)" @@ -24392,6 +24565,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24421,6 +24595,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.smap/openfiles.c:33 #, c-format msgid "Signature file <%s> is invalid" @@ -24442,6 +24620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24484,6 +24663,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Signature - group member semantic label mismatch.\n" @@ -24500,6 +24684,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24519,6 +24704,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.cluster/open_files.c:74 ../imagery/i.smap/openfiles.c:43 #: ../imagery/i.cca/main.c:139 ../imagery/i.maxlik/open.c:55 msgid "none" @@ -24716,6 +24903,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24745,6 +24933,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.smap/openfiles.c:45 ../imagery/i.smap/openfiles.c:46 #: ../imagery/i.cca/main.c:143 ../imagery/i.cca/main.c:144 #: ../imagery/i.cluster/open_files.c:74 ../imagery/i.cluster/open_files.c:75 @@ -24792,6 +24984,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24834,6 +25027,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Group <%s> not found in current mapset" msgstr "" @@ -24847,6 +25045,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.smap/parse.c:64 ../imagery/i.gensig/parse.c:44 #: ../imagery/i.cca/main.c:119 ../imagery/i.cluster/main.c:173 #: ../imagery/i.gensigset/parse.c:50 ../imagery/i.maxlik/open.c:20 @@ -24869,6 +25068,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.cluster/main.c:172 ../imagery/i.gensig/parse.c:45 #: ../imagery/i.smap/parse.c:65 ../imagery/i.cca/main.c:116 #: ../imagery/i.maxlik/open.c:19 ../imagery/i.gensigset/parse.c:52 @@ -24883,6 +25084,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -24892,6 +25094,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../imagery/i.smap/parse.c:64 ../imagery/i.gensig/parse.c:44 #: ../imagery/i.cca/main.c:119 ../imagery/i.cluster/main.c:173 #: ../imagery/i.gensigset/parse.c:50 ../imagery/i.maxlik/open.c:20 @@ -24902,6 +25106,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -24919,6 +25124,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Subgroup <%s> in group <%s> not found" msgstr "" @@ -24932,6 +25139,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24951,6 +25159,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.cluster/main.c:178 ../imagery/i.gensig/parse.c:50 #: ../imagery/i.svm.predict/main.c:125 ../imagery/i.svm.train/main.c:265 #: ../imagery/i.maxlik/main.c:106 ../imagery/i.gensigset/parse.c:58 @@ -24961,6 +25171,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24990,6 +25201,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.smap/segment.c:67 msgid "Number of classes must be < 256" msgstr "" @@ -25373,6 +25588,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25415,6 +25631,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "<%s> does not match the current mapset" msgstr "" @@ -25428,6 +25649,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25447,6 +25669,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.cluster/main.c:191 #, c-format msgid "Illegal number of initial classes (%s)" @@ -25684,6 +25908,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25713,6 +25938,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.gensig/write_sig.c:14 ../imagery/i.gensigset/write_sig.c:12 #, c-format msgid "Unable to create signature file <%s>" @@ -26809,6 +27038,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26851,6 +27081,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Computes potential evapotranspiration calculation with hourly Penman-" "Monteith." @@ -26901,6 +27136,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26920,6 +27156,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/landsat_met.c:119 #, c-format msgid "Metadata file <%s> not found" @@ -26940,6 +27178,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -26969,6 +27208,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.his.rgb/main.c:47 ../imagery/i.rgb.his/main.c:47 #: ../display/d.his/main.c:64 ../raster/r.his/main.c:68 msgid "color transformation" @@ -27080,6 +27323,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27122,6 +27366,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Calculates top-of-atmosphere radiance or reflectance and temperature for " "Landsat MSS/TM/ETM+/OLI" @@ -27136,6 +27385,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.landsat.toar/main.c:75 ======= <<<<<<< HEAD @@ -27156,6 +27406,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:71 ../imagery/i.aster.toar/main.c:97 #: ../imagery/i.atcorr/main.cpp:467 msgid "radiometric conversion" @@ -27187,6 +27439,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.landsat.toar/main.c:75 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27221,6 +27474,11 @@ msgstr "" #: ../imagery/i.landsat.toar/main.c:75 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../imagery/i.landsat.toar/main.c:75 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:7 msgid "atmospheric correction" msgstr "" @@ -27234,6 +27492,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27253,6 +27512,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:76 ../imagery/i.modis.qc/main.c:172 #: ../imagery/i.albedo/main.c:98 ../imagery/i.aster.toar/main.c:101 #: ../imagery/i.landsat.acca/main.c:109 ../imagery/i.atcorr/main.cpp:470 @@ -27295,6 +27556,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27324,6 +27586,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:86 #: ../locale/scriptstrings/v.to.rast.multi_to_translate.c:22 #: ../locale/scriptstrings/r.droka_to_translate.c:10 @@ -27346,6 +27612,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -27389,6 +27656,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:94 ../imagery/i.landsat.toar/main.c:116 #: ../imagery/i.landsat.toar/main.c:125 ../imagery/i.landsat.toar/main.c:134 #: ../imagery/i.landsat.toar/main.c:142 ../imagery/i.landsat.toar/main.c:151 @@ -27413,6 +27685,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27455,6 +27728,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:99 msgid "Spacecraft sensor" msgstr "" @@ -27468,6 +27746,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27487,6 +27766,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:101 msgid "Required only if 'metfile' not given (recommended for sanity)" msgstr "" @@ -27503,6 +27784,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27532,6 +27814,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:100 msgid "Required only if 'metfile' not given (recommended for sanity)" msgstr "" @@ -27550,6 +27836,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27592,6 +27879,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Landsat-2 MSS" msgstr "" @@ -27612,6 +27904,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27631,6 +27924,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:108 msgid "Landsat-5 MSS" msgstr "" @@ -27750,6 +28045,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27779,6 +28075,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:109 msgid "Landsat-5 MSS" msgstr "" @@ -27913,6 +28213,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27955,6 +28256,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Input raster maps use as extension the number of the band instead the code" msgstr "" @@ -27968,6 +28274,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27987,6 +28294,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:224 msgid "Print output metadata info" msgstr "" @@ -27999,6 +28308,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28028,6 +28338,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:230 msgid "Print output metadata info" msgstr "" @@ -28042,6 +28356,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28084,6 +28399,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Illegal date format: [%s] (yyyy-mm-dd)" msgstr "" @@ -28097,6 +28417,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28116,6 +28437,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:280 msgid "Please use a metadata keyword with -p" msgstr "" @@ -28132,6 +28455,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28161,6 +28485,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:286 msgid "Please use a metadata keyword with -p" msgstr "" @@ -28179,6 +28507,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28221,6 +28550,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Lacking '%s' and/or '%s' for this satellite" msgstr "" @@ -28234,6 +28568,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28253,6 +28588,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:338 msgid "Landsat-7 requires band gain with 9 (H/L) characters" msgstr "" @@ -28265,6 +28602,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28294,6 +28632,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:343 msgid "Landsat-7 requires band gain with 9 (H/L) characters" msgstr "" @@ -28308,6 +28650,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28350,6 +28693,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unknown satellite type (defined by '%s')" msgstr "" @@ -28363,6 +28711,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.landsat.toar/main.c:410 ../imagery/i.landsat.toar/main.c:559 ======= <<<<<<< HEAD @@ -28383,6 +28732,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:404 ../imagery/i.landsat.toar/main.c:556 ======= #: ../imagery/i.landsat.toar/main.c:410 ../imagery/i.landsat.toar/main.c:559 @@ -28393,6 +28744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.landsat.toar/main.c:410 ../imagery/i.landsat.toar/main.c:559 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28427,6 +28779,11 @@ msgstr "" #: ../imagery/i.landsat.toar/main.c:410 ../imagery/i.landsat.toar/main.c:559 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../imagery/i.landsat.toar/main.c:410 ../imagery/i.landsat.toar/main.c:559 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to read data type of raster map <%s>" msgstr "" @@ -28440,6 +28797,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28455,6 +28813,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:549 ======= ======= @@ -28465,6 +28825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -28486,6 +28847,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:534 ../raster/r.topidx/topidx.c:41 #: ../raster/r.flow/main.c:314 msgid "Calculating..." @@ -28507,6 +28870,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28549,6 +28913,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Raster map <%s> exists. Skipping." msgstr "" @@ -28562,6 +28931,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.landsat.toar/main.c:575 ======= <<<<<<< HEAD @@ -28582,6 +28952,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:573 ======= #: ../imagery/i.landsat.toar/main.c:575 @@ -28592,6 +28964,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.landsat.toar/main.c:575 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28626,6 +28999,11 @@ msgstr "" #: ../imagery/i.landsat.toar/main.c:575 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../imagery/i.landsat.toar/main.c:575 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Writing %s of <%s> to <%s>..." msgstr "" @@ -28639,6 +29017,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28658,6 +29037,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:575 msgid "temperature" msgstr "" @@ -28674,6 +29055,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28703,6 +29085,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.landsat.toar/main.c:579 msgid "temperature" msgstr "" @@ -29789,6 +30175,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29831,6 +30218,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.landsat8.swlst_to_translate.c:5 msgid "land surface temperature" msgstr "" @@ -29844,6 +30236,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29863,6 +30256,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:171 msgid "vegetation" msgstr "" @@ -29878,6 +30273,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29907,6 +30303,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:172 msgid "vegetation" msgstr "" @@ -29924,6 +30324,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29966,6 +30367,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.lswt_to_translate.c:4 msgid "MODIS" msgstr "" @@ -29979,6 +30385,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29998,6 +30405,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:175 msgid "Extracts quality control parameters from MODIS QC layers." msgstr "" @@ -30323,6 +30732,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30352,6 +30762,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:176 msgid "Extracts quality control parameters from MODIS QC layers." msgstr "" @@ -30679,6 +31093,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30721,6 +31136,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Band number of MODIS product (mod09Q1=[1,2],mod09A1=[1-7],m[o/y]d09GA=[1-7]," "m[o/y]d09CMG=[1-7], mcd43B2q=[1-7])" @@ -30735,6 +31155,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30754,6 +31175,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:375 msgid "Band 1: Red" msgstr "" @@ -30817,6 +31240,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30846,6 +31270,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:369 msgid "Band 1: Red" msgstr "" @@ -30911,6 +31339,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -30953,6 +31382,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "This bit flag is only available for MOD09A1s @ 500m or MOD09CMG @ 5000m " "products" @@ -30967,6 +31401,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30986,6 +31421,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:438 msgid "This bit flag is only available for MOD09GAs @ 500m products" msgstr "" @@ -31394,6 +31831,7 @@ msgid "Group [%s] targeted for location [%s], mapset [%s]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31423,6 +31861,10 @@ msgid "Group [%s] targeted for location [%s], mapset [%s]" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.modis.qc/main.c:429 msgid "This bit flag is only available for MOD09GAs @ 500m products" msgstr "" @@ -31485,6 +31927,7 @@ msgid "Unable to open temporary file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31501,6 +31944,8 @@ msgid "Unable to open temporary file" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -31510,6 +31955,7 @@ msgid "Unable to open temporary file" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -31543,6 +31989,8 @@ msgid "Unable to open temporary file" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.rectify/readcell.c:74 @@ -31559,6 +32007,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -31578,6 +32027,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.rectify/report.c:10 #: ../imagery/i.rectify/report.c:10 msgid "complete" @@ -31631,6 +32082,7 @@ msgid "Converting units to meters, factor=%.6f" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -31660,6 +32112,10 @@ msgid "Converting units to meters, factor=%.6f" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.rectify/readcell.c:102 #: ../imagery/i.rectify/readcell.c:89 ../raster/r.proj/readcell.c:92 msgid "Error writing segment file" @@ -31877,6 +32333,7 @@ msgid "Raster map <%s@%s>: zone don't match current settings" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -31919,6 +32376,11 @@ msgid "Raster map <%s@%s>: zone don't match current settings" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../imagery/i.ortho.photo/i.ortho.rectify/cp.c:12 @@ -31941,6 +32403,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.rectify/cp.c:27 ../imagery/i.rectify/cp.c:51 #: ../vector/v.rectify/cp.c:363 ======= @@ -31962,6 +32425,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:27 ../imagery/i.rectify/cp.c:52 #: ../vector/v.rectify/cp.c:357 ======= @@ -31974,6 +32439,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -31983,6 +32449,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../imagery/i.rectify/cp.c:27 ../imagery/i.rectify/cp.c:51 #: ../vector/v.rectify/cp.c:363 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -31992,6 +32460,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32009,6 +32478,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Poorly placed control points." msgstr "" @@ -32025,6 +32496,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.rectify/cp.c:28 ../imagery/i.rectify/cp.c:52 #: ../vector/v.rectify/cp.c:364 ======= @@ -32046,6 +32518,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:28 ../imagery/i.rectify/cp.c:53 #: ../vector/v.rectify/cp.c:358 ======= @@ -32058,6 +32532,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -32067,6 +32542,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../imagery/i.rectify/cp.c:28 ../imagery/i.rectify/cp.c:52 #: ../vector/v.rectify/cp.c:364 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -32076,6 +32553,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -32093,6 +32571,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid " Can not generate the transformation equation." msgstr "" @@ -32138,6 +32618,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32157,6 +32638,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.rectify/rectify.c:43 #, c-format msgid "Rectify <%s@%s> (project <%s>)" @@ -32309,6 +32792,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32338,6 +32822,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.rectify/target.c:13 #: ../imagery/i.ortho.photo/i.ortho.transform/main.c:98 #: ../imagery/i.rectify/target.c:13 ../vector/v.rectify/target.c:18 @@ -32703,6 +33191,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32745,6 +33234,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Interactively creates or modifies entries in a camera initial exposure " "station file for imagery group referenced by a sub-block." @@ -32759,6 +33253,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -32778,6 +33273,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.init/main.c:57 msgid "Initial Camera Exposure X-coordinate" msgstr "" @@ -32842,6 +33339,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -32871,6 +33369,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.init/main.c:62 msgid "Initial Camera Exposure X-coordinate" msgstr "" @@ -32937,6 +33439,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -32979,6 +33482,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Group [%s] not found" msgstr "" @@ -32992,6 +33500,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33011,6 +33520,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.init/main.c:145 #: ../imagery/i.ortho.photo/i.ortho.init/main.c:149 #: ../imagery/i.ortho.photo/i.ortho.init/main.c:153 @@ -33030,6 +33541,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33059,6 +33571,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.init/main.c:150 #: ../imagery/i.ortho.photo/i.ortho.init/main.c:154 #: ../imagery/i.ortho.photo/i.ortho.init/main.c:158 @@ -33080,6 +33596,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33122,6 +33639,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Option '%s' is required for new exposure info" msgstr "" @@ -33135,6 +33657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33150,6 +33673,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:12 ../vector/v.rectify/cp.c:343 ======= ======= @@ -33160,6 +33685,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -33181,6 +33707,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.ortho.photo/i.ortho.transform/main.c:160 #: ../imagery/i.ortho.photo/i.ortho.transform/main.c:203 #: ../misc/m.transform/main.c:96 @@ -33371,6 +33899,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33413,6 +33942,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Control Point file for group <%s@%s> - " msgstr "" @@ -33430,6 +33964,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33449,6 +33984,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:32 ../imagery/i.rectify/cp.c:57 msgid "Not enough memory to solve transformation equations." msgstr "" @@ -33465,6 +34002,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33494,6 +34032,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:31 ../imagery/i.rectify/cp.c:55 msgid "Not enough memory to solve transformation equations." msgstr "" @@ -33512,6 +34054,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33554,6 +34097,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Not enough active control points for current order, %d are required." msgstr "" @@ -33567,6 +34115,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33586,6 +34135,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:60 ../vector/v.rectify/cp.c:365 msgid "Invalid order" msgstr "" @@ -33697,6 +34248,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33726,6 +34278,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.rectify/cp.c:58 ../vector/v.rectify/cp.c:370 msgid "Invalid order" msgstr "" @@ -33739,6 +34295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -33781,6 +34338,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:96 msgid "albedo" msgstr "" @@ -33794,6 +34356,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33813,6 +34376,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:100 ../imagery/i.aster.toar/main.c:102 #: ../locale/scriptstrings/r.in.aster_to_translate.c:5 msgid "ASTER" @@ -33826,6 +34391,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33855,6 +34421,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:101 #: ../locale/scriptstrings/i.lswt_to_translate.c:5 msgid "AVHRR" @@ -33869,6 +34439,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -33888,6 +34459,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:104 msgid "Computes broad band albedo from surface reflectance." msgstr "" @@ -33920,6 +34493,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -33949,6 +34523,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:103 msgid "Computes broad band albedo from surface reflectance." msgstr "" @@ -33983,6 +34561,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34025,6 +34604,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Aggressive mode (Landsat)" msgstr "" @@ -34043,6 +34627,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34062,6 +34647,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:144 msgid "Soft mode (MODIS)" msgstr "" @@ -34078,6 +34665,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -34107,6 +34695,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:143 msgid "Soft mode (MODIS)" msgstr "" @@ -34120,6 +34712,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -34162,6 +34755,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.albedo/main.c:181 msgid "At least two raster maps are required" msgstr "" @@ -34175,6 +34773,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -34194,6 +34793,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.fft/main.c:80 ../imagery/i.ifft/main.c:80 msgid "Fast Fourier Transform" msgstr "" @@ -36176,6 +36777,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -36205,6 +36807,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.maxlik/open.c:27 #, c-format msgid "" @@ -36221,6 +36827,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.maxlik/open.c:30 ======= <<<<<<< HEAD @@ -36241,6 +36848,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.maxlik/open.c:32 ======= #: ../imagery/i.maxlik/open.c:30 @@ -36251,6 +36860,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.maxlik/open.c:30 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -36285,6 +36895,11 @@ msgstr "" #: ../imagery/i.maxlik/open.c:30 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../imagery/i.maxlik/open.c:30 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Subgroup <%s> of group <%s> only has 1 raster map. The subgroup must have at " @@ -36300,6 +36915,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../imagery/i.maxlik/open.c:36 ======= <<<<<<< HEAD @@ -36320,6 +36936,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.maxlik/open.c:39 ======= #: ../imagery/i.maxlik/open.c:36 @@ -36330,6 +36948,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../imagery/i.maxlik/open.c:36 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -36364,6 +36983,11 @@ msgstr "" #: ../imagery/i.maxlik/open.c:36 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../imagery/i.maxlik/open.c:36 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to open signature file <%s>" msgstr "" @@ -36376,6 +37000,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -36419,6 +37044,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.maxlik/main.c:68 msgid "Classifies the cell spectral reflectances in imagery data." msgstr "" @@ -36446,6 +37076,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -36488,6 +37119,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.maxlik/invert.c:28 #, c-format msgid "Signature %d is not valid (ill-conditioned) - ignored" @@ -36507,6 +37143,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -36526,6 +37163,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../imagery/i.maxlik/main.c:66 msgid "Classifies the cell spectral reflectances in imagery data." msgstr "" @@ -42927,6 +43566,7 @@ msgid "The Python recursion limit that should be used (Python default is 1000)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -42956,6 +43596,10 @@ msgid "The Python recursion limit that should be used (Python default is 1000)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../imagery/i.pca/main.c:74 #: ../locale/scriptstrings/i.pansharpen_to_translate.c:8 msgid "PCA" @@ -43393,6 +44037,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43435,6 +44080,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:1 @@ -43449,6 +44099,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -43492,6 +44143,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:4 #: ../locale/scriptstrings/i.sentinel.import_to_translate.c:4 #: ../locale/scriptstrings/i.tasscap_to_translate.c:7 @@ -43575,6 +44231,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43617,6 +44274,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:8 msgid "" "Name of the directory where the image and metadata file are stored (*.SAFE)" @@ -43634,6 +44296,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -43677,6 +44340,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:10 #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:25 #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:35 @@ -43808,6 +44476,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43850,6 +44519,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:11 msgid "Select the proper Atmospheric model" msgstr "" @@ -43886,6 +44560,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -43929,6 +44604,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:20 msgid "Rescale output raster map" msgstr "" @@ -44084,6 +44764,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44126,6 +44807,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:22 msgid "Name for output text file to be used as input in i.sentinel.mask" msgstr "" @@ -44142,6 +44828,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -44185,6 +44872,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:28 #: ../locale/scriptstrings/v.to.rast.multi_to_translate.c:29 #: ../locale/scriptstrings/i.sentinel.import_to_translate.c:15 @@ -44211,6 +44903,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44253,6 +44946,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:30 msgid "Use AOD instead visibility" msgstr "" @@ -44269,6 +44967,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -44312,6 +45011,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:34 #: ../locale/scriptstrings/r.in.wcs_to_translate.c:8 #: ../locale/scriptstrings/i.sentinel.import_to_translate.c:22 @@ -44328,6 +45032,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -44370,6 +45075,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:36 msgid "Skip import of Sentinel bands" msgstr "" @@ -44387,6 +45097,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44406,6 +45117,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.extract_to_translate.c:1 msgid "Extracts specified categories of an integer input map." msgstr "" @@ -44912,6 +45625,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44941,6 +45655,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.sentinel.preproc_to_translate.c:40 #: ../locale/scriptstrings/i.sentinel.import_to_translate.c:24 #: ../locale/scriptstrings/i.landsat.import_to_translate.c:25 @@ -45880,6 +46598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -45922,6 +46641,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "A numerical suffix separated by an underscore will be attached to create a " "unique identifier" @@ -45936,6 +46660,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -45955,6 +46680,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.vect.algebra_to_translate.c:9 #: ../locale/scriptstrings/t.rast3d.algebra_to_translate.c:11 #: ../locale/scriptstrings/t.rast.algebra_to_translate.c:11 @@ -45967,6 +46694,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -45996,6 +46724,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast3d.mapcalc_to_translate.c:10 #: ../locale/scriptstrings/t.rast3d.algebra_to_translate.c:10 #: ../locale/scriptstrings/t.rast3d.extract_to_translate.c:10 @@ -46028,6 +46760,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46070,6 +46803,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Check the spatial topology of temporally related maps and process only " "spatially related maps" @@ -46084,6 +46822,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -46103,6 +46842,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.diversity_to_translate.c:1 msgid "" "Calculate diversity indices based on a moving window using r.li packages" @@ -46133,6 +46874,7 @@ msgid "Preserve configuration files" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -46162,6 +46904,10 @@ msgid "Preserve configuration files" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.mblend_to_translate.c:1 msgid "Blends two rasters of different spatial resolution." msgstr "" @@ -46469,6 +47215,7 @@ msgid "Align ISIS3 data to the extents of the current GRASS region" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46511,6 +47258,11 @@ msgid "Align ISIS3 data to the extents of the current GRASS region" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.maxent.swd_to_translate.c:1 @@ -46543,6 +47295,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -46586,6 +47339,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.maxent.swd_to_translate.c:9 #: ../locale/scriptstrings/r.out.maxent_swd_to_translate.c:11 msgid "Environmental parameter map(s)" @@ -46600,6 +47358,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -46642,6 +47401,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.maxent.swd_to_translate.c:10 #: ../locale/scriptstrings/v.maxent.swd_to_translate.c:12 #: ../locale/scriptstrings/v.maxent.swd_to_translate.c:14 @@ -46679,6 +47443,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -46690,6 +47455,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main msgid "Thin species and background points" ======= ======= @@ -46697,6 +47464,7 @@ msgid "Thin species and background points" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= msgid "Thin species and background points" @@ -46718,6 +47486,8 @@ msgid "Thin species and background points" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Background SWD file" >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgstr "" @@ -48294,6 +49064,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48321,6 +49092,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "include the original columns in input layers in export to swd file" msgstr "" @@ -48463,6 +49238,7 @@ msgid "Number of tiles in y direction" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48640,6 +49416,11 @@ msgid "Number of tiles in y direction" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" <<<<<<< HEAD @@ -48657,6 +49438,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -48700,6 +49482,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.stream.profiler_to_translate.c:3 #: ../locale/scriptstrings/v.stream.order_to_translate.c:4 #: ../locale/scriptstrings/v.stream.inbasin_to_translate.c:3 @@ -48771,6 +49558,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48813,6 +49601,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.stream.profiler_to_translate.c:6 msgid "Starting line segment category" msgstr "" @@ -48825,6 +49618,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -48868,6 +49662,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.stream.profiler_to_translate.c:7 #: ../locale/scriptstrings/v.stream.inbasin_to_translate.c:11 #: ../locale/scriptstrings/v.stream.inbasin_to_translate.c:13 @@ -48917,6 +49716,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48959,6 +49759,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.stream.profiler_to_translate.c:8 msgid "Vector input of stream network created by r.stream.extract" msgstr "" @@ -49016,6 +49821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49030,6 +49836,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -49038,6 +49846,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -49053,6 +49862,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.select_to_translate.c:1 msgid "" "Select maps from space time datasets by topological relationships to other " @@ -52535,6 +53346,7 @@ msgid "Elevation coordinate of a point on the plane" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52564,6 +53376,10 @@ msgid "Elevation coordinate of a point on the plane" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/d.vect.colbp_to_translate.c:1 msgid "Draws the boxplot of values in a vector attribute column" msgstr "" @@ -52743,6 +53559,7 @@ msgid "Name of input uncompressed GNS file from NGA (with .txt extension)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52785,6 +53602,11 @@ msgid "Name of input uncompressed GNS file from NGA (with .txt extension)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.import_to_translate.c:1 @@ -52809,6 +53631,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -52852,6 +53675,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.import_to_translate.c:11 #: ../locale/scriptstrings/i.landsat.import_to_translate.c:15 msgid "Resampling method to use for reprojection" @@ -52889,6 +53717,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52931,6 +53760,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.import_to_translate.c:17 msgid "Resolution of output raster map (default: estimated)" msgstr "" @@ -52953,6 +53787,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -52996,6 +53831,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.import_to_translate.c:22 #: ../raster/r.in.gdal/main.c:163 ../raster/r.in.bin/main.c:298 #: ../raster/r.external/main.c:90 ../raster/r.buildvrt/main.c:102 @@ -53013,6 +53853,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53055,6 +53896,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.import_to_translate.c:24 msgid "Estimate resolution only" msgstr "" @@ -53068,6 +53914,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53086,6 +53933,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.import_to_translate.c:30 #: ../locale/scriptstrings/v.import_to_translate.c:28 #: ../vector/v.in.ogr/main.c:382 @@ -53103,6 +53952,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) @@ -53131,6 +53981,11 @@ msgstr "" <<<<<<< HEAD >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +<<<<<<< HEAD +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.in.usgs_to_translate.c:1 msgid "Download user-requested products through the USGS TNM API" msgstr "" @@ -54371,6 +55226,7 @@ msgid "Percent to brighten" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -54400,6 +55256,10 @@ msgid "Percent to brighten" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.import_to_translate.c:25 #: ../locale/scriptstrings/r.import_to_translate.c:27 #: ../locale/scriptstrings/i.landsat.download_to_translate.c:30 @@ -54543,6 +55403,7 @@ msgid "The name of the input signature file to copy" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -54585,6 +55446,11 @@ msgid "The name of the input signature file to copy" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:1 @@ -55001,6 +55867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -55044,6 +55911,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:110 #: ../raster/r.report/parse.c:45 msgid "Units to report" @@ -55058,6 +55930,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55100,6 +55973,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.estimap.recreation_to_translate.c:111 msgid "Units to report the demand distribution" msgstr "" @@ -55121,6 +55999,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -55140,6 +56019,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.flexure_to_translate.c:1 msgid "Lithospheric flexure: gridded deflections from scattered point loads" msgstr "" @@ -55169,6 +56050,7 @@ msgid "Output vector points map of vertical deflections [m]" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -55198,6 +56080,10 @@ msgid "Output vector points map of vertical deflections [m]" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.pansharpen_to_translate.c:1 msgid "" "Image fusion algorithms to sharpen multispectral with high-res panchromatic " @@ -55770,6 +56656,7 @@ msgid "low-memory option (will use full raster layers)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55812,6 +56699,11 @@ msgid "low-memory option (will use full raster layers)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/t.rast.list_to_translate.c:1 @@ -55826,6 +56718,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -55869,6 +56762,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.list_to_translate.c:5 #: ../locale/scriptstrings/g.compare.md5_to_translate.c:4 #: ../locale/scriptstrings/t.vect.list_to_translate.c:5 @@ -55887,6 +56785,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -55929,6 +56828,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.list_to_translate.c:7 #: ../locale/scriptstrings/t.vect.list_to_translate.c:7 #: ../locale/scriptstrings/t.list_to_translate.c:10 @@ -55943,6 +56847,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -55986,6 +56891,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.list_to_translate.c:8 #: ../locale/scriptstrings/t.rast.list_to_translate.c:15 #: ../locale/scriptstrings/t.rast.list_to_translate.c:17 @@ -56037,6 +56947,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -56079,6 +56990,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.list_to_translate.c:13 msgid "" "The granule to be used for listing. The granule must be specified as string " @@ -56094,6 +57010,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56113,6 +57030,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.convert.all_to_translate.c:1 msgid "" "Converts all older versions of GRASS vector maps in current mapset to " @@ -56609,6 +57528,7 @@ msgid "Use (d^n)*log(d) instead of 1/(d^n) for radial basis function" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -56638,6 +57558,10 @@ msgid "Use (d^n)*log(d) instead of 1/(d^n) for radial basis function" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.list_to_translate.c:16 #: ../locale/scriptstrings/t.rast3d.univar_to_translate.c:8 #: ../locale/scriptstrings/t.vect.univar_to_translate.c:8 @@ -57014,6 +57938,7 @@ msgid "Images" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57056,6 +57981,11 @@ msgid "Images" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.basin_to_translate.c:1 @@ -57070,6 +58000,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -57113,6 +58044,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.basin_to_translate.c:4 #: ../raster/r.watershed/front/main.c:78 ../raster/r.water.outlet/main.c:59 #: ../raster/r.basins.fill/main.c:56 @@ -57142,6 +58078,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57184,6 +58121,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.basin_to_translate.c:7 msgid "coordinates of the outlet (east,north)" msgstr "" @@ -57197,6 +58139,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57216,6 +58159,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.basin_to_translate.c:9 #: ../locale/scriptstrings/r.threshold_to_translate.c:4 #: ../locale/scriptstrings/i.segment.uspo_to_translate.c:5 @@ -57226,6 +58171,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57255,6 +58201,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.basin_to_translate.c:8 #: ../locale/scriptstrings/v.in.gbif_to_translate.c:7 #: ../locale/scriptstrings/v.habitat.dem_to_translate.c:12 @@ -57273,6 +58223,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57315,6 +58266,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "threshold" msgstr "" @@ -57335,6 +58291,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57354,6 +58311,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.richdem.resolveflats_to_translate.c:1 msgid "Directs flow from flat areas on depression-filled DEMs" msgstr "" @@ -57371,6 +58330,7 @@ msgid "Output DEM with flats resolved for continuous flow" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -57400,6 +58360,10 @@ msgid "Output DEM with flats resolved for continuous flow" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/d.what.vect_to_translate.c:1 msgid "" "Allows the user to interactively query vector map layers at user-selected " @@ -57782,6 +58746,7 @@ msgid "Output DEM with depressions breached" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57824,6 +58789,11 @@ msgid "Output DEM with depressions breached" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.stream.watersheds_to_translate.c:1 @@ -57840,6 +58810,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -57883,6 +58854,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.stream.watersheds_to_translate.c:4 #: ../locale/scriptstrings/r.stream.variables_to_translate.c:4 #: ../raster/r.watershed/front/main.c:80 @@ -57898,6 +58874,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -57940,6 +58917,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.stream.watersheds_to_translate.c:6 msgid "Name of the drainage direction raster (generated with r.watershed)" msgstr "" @@ -57963,6 +58945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -57982,6 +58965,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.connectivity.network_to_translate.c:1 msgid "" "Compute connectivity measures for a set of habitat patches based on graph-" @@ -58109,6 +59094,7 @@ msgid "Sample vertically (default is to sample horizontally)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -58138,6 +59124,10 @@ msgid "Sample vertically (default is to sample horizontally)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.stream.watersheds_to_translate.c:9 #: ../locale/scriptstrings/r.stream.variables_to_translate.c:14 msgid "Number of CPUs used for the parallel computation" @@ -61404,6 +62394,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61446,6 +62437,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:1 @@ -61460,6 +62456,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -61503,6 +62500,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:5 #: ../locale/scriptstrings/r.gsflow.hydrodem_to_translate.c:5 #: ../locale/scriptstrings/r.gsflow.hydrodem_to_translate.c:6 @@ -61524,6 +62526,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61566,6 +62569,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:6 msgid "PRMS stream segments" msgstr "" @@ -61578,6 +62586,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -61621,6 +62630,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:8 #: ../locale/scriptstrings/r.gsflow.hydrodem_to_translate.c:8 #: ../locale/scriptstrings/v.gsflow.grid_to_translate.c:11 @@ -61637,6 +62651,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -61679,6 +62694,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.gsflow.reaches_to_translate.c:10 msgid "DEM for slope along reaches" msgstr "" @@ -61752,6 +62772,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -61771,6 +62792,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.extract_to_translate.c:1 msgid "Extracts a subset of a space time raster datasets." msgstr "" @@ -61900,6 +62923,7 @@ msgid "Method to scale transparency" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -61929,6 +62953,10 @@ msgid "Method to scale transparency" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.in.probav_to_translate.c:1 msgid "" "Imports PROBA-V NDVI data in netCDF format into a raster map with real NDVI " @@ -63914,6 +64942,7 @@ msgid "pth percentile of the values" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -63956,6 +64985,11 @@ msgid "pth percentile of the values" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:1 @@ -63982,6 +65016,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -64025,6 +65060,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:5 #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:7 #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:9 @@ -64063,6 +65103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64105,6 +65146,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:6 msgid "Name of the vector map layer of the structure of the plants" msgstr "" @@ -64384,6 +65430,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -64427,6 +65474,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:96 #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:98 #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:100 @@ -64445,6 +65497,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64487,6 +65540,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:97 msgid "Alpha coefficient to assess the maintenance costs" msgstr "" @@ -64522,6 +65580,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -64565,6 +65624,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:107 #: ../locale/scriptstrings/r.green.hydro.technical_to_translate.c:38 #: ../locale/scriptstrings/r.green.hydro.planning_to_translate.c:12 @@ -64581,6 +65645,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64623,6 +65688,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.green.hydro.financial_to_translate.c:109 msgid "Constant to assess the revenues" msgstr "" @@ -64654,6 +65724,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -64673,6 +65744,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.viewshed.exposure_to_translate.c:1 msgid "Visual exposure to defined exposure source." msgstr "" @@ -67109,6 +68182,7 @@ msgid "Lists registered maps of a space time vector dataset." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -67138,6 +68212,10 @@ msgid "Lists registered maps of a space time vector dataset." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.to.lines_to_translate.c:1 msgid "Converts vector polygons or points to lines." msgstr "" @@ -67416,6 +68494,7 @@ msgid "Number of quartals to use" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -67458,6 +68537,11 @@ msgid "Number of quartals to use" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.rgb_to_translate.c:1 @@ -67498,6 +68582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67517,6 +68602,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.register_to_translate.c:1 msgid "" "Assigns timestamps and registers raster, vector and raster3d maps in a space " @@ -69712,6 +70799,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -69741,6 +70829,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.agent.aco_to_translate.c:1 #: ../locale/scriptstrings/r.agent.rand_to_translate.c:1 msgid "Agents wander around on the terrain, marking paths to new locations." @@ -69998,6 +71090,7 @@ msgid "Name of output vector with viewed areas" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70040,6 +71133,11 @@ msgid "Name of output vector with viewed areas" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.category.trim_to_translate.c:1 @@ -70056,6 +71154,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -70099,6 +71198,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.category.trim_to_translate.c:3 #: ../locale/scriptstrings/r.out.legend_to_translate.c:3 msgid "color" @@ -70113,6 +71217,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70155,6 +71260,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.category.trim_to_translate.c:6 msgid "input map" msgstr "" @@ -70167,6 +71277,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -70210,6 +71321,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.category.trim_to_translate.c:7 #: ../locale/scriptstrings/r.category.trim_to_translate.c:9 #: ../locale/scriptstrings/g.proj.all_to_translate.c:11 @@ -70231,6 +71347,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70273,6 +71390,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.category.trim_to_translate.c:8 msgid "output map" msgstr "" @@ -70302,6 +71424,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -70345,6 +71468,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.object.thickness_to_translate.c:1 msgid "" "Evaluates minimum, maximum and mean thickness of objects of a given category " @@ -70694,6 +71822,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70736,6 +71865,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.rock.stability_to_translate.c:1 msgid "A tool for preliminary rock failure susceptibility mapping." msgstr "" @@ -70748,6 +71882,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -70791,6 +71926,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.rock.stability_to_translate.c:2 #: ../locale/scriptstrings/r.droka_to_translate.c:2 msgid "rock mass" @@ -70805,6 +71945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -70847,6 +71988,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.rock.stability_to_translate.c:3 msgid "planar failure" msgstr "" @@ -70905,6 +72051,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -70924,6 +72071,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.landsat.download_to_translate.c:1 msgid "" "Downloads Landsat TM, ETM and OLI data from EarthExplorer using " @@ -71252,6 +72401,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -71281,6 +72431,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.mapcalc_to_translate.c:1 msgid "" "Performs spatio-temporal mapcalc expressions on temporally sampled maps of " @@ -71927,6 +73081,7 @@ msgid "Name of output vector map with the structure of the plants" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -71969,6 +73124,11 @@ msgid "Name of output vector map with the structure of the plants" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.civil_to_translate.c:1 @@ -72271,6 +73431,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -72290,6 +73451,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/d.what.vect_to_translate.c:1 msgid "" "Allows the user to interactively query vector map layers at user-selected " @@ -73299,6 +74462,7 @@ msgid "Number of cores to use for crawling thredds server" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -73328,6 +74492,10 @@ msgid "Number of cores to use for crawling thredds server" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.vect.univar_to_translate.c:1 msgid "" "Calculates univariate statistics of attributes for each registered vector " @@ -74487,6 +75655,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -74529,6 +75698,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.krige_to_translate.c:1 @@ -74611,6 +75785,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -74630,6 +75805,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.object.spatialautocor_to_translate.c:1 msgid "Spatial autocorrelation of raster objects" msgstr "" @@ -74760,6 +75937,7 @@ msgid "Remove and print not valid CSW connections resources from XML file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -74789,6 +75967,10 @@ msgid "Remove and print not valid CSW connections resources from XML file" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.sample_to_translate.c:1 msgid "" "Samples the input space time dataset(s) with a sample space time dataset and " @@ -75376,6 +76558,7 @@ msgid "Remove individual environmental similarity layers (IES)" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -75418,6 +76601,11 @@ msgid "Remove individual environmental similarity layers (IES)" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/i.variance_to_translate.c:1 @@ -75449,6 +76637,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -75468,6 +76657,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.vect.univar_to_translate.c:1 msgid "" "Calculates univariate statistics of attributes for each registered vector " @@ -75700,6 +76891,7 @@ msgid "output to text file" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -75729,6 +76921,10 @@ msgid "output to text file" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.richdem.resolveflats_to_translate.c:1 msgid "Directs flow from flat areas on depression-filled DEMs" msgstr "" @@ -77099,6 +78295,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -77141,6 +78338,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.fidimo_to_translate.c:1 @@ -77278,6 +78480,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -77297,6 +78500,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.landsat.qa_to_translate.c:1 msgid "" "Reclassifies Landsat QA band according to acceptable pixel quality as " @@ -77815,6 +79020,7 @@ msgid "Output water depth at the end of the run" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -77844,6 +79050,10 @@ msgid "Output water depth at the end of the run" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/i.landsat8.swlst_to_translate.c:1 msgid "" "Practical split-window algorithm estimating Land Surface Temperature from " @@ -78069,6 +79279,7 @@ msgid "Use absolute values in legend, instead of percentages" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78111,6 +79322,11 @@ msgid "Use absolute values in legend, instead of percentages" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.stats_to_translate.c:1 @@ -78178,6 +79394,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -78197,6 +79414,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/t.rast.to.rast3_to_translate.c:1 msgid "Converts a space time raster dataset into a 3D raster map." msgstr "" @@ -78216,6 +79435,7 @@ msgid "Basename for output raster maps" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -78245,6 +79465,10 @@ msgid "Basename for output raster maps" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.centroids_to_translate.c:1 msgid "Adds missing centroids to closed boundaries." msgstr "" @@ -78939,6 +80163,7 @@ msgid "URL of ZIP, TAR.GZ, or other similar archive" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -78981,6 +80206,11 @@ msgid "URL of ZIP, TAR.GZ, or other similar archive" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.db.join_to_translate.c:1 @@ -79003,6 +80233,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -79046,6 +80277,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.db.join_to_translate.c:8 #: ../locale/scriptstrings/v.flexure_to_translate.c:7 #: ../locale/scriptstrings/v.what.vect_to_translate.c:10 @@ -79061,6 +80297,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -79103,6 +80340,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.db.join_to_translate.c:9 msgid "Identifier column (e.g.: cat) in the vector table to be used for join" msgstr "" @@ -79116,6 +80358,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -79131,6 +80374,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.db.join_to_translate.c:14 msgid "Columns to exclude from the other table" ======= @@ -79142,6 +80387,7 @@ msgid "Columns to exclude from the other table" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -79165,6 +80411,8 @@ msgid "Columns to exclude from the other table" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.db.join_to_translate.c:10 #: ../locale/scriptstrings/db.join_to_translate.c:6 msgid "Other table name" @@ -84325,6 +85573,7 @@ msgid "Type of the output space time dataset" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -84367,6 +85616,11 @@ msgid "Type of the output space time dataset" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/v.class.mlR_to_translate.c:1 @@ -84610,6 +85864,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -84629,6 +85884,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.gsflow.hruparams_to_translate.c:6 msgid "Elevation raster" msgstr "" @@ -84662,6 +85919,7 @@ msgid "Aspect from r.slope.aspect" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -84691,6 +85949,10 @@ msgid "Aspect from r.slope.aspect" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.in.redlist_to_translate.c:1 msgid "importing of IUCN Red List Spatial Data" msgstr "" @@ -85110,6 +86372,7 @@ msgid "Path where move and copy the mapset" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85151,6 +86414,11 @@ msgid "Path where move and copy the mapset" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../locale/scriptstrings/r.in.ahn_to_translate.c:1 @@ -85214,6 +86482,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -85233,6 +86502,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../locale/scriptstrings/r.slope.direction_to_translate.c:1 msgid "Calculates slope following a direction raster." msgstr "" @@ -85413,6 +86684,7 @@ msgid "Paper '%s' not found, using defaults" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -85442,6 +86714,10 @@ msgid "Paper '%s' not found, using defaults" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../locale/scriptstrings/v.db.addcolumn_to_translate.c:1 msgid "" "Adds one or more columns to the attribute table connected to a given vector " @@ -85493,6 +86769,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85535,6 +86812,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../ps/ps.map/do_psfiles.c:20 @@ -85551,6 +86833,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -85570,6 +86853,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../ps/ps.map/eps.c:18 #, c-format msgid "Can't open eps file <%s>" @@ -85848,6 +87133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -85877,6 +87163,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../ps/ps.map/ps_vareas.c:67 ../ps/ps.map/ps_vareas.c:78 #: ../ps/ps.map/ps_vlines.c:84 msgid "Read error in vector map" @@ -85895,6 +87185,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -85937,6 +87228,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "No record for category [%d]" msgstr "" @@ -85950,6 +87246,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../ps/ps.map/ps_vareas.c:108 ../ps/ps.map/ps_vlines.c:125 #: ../ps/ps.map/ps_vpoints.c:201 ======= @@ -85971,6 +87268,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../ps/ps.map/ps_vareas.c:107 ../ps/ps.map/ps_vlines.c:121 #: ../ps/ps.map/ps_vpoints.c:194 ======= @@ -85983,6 +87282,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85992,6 +87292,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../ps/ps.map/ps_vareas.c:108 ../ps/ps.map/ps_vlines.c:125 #: ../ps/ps.map/ps_vpoints.c:201 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -86001,6 +87303,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86018,6 +87321,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, c-format msgid "Invalid RGB color definition in column <%s> for category [%d]" msgstr "" @@ -86031,6 +87336,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -86050,6 +87356,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../ps/ps.map/ps_vareas.c:158 ../ps/ps.map/ps_vlines.c:53 #: ../ps/ps.map/ps_vpoints.c:68 msgid "Cannot load data from table" @@ -86158,6 +87466,7 @@ msgid "Can't get group information" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -86187,6 +87496,10 @@ msgid "Can't get group information" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../ps/ps.map/ps_vareas.c:161 ../ps/ps.map/ps_vlines.c:56 #: ../ps/ps.map/ps_vpoints.c:71 msgid "Cannot load data from table" @@ -86212,6 +87525,7 @@ msgid "illegal vlegend sub-request" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86254,6 +87568,11 @@ msgid "illegal vlegend sub-request" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../ps/ps.map/r_instructions.c:62 @@ -86280,6 +87599,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -86323,6 +87643,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../ps/ps.map/r_instructions.c:129 ../ps/ps.map/main.c:220 msgid "illegal copies request" msgstr "" @@ -86336,6 +87661,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86378,6 +87704,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../ps/ps.map/r_instructions.c:144 ../ps/ps.map/r_instructions.c:340 msgid "no raster map selected yet" msgstr "" @@ -86390,6 +87721,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -86433,6 +87765,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../ps/ps.map/r_instructions.c:149 ../ps/ps.map/r_instructions.c:464 #: ../ps/ps.map/getgrid.c:63 ../ps/ps.map/getgrid.c:87 #: ../ps/ps.map/getgrid.c:173 ../ps/ps.map/getgrid.c:197 @@ -86450,6 +87787,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -86492,6 +87830,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../ps/ps.map/r_instructions.c:160 msgid "illegal value list" msgstr "" @@ -86561,6 +87904,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -86580,6 +87924,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../visualization/ximgview/main.c:78 msgid "Unable to get window attributes" msgstr "" @@ -86616,6 +87962,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -86645,6 +87992,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../ps/ps.map/ps_raster.c:42 msgid "Can't create temporary PostScript mask file." msgstr "" @@ -87075,6 +88426,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87117,6 +88469,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unknown visual class [%d]." msgstr "" @@ -87130,6 +88487,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -87149,6 +88507,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../visualization/ximgview/color.c:236 msgid "Unable to get sufficient gray shades." msgstr "" @@ -99858,6 +101218,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -99887,6 +101248,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../visualization/ximgview/color.c:239 msgid "Unable to get sufficient gray shades." msgstr "" @@ -99942,6 +101307,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -99984,6 +101350,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to read range for %s" msgstr "" @@ -99997,6 +101368,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.profile/main.c:79 ======= <<<<<<< HEAD @@ -100017,6 +101389,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.profile/main.c:76 ======= #: ../display/d.profile/main.c:79 @@ -100027,6 +101401,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.profile/main.c:79 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -100061,6 +101436,11 @@ msgstr "" #: ../display/d.profile/main.c:79 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.profile/main.c:79 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to read FP range for %s" msgstr "" @@ -100074,6 +101454,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -100093,6 +101474,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.profile/main.c:197 msgid "Plots profile of a transect." msgstr "" @@ -100113,6 +101496,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -100142,6 +101526,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.profile/main.c:195 msgid "Plots profile of a transect." msgstr "" @@ -100168,6 +101556,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100210,6 +101599,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "At least two points are required" msgstr "" @@ -100226,6 +101620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -100245,6 +101640,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.fontlist/main.c:52 msgid "List fonts (default; provided for compatibility with d.font)" msgstr "" @@ -100260,6 +101657,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -100289,6 +101687,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.fontlist/main.c:51 msgid "List fonts (default; provided for compatibility with d.font)" msgstr "" @@ -100472,6 +101874,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -100514,6 +101917,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.chart/main.c:65 msgid "chart maps" msgstr "" @@ -100539,6 +101947,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.chart/main.c:129 ../display/d.vect.chart/main.c:148 ======= <<<<<<< HEAD @@ -100559,6 +101968,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.chart/main.c:128 ../display/d.vect.chart/main.c:146 ======= #: ../display/d.vect.chart/main.c:129 ../display/d.vect.chart/main.c:148 @@ -100569,6 +101980,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.chart/main.c:129 ../display/d.vect.chart/main.c:148 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -100603,6 +102015,11 @@ msgstr "" #: ../display/d.vect.chart/main.c:129 ../display/d.vect.chart/main.c:148 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.chart/main.c:129 ../display/d.vect.chart/main.c:148 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Chart properties" msgstr "" @@ -100639,6 +102056,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -100658,6 +102076,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.chart/main.c:127 msgid "Center the bar chart around a data point" msgstr "" @@ -101038,6 +102458,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -101067,6 +102488,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.chart/main.c:128 msgid "Center the bar chart around a data point" msgstr "" @@ -101406,6 +102831,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101448,6 +102874,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unable to read symbol <%s>, unable to display points" msgstr "" @@ -101461,6 +102892,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -101476,6 +102908,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/display.c:117 ../display/d.vect/lines.c:158 ======= ======= @@ -101486,6 +102920,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -101507,6 +102942,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/display.c:75 ../display/d.vect/dir.c:30 #: ../display/d.vect/lines.c:143 ../display/d.vect/zcoor.c:38 #: ../display/d.vect/topo.c:52 ../display/d.vect/vert.c:27 @@ -101534,6 +102971,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -101576,6 +103014,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%d point plotted" msgid_plural "%d points plotted" @@ -101591,6 +103034,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/display.c:121 ../display/d.vect/lines.c:177 ======= <<<<<<< HEAD @@ -101611,6 +103055,8 @@ msgstr[1] "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/display.c:120 ../display/d.vect/lines.c:161 ======= #: ../display/d.vect.thematic/display.c:121 ../display/d.vect/lines.c:177 @@ -101621,6 +103067,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/display.c:121 ../display/d.vect/lines.c:177 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -101655,6 +103102,11 @@ msgstr[1] "" #: ../display/d.vect.thematic/display.c:121 ../display/d.vect/lines.c:177 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/display.c:121 ../display/d.vect/lines.c:177 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%d line plotted" msgid_plural "%d lines plotted" @@ -101670,6 +103122,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/display.c:125 ../display/d.vect/lines.c:179 ======= <<<<<<< HEAD @@ -101690,6 +103143,8 @@ msgstr[1] "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/display.c:124 ../display/d.vect/lines.c:165 ======= #: ../display/d.vect.thematic/display.c:125 ../display/d.vect/lines.c:179 @@ -101700,6 +103155,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/display.c:125 ../display/d.vect/lines.c:179 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -101734,6 +103190,11 @@ msgstr[1] "" #: ../display/d.vect.thematic/display.c:125 ../display/d.vect/lines.c:179 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/display.c:125 ../display/d.vect/lines.c:179 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%d centroid plotted" msgid_plural "%d centroids plotted" @@ -101749,6 +103210,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/display.c:129 ../display/d.vect/lines.c:181 ======= <<<<<<< HEAD @@ -101769,6 +103231,8 @@ msgstr[1] "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/display.c:128 ../display/d.vect/lines.c:169 ======= #: ../display/d.vect.thematic/display.c:129 ../display/d.vect/lines.c:181 @@ -101779,6 +103243,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/display.c:129 ../display/d.vect/lines.c:181 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -101813,6 +103278,11 @@ msgstr[1] "" #: ../display/d.vect.thematic/display.c:129 ../display/d.vect/lines.c:181 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/display.c:129 ../display/d.vect/lines.c:181 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%d boundary plotted" msgid_plural "%d boundaries plotted" @@ -101828,6 +103298,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/display.c:132 ../display/d.vect/lines.c:183 ======= <<<<<<< HEAD @@ -101848,6 +103319,8 @@ msgstr[1] "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/display.c:131 ../display/d.vect/lines.c:172 ======= #: ../display/d.vect.thematic/display.c:132 ../display/d.vect/lines.c:183 @@ -101858,6 +103331,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/display.c:132 ../display/d.vect/lines.c:183 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -101892,6 +103366,11 @@ msgstr[1] "" #: ../display/d.vect.thematic/display.c:132 ../display/d.vect/lines.c:183 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/display.c:132 ../display/d.vect/lines.c:183 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%d face plotted" msgid_plural "%d faces plotted" @@ -101907,6 +103386,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -101926,6 +103406,8 @@ msgstr[1] "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:90 msgid "choropleth map" msgstr "" @@ -101976,6 +103458,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102005,6 +103488,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:87 msgid "choropleth map" msgstr "" @@ -102081,6 +103568,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102123,6 +103611,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:185 ../display/d.vect/main.c:191 #: ../display/d.vect/main.c:327 msgid "Symbols" @@ -102137,6 +103630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102156,6 +103650,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:171 ../display/d.vect/main.c:172 msgid "Point and centroid symbol" msgstr "" @@ -102168,6 +103664,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102197,6 +103694,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:172 ../display/d.vect/main.c:172 msgid "Point and centroid symbol" msgstr "" @@ -102211,6 +103712,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102253,6 +103755,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:179 msgid "Symbol size" msgstr "" @@ -102266,6 +103773,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102285,6 +103793,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:185 ../display/d.vect.thematic/main.c:197 #: ../display/d.vect.thematic/main.c:207 ../display/d.vect.thematic/main.c:217 #: ../display/d.vect.thematic/main.c:223 ../display/d.vect.thematic/main.c:229 @@ -102298,6 +103808,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102327,6 +103838,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:186 ../display/d.vect.thematic/main.c:197 #: ../display/d.vect.thematic/main.c:206 ../display/d.vect.thematic/main.c:218 #: ../display/d.vect.thematic/main.c:224 ../display/d.vect.thematic/main.c:229 @@ -102342,6 +103857,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102384,6 +103900,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Legend" msgstr "" @@ -102400,6 +103921,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102419,6 +103941,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:202 msgid "Legend symbol for areas" msgstr "" @@ -102439,6 +103963,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102468,6 +103993,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:201 msgid "Legend symbol for areas" msgstr "" @@ -102490,6 +104019,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102532,6 +104062,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Output legend file" msgstr "" @@ -102548,6 +104083,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:237 ======= <<<<<<< HEAD @@ -102568,6 +104104,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:235 ======= #: ../display/d.vect.thematic/main.c:237 @@ -102578,6 +104116,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:237 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -102612,6 +104151,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:237 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/main.c:237 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "When printing legend info, include extended statistical info from " "classification algorithm" @@ -102626,6 +104170,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102645,6 +104190,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:242 ../display/d.vect/main.c:331 msgid "Do not show this layer in vector legend" msgstr "" @@ -102657,6 +104204,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102686,6 +104234,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:243 ../display/d.vect/main.c:331 msgid "Do not show this layer in vector legend" msgstr "" @@ -102700,6 +104252,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102742,6 +104295,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Flag -e is deprecated, set verbose mode with --v to get the extended " "statistical info." @@ -102763,6 +104321,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:277 ======= <<<<<<< HEAD @@ -102783,6 +104342,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:278 ======= #: ../display/d.vect.thematic/main.c:277 @@ -102793,6 +104354,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:277 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -102827,6 +104389,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:277 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/main.c:277 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%s: You must build topology on vector map. Run v.build." msgstr "" @@ -102840,6 +104407,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -102859,6 +104427,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:289 msgid "'layer' must be > 0" msgstr "" @@ -102871,6 +104441,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -102900,6 +104471,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:288 msgid "'layer' must be > 0" msgstr "" @@ -102941,6 +104516,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -102983,6 +104559,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Data (%s) not numeric. Column must be numeric." msgstr "" @@ -102996,6 +104577,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:379 ======= <<<<<<< HEAD @@ -103016,6 +104598,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:316 ../display/d.vect.thematic/plot1.c:138 #: ../display/d.vect.thematic/plot1.c:165 #, c-format @@ -103032,6 +104616,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:379 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103066,6 +104651,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:379 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/main.c:379 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Unknown color: [%s]" msgstr "" @@ -103079,6 +104669,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:390 ======= <<<<<<< HEAD @@ -103099,6 +104690,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:385 ======= #: ../display/d.vect.thematic/main.c:390 @@ -103109,6 +104702,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:390 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103143,6 +104737,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:390 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/main.c:390 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "You gave both manual breaks and a classification algorithm or a number of " "classes. The manual breaks have precedence and will thus be used." @@ -103157,6 +104756,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -103176,6 +104776,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:422 msgid "You must either give classbreaks or a classification algorithm" msgstr "" @@ -103188,6 +104790,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -103217,6 +104820,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:427 msgid "You must either give classbreaks or a classification algorithm" msgstr "" @@ -103231,6 +104838,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103273,6 +104881,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "Not enough colors or error in color specifications.\n" @@ -103288,6 +104901,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:445 ======= <<<<<<< HEAD @@ -103308,6 +104922,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:440 ======= #: ../display/d.vect.thematic/main.c:445 @@ -103318,6 +104934,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:445 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103352,6 +104969,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:445 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/main.c:445 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Error interpreting color %s" msgstr "" @@ -103365,6 +104987,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -103384,6 +105007,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:455 msgid "Plotting ..." msgstr "" @@ -103396,6 +105021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -103425,6 +105051,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:462 msgid "Plotting ..." msgstr "" @@ -103439,6 +105069,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103481,6 +105112,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The bounding box of the map is outside the current region, nothing drawn." msgstr "" @@ -103494,6 +105130,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:523 ======= <<<<<<< HEAD @@ -103514,6 +105151,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:515 ======= #: ../display/d.vect.thematic/main.c:523 @@ -103524,6 +105163,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:523 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103558,6 +105198,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:523 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/main.c:523 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "\n" @@ -103573,6 +105218,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect.thematic/main.c:525 ======= <<<<<<< HEAD @@ -103593,6 +105239,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:516 ======= #: ../display/d.vect.thematic/main.c:525 @@ -103603,6 +105251,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect.thematic/main.c:525 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103637,6 +105286,11 @@ msgstr "" #: ../display/d.vect.thematic/main.c:525 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect.thematic/main.c:525 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Classification of %s into %i classes\n" msgstr "" @@ -103650,6 +105304,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -103665,6 +105320,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:523 ======= ======= @@ -103675,6 +105332,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -103696,6 +105354,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:527 ../vector/v.class/main.c:203 #, c-format msgid "Using algorithm: *** %s ***\n" @@ -103716,6 +105376,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -103758,6 +105419,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Last chi2 = %f\n" msgstr "" @@ -103771,6 +105437,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -103790,6 +105457,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect.thematic/plot1.c:122 msgid "Color definition column not specified" msgstr "" @@ -104184,6 +105853,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -104213,6 +105883,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect.thematic/main.c:535 ../vector/v.class/main.c:211 #, c-format msgid "Stdev multiplied by %.4f to define step\n" @@ -104669,6 +106343,7 @@ msgid "Invalid value for color type in legend file. Use one of 'lf' or 'ps'." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -104711,6 +106386,11 @@ msgid "Invalid value for color type in legend file. Use one of 'lf' or 'ps'." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../display/d.vect/opt.c:126 @@ -104727,6 +106407,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -104746,6 +106427,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect/label.c:32 msgid "Topology level required for drawing centroids for OGR layers" msgstr "" @@ -104888,6 +106571,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -104917,6 +106601,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/lines.c:121 msgid "" "Unable to display features by id, topology not available. Please try to " @@ -105048,6 +106736,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -105090,6 +106779,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Scale factor for width_column" msgstr "" @@ -105114,6 +106808,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -105133,6 +106828,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:194 msgid "Measured in degrees CCW from east" msgstr "" @@ -105149,6 +106846,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -105178,6 +106876,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:195 msgid "Measured in degrees CCW from east" msgstr "" @@ -105196,6 +106898,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -105238,6 +106941,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Line symbol for legend" msgstr "" @@ -105253,6 +106961,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -105296,6 +107005,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:227 ../display/d.vect/main.c:234 #: ../display/d.vect/main.c:241 ../display/d.vect/main.c:246 #: ../display/d.vect/main.c:253 ../display/d.vect/main.c:260 @@ -105313,6 +107027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -105355,6 +107070,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:229 msgid "Layer number for labels (default: the given layer number)" msgstr "" @@ -105430,6 +107150,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -105449,6 +107170,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:351 msgid "Region size is lower than minreg, nothing displayed" msgstr "" @@ -105465,6 +107188,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -105494,6 +107218,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:350 msgid "Region size is lower than minreg, nothing displayed" msgstr "" @@ -105512,6 +107240,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -105554,6 +107283,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "" "The -%c flag and <%s> option cannot be used together, the -%c flag will be " @@ -105569,6 +107303,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect/main.c:395 ../display/d.vect/main.c:401 ======= <<<<<<< HEAD @@ -105589,6 +107324,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:398 ../display/d.vect/main.c:404 ======= #: ../display/d.vect/main.c:395 ../display/d.vect/main.c:401 @@ -105599,6 +107336,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect/main.c:395 ../display/d.vect/main.c:401 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -105633,6 +107371,11 @@ msgstr "" #: ../display/d.vect/main.c:395 ../display/d.vect/main.c:401 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect/main.c:395 ../display/d.vect/main.c:401 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Option <%s> must be > 0" msgstr "" @@ -105646,6 +107389,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.vect/main.c:405 ======= <<<<<<< HEAD @@ -105666,6 +107410,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:409 ======= #: ../display/d.vect/main.c:405 @@ -105676,6 +107422,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.vect/main.c:405 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -105710,6 +107457,11 @@ msgstr "" #: ../display/d.vect/main.c:405 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.vect/main.c:405 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "%d error in cat option" msgid_plural "%d errors in cat option" @@ -105725,6 +107477,7 @@ msgstr[1] "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -105744,6 +107497,8 @@ msgstr[1] "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:426 msgid "Plotting..." msgstr "" @@ -105756,6 +107511,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -105785,6 +107541,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:421 msgid "Plotting..." msgstr "" @@ -105799,6 +107559,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -105841,6 +107602,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "The bounding box of the map is outside the current region, nothing drawn" msgstr "" @@ -105854,6 +107620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -105873,6 +107640,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.vect/main.c:510 msgid "Rendering failed" msgstr "" @@ -106109,6 +107878,7 @@ msgid "Range file for <%s> not available" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -106138,6 +107908,10 @@ msgid "Range file for <%s> not available" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.vect/main.c:503 msgid "Rendering failed" msgstr "" @@ -106541,6 +108315,7 @@ msgid "Graph file <%s> not found" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -106583,6 +108358,11 @@ msgid "Graph file <%s> not found" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../display/d.mon/list.c:80 @@ -106602,6 +108382,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.mon/list.c:116 ../scripts/d.what.vect/d.what.vect.py:35 #: ../scripts/d.what.rast/d.what.rast.py:35 ../scripts/d.redraw/d.redraw.py:39 ======= @@ -106623,6 +108404,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.mon/list.c:116 ../scripts/d.what.rast/d.what.rast.py:35 <<<<<<< HEAD #: ../scripts/d.what.vect/d.what.vect.py:35 @@ -106639,6 +108422,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -106661,6 +108445,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../display/d.mon/list.c:116 ../scripts/d.what.vect/d.what.vect.py:35 #: ../scripts/d.what.rast/d.what.rast.py:35 ../scripts/d.redraw/d.redraw.py:39 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -106670,6 +108458,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106694,6 +108483,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format, python-format msgid "Unable to open file '%s'" msgstr "" @@ -106712,6 +108504,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.mon/stop.c:18 ../display/d.mon/select.c:30 ======= <<<<<<< HEAD @@ -106732,6 +108525,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.mon/select.c:14 #, c-format msgid "Monitor <%s> is already selected" @@ -106747,6 +108542,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.mon/stop.c:18 ../display/d.mon/select.c:30 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -106781,6 +108577,11 @@ msgstr "" #: ../display/d.mon/stop.c:18 ../display/d.mon/select.c:30 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.mon/stop.c:18 ../display/d.mon/select.c:30 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Monitor <%s> is not running" msgstr "" @@ -106809,6 +108610,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -106828,6 +108630,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.mon/start.c:68 #, c-format msgid "Unable to start monitor, don't have write permission for <%s>" @@ -106875,6 +108679,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -106904,6 +108709,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.mon/main.c:53 msgid "Controls graphics display monitors from the command line." msgstr "" @@ -106922,6 +108731,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.mon/main.c:74 ../display/d.mon/main.c:135 #: ../display/d.mon/main.c:140 ======= @@ -106943,6 +108753,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:74 ../display/d.mon/main.c:140 #: ../display/d.mon/main.c:146 ======= @@ -106955,6 +108767,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106964,6 +108777,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../display/d.mon/main.c:74 ../display/d.mon/main.c:135 #: ../display/d.mon/main.c:140 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -106973,6 +108788,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106990,6 +108806,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Manage" msgstr "" @@ -107010,6 +108828,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -107029,6 +108848,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:80 msgid "Default value: 720" msgstr "" @@ -107105,6 +108926,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -107134,6 +108956,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.mon/main.c:79 msgid "Default value: 720" msgstr "" @@ -107212,6 +109038,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -107254,6 +109081,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Flag -%c has effect only for wx monitors (%s=wx0-7)" msgstr "" @@ -107267,6 +109099,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -107286,6 +109119,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:181 msgid "Currently selected monitor:" msgstr "" @@ -107298,6 +109133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -107327,6 +109163,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.mon/main.c:169 ../general/g.mapsets/main.c:136 #: ../general/g.mapsets/main.c:138 ../general/g.mapsets/main.c:148 #, c-format @@ -107347,6 +109187,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -107389,6 +109230,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "List of commands for monitor <%s>:" msgstr "" @@ -107402,6 +109248,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../display/d.mon/main.c:185 ======= <<<<<<< HEAD @@ -107422,6 +109269,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:193 ======= #: ../display/d.mon/main.c:185 @@ -107432,6 +109281,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../display/d.mon/main.c:185 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -107466,6 +109316,11 @@ msgstr "" #: ../display/d.mon/main.c:185 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../display/d.mon/main.c:185 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Monitor <%s> released" msgstr "" @@ -107479,6 +109334,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -107498,6 +109354,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.mon/main.c:198 msgid "No monitor selected" msgstr "" @@ -107510,6 +109368,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -107539,6 +109398,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.mon/main.c:190 msgid "No monitor selected" msgstr "" @@ -107553,6 +109416,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -107595,6 +109459,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, c-format msgid "Either <%s>, <%s> or <%s> must be given" msgstr "" @@ -107608,6 +109477,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -107627,6 +109497,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../display/d.info/main.c:36 msgid "Displays information about the active display monitor." msgstr "" @@ -108848,6 +110720,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -108877,6 +110750,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../display/d.mon/main.c:214 ../general/g.mapsets/main.c:140 #: ../general/g.mapsets/main.c:150 ../general/g.mapsets/main.c:158 #, c-format @@ -139316,6 +141193,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -139332,6 +141210,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -139341,6 +141221,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -139374,6 +141255,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Vector map <%s> not found in current mapset" msgstr "" @@ -139387,6 +141270,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -139406,6 +141290,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.db.renamecolumn/v.db.renamecolumn.py:66 msgid "" "There is no table connected to the input vector map. Cannot rename any column" @@ -139439,6 +141325,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -139468,6 +141355,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:136 #: ../scripts/v.rast.stats/v.rast.stats.py:175 #: ../scripts/v.rast.stats/v.rast.stats.py:186 @@ -139481,6 +141372,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -139497,6 +141389,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -139506,6 +141400,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -139539,6 +141434,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.db.update/v.db.update.py:80 msgid "" "There is no table connected to this map. Run v.db.connect or v.db.addtable " @@ -139569,12 +141466,15 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:242 ======= ======= @@ -139583,6 +141483,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> osgeo-main ======= @@ -139608,6 +141509,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:241 ======= #: ../scripts/v.rast.stats/v.rast.stats.py:242 @@ -139619,6 +141522,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.rast.stats/v.rast.stats.py:242 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -139636,6 +141540,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -139646,6 +141552,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -139661,6 +141568,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Statistics calculated from raster map <{raster}> and uploaded to attribute " @@ -139676,6 +141585,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.rast.stats/v.rast.stats.py:250 ======= <<<<<<< HEAD @@ -139688,6 +141598,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:249 ======= ======= @@ -139695,6 +141607,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/v.rast.stats/v.rast.stats.py:249 @@ -139716,6 +141629,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:248 ======= #: ../scripts/v.rast.stats/v.rast.stats.py:250 @@ -139727,6 +141642,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.rast.stats/v.rast.stats.py:250 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -139744,6 +141660,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -139754,6 +141672,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -139769,6 +141688,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to upload statistics to attribute table of vector map <%s>." msgstr "" @@ -139782,6 +141703,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -139793,6 +141715,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:286 ======= ======= @@ -139800,6 +141724,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/v.rast.stats/v.rast.stats.py:286 @@ -139821,6 +141746,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:285 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "An error occurred while converting vector to raster" @@ -139841,6 +141768,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -139870,6 +141798,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:287 msgid "An error occurred while converting vector to raster" msgstr "" @@ -139888,6 +141820,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -139904,6 +141837,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -139913,6 +141848,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -139946,6 +141882,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Not all vector categories converted to raster. " @@ -139961,6 +141899,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.rast.stats/v.rast.stats.py:430 ======= <<<<<<< HEAD @@ -139973,6 +141912,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:429 ======= ======= @@ -139980,6 +141921,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/v.rast.stats/v.rast.stats.py:429 @@ -140001,6 +141943,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:428 ======= #: ../scripts/v.rast.stats/v.rast.stats.py:430 @@ -140012,6 +141956,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.rast.stats/v.rast.stats.py:430 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -140029,6 +141974,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -140039,6 +141986,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -140054,6 +142002,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Cannot create column <%s> (already present). " msgstr "" @@ -140067,6 +142017,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -140084,6 +142035,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:430 msgid "Use -c flag to update values in this column." msgstr "" @@ -140093,6 +142046,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -140111,6 +142065,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:429 msgid "Use -c flag to update values in this column." msgstr "" @@ -140123,6 +142079,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -140152,6 +142109,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:431 msgid "Use -c flag to update values in this column." msgstr "" @@ -140166,6 +142127,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -140182,6 +142144,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -140191,6 +142155,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -140224,6 +142189,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Adding columns '%s'" msgstr "" @@ -140237,6 +142204,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -140248,6 +142216,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:446 ======= ======= @@ -140255,6 +142225,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/v.rast.stats/v.rast.stats.py:446 @@ -140276,6 +142247,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:445 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Adding columns failed. Exiting." @@ -140333,6 +142306,7 @@ msgid "Either or must be given" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -140362,6 +142336,10 @@ msgid "Either or must be given" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/v.rast.stats/v.rast.stats.py:447 msgid "Adding columns failed. Exiting." msgstr "" @@ -140730,6 +142708,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -140772,6 +142751,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../scripts/i.in.spotvgt/i.in.spotvgt.py:129 @@ -140839,6 +142823,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -140858,6 +142843,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension.all/g.extension.all.py:61 #, python-format msgid "%s not defined" @@ -140938,6 +142925,7 @@ msgid "Unable to process extension:%s" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -140967,6 +142955,10 @@ msgid "Unable to process extension:%s" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/db.droptable/db.droptable.py:70 #: ../scripts/db.dropcolumn/db.dropcolumn.py:59 msgid "Forcing ..." @@ -141037,6 +143029,7 @@ msgid "Flags -%c and -%c are mutually exclusive" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -141079,6 +143072,11 @@ msgid "Flags -%c and -%c are mutually exclusive" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.report/v.report.py:124 @@ -141105,6 +143103,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -141124,6 +143123,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.pack/v.pack.py:65 #, python-format msgid "Unable to pack vector map <%s>. Only native format supported." @@ -141239,6 +143240,7 @@ msgid "WFS import failed" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -141268,6 +143270,10 @@ msgid "WFS import failed" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/d.what.vect/d.what.vect.py:44 ../scripts/d.frame/d.frame.py:282 #: ../scripts/d.what.rast/d.what.rast.py:44 ../scripts/d.redraw/d.redraw.py:34 #: ../scripts/d.out.file/d.out.file.py:58 ../scripts/d.to.rast/d.to.rast.py:44 @@ -141849,6 +143855,7 @@ msgid "Incorrect WMS query" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -141891,6 +143898,11 @@ msgid "Incorrect WMS query" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../scripts/v.what.strds/v.what.strds.py:112 @@ -141927,6 +143939,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.what.strds/v.what.strds.py:241 ======= <<<<<<< HEAD @@ -141947,6 +143960,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.what.strds/v.what.strds.py:240 ======= #: ../scripts/v.what.strds/v.what.strds.py:241 @@ -141957,6 +143972,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.what.strds/v.what.strds.py:241 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -141991,6 +144007,11 @@ msgstr "" #: ../scripts/v.what.strds/v.what.strds.py:241 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../scripts/v.what.strds/v.what.strds.py:241 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to add table <%s> to vector map <%s>" msgstr "" @@ -142004,6 +144025,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.what.strds/v.what.strds.py:270 ======= <<<<<<< HEAD @@ -142024,6 +144046,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.what.strds/v.what.strds.py:269 ======= #: ../scripts/v.what.strds/v.what.strds.py:270 @@ -142034,6 +144058,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.what.strds/v.what.strds.py:270 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -142068,6 +144093,11 @@ msgstr "" #: ../scripts/v.what.strds/v.what.strds.py:270 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../scripts/v.what.strds/v.what.strds.py:270 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to add column %s to vector map <%s> " msgstr "" @@ -142081,6 +144111,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/v.what.strds/v.what.strds.py:286 ======= <<<<<<< HEAD @@ -142101,6 +144132,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/v.what.strds/v.what.strds.py:285 ======= #: ../scripts/v.what.strds/v.what.strds.py:286 @@ -142111,6 +144144,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/v.what.strds/v.what.strds.py:286 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -142145,6 +144179,11 @@ msgstr "" #: ../scripts/v.what.strds/v.what.strds.py:286 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../scripts/v.what.strds/v.what.strds.py:286 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to run v.what.rast for vector map <%s> and raster map <%s>" msgstr "" @@ -142158,6 +144197,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -142177,6 +144217,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/r.mapcalc.simple/r.mapcalc.simple.py:107 msgid "The expression is an empty string" msgstr "" @@ -142190,6 +144232,7 @@ msgid "Expression: {}" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -142219,6 +144262,10 @@ msgid "Expression: {}" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/d.frame/d.frame.py:96 ../scripts/d.frame/d.frame.py:127 #, python-format msgid "Unable to get monitor info. %s" @@ -142261,6 +144308,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -142303,6 +144351,11 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../scripts/i.spectral/i.spectral.py:121 @@ -142358,6 +144411,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -142401,6 +144455,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/r.in.srtm/r.in.srtm.py:169 msgid "This module only operates in LatLong locations" msgstr "" @@ -142684,6 +144743,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -142726,6 +144786,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/i.pansharpen/i.pansharpen.py:109 msgid "Required dependency NumPy not found. Exiting." msgstr "" @@ -142754,6 +144819,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -142773,6 +144839,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Converting image channels to 8bit for processing" msgstr "" @@ -142785,6 +144853,7 @@ msgid "Rescaling image channels to 8bit for processing" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -142814,6 +144883,10 @@ msgid "Rescaling image channels to 8bit for processing" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Converting image chanels to 8bit for processing" msgstr "" @@ -142828,6 +144901,7 @@ msgid "Rescaling image chanels to 8bit for processing" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -142870,6 +144944,11 @@ msgid "Rescaling image chanels to 8bit for processing" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../scripts/i.pansharpen/i.pansharpen.py:405 @@ -142953,6 +145032,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -142964,6 +145044,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/i.pansharpen/i.pansharpen.py:585 ======= ======= @@ -142971,6 +145053,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/i.pansharpen/i.pansharpen.py:585 @@ -142992,6 +145075,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/i.pansharpen/i.pansharpen.py:584 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Using PCA/inverse PCA algorithm" @@ -143021,6 +145106,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -143050,6 +145136,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/i.pansharpen/i.pansharpen.py:585 msgid "Using PCA/inverse PCA algorithm" msgstr "" @@ -143392,6 +145482,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -143434,6 +145525,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/v.db.addtable/v.db.addtable.py:79 #, python-format msgid "Using vector map name as table name: <%s>" @@ -143486,6 +145582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -143505,6 +145602,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/i.tasscap/i.tasscap.py:317 #, python-format msgid "Satellite %s..." @@ -143531,6 +145630,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -143560,6 +145660,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/r3.in.xyz/r3.in.xyz.py:255 msgid "The 2D and 3D region settings are different. Can not continue." msgstr "" @@ -143600,6 +145704,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -143619,6 +145724,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/r.mask/r.mask.py:100 msgid "Either parameter or parameter is required" msgstr "" @@ -143997,6 +146104,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144026,6 +146134,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/v.db.update/v.db.update.py:90 msgid "Use of libsqlitefunctions only with SQLite backend" msgstr "" @@ -144112,6 +146224,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -144128,6 +146241,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -144137,6 +146252,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -144170,6 +146286,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Download file from <{url}>, failed. File is not on the server or check your " @@ -144185,6 +146303,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:411 ======= <<<<<<< HEAD @@ -144197,6 +146316,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:601 ======= ======= @@ -144204,6 +146325,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:601 @@ -144225,6 +146347,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:597 ======= #: ../scripts/g.extension/g.extension.py:411 @@ -144236,6 +146360,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:411 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -144253,6 +146378,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -144263,6 +146390,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -144278,6 +146406,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "'%s' required. Please install '%s' first." msgstr "" @@ -144291,6 +146421,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -144302,6 +146433,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:665 ======= ======= @@ -144309,6 +146442,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:665 @@ -144330,6 +146464,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:661 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "List of installed extensions (toolboxes):" @@ -144378,6 +146514,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144407,6 +146544,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:475 msgid "List of installed extensions (toolboxes):" msgstr "" @@ -144452,6 +146593,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -144468,6 +146610,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -144477,6 +146621,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -144510,6 +146655,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Fetching list of extensions from GRASS-Addons SVN repository (be patient)..." msgstr "" @@ -144523,6 +146670,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -144534,6 +146682,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:949 ======= ======= @@ -144541,6 +146691,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:949 @@ -144562,6 +146713,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:945 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Flag 'c' ignored, addons metadata file not available" @@ -144584,6 +146737,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144613,6 +146767,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:760 msgid "Flag 'c' ignored, addons metadata file not available" msgstr "" @@ -144632,6 +146790,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -144648,6 +146807,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -144657,6 +146818,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -144690,6 +146852,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Checking for '%s' modules..." msgstr "" @@ -144703,6 +146867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:775 #: ../scripts/g.extension/g.extension.py:809 ======= @@ -144716,6 +146881,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:964 #: ../scripts/g.extension/g.extension.py:998 ======= @@ -144724,6 +146891,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:964 @@ -144747,6 +146915,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:960 #: ../scripts/g.extension/g.extension.py:994 ======= @@ -144760,6 +146930,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -144782,6 +146953,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../scripts/g.extension/g.extension.py:775 #: ../scripts/g.extension/g.extension.py:809 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -144791,6 +146966,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -144815,6 +146991,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to fetch '%s'" msgstr "" @@ -144828,6 +147007,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -144845,6 +147025,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1160 msgid "$GISBASE not defined" msgstr "" @@ -144854,6 +147036,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144872,6 +147055,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1156 msgid "$GISBASE not defined" msgstr "" @@ -144884,6 +147069,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -144913,6 +147099,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:829 msgid "Path to the source code:" msgstr "" @@ -144931,6 +147121,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -144947,6 +147138,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -144956,6 +147149,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -144989,6 +147183,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Extension <%s> already installed. Re-installing..." msgstr "" @@ -145002,6 +147198,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:989 ======= <<<<<<< HEAD @@ -145014,6 +147211,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1175 ======= ======= @@ -145021,6 +147220,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1175 @@ -145042,6 +147242,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1171 ======= #: ../scripts/g.extension/g.extension.py:989 @@ -145053,6 +147255,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:989 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -145070,6 +147273,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -145080,6 +147285,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -145095,6 +147301,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Installing toolbox <%s>..." msgstr "" @@ -145108,6 +147316,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145119,6 +147328,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1185 ======= ======= @@ -145126,6 +147337,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1185 @@ -145147,6 +147359,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1181 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Nothing to install" @@ -145175,6 +147389,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -145204,6 +147419,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:999 msgid "Nothing to install" msgstr "" @@ -145230,6 +147449,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145246,6 +147466,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -145255,6 +147477,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -145288,6 +147511,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Installation of <%s> successfully finished" msgstr "" @@ -145301,6 +147526,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1054 ======= <<<<<<< HEAD @@ -145313,6 +147539,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1240 ======= ======= @@ -145320,6 +147548,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1240 @@ -145341,6 +147570,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1236 ======= #: ../scripts/g.extension/g.extension.py:1054 @@ -145352,6 +147583,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1054 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -145369,6 +147601,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -145379,6 +147613,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -145394,6 +147629,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "This add-on module will not function until you set the GRASS_ADDON_BASE " "environment variable (see \"g.manual variables\")" @@ -145408,6 +147645,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145419,6 +147657,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1275 ======= ======= @@ -145426,6 +147666,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1275 @@ -145447,6 +147688,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1271 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Unable to read addons metadata file from the remote server" @@ -145467,6 +147710,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -145496,6 +147740,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1089 msgid "Unable to read addons metadata file from the remote server" msgstr "" @@ -145514,6 +147762,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -145530,6 +147779,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -145539,6 +147790,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -145572,6 +147824,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "No addons metadata available for <%s>" msgstr "" @@ -145585,6 +147839,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1161 ======= <<<<<<< HEAD @@ -145597,6 +147852,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1347 ======= ======= @@ -145604,6 +147861,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1347 @@ -145625,6 +147883,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1343 ======= #: ../scripts/g.extension/g.extension.py:1161 @@ -145636,6 +147896,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1161 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -145653,6 +147914,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -145663,6 +147926,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -145678,6 +147942,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Unable to read addons metadata file from the remote server: {0}" msgstr "" @@ -145691,6 +147957,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1166 ======= <<<<<<< HEAD @@ -145703,6 +147970,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1352 ======= ======= @@ -145710,6 +147979,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1352 @@ -145731,6 +148001,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1348 ======= #: ../scripts/g.extension/g.extension.py:1166 @@ -145742,6 +148014,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1166 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -145759,6 +148032,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -145769,6 +148044,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -145784,6 +148060,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format, python-brace-format msgid "Unable to parse '%s': {0}" msgstr "" @@ -145797,6 +148075,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1366 ======= <<<<<<< HEAD @@ -145809,6 +148088,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1538 ======= ======= @@ -145816,6 +148097,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1538 @@ -145837,6 +148119,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1534 ======= #: ../scripts/g.extension/g.extension.py:1366 @@ -145848,6 +148132,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1366 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -145865,6 +148150,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -145875,6 +148162,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -145890,6 +148178,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "No metadata available for module '{name}': {error}" msgstr "" @@ -145903,6 +148193,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145914,6 +148205,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1608 ======= ======= @@ -145921,6 +148214,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1608 @@ -145942,6 +148236,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1603 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Downloading precompiled GRASS Addons <{}>..." @@ -145964,6 +148260,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -145993,6 +148290,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1435 msgid "Downloading precompiled GRASS Addons <{}>..." msgstr "" @@ -146008,6 +148309,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146024,6 +148326,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -146033,6 +148337,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -146066,6 +148371,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "GRASS Addons <%s> not found" msgstr "" @@ -146079,6 +148386,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1644 ======= <<<<<<< HEAD @@ -146091,6 +148399,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1836 ======= ======= @@ -146098,6 +148408,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1836 @@ -146119,6 +148430,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1831 ======= #: ../scripts/g.extension/g.extension.py:1644 @@ -146130,6 +148443,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1644 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -146147,6 +148461,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -146157,6 +148473,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -146172,6 +148489,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "ZIP file is unreadable: {0}" msgstr "" @@ -146185,6 +148504,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1665 ======= <<<<<<< HEAD @@ -146197,6 +148517,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1871 ======= ======= @@ -146204,6 +148526,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1871 @@ -146225,6 +148548,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1866 ======= #: ../scripts/g.extension/g.extension.py:1665 @@ -146236,6 +148561,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1665 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -146253,6 +148579,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -146263,6 +148591,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -146278,6 +148607,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Archive file is unreadable: {0}" msgstr "" @@ -146291,6 +148622,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1675 ======= <<<<<<< HEAD @@ -146303,6 +148635,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1888 ======= ======= @@ -146310,6 +148644,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1888 @@ -146331,6 +148666,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1883 ======= #: ../scripts/g.extension/g.extension.py:1675 @@ -146342,6 +148679,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1675 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -146359,6 +148697,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -146369,6 +148709,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -146384,6 +148725,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Type of source identified as '{source}'." msgstr "" @@ -146397,6 +148740,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -146414,6 +148758,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1891 #: ../scripts/g.extension/g.extension.py:1900 #: ../scripts/g.extension/g.extension.py:1907 @@ -146421,6 +148767,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -146439,6 +148786,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1886 #: ../scripts/g.extension/g.extension.py:1895 #: ../scripts/g.extension/g.extension.py:1902 @@ -146449,6 +148798,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -146478,6 +148828,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1678 #, python-format msgid "Fetching <%s> from GRASS GIS Addons repository (be patient)..." @@ -146495,6 +148849,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146511,6 +148866,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -146520,6 +148877,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -146553,6 +148911,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Fetching <{name}> from <{url}> (be patient)..." msgstr "" @@ -146566,6 +148926,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1713 ======= <<<<<<< HEAD @@ -146578,6 +148939,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1922 ======= ======= @@ -146585,6 +148948,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1922 @@ -146606,6 +148970,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1917 ======= #: ../scripts/g.extension/g.extension.py:1713 @@ -146617,6 +148983,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -146634,6 +149001,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -146644,6 +149013,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -146659,6 +149029,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Expected default branch not found. Trying again from <{url}>..." msgstr "" @@ -146672,6 +149044,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1721 ======= <<<<<<< HEAD @@ -146684,6 +149057,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1930 ======= ======= @@ -146691,6 +149066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1930 @@ -146712,6 +149088,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1925 ======= #: ../scripts/g.extension/g.extension.py:1721 @@ -146723,6 +149101,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1721 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -146740,6 +149119,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -146750,6 +149131,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -146765,6 +149147,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Extension <{name}> not found. Please check 'url' and 'branch' options" msgstr "" @@ -146778,6 +149162,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -146795,6 +149180,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1935 msgid "Extension <{}> not found" msgstr "" @@ -146804,6 +149191,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -146822,6 +149210,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1930 msgid "Extension <{}> not found" msgstr "" @@ -146834,6 +149224,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -146863,6 +149254,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1726 #: ../scripts/g.extension/g.extension.py:2052 #, python-format @@ -146879,6 +149274,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -146895,6 +149291,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -146904,6 +149302,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -146937,6 +149336,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Unknown extension (addon) source type '{0}'. Please report this to the grass-" @@ -146952,6 +149353,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -146963,6 +149365,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1974 ======= ======= @@ -146970,6 +149374,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:1974 @@ -146991,6 +149396,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1969 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Path to the source code:" @@ -147046,6 +149453,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -147075,6 +149483,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:1785 msgid "Module name not found. Check module Makefile syntax (PGM variable)." msgstr "" @@ -147125,6 +149537,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -147167,6 +149580,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Extension <%s> successfully uninstalled." msgstr "" @@ -147180,6 +149598,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:1993 ======= <<<<<<< HEAD @@ -147195,6 +149614,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD @@ -147203,6 +149624,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -147218,6 +149640,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2201 ======= #: ../scripts/g.extension/g.extension.py:1993 @@ -147228,6 +149652,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:1993 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147261,6 +149686,11 @@ msgstr "" #: ../scripts/g.extension/g.extension.py:1993 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../scripts/g.extension/g.extension.py:1993 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Extension <%s> successfully uninstalled." msgstr "" @@ -147280,6 +149710,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2001 ======= <<<<<<< HEAD @@ -147292,6 +149723,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2214 ======= ======= @@ -147299,6 +149732,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2214 @@ -147320,6 +149754,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2209 ======= #: ../scripts/g.extension/g.extension.py:2001 @@ -147331,6 +149767,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2001 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147348,6 +149785,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -147358,6 +149797,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -147373,6 +149813,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Extension <%s> not removed. Re-run '%s' with '-f' flag to force removal" msgstr "" @@ -147386,6 +149828,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2157 ======= <<<<<<< HEAD @@ -147398,6 +149841,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2265 ======= ======= @@ -147405,6 +149850,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2265 @@ -147426,6 +149872,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2260 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -147446,6 +149894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2157 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147463,6 +149912,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -147473,6 +149924,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -147488,6 +149940,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Unable to create '{filename}': {error}. Is the GRASS GIS documentation " @@ -147504,6 +149958,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2176 ======= <<<<<<< HEAD @@ -147516,6 +149971,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2388 ======= ======= @@ -147523,6 +149980,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2388 @@ -147544,6 +150002,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2383 ======= #: ../scripts/g.extension/g.extension.py:2176 @@ -147555,6 +150015,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2176 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147572,6 +150033,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -147582,6 +150045,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -147597,6 +150061,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to create '%s': %s" msgstr "" @@ -147610,6 +150076,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2202 ======= <<<<<<< HEAD @@ -147622,6 +150089,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2416 ======= ======= @@ -147629,6 +150098,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2416 @@ -147650,6 +150120,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2411 ======= #: ../scripts/g.extension/g.extension.py:2202 @@ -147661,6 +150133,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2202 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147678,6 +150151,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -147688,6 +150163,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -147703,6 +150179,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Manual page for <%s> updated" msgstr "" @@ -147716,6 +150194,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2209 ======= <<<<<<< HEAD @@ -147728,6 +150207,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2423 ======= ======= @@ -147735,6 +150216,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2423 @@ -147756,6 +150238,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2418 ======= #: ../scripts/g.extension/g.extension.py:2209 @@ -147767,6 +150251,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2209 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147784,6 +150269,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -147794,6 +150281,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -147809,6 +150297,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to read manual page: %s" msgstr "" @@ -147822,6 +150312,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2253 ======= <<<<<<< HEAD @@ -147834,6 +150325,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2468 ======= ======= @@ -147841,6 +150334,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2468 @@ -147862,6 +150356,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2463 ======= #: ../scripts/g.extension/g.extension.py:2253 @@ -147873,6 +150369,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2253 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147890,6 +150387,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -147900,6 +150399,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -147915,6 +150415,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Unable for write manual page: %s" msgstr "" @@ -147928,6 +150430,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -147945,6 +150448,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2481 msgid "GRASS_ADDON_BASE is not defined, installing to ~/.grass{}/addons" msgstr "" @@ -147954,6 +150459,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -147972,6 +150478,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2476 msgid "GRASS_ADDON_BASE is not defined, installing to ~/.grass{}/addons" msgstr "" @@ -147984,6 +150492,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -148013,6 +150522,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2265 #, python-format msgid "GRASS_ADDON_BASE is not defined, installing to ~/.grass%s/addons" @@ -148028,6 +150541,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -148044,6 +150558,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -148053,6 +150569,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -148086,6 +150603,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "You don't have permission to install extension to <{0}>. Try to run {1} with " @@ -148101,6 +150620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2364 ======= <<<<<<< HEAD @@ -148113,6 +150633,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2582 ======= ======= @@ -148120,6 +150642,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2582 @@ -148141,6 +150664,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2577 ======= #: ../scripts/g.extension/g.extension.py:2364 @@ -148152,6 +150677,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2364 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -148169,6 +150695,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -148179,6 +150707,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -148194,6 +150723,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Identified {0} as known hosting service" msgstr "" @@ -148207,6 +150738,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2370 ======= <<<<<<< HEAD @@ -148219,6 +150751,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2587 ======= ======= @@ -148226,6 +150760,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2587 @@ -148247,6 +150782,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2582 ======= #: ../scripts/g.extension/g.extension.py:2370 @@ -148258,6 +150795,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2370 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -148275,6 +150813,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -148285,6 +150825,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -148300,6 +150841,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Not using {service} as known hosting service because the URL ends with " @@ -148315,6 +150858,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../scripts/g.extension/g.extension.py:2390 ======= <<<<<<< HEAD @@ -148327,6 +150871,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2608 ======= ======= @@ -148334,6 +150880,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2608 @@ -148355,6 +150902,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2603 ======= #: ../scripts/g.extension/g.extension.py:2390 @@ -148366,6 +150915,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../scripts/g.extension/g.extension.py:2390 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -148383,6 +150933,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -148393,6 +150945,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -148408,6 +150961,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Will use the following URL for download: {0}" msgstr "" @@ -148421,6 +150976,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -148432,6 +150988,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2641 ======= ======= @@ -148439,6 +150997,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../scripts/g.extension/g.extension.py:2641 @@ -148460,6 +151019,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2636 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -148771,6 +151332,7 @@ msgid "Generating output raster map <%s>..." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -148800,6 +151362,10 @@ msgid "Generating output raster map <%s>..." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../scripts/g.extension/g.extension.py:2519 msgid "Cannot open URL: {}" msgstr "" @@ -148839,6 +151405,7 @@ msgid "Imported table <%s> with %d rows" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -148881,4 +151448,9 @@ msgid "Imported table <%s> with %d rows" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" diff --git a/locale/templates/grasswxpy.pot b/locale/templates/grasswxpy.pot index d25f6f8776b..c13422f6742 100644 --- a/locale/templates/grasswxpy.pot +++ b/locale/templates/grasswxpy.pot @@ -17,6 +17,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "POT-Creation-Date: 2022-04-20 07:10-0400\n" ======= <<<<<<< HEAD @@ -29,6 +30,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-05-23 03:37-0600\n" ======= ======= @@ -36,6 +39,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= "POT-Creation-Date: 2024-05-23 03:37-0600\n" @@ -57,6 +61,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "POT-Creation-Date: 2024-02-09 06:51-0700\n" ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" @@ -68,6 +74,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "POT-Creation-Date: 2022-04-20 07:10-0400\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -85,6 +92,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -95,6 +104,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -110,6 +120,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -127,6 +139,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -146,6 +159,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/nviz/tools.py:109 ../gui/wxpython/nviz/preferences.py:65 #: ../gui/wxpython/nviz/preferences.py:69 msgid "View" @@ -2015,6 +2030,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2044,6 +2060,10 @@ msgid "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/toolbars.py:29 #: ../gui/wxpython/mapswipe/toolbars.py:31 msgid "Query raster/vector map(s)" @@ -2567,6 +2587,7 @@ msgid "Status bar" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2609,6 +2630,11 @@ msgid "Status bar" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/datacatalog/infomanager.py:36 @@ -2641,6 +2667,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 ======= @@ -2654,6 +2681,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 #: ../gui/wxpython/modules/import_export.py:578 ======= @@ -2662,6 +2691,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1109 @@ -2685,6 +2715,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:69 ../gui/wxpython/menustrings.py:1107 #: ../gui/wxpython/modules/import_export.py:562 ======= @@ -2698,6 +2730,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -2720,6 +2753,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:563 #: ../gui/wxpython/menustrings.py:67 ../gui/wxpython/menustrings.py:1093 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2729,6 +2766,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2753,6 +2791,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import vector data" msgstr "" @@ -2766,6 +2807,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 ======= @@ -2779,6 +2821,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 ======= ======= @@ -2786,6 +2830,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1074 @@ -2807,6 +2852,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1072 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/modules/import_export.py:416 @@ -2820,6 +2867,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2829,6 +2877,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:421 #: ../gui/wxpython/menustrings.py:34 ../gui/wxpython/menustrings.py:1060 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2838,6 +2888,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2855,6 +2906,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Import raster data" msgstr "" @@ -2928,6 +2981,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2947,6 +3001,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/catalog.py:51 msgid "Data catalog" msgstr "" @@ -3013,6 +3069,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3035,6 +3092,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/g.gui.datacatalog.py:50 msgid "Data Catalog - GRASS GIS" msgstr "" @@ -3047,12 +3108,15 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:96 ======= ======= @@ -3060,6 +3124,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/tree.py:96 ======= @@ -3080,6 +3145,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/tree.py:95 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -3397,6 +3464,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3419,6 +3487,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/toolbars.py:23 msgid "Reload GRASS projects" msgstr "" @@ -3476,6 +3548,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3488,6 +3561,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/history/browser.py:61 ../gui/wxpython/gui_core/menu.py:164 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #: ../gui/wxpython/modules/extensions.py:76 @@ -3501,6 +3576,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3510,6 +3586,8 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/extensions.py:76 #: ../gui/wxpython/gui_core/menu.py:163 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3517,6 +3595,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3529,6 +3608,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Search" msgstr "" @@ -3551,6 +3632,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3563,6 +3645,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:927 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Reprojection" @@ -3591,6 +3675,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3613,6 +3698,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:924 msgid "Reprojection" msgstr "" @@ -3637,6 +3726,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3650,6 +3742,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -3682,6 +3775,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "" "Map layer <{ml}> needs to be reprojected.\n" @@ -3696,12 +3791,15 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= ======= @@ -3709,6 +3807,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/datacatalog/dialogs.py:124 ======= @@ -3729,6 +3828,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/dialogs.py:125 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Estimated resolution:" @@ -3753,6 +3854,9 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4130,6 +4234,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5040,6 +5145,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/datacatalog/frame.py:31 ../gui/wxpython/menustrings.py:2007 <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5051,6 +5158,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -5084,6 +5192,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Data Catalog" msgstr "" @@ -5100,6 +5210,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5119,6 +5230,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapswipe/g.gui.mapswipe.py:87 msgid "Map Swipe Tool - GRASS GIS" msgstr "" @@ -17181,6 +17294,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17210,6 +17324,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:186 #, python-format msgid "<%(name)s>: layer type <%(type)s> is not supported" @@ -17286,6 +17404,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17295,12 +17414,15 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1119 ======= ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main <<<<<<< HEAD ======= @@ -17354,6 +17476,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1113 ../gui/wxpython/core/render.py:1120 #: ../gui/wxpython/core/render.py:1127 ../gui/wxpython/core/gcmd.py:421 msgid "Details:" @@ -17368,6 +17495,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17410,6 +17538,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/render.py:1118 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -17432,6 +17565,7 @@ msgid "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -17451,6 +17585,8 @@ msgid "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quitting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -17463,6 +17599,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -17492,6 +17629,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Unable to get current geographic extent. Force quiting wxGUI. Please " "manually run g.region to fix the problem." msgstr "" @@ -17819,6 +17960,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -17861,6 +18003,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Unable to open file <%s> for reading." msgstr "" @@ -17874,6 +18021,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1726 ======= <<<<<<< HEAD @@ -17894,6 +18042,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:1770 ======= #: ../gui/wxpython/core/workspace.py:1726 @@ -17904,6 +18054,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -17938,6 +18089,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1726 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/core/workspace.py:1726 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Some lines were skipped when reading settings from file <%(file)s>.\n" @@ -17955,6 +18111,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/core/workspace.py:1976 ======= <<<<<<< HEAD @@ -17975,6 +18132,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/core/workspace.py:2019 ======= #: ../gui/wxpython/core/workspace.py:1976 @@ -17985,6 +18144,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -18019,6 +18179,11 @@ msgstr "" #: ../gui/wxpython/core/workspace.py:1976 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/core/workspace.py:1976 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid " row %d:" msgstr "" @@ -18032,6 +18197,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -18051,6 +18217,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/mapdisp/main.py:190 #, python-format msgid "Unsupported command %s." @@ -18642,6 +18810,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -18671,6 +18840,10 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/core/menutree.py:162 #, python-format msgid "Unknow tag %s" @@ -24571,6 +24744,7 @@ msgid "Map <%s> not found. " <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24613,6 +24787,11 @@ msgid "Map <%s> not found. " ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/import_export.py:50 @@ -24642,6 +24821,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24653,6 +24833,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:985 ======= ======= @@ -24660,6 +24842,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:985 @@ -24681,6 +24864,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:968 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "right click to (un)select all" @@ -24693,6 +24878,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24722,6 +24908,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:965 msgid "right click to (un)select all" msgstr "" @@ -24746,6 +24936,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24788,6 +24979,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:82 msgid "Name for output GRASS map (editable)" msgstr "" @@ -24800,6 +24996,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -24843,6 +25040,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:85 #: ../gui/wxpython/gui_core/forms.py:2248 ../gui/wxpython/psmap/dialogs.py:2216 msgid "Feature type" @@ -24863,6 +25065,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -24905,6 +25108,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:96 msgid "Override projection check (use current location's projection)" msgstr "" @@ -24918,6 +25126,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24937,6 +25146,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:127 #: ../gui/wxpython/modules/import_export.py:435 <<<<<<< HEAD @@ -24950,6 +25161,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -24979,6 +25191,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:113 #: ../gui/wxpython/gui_core/forms.py:705 msgid "Close dialog on finish" @@ -24996,6 +25212,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25012,6 +25229,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25021,6 +25240,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -25054,6 +25274,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "&Import" msgstr "" @@ -25067,6 +25289,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 ======= @@ -25088,6 +25311,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:436 <<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:598 @@ -25104,6 +25329,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25126,6 +25352,10 @@ msgstr "" ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/modules/import_export.py:441 #: ../gui/wxpython/modules/import_export.py:583 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -25135,6 +25365,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -25159,6 +25390,9 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Import selected layers" msgstr "" @@ -25175,6 +25409,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25194,6 +25429,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:160 msgid "Import settings" msgstr "" @@ -25206,6 +25443,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25235,6 +25473,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:161 msgid "Import settings" msgstr "" @@ -25249,6 +25491,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25291,6 +25534,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map names %(names)s exist. " msgstr "" @@ -25304,6 +25552,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/modules/import_export.py:259 ======= <<<<<<< HEAD @@ -25324,6 +25573,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:258 ======= #: ../gui/wxpython/modules/import_export.py:259 @@ -25334,6 +25585,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -25368,6 +25620,11 @@ msgstr "" #: ../gui/wxpython/modules/import_export.py:259 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/modules/import_export.py:259 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Output map name <%(name)s> exist. " msgstr "" @@ -25381,6 +25638,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25400,6 +25658,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:423 #: ../gui/wxpython/modules/import_export.py:585 msgid "Add linked layers into layer tree" @@ -25473,6 +25733,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25502,6 +25763,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:419 #: ../gui/wxpython/menustrings.py:163 ../gui/wxpython/menustrings.py:1189 msgid "Link external raster data" @@ -25584,6 +25849,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -25600,6 +25866,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -25609,6 +25877,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -25642,6 +25911,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Projection of following layers do not match with projection of current " "location. " @@ -25656,6 +25927,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -25667,6 +25939,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:983 ======= ======= @@ -25674,6 +25948,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/modules/import_export.py:983 @@ -25695,6 +25970,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:966 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Layers to be reprojected" @@ -25821,6 +26098,7 @@ msgid "Raster Map Calculator" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -25850,6 +26128,10 @@ msgid "Raster Map Calculator" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/import_export.py:963 msgid "Layers to be reprojected" msgstr "" @@ -26315,6 +26597,7 @@ msgid "Thematic mapping for vector map in 3D view" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26357,6 +26640,11 @@ msgid "Thematic mapping for vector map in 3D view" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/modules/mcalc_builder.py:71 @@ -26391,6 +26679,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26434,6 +26723,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:174 #: ../gui/wxpython/gui_core/forms.py:2054 msgid "&Load" @@ -26448,6 +26742,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26490,6 +26785,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:175 msgid "Load expression from file" msgstr "" @@ -26502,6 +26802,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -26545,6 +26846,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:176 #: ../gui/wxpython/menustrings.py:172 ../gui/wxpython/menustrings.py:1198 #: ../gui/wxpython/gui_core/forms.py:634 @@ -26565,6 +26871,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -26607,6 +26914,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/mcalc_builder.py:181 msgid "exponent" msgstr "" @@ -26774,6 +27086,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26785,6 +27098,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:45 ======= ======= @@ -26792,6 +27107,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/iscatt/plots.py:45 @@ -26813,6 +27129,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/iscatt/plots.py:44 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -27223,6 +27541,7 @@ msgid "Setup for r.li modules - GRASS GIS" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27252,6 +27571,10 @@ msgid "Setup for r.li modules - GRASS GIS" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/modules/extensions.py:45 msgid "Fetch & install extension from GRASS Addons" msgstr "" @@ -27354,6 +27677,7 @@ msgid "Extension" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27396,6 +27720,11 @@ msgid "Extension" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:66 @@ -27449,6 +27778,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:981 ======= <<<<<<< HEAD @@ -27469,6 +27799,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:982 ======= #: ../gui/wxpython/rlisetup/wizard.py:981 @@ -27479,6 +27811,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27513,6 +27846,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:981 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:981 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Whole map layer" msgstr "" @@ -27538,6 +27876,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:708 ======= <<<<<<< HEAD @@ -27558,6 +27897,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:709 ======= #: ../gui/wxpython/rlisetup/wizard.py:708 @@ -27568,6 +27909,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27602,6 +27944,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:708 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:708 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s was not found, please select another vector" msgstr "" @@ -27615,6 +27962,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:713 ======= <<<<<<< HEAD @@ -27635,6 +27983,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:714 ======= #: ../gui/wxpython/rlisetup/wizard.py:713 @@ -27645,6 +27995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27679,6 +28030,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:713 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:713 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s has no areas, please select another vector" msgstr "" @@ -27692,6 +28048,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:719 ======= <<<<<<< HEAD @@ -27712,6 +28069,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:720 ======= #: ../gui/wxpython/rlisetup/wizard.py:719 @@ -27722,6 +28081,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -27756,6 +28116,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:719 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/wizard.py:719 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Vector %s has no table connected, please select another vector" msgstr "" @@ -27769,6 +28134,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27788,6 +28154,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:763 msgid "Insert sampling frame parameter" msgstr "" @@ -27825,6 +28193,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -27854,6 +28223,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:762 msgid "Insert sampling frame parameter" msgstr "" @@ -27903,6 +28276,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -27945,6 +28319,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Select areas from the\n" "overlaid vector map" @@ -27959,6 +28338,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -27978,6 +28358,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:998 msgid "Choose a method" msgstr "" @@ -28038,6 +28420,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28067,6 +28450,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:997 msgid "Choose a method" msgstr "" @@ -28129,6 +28516,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28171,6 +28559,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sampling regions" msgstr "" @@ -28184,6 +28577,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28203,6 +28597,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-brace-format msgid "Draw sample region {count} of {num_regions}" msgstr "" @@ -28232,6 +28628,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28261,6 +28658,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "Draw sample region " msgstr "" @@ -28297,6 +28698,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28339,6 +28741,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:105 msgid "Rectangle" msgstr "" @@ -28352,6 +28759,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28371,6 +28779,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1307 #: ../gui/wxpython/rlisetup/wizard.py:1499 #: ../gui/wxpython/rlisetup/wizard.py:1612 @@ -28481,6 +28891,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -28494,6 +28905,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:156 ======= ======= @@ -28503,6 +28916,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/rlisetup/functions.py:156 @@ -28522,6 +28936,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1309 #: ../gui/wxpython/rlisetup/wizard.py:1501 #: ../gui/wxpython/rlisetup/wizard.py:1614 @@ -28634,6 +29050,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -28676,6 +29093,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:155 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-format @@ -28693,6 +29115,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/wizard.py:1928 ======= <<<<<<< HEAD @@ -28719,6 +29142,12 @@ msgstr "" ======= >>>>>>> osgeo-main ======= +#: ../gui/wxpython/rlisetup/wizard.py:1920 +<<<<<<< HEAD +#: ../gui/wxpython/rlisetup/functions.py:140 +======= +>>>>>>> osgeo-main +======= #: ../gui/wxpython/rlisetup/wizard.py:1928 >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -28728,6 +29157,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -28771,6 +29201,8 @@ msgstr "" #: ../gui/wxpython/rlisetup/wizard.py:1928 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/functions.py:139 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "The polygon seems to have 0 areas" @@ -28785,6 +29217,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28804,6 +29237,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1923 msgid "Select sample area 1 of " msgstr "" @@ -28885,6 +29320,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -28914,6 +29350,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/wizard.py:1931 msgid "Select sample area 1 of " msgstr "" @@ -29039,6 +29479,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29081,6 +29522,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:26 msgid "Modify the configuration file" msgstr "" @@ -29099,6 +29545,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/rlisetup/frame.py:97 ======= <<<<<<< HEAD @@ -29119,6 +29566,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:101 ======= #: ../gui/wxpython/rlisetup/frame.py:97 @@ -29129,6 +29578,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -29163,6 +29613,11 @@ msgstr "" #: ../gui/wxpython/rlisetup/frame.py:97 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/rlisetup/frame.py:97 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-brace-format msgid "" "Are you sure that you want modify r.li configuration file {name}?\n" @@ -29178,6 +29633,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29197,6 +29653,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:106 msgid "WARNING" msgstr "" @@ -29242,6 +29700,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29271,6 +29730,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:102 msgid "WARNING" msgstr "" @@ -29323,6 +29786,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29365,6 +29829,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Do you want remove r.li configuration file <%s>?" msgstr "" @@ -29378,6 +29847,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29397,6 +29867,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:245 msgid "Remove new r.li configuration file?" msgstr "" @@ -29409,6 +29881,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -29438,6 +29911,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:241 msgid "Remove new r.li configuration file?" msgstr "" @@ -29452,6 +29929,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -29494,6 +29972,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Set the new name for %s \" " @@ -29509,6 +29992,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29528,6 +30012,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:279 msgid "Rename configuration file" msgstr "" @@ -30355,6 +30841,7 @@ msgid "There were some issues when loading menu or Tools tab:" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -30382,6 +30869,10 @@ msgid "There were some issues when loading menu or Tools tab:" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/rlisetup/frame.py:275 msgid "Rename configuration file" msgstr "" @@ -36796,6 +37287,7 @@ msgid "Dbf driver does not support usage of SQL functions." <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43245,6 +43737,11 @@ msgid "Dbf driver does not support usage of SQL functions." ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/lmgr/frame.py:1305 @@ -43304,6 +43801,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43321,6 +43819,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:237 ../gui/wxpython/dbmgr/base.py:369 #: ../gui/wxpython/dbmgr/base.py:961 ../gui/wxpython/dbmgr/base.py:1132 #: ../gui/wxpython/dbmgr/base.py:1486 ../gui/wxpython/dbmgr/base.py:2180 @@ -43328,6 +43828,7 @@ msgstr "" ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43346,6 +43847,8 @@ msgstr "" ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/manager.py:236 ../gui/wxpython/dbmgr/base.py:362 #: ../gui/wxpython/dbmgr/base.py:952 ../gui/wxpython/dbmgr/base.py:1123 #: ../gui/wxpython/dbmgr/base.py:1477 ../gui/wxpython/dbmgr/base.py:2170 @@ -43359,6 +43862,7 @@ msgid "Number of loaded records: %d" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -43388,6 +43892,10 @@ msgid "Number of loaded records: %d" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/dialogs.py:81 #, python-format msgid "" @@ -43451,6 +43959,7 @@ msgid "Category" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -43493,6 +44002,11 @@ msgid "Category" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgstr "" #: ../gui/wxpython/dbmgr/g.gui.dbmgr.py:51 @@ -43513,6 +44027,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -43524,6 +44039,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 ======= ======= @@ -43531,6 +44048,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/dbmgr/sqlbuilder.py:107 ../gui/wxpython/dbmgr/base.py:2362 @@ -43552,6 +44070,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/dbmgr/sqlbuilder.py:106 ../gui/wxpython/dbmgr/base.py:2351 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Database connection" @@ -44818,6 +45338,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -44847,6 +45368,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/web_services/widgets.py:140 msgid " Requested data settings " msgstr "" @@ -47955,6 +48480,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -47997,6 +48523,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Unable to open file\n" @@ -48012,6 +48543,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:535 ======= <<<<<<< HEAD @@ -48032,6 +48564,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:530 ======= #: ../gui/wxpython/psmap/instructions.py:535 @@ -48042,6 +48576,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48076,6 +48611,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:535 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:535 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "Instruction file will be loaded with following region: %s\n" msgstr "" @@ -48089,6 +48629,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:541 ======= <<<<<<< HEAD @@ -48109,6 +48650,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:536 ======= #: ../gui/wxpython/psmap/instructions.py:541 @@ -48119,6 +48662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48153,6 +48697,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:541 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:541 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Region cannot be set\n" @@ -48168,6 +48717,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -48187,6 +48737,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:706 <<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:929 @@ -48219,6 +48771,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -48248,6 +48801,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:711 #: ../gui/wxpython/psmap/instructions.py:925 #: ../gui/wxpython/psmap/instructions.py:1053 @@ -48269,6 +48826,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -48285,6 +48843,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48294,6 +48854,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -48327,6 +48888,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s" msgstr "" @@ -48340,6 +48903,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:727 ======= <<<<<<< HEAD @@ -48360,6 +48924,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:722 ======= #: ../gui/wxpython/psmap/instructions.py:727 @@ -48370,6 +48936,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48404,6 +48971,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:727 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:727 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Scale has changed, old value: %(old)s\n" @@ -48419,6 +48991,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:732 ======= <<<<<<< HEAD @@ -48439,6 +49012,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:727 ======= #: ../gui/wxpython/psmap/instructions.py:732 @@ -48449,6 +49024,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48483,6 +49059,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:732 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:732 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %s.\n" @@ -48498,6 +49079,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:746 ======= <<<<<<< HEAD @@ -48518,6 +49100,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:741 ======= #: ../gui/wxpython/psmap/instructions.py:746 @@ -48528,6 +49112,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48562,6 +49147,11 @@ msgstr "" #: ../gui/wxpython/psmap/instructions.py:746 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/instructions.py:746 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Map frame position changed, old value: %(old1)s %(old2)s\n" @@ -48577,6 +49167,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:764 ======= <<<<<<< HEAD @@ -48589,6 +49180,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:765 ======= ======= @@ -48596,6 +49189,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:765 @@ -48617,6 +49211,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:759 ======= #: ../gui/wxpython/psmap/instructions.py:764 @@ -48628,6 +49224,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:764 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48645,6 +49242,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48655,6 +49254,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48670,6 +49270,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Map frame size changed, old value: %(old1)s %(old2)s\n" @@ -48685,6 +49287,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:837 ======= <<<<<<< HEAD @@ -48697,6 +49300,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:840 ======= ======= @@ -48704,6 +49309,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:840 @@ -48725,6 +49331,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:832 ======= #: ../gui/wxpython/psmap/instructions.py:837 @@ -48736,6 +49344,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:837 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48753,6 +49362,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48763,6 +49374,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48778,6 +49390,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "" "Failed to read instruction %(file)s.\n" @@ -48793,6 +49407,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:852 ======= <<<<<<< HEAD @@ -48805,6 +49420,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:856 ======= ======= @@ -48812,6 +49429,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:856 @@ -48833,6 +49451,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:847 ======= #: ../gui/wxpython/psmap/instructions.py:852 @@ -48844,6 +49464,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:852 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48861,6 +49482,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48871,6 +49494,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48886,6 +49510,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %s." msgstr "" @@ -48899,6 +49525,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/instructions.py:1132 ======= <<<<<<< HEAD @@ -48911,6 +49538,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1136 ======= ======= @@ -48918,6 +49547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/instructions.py:1136 @@ -48939,6 +49569,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/instructions.py:1127 ======= #: ../gui/wxpython/psmap/instructions.py:1132 @@ -48950,6 +49582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/instructions.py:1132 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -48967,6 +49600,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -48977,6 +49612,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -48992,6 +49628,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read instruction %(inst)s: file %(file)s not found." msgstr "" @@ -49005,6 +49643,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49024,6 +49663,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/g.gui.psmap.py:52 msgid "Cartographic Composer - GRASS GIS" msgstr "" @@ -49076,6 +49717,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49105,6 +49747,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/toolbars.py:86 msgid "Full extent" msgstr "" @@ -49146,6 +49792,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49165,6 +49812,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:267 msgid "Units:" msgstr "" @@ -49177,6 +49826,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49206,6 +49856,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/utils.py:102 msgid "inch" msgstr "" @@ -49252,6 +49906,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49294,6 +49949,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Position of the top left corner\n" "from the top left edge of the paper" @@ -49308,6 +49968,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49327,6 +49988,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:311 msgid "Position is given:" msgstr "" @@ -49347,6 +50010,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49376,6 +50040,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:313 msgid "Position is given:" msgstr "" @@ -49398,6 +50066,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49440,6 +50109,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Position from the top left\n" "edge of the paper" @@ -49454,6 +50128,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49465,6 +50140,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:462 ======= ======= @@ -49472,6 +50149,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:462 @@ -49493,6 +50171,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:453 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Font:" @@ -49625,6 +50305,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49654,6 +50335,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:455 msgid "Font:" msgstr "" @@ -49784,6 +50469,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49800,6 +50486,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -49809,6 +50497,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -49842,6 +50531,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "Map max resolution (dpi):" msgstr "" @@ -49856,6 +50547,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -49867,6 +50559,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 ======= ======= @@ -49874,6 +50568,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1148 ../gui/wxpython/psmap/dialogs.py:3684 @@ -49895,6 +50590,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1122 ../gui/wxpython/psmap/dialogs.py:3645 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Border" @@ -49923,6 +50620,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -49952,6 +50650,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1125 ../gui/wxpython/psmap/dialogs.py:3641 msgid "Border" msgstr "" @@ -49978,6 +50680,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49994,6 +50697,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50003,6 +50708,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50036,6 +50742,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Region is set to match this map,\n" "raster or vector map must be added later" @@ -50050,6 +50758,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50061,6 +50770,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1296 ======= ======= @@ -50068,6 +50779,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:1296 @@ -50089,6 +50801,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1269 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Region selection" @@ -50173,6 +50887,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50202,6 +50917,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:1272 msgid "Region selection" msgstr "" @@ -50284,6 +51003,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50300,6 +51020,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50309,6 +51031,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50342,6 +51065,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%s properties" msgstr "" @@ -50355,6 +51080,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50366,6 +51092,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2249 ======= ======= @@ -50373,6 +51101,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:2249 @@ -50394,6 +51123,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2218 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Data selection" @@ -50568,6 +51299,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50597,6 +51329,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:2208 msgid "Data selection" msgstr "" @@ -50769,6 +51505,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -50785,6 +51522,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -50794,6 +51533,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -50827,6 +51567,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%(rast)s: type %(type)s" msgstr "" @@ -50840,6 +51582,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -50851,6 +51594,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3498 ======= ======= @@ -50858,6 +51603,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3498 @@ -50879,6 +51625,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3459 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Type of legend" @@ -50947,6 +51695,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -50976,6 +51725,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3455 msgid "Type of legend" msgstr "" @@ -51042,6 +51795,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51058,6 +51812,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51067,6 +51823,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51100,6 +51857,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Width of the color symbol (for lines)\n" "in front of the legend text" @@ -51114,6 +51873,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51125,6 +51885,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 ======= ======= @@ -51132,6 +51894,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:3864 ../gui/wxpython/psmap/dialogs.py:4028 @@ -51153,6 +51916,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3817 ../gui/wxpython/psmap/dialogs.py:3980 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Columns:" @@ -51173,6 +51938,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51202,6 +51968,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:3813 ../gui/wxpython/psmap/dialogs.py:3976 msgid "Columns:" msgstr "" @@ -51220,6 +51990,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51236,6 +52007,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51245,6 +52018,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51278,6 +52052,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Column separation distance between the left edges\n" "of two columns in a multicolumn legend" @@ -51292,6 +52068,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51303,6 +52080,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4133 ======= ======= @@ -51310,6 +52089,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:4133 @@ -51331,6 +52111,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4085 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Edit legend label:" @@ -51479,6 +52261,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -51508,6 +52291,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:4081 msgid "Edit legend label:" msgstr "" @@ -51654,6 +52441,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -51670,6 +52458,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51679,6 +52469,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -51712,6 +52503,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "PIL\n" "missing" @@ -51726,6 +52519,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:5956 ======= <<<<<<< HEAD @@ -51738,6 +52532,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6007 ======= ======= @@ -51745,6 +52541,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6007 @@ -51766,6 +52563,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:5954 ======= #: ../gui/wxpython/psmap/dialogs.py:5956 @@ -51777,6 +52576,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:5956 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -51794,6 +52594,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -51804,6 +52606,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51819,6 +52622,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Unable to read file %s" msgstr "" @@ -51832,6 +52637,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/dialogs.py:6019 ======= <<<<<<< HEAD @@ -51844,6 +52650,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6070 ======= ======= @@ -51851,6 +52659,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6070 @@ -51872,6 +52681,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6017 ======= #: ../gui/wxpython/psmap/dialogs.py:6019 @@ -51883,6 +52694,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/dialogs.py:6019 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -51900,6 +52712,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -51910,6 +52724,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -51925,6 +52740,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "size: %(width)s x %(height)s pts" msgstr "" @@ -51938,6 +52755,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -51949,6 +52767,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6092 ======= ======= @@ -51956,6 +52776,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6092 @@ -51977,6 +52798,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6039 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "No image selected." @@ -52009,6 +52832,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52038,6 +52862,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6041 msgid "No image selected." msgstr "" @@ -52068,6 +52896,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52084,6 +52913,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52093,6 +52924,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52126,6 +52958,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Note: Selected symbol is not displayed\n" "in draft mode (only in preview mode)" @@ -52140,6 +52974,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52151,6 +52986,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 ======= ======= @@ -52158,6 +52995,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/dialogs.py:6340 ../gui/wxpython/psmap/dialogs.py:6619 @@ -52179,6 +53017,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6287 ../gui/wxpython/psmap/dialogs.py:6566 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Outline color:" @@ -52232,6 +53072,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52261,6 +53102,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/dialogs.py:6289 ../gui/wxpython/psmap/dialogs.py:6568 msgid "Outline color:" msgstr "" @@ -52315,6 +53160,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52357,6 +53203,11 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Python Imaging Library is not available.\n" "'Preview' functionality won't work." @@ -52371,6 +53222,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:275 ======= <<<<<<< HEAD @@ -52391,6 +53243,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:281 ======= #: ../gui/wxpython/psmap/frame.py:275 @@ -52401,6 +53255,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52435,6 +53290,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:275 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/frame.py:275 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #, python-format msgid "" "Characters on position %s are not supported by ISO-8859-1 (Latin 1) encoding " @@ -52450,6 +53310,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:283 ======= <<<<<<< HEAD @@ -52470,6 +53331,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:289 ======= #: ../gui/wxpython/psmap/frame.py:283 @@ -52480,6 +53343,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52514,6 +53378,11 @@ msgstr "" #: ../gui/wxpython/psmap/frame.py:283 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +#: ../gui/wxpython/psmap/frame.py:283 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main msgid "" "Not all characters are supported by ISO-8859-1 (Latin 1) encoding which is " "required by module ps.map." @@ -52528,6 +53397,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52547,6 +53417,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:320 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -52574,6 +53446,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52603,6 +53476,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:314 msgid "Program ps2pdf is not available. Please install it first to create PDF." msgstr "" @@ -52629,6 +53506,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52645,6 +53523,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52654,6 +53534,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -52687,6 +53568,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Ps.map exited with return code %s" msgstr "" @@ -52700,6 +53583,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #: ../gui/wxpython/psmap/frame.py:438 ======= <<<<<<< HEAD @@ -52712,6 +53596,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:437 ======= ======= @@ -52719,6 +53605,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:437 @@ -52740,6 +53627,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:436 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Program {} is not available." @@ -52773,6 +53662,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= #: ../gui/wxpython/psmap/frame.py:438 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -52790,6 +53680,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -52800,6 +53692,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52815,6 +53708,8 @@ msgstr "" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "%(prg)s exited with return code %(code)s" msgstr "" @@ -52828,6 +53723,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -52839,6 +53735,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:464 ======= ======= @@ -52846,6 +53744,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:464 @@ -52867,6 +53766,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:463 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "PDF generated" @@ -52899,6 +53800,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -52928,6 +53830,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:442 msgid "PDF generated" msgstr "" @@ -52962,6 +53868,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -52978,6 +53885,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -52987,6 +53896,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -53020,6 +53930,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgid "" "Preview is not available probably because Ghostscript is not installed or " "not on PATH." @@ -53034,6 +53946,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53045,6 +53958,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:514 ======= ======= @@ -53052,6 +53967,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:514 @@ -53073,6 +53989,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:512 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) #, python-brace-format @@ -53098,6 +54016,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53127,6 +54046,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:488 msgid "Please follow instructions on GRASS Trac Wiki." msgstr "" @@ -53149,6 +54072,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53165,6 +54089,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -53174,6 +54100,7 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -53207,6 +54134,8 @@ msgstr "" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #, python-format msgid "Failed to read file %s." msgstr "" @@ -53220,6 +54149,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53231,6 +54161,8 @@ msgstr "" >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:794 ======= ======= @@ -53238,6 +54170,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= #: ../gui/wxpython/psmap/frame.py:794 @@ -53259,6 +54192,8 @@ msgstr "" >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:792 >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) msgid "Scalebar is not appropriate for this projection" @@ -53314,6 +54249,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -53343,6 +54279,10 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #: ../gui/wxpython/psmap/frame.py:761 msgid "Scalebar is not appropriate for this projection" msgstr "" @@ -53403,6 +54343,7 @@ msgstr "" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -53445,3 +54386,8 @@ msgstr "" ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/man/build_graphical_index.py b/man/build_graphical_index.py index 1be9220d162..7a651573520 100755 --- a/man/build_graphical_index.py +++ b/man/build_graphical_index.py @@ -18,6 +18,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team ======= <<<<<<< HEAD @@ -49,6 +50,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main # COPYRIGHT: (C) 2015-2024 by Vaclav Petras and the GRASS Development Team ======= # COPYRIGHT: (C) 2015-2022 by Vaclav Petras and the GRASS Development Team @@ -59,6 +62,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -75,6 +81,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -123,6 +130,11 @@ # COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +# COPYRIGHT: (C) 2015-2023 by Vaclav Petras and the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main # # This program is free software under the GNU General Public # License (>=v2). Read the file COPYING that comes with GRASS @@ -230,6 +242,7 @@ def std_img_name(name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -266,6 +279,10 @@ def std_img_name(name): ======= "https://grass.osgeo.org/grass-devel/manuals/libpython/index.html", ======= +>>>>>>> osgeo-main +======= + "https://grass.osgeo.org/grass-devel/manuals/libpython/index.html", +======= >>>>>>> osgeo-main "https://grass.osgeo.org/grass80/manuals/libpython/index.html", >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -281,6 +298,7 @@ def std_img_name(name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "https://grass.osgeo.org/grass-devel/manuals/libpython/index.html", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -343,6 +361,11 @@ def std_img_name(name): "https://grass.osgeo.org/grass-devel/manuals/libpython/index.html", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "https://grass.osgeo.org/grass-devel/manuals/libpython/index.html", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main std_img_name("python"), "Python", ), diff --git a/man/build_html.py b/man/build_html.py index d13cdd77303..4f73818cc88 100644 --- a/man/build_html.py +++ b/man/build_html.py @@ -14,6 +14,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # (C) 2003-2023 Markus Neteler and the GRASS Development Team ======= <<<<<<< HEAD @@ -45,6 +46,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main # (C) 2003-2024 Markus Neteler and the GRASS Development Team ======= # (C) 2003-2022 Markus Neteler and the GRASS Development Team @@ -55,6 +58,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -71,6 +77,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # (C) 2003-2023 Markus Neteler and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -119,6 +126,11 @@ # (C) 2003-2023 Markus Neteler and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +# (C) 2003-2023 Markus Neteler and the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main # Authors: # Markus Neteler # Glynn Clements diff --git a/man/build_rest.py b/man/build_rest.py index bdab6c9e291..a67c7f3a41d 100644 --- a/man/build_rest.py +++ b/man/build_rest.py @@ -22,6 +22,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # (C) 2003-2023 by Luca Delucchi and the GRASS Development Team ======= <<<<<<< HEAD @@ -53,6 +54,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main # (C) 2003-2024 by Luca Delucchi and the GRASS Development Team ======= # (C) 2003-2022 by Luca Delucchi and the GRASS Development Team @@ -63,6 +66,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -79,6 +85,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # (C) 2003-2023 by Luca Delucchi and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -127,6 +134,11 @@ # (C) 2003-2023 by Luca Delucchi and the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +# (C) 2003-2023 by Luca Delucchi and the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main import os import string @@ -298,6 +310,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual ======= @@ -322,6 +335,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main 2003-2024 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual """ # noqa: E501 ======= @@ -337,6 +352,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -391,6 +407,11 @@ 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= + 2003-2023 `GRASS Development Team `_, GRASS GIS ${grass_version} Reference Manual +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main """ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ) diff --git a/man/parser_standard_options.py b/man/parser_standard_options.py index 46dea6e5be4..b62cf53b618 100644 --- a/man/parser_standard_options.py +++ b/man/parser_standard_options.py @@ -126,6 +126,7 @@ class OptTable(object): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -168,6 +169,11 @@ class OptTable(object): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main def __init__(self, list_of_dict): self.options = list_of_dict self.columns = sorted(set([key for _, d in self.options for key in d.keys()])) diff --git a/man/sphinx/Makefile b/man/sphinx/Makefile index 66e3e6612e0..7b204bd95ec 100644 --- a/man/sphinx/Makefile +++ b/man/sphinx/Makefile @@ -89,6 +89,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/GRASS83Documentation.qhcp" @echo "To view the help file:" @@ -123,6 +124,8 @@ qthelp: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/grass_gis.qhcp" @echo "To view the help file:" @echo "# assistant -collectionFile $(BUILDDIR)/qthelp/grass_gis.qhc" @@ -137,6 +140,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -145,6 +149,8 @@ qthelp: >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/GRASS80Documentation.qhcp" @echo "To view the help file:" @@ -156,6 +162,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -164,6 +171,8 @@ qthelp: >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/GRASS83Documentation.qhcp" @echo "To view the help file:" @@ -175,6 +184,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -183,6 +193,8 @@ qthelp: >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= @echo "# qcollectiongenerator $(BUILDDIR)/qthelp/GRASS83Documentation.qhcp" @echo "To view the help file:" @@ -194,6 +206,7 @@ qthelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -219,6 +232,8 @@ qthelp: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main devhelp: $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp @@ -237,6 +252,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD @echo "# mkdir -p $$HOME/.local/share/devhelp/GRASS83Documentation" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/GRASS83Documentation" @@ -270,6 +286,8 @@ devhelp: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @echo "# mkdir -p $$HOME/.local/share/devhelp/grass_gis" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/grass_gis" ======= @@ -282,6 +300,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -290,6 +309,8 @@ devhelp: >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= @echo "# mkdir -p $$HOME/.local/share/devhelp/GRASS80Documentation" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/GRASS80Documentation" @@ -300,6 +321,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -308,6 +330,8 @@ devhelp: >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= @echo "# mkdir -p $$HOME/.local/share/devhelp/GRASS83Documentation" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/GRASS83Documentation" @@ -318,6 +342,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -326,6 +351,8 @@ devhelp: >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= @echo "# mkdir -p $$HOME/.local/share/devhelp/GRASS83Documentation" @echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/GRASS83Documentation" @@ -336,6 +363,7 @@ devhelp: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -361,6 +389,8 @@ devhelp: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @echo "# devhelp" epub: diff --git a/man/sphinx/conf.py b/man/sphinx/conf.py index dcbe87de438..252a12edf8e 100644 --- a/man/sphinx/conf.py +++ b/man/sphinx/conf.py @@ -12,6 +12,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # GRASS GIS 8.3 Documentation documentation build configuration file, created by ======= <<<<<<< HEAD @@ -37,6 +38,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # GRASS GIS Python documentation build configuration file # originally created by sphinx-quickstart. ======= @@ -52,6 +55,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # GRASS GIS 8.3 Documentation documentation build configuration file, created by >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -102,6 +106,11 @@ # GRASS GIS 8.3 Documentation documentation build configuration file, created by >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +# GRASS GIS 8.3 Documentation documentation build configuration file, created by +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # sphinx-quickstart on Thu Aug 9 17:16:28 2012. >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) # @@ -153,6 +162,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD project = "GRASS GIS 8.3 Documentation" copyright = "2023, GRASS Development Team" ======= @@ -185,6 +195,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main project = "GRASS GIS" copyright = "2024, GRASS Development Team" ======= @@ -197,6 +209,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -206,6 +219,8 @@ ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= +>>>>>>> osgeo-main +======= project = "GRASS GIS 8.0 Documentation" copyright = "2021, GRASS Development Team" >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -215,6 +230,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -238,6 +256,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -304,6 +323,11 @@ copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +copyright = "2023, GRASS Development Team" +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -323,6 +347,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD version = "8.3" ======= <<<<<<< HEAD @@ -354,6 +379,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main version = "8.4" ======= version = "8.0" @@ -364,6 +391,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -380,6 +410,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= version = "8.3" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -428,6 +459,11 @@ version = "8.3" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +version = "8.3" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # The full version, including alpha/beta/rc tags. release = "dev" @@ -556,6 +592,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD htmlhelp_basename = "grass83Documentationdoc" ======= <<<<<<< HEAD @@ -587,6 +624,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main htmlhelp_basename = "grass_gis" ======= htmlhelp_basename = "grass80Documentationdoc" @@ -597,6 +636,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -613,6 +655,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= htmlhelp_basename = "grass83Documentationdoc" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -661,6 +704,11 @@ htmlhelp_basename = "grass83Documentationdoc" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +htmlhelp_basename = "grass83Documentationdoc" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # -- Options for LaTeX output -------------------------------------------------- @@ -691,6 +739,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "grass83Documentation.tex", "GRASS GIS 8.3 Documentation", @@ -724,6 +773,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "grass_gis.tex", project, ======= @@ -736,6 +787,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -744,6 +796,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= "grass80Documentation.tex", "GRASS GIS 8.0 Documentation", @@ -754,6 +808,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -762,6 +817,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "grass83Documentation.tex", "GRASS GIS 8.3 Documentation", @@ -772,6 +829,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -780,6 +838,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "grass83Documentation.tex", "GRASS GIS 8.3 Documentation", @@ -790,6 +850,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -815,6 +876,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "GRASS Development Team", "manual", ), @@ -860,6 +923,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "grass83documentation", "GRASS GIS 8.3 Documentation", @@ -893,6 +957,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "grass_gis", project, ======= @@ -905,6 +971,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -913,6 +980,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= "grass80documentation", "GRASS GIS 8.0 Documentation", @@ -923,6 +992,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -931,6 +1001,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "grass83documentation", "GRASS GIS 8.3 Documentation", @@ -941,6 +1013,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -949,6 +1022,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "grass83documentation", "GRASS GIS 8.3 Documentation", @@ -959,6 +1034,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -984,6 +1060,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ["GRASS Development Team"], 1, ) @@ -1013,6 +1091,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "grass83Documentation", "GRASS GIS 8.3 Documentation", @@ -1048,6 +1127,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "grass_gis", project, "GRASS Development Team", @@ -1063,6 +1144,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -1071,11 +1153,14 @@ >>>>>>> osgeo-main ======= ======= +======= +>>>>>>> osgeo-main ======= "grass80Documentation", "GRASS GIS 8.0 Documentation", "GRASS Development Team", >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +<<<<<<< HEAD >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) "grass80Documentation", <<<<<<< HEAD @@ -1101,6 +1186,9 @@ >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + "grass80Documentation", +>>>>>>> osgeo-main ======= "grass83Documentation", "GRASS GIS 8.3 Documentation", @@ -1113,6 +1201,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1121,6 +1210,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "grass83Documentation", "GRASS GIS 8.3 Documentation", @@ -1133,6 +1224,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1156,6 +1248,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "One line description of project.", >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) "Miscellaneous", @@ -1188,6 +1282,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD epub_title = "GRASS GIS 8.3 Documentation" epub_author = "GRASS Development Team" epub_publisher = "GRASS Development Team" @@ -1222,6 +1317,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main epub_title = project epub_author = "GRASS Development Team" epub_publisher = epub_author @@ -1233,6 +1330,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -1255,6 +1353,10 @@ ======= >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) +>>>>>>> osgeo-main epub_title = "GRASS GIS 8.0 Documentation" epub_author = "GRASS Development Team" epub_publisher = "GRASS Development Team" @@ -1266,6 +1368,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1284,6 +1389,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> fc6ae6c77c (r.terrafow: explicit use of default constructors (#2660)) ======= @@ -1292,6 +1398,8 @@ >>>>>>> osgeo-main ======= >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) +======= +>>>>>>> osgeo-main epub_copyright = "2022, GRASS Development Team" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1305,6 +1413,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 630833279b (i.maxlik: fix crash when classification result is NULL (#2724)) ======= @@ -1313,6 +1422,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main epub_copyright = "2022, GRASS Development Team" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1324,6 +1435,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -1390,6 +1502,11 @@ epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +epub_copyright = "2023, GRASS Development Team" +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main # The language of the text. It defaults to the language option # or en if the language is not set. diff --git a/man/sphinx/make.bat b/man/sphinx/make.bat index 1d91af6ec20..7e1511085a7 100644 --- a/man/sphinx/make.bat +++ b/man/sphinx/make.bat @@ -111,6 +111,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GRASS83Documentation.qhcp echo.To view the help file: @@ -145,6 +146,8 @@ if "%1" == "qthelp" ( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main echo.^> qcollectiongenerator %BUILDDIR%\qthelp\grass_gis.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\grass_gis.ghc @@ -159,6 +162,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 020d15913e (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -167,6 +171,8 @@ if "%1" == "qthelp" ( >>>>>>> osgeo-main ======= >>>>>>> 9f683ad6d3 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GRASS80Documentation.qhcp echo.To view the help file: @@ -178,6 +184,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -186,6 +193,8 @@ if "%1" == "qthelp" ( >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GRASS83Documentation.qhcp echo.To view the help file: @@ -197,6 +206,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -205,6 +215,8 @@ if "%1" == "qthelp" ( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GRASS83Documentation.qhcp echo.To view the help file: @@ -216,6 +228,7 @@ if "%1" == "qthelp" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -241,6 +254,8 @@ if "%1" == "qthelp" ( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main goto end ) diff --git a/misc/m.measure/main.c b/misc/m.measure/main.c index ffacb69942e..6345d1288ee 100644 --- a/misc/m.measure/main.c +++ b/misc/m.measure/main.c @@ -66,6 +66,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -108,6 +109,11 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main shell = G_define_flag(); shell->key = 'g'; diff --git a/misc/m.nviz.image/surface.c b/misc/m.nviz.image/surface.c index 4351b853610..efc27179767 100644 --- a/misc/m.nviz.image/surface.c +++ b/misc/m.nviz.image/surface.c @@ -108,6 +108,7 @@ int load_rasters(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -127,6 +128,8 @@ int load_rasters(const struct GParams *params, nv_data *data) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* color */ /* check for color map */ if (i < ncolor_map && strcmp(params->color_map->answers[i], "")) { @@ -142,6 +145,7 @@ int load_rasters(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -171,6 +175,10 @@ int load_rasters(const struct GParams *params, nv_data *data) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main mapset = G_find_raster2(params->color_map->answers[i], ""); if (mapset == NULL) { G_fatal_error(_("Raster map <%s> not found"), @@ -188,6 +196,7 @@ int load_rasters(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -230,6 +239,11 @@ int load_rasters(const struct GParams *params, nv_data *data) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Nviz_set_attr( id, MAP_OBJ_SURF, ATT_COLOR, MAP_ATT, G_fully_qualified_name(params->color_map->answers[i], mapset), diff --git a/misc/m.nviz.image/volume.c b/misc/m.nviz.image/volume.c index 1beab147dd1..53dc1bf561c 100644 --- a/misc/m.nviz.image/volume.c +++ b/misc/m.nviz.image/volume.c @@ -86,6 +86,7 @@ int load_rasters3d(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int add_isosurfs(const struct GParams *params, nv_data *data) ======= <<<<<<< HEAD @@ -106,6 +107,8 @@ int add_isosurfs(const struct GParams *params, nv_data *data) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int add_isosurfs(const struct GParams *params, nv_data *data UNUSED) ======= int add_isosurfs(const struct GParams *params, nv_data *data) @@ -116,6 +119,7 @@ int add_isosurfs(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int add_isosurfs(const struct GParams *params, nv_data *data) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -150,6 +154,11 @@ int add_isosurfs(const struct GParams *params, nv_data *data) int add_isosurfs(const struct GParams *params, nv_data *data) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +int add_isosurfs(const struct GParams *params, nv_data *data) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int i; float level; @@ -328,6 +337,7 @@ int add_isosurfs(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int add_slices(const struct GParams *params, nv_data *data) ======= <<<<<<< HEAD @@ -348,6 +358,8 @@ int add_slices(const struct GParams *params, nv_data *data) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int add_slices(const struct GParams *params, nv_data *data UNUSED) ======= int add_slices(const struct GParams *params, nv_data *data) @@ -358,6 +370,7 @@ int add_slices(const struct GParams *params, nv_data *data) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int add_slices(const struct GParams *params, nv_data *data) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -392,6 +405,11 @@ int add_slices(const struct GParams *params, nv_data *data) int add_slices(const struct GParams *params, nv_data *data) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +int add_slices(const struct GParams *params, nv_data *data) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int i; int num, nvols, *vol_list, id, nslices, axis; diff --git a/misc/m.nviz.script/main.c b/misc/m.nviz.script/main.c index fbc6d2d0bb1..b2dcc76dea2 100644 --- a/misc/m.nviz.script/main.c +++ b/misc/m.nviz.script/main.c @@ -333,6 +333,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int do_profile(double e1, double e2, double n1, double n2, const char *name, int fd, int data_type) ======= @@ -354,6 +355,8 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int do_profile(double e1, double e2, double n1, double n2, const char *name UNUSED, int fd, int data_type) ======= @@ -366,6 +369,7 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -375,6 +379,8 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= int do_profile(double e1, double e2, double n1, double n2, const char *name, int fd, int data_type) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -384,6 +390,7 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -401,6 +408,8 @@ int do_profile(double e1, double e2, double n1, double n2, const char *name, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { float rows, cols, LEN; double Y, X, AZI; diff --git a/mswindows/GRASS-Installer.nsi.tmpl b/mswindows/GRASS-Installer.nsi.tmpl index 0e020c1852b..eece67ded6c 100644 --- a/mswindows/GRASS-Installer.nsi.tmpl +++ b/mswindows/GRASS-Installer.nsi.tmpl @@ -813,6 +813,7 @@ Function DownloadInstallMSRuntime <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -855,6 +856,11 @@ Function DownloadInstallMSRuntime ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Pop $0 StrCmp $0 "success" untar_ok untar_failed diff --git a/mswindows/GRASS-Packager.bat.tmpl b/mswindows/GRASS-Packager.bat.tmpl index b970ff8dfa6..60dc6c408eb 100644 --- a/mswindows/GRASS-Packager.bat.tmpl +++ b/mswindows/GRASS-Packager.bat.tmpl @@ -98,6 +98,7 @@ xcopy %OSGEO4W_PKG_DIR%\share\gdal %PACKAGE_DIR%\share\gdal /S/V/F/I <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD mkdir %PACKAGE_DIR%\Python39 xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I @@ -120,6 +121,8 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main mkdir %PACKAGE_DIR%\Python312 xcopy %OSGEO4W_PKG_DIR%\apps\Python312\* %PACKAGE_DIR%\Python312 /S/V/F/I @@ -134,6 +137,7 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -143,6 +147,8 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= mkdir %PACKAGE_DIR%\Python39 xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I @@ -153,6 +159,7 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -170,6 +177,8 @@ xcopy %OSGEO4W_PKG_DIR%\apps\Python39\* %PACKAGE_DIR%\Python39 /S/V/F/I >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @echo. @echo ----------------------------------------------------------------------------------------------------------------------- diff --git a/mswindows/Installer-Files/WinGRASS-README.url b/mswindows/Installer-Files/WinGRASS-README.url index b9990ec9e40..a391278848d 100644 --- a/mswindows/Installer-Files/WinGRASS-README.url +++ b/mswindows/Installer-Files/WinGRASS-README.url @@ -12,6 +12,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -49,6 +50,10 @@ URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html ======= >>>>>>> osgeo-main +======= +URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html +======= +>>>>>>> osgeo-main URL=https://grass.osgeo.org/grass80/binary/mswindows/native/README.html >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -63,6 +68,7 @@ URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -125,6 +131,11 @@ URL=https://grass.osgeo.org/grass80/binary/mswindows/native/README.html URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +URL=https://grass.osgeo.org/grass-devel/binary/mswindows/native/README.html +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main IDList= IconFile=https://grass.osgeo.org/images/favicon/favicon.ico IconIndex=1 diff --git a/mswindows/crosscompile.sh b/mswindows/crosscompile.sh index d0acf43fe56..780fde50de7 100755 --- a/mswindows/crosscompile.sh +++ b/mswindows/crosscompile.sh @@ -74,6 +74,7 @@ Usage: crosscompile.sh [OPTIONS] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -110,6 +111,10 @@ Usage: crosscompile.sh [OPTIONS] ======= grassVV-x86_64-w64-mingw32-YYYYMMDD.zip ======= +>>>>>>> osgeo-main +======= + grassVV-x86_64-w64-mingw32-YYYYMMDD.zip +======= >>>>>>> osgeo-main grass80-x86_64-w64-mingw32-YYYYMMDD.zip >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -125,6 +130,7 @@ Usage: crosscompile.sh [OPTIONS] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= grassVV-x86_64-w64-mingw32-YYYYMMDD.zip >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -187,6 +193,11 @@ Usage: crosscompile.sh [OPTIONS] grassVV-x86_64-w64-mingw32-YYYYMMDD.zip >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + grassVV-x86_64-w64-mingw32-YYYYMMDD.zip +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main EOT exit ;; @@ -483,6 +494,7 @@ if defined GRASS_PYTHON ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD set GRASS_PYTHON=C:\Python39\python.exe @@ -507,6 +519,8 @@ if defined GRASS_PYTHON ( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main set GRASS_PYTHON=C:\Python312\python.exe rem For portable installation, use %~d0 for the changing drive letter @@ -523,6 +537,7 @@ if defined GRASS_PYTHON ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -531,6 +546,8 @@ if defined GRASS_PYTHON ( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= set GRASS_PYTHON=C:\Python39\python.exe @@ -543,6 +560,7 @@ if defined GRASS_PYTHON ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -560,6 +578,8 @@ if defined GRASS_PYTHON ( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if not exist "%GRASS_PYTHON%" ( set GRASS_PYTHON= @@ -590,6 +610,7 @@ rem for %%i in (%GRASS_PYTHON%) do set PYTHONHOME=%%~dpi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -608,6 +629,8 @@ rem for %%i in (%GRASS_PYTHON%) do set PYTHONHOME=%%~dpi ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -617,6 +640,7 @@ rem for %%i in (%GRASS_PYTHON%) do set PYTHONHOME=%%~dpi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -646,6 +670,8 @@ rem for %%i in (%GRASS_PYTHON%) do set PYTHONHOME=%%~dpi >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main rem If GRASS_SH is externally defined, that shell will be used; Otherwise, rem GISBASE\etc\sh.bat will be used if it exists; If not, cmd.exe will be used; rem This check is mainly for supporting BusyBox for Windows (busybox64.exe) @@ -694,6 +720,7 @@ if not exist "%GISBASE%\etc\fontcap" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -717,6 +744,9 @@ if not exist "%GISBASE%\etc\fontcap" ( ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main "%GRASS_PYTHON%" "%GISBASE%\etc\grass80.py" %* >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -730,6 +760,7 @@ if not exist "%GISBASE%\etc\fontcap" ( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -781,6 +812,10 @@ if not exist "%GISBASE%\etc\fontcap" ( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if %ERRORLEVEL% geq 1 pause EOT unix2dos $dist/grass.bat diff --git a/mswindows/env.bat b/mswindows/env.bat index b06e99bb2c2..db81b08112c 100644 --- a/mswindows/env.bat +++ b/mswindows/env.bat @@ -12,6 +12,7 @@ set GRASS_PYTHON=%GISBASE%\extrabin\python3.exe <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD set PYTHONHOME=%GISBASE%\Python39 ======= <<<<<<< HEAD @@ -32,6 +33,8 @@ set PYTHONHOME=%GISBASE%\Python39 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main set PYTHONHOME=%GISBASE%\Python312 ======= set PYTHONHOME=%GISBASE%\Python39 @@ -42,6 +45,7 @@ set PYTHONHOME=%GISBASE%\Python39 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= set PYTHONHOME=%GISBASE%\Python39 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -76,6 +80,11 @@ set PYTHONHOME=%GISBASE%\Python39 set PYTHONHOME=%GISBASE%\Python39 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +set PYTHONHOME=%GISBASE%\Python39 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main set GRASS_PROJSHARE=%GISBASE%\share\proj diff --git a/mswindows/osgeo4w/build_osgeo4w.sh b/mswindows/osgeo4w/build_osgeo4w.sh index f9f2e60371e..b366bda94af 100644 --- a/mswindows/osgeo4w/build_osgeo4w.sh +++ b/mswindows/osgeo4w/build_osgeo4w.sh @@ -27,6 +27,7 @@ export C_INCLUDE_PATH=".:${OSGEO4W_ROOT_MSYS}/include:${SRC}/dist.${ARCH}/includ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 ======= <<<<<<< HEAD @@ -47,6 +48,8 @@ export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python312 ======= export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 @@ -57,6 +60,7 @@ export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -91,6 +95,11 @@ export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +export PYTHONHOME=${OSGEO4W_ROOT_MSYS}/apps/Python39 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main export ARCH=x86_64-w64-mingw32 ./configure \ @@ -143,6 +152,7 @@ export ARCH=x86_64-w64-mingw32 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config ======= @@ -164,6 +174,8 @@ export ARCH=x86_64-w64-mingw32 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config \ --without-pdal ======= @@ -175,6 +187,7 @@ export ARCH=x86_64-w64-mingw32 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -209,6 +222,11 @@ export ARCH=x86_64-w64-mingw32 --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + --with-netcdf=${OSGEO4W_ROOT_MSYS}/bin/nc-config +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main make diff --git a/mswindows/osgeo4w/package.sh b/mswindows/osgeo4w/package.sh index 199c02bba14..543710a27ee 100755 --- a/mswindows/osgeo4w/package.sh +++ b/mswindows/osgeo4w/package.sh @@ -118,6 +118,7 @@ DLLS=" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /mingw64/bin/libexpat-1.dll ======= @@ -135,6 +136,8 @@ DLLS=" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= /mingw64/bin/libexpat-1.dll >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -147,6 +150,7 @@ DLLS=" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -170,6 +174,8 @@ DLLS=" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /mingw64/bin/libfontconfig-1.dll /mingw64/bin/libgfortran-5.dll /mingw64/bin/libbrotlidec.dll @@ -200,6 +206,7 @@ DLLS=" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /mingw64/bin/libomp.dll ======= @@ -217,6 +224,8 @@ DLLS=" >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= /mingw64/bin/libomp.dll >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -229,6 +238,7 @@ DLLS=" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -252,6 +262,8 @@ DLLS=" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /mingw64/bin/libquadmath-0.dll " @@ -320,6 +332,7 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD --with-liblas=$PWD/mswindows/osgeo4w/liblas-config ======= @@ -341,6 +354,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main --with-liblas=$PWD/mswindows/osgeo4w/liblas-config \ --without-pdal ======= @@ -352,6 +367,7 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= --with-liblas=$PWD/mswindows/osgeo4w/liblas-config >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -386,6 +402,11 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then --with-liblas=$PWD/mswindows/osgeo4w/liblas-config >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + --with-liblas=$PWD/mswindows/osgeo4w/liblas-config +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main touch mswindows/osgeo4w/configure-stamp fi diff --git a/mswindows/osgeo4w/postinstall.bat b/mswindows/osgeo4w/postinstall.bat index bf284e38c51..428b0f4f68d 100644 --- a/mswindows/osgeo4w/postinstall.bat +++ b/mswindows/osgeo4w/postinstall.bat @@ -33,6 +33,7 @@ rem run g.mkfontcap outside a GRASS session <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD "%GISBASE%\bin\g.mkfontcap.exe" -o ======= <<<<<<< HEAD @@ -53,6 +54,8 @@ rem run g.mkfontcap outside a GRASS session >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "%GISBASE%\bin\g.mkfontcap.exe" --overwrite ======= "%GISBASE%\bin\g.mkfontcap.exe" -o @@ -63,6 +66,7 @@ rem run g.mkfontcap outside a GRASS session <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "%GISBASE%\bin\g.mkfontcap.exe" -o >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -97,5 +101,10 @@ rem run g.mkfontcap outside a GRASS session "%GISBASE%\bin\g.mkfontcap.exe" -o >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +"%GISBASE%\bin\g.mkfontcap.exe" -o +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main del "%BATCH%.tmpl diff --git a/mswindows/osgeo4w/setup.hint.tmpl b/mswindows/osgeo4w/setup.hint.tmpl index ae2f3c96cad..fec18fdaa9c 100644 --- a/mswindows/osgeo4w/setup.hint.tmpl +++ b/mswindows/osgeo4w/setup.hint.tmpl @@ -10,6 +10,7 @@ category: Desktop <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-ply python3-pyopengl python3-psycopg2-binary python3-six zstd python3-pywin32 ======= <<<<<<< HEAD @@ -30,6 +31,8 @@ requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-ply python3-pyopengl python3-psycopg2-binary zstd python3-pywin32 ======= requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-ply python3-pyopengl python3-psycopg2-binary python3-six zstd python3-pywin32 @@ -40,6 +43,7 @@ requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-ply python3-pyopengl python3-psycopg2-binary python3-six zstd python3-pywin32 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -74,6 +78,11 @@ requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-ply python3-pyopengl python3-psycopg2-binary python3-six zstd python3-pywin32 >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +requires: liblas gdal303-runtime proj81-runtime avce00 gpsbabel gs python3-gdal python3-matplotlib libtiff python3-wxpython python3-pillow python3-pip python3-ply python3-pyopengl python3-psycopg2-binary python3-six zstd python3-pywin32 +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main maintainer: MartinLanda curr: @GRASS_VERSION_NUMBER@-1 prev: @GRASS_VERSION_NUMBER@-1 diff --git a/ps/ps.map/do_geogrid.c b/ps/ps.map/do_geogrid.c index 3370da9f9e8..78d9653a557 100644 --- a/ps/ps.map/do_geogrid.c +++ b/ps/ps.map/do_geogrid.c @@ -88,6 +88,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -121,6 +122,10 @@ int do_geogrid(void) ======= for (; g >= south; g -= grid) { ======= +>>>>>>> osgeo-main +======= + for (; g >= south; g -= grid) { +======= >>>>>>> osgeo-main for (j = 0; g >= south; j++, g -= grid) { <<<<<<< HEAD @@ -136,6 +141,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -144,6 +150,8 @@ int do_geogrid(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (j = 0; g >= south; j++, g -= grid) { ======= @@ -156,6 +164,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -197,6 +206,8 @@ int do_geogrid(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (g == north || g == south) continue; for (ll = 0; ll < SEGS; ll++) { @@ -236,6 +247,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -269,6 +281,10 @@ int do_geogrid(void) ======= for (; g > west; g -= grid) { ======= +>>>>>>> osgeo-main +======= + for (; g > west; g -= grid) { +======= >>>>>>> osgeo-main for (j = 0; g > west; j++, g -= grid) { <<<<<<< HEAD @@ -284,6 +300,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -292,6 +309,8 @@ int do_geogrid(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (j = 0; g > west; j++, g -= grid) { ======= @@ -304,6 +323,7 @@ int do_geogrid(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -345,6 +365,8 @@ int do_geogrid(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (g == east || g == west) continue; for (ll = 0; ll < SEGS; ll++) { diff --git a/ps/ps.map/do_grid.c b/ps/ps.map/do_grid.c index 0d5fe2802ff..1b3cc0a4b45 100644 --- a/ps/ps.map/do_grid.c +++ b/ps/ps.map/do_grid.c @@ -100,6 +100,7 @@ int do_grid_cross(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -135,6 +136,11 @@ int do_grid_cross(void) for (; g_north >= PS.w.south; g_north -= PS.grid) { for (; g_east > PS.w.west; g_east -= PS.grid) { ======= +>>>>>>> osgeo-main +======= + for (; g_north >= PS.w.south; g_north -= PS.grid) { + for (; g_east > PS.w.west; g_east -= PS.grid) { +======= >>>>>>> osgeo-main for (j = 0; g_north >= PS.w.south; j++, g_north -= PS.grid) { for (k = 0; g_east > PS.w.west; k++, g_east -= PS.grid) { @@ -160,6 +166,7 @@ int do_grid_cross(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -218,6 +225,8 @@ int do_grid_cross(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (g_north == PS.w.north || g_north == PS.w.south) continue; diff --git a/ps/ps.map/ps.map.html b/ps/ps.map/ps.map.html index 7804d0e0e82..85bd6150d88 100644 --- a/ps/ps.map/ps.map.html +++ b/ps/ps.map/ps.map.html @@ -20,6 +20,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -54,6 +55,10 @@

    NOTES

    ======= >>>>>>> osgeo-main ======= +

    NOTES

    +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))

    NOTES

    >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -72,6 +77,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -121,6 +127,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main The order of commands is generally unimportant but may affect how some layers are drawn. For example to plot vpoints above vareas list the diff --git a/ps/ps.map/ps_clrtbl.c b/ps/ps.map/ps_clrtbl.c index 334b33d3cdd..ad860f130b6 100644 --- a/ps/ps.map/ps_clrtbl.c +++ b/ps/ps.map/ps_clrtbl.c @@ -45,6 +45,7 @@ int PS_colortable(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -87,6 +88,11 @@ int PS_colortable(void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_message(_("Creating color table for <%s in %s>..."), ct.name, ct.mapset); if (Rast_read_cats(ct.name, ct.mapset, &PS.cats) == -1) { diff --git a/ps/ps.map/ps_fclrtbl.c b/ps/ps.map/ps_fclrtbl.c index 7479cb0861a..c942b2052a4 100644 --- a/ps/ps.map/ps_fclrtbl.c +++ b/ps/ps.map/ps_fclrtbl.c @@ -55,6 +55,7 @@ int PS_fcolortable(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -97,6 +98,11 @@ int PS_fcolortable(void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_message(_("Creating color table for <%s in %s>..."), ct.name, ct.mapset); /* Get color range */ diff --git a/ps/ps.map/ps_outline.c b/ps/ps.map/ps_outline.c index 019b9621ce3..80681f77b20 100644 --- a/ps/ps.map/ps_outline.c +++ b/ps/ps.map/ps_outline.c @@ -51,6 +51,7 @@ int ps_outline(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -93,6 +94,11 @@ int ps_outline(void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_message(_("Outlining areas in raster map <%s in %s> ..."), PS.cell_name, PS.cell_mapset); diff --git a/ps/ps.map/r_colortable.c b/ps/ps.map/r_colortable.c index 53bf62b080a..15dfb8cd149 100644 --- a/ps/ps.map/r_colortable.c +++ b/ps/ps.map/r_colortable.c @@ -37,7 +37,7 @@ int read_colortable(void) int fontsize, cols, nodata, tickbar, discrete; double w, h, x, y, lw; int range_override; - double min, max, tmpD; + double min = 0.0, max = 0.0, tmpD = 0.0; int r, g, b, ret; PSCOLOR color; diff --git a/ps/ps.map/r_text.c b/ps/ps.map/r_text.c index eb720895304..4424c2760d3 100644 --- a/ps/ps.map/r_text.c +++ b/ps/ps.map/r_text.c @@ -31,6 +31,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56,6 +57,8 @@ ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= extern char *get_color_name(); extern int get_color_number(); @@ -66,6 +69,9 @@ extern int get_color_number(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -81,6 +87,7 @@ extern int get_color_number(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -90,6 +97,8 @@ extern int get_color_number(); ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= extern char *get_color_name(); extern int get_color_number(); @@ -102,6 +111,7 @@ extern int get_color_number(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -135,6 +145,8 @@ extern int get_color_number(); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main static char *help[] = {"font fontname", "color color", "width #", diff --git a/ps/ps.map/scan_gis.c b/ps/ps.map/scan_gis.c index c2f4a2e41e9..a7d518ed923 100644 --- a/ps/ps.map/scan_gis.c +++ b/ps/ps.map/scan_gis.c @@ -31,6 +31,7 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -67,6 +68,10 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, ======= G_list_element(element, desc, mapset, NULL); ======= +>>>>>>> osgeo-main +======= + G_list_element(element, desc, mapset, NULL); +======= >>>>>>> osgeo-main G_list_element(element, desc, mapset, (int (*)())NULL); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -82,6 +87,7 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -90,6 +96,8 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= G_list_element(element, desc, mapset, (int (*)())NULL); ======= @@ -102,6 +110,7 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -147,6 +156,8 @@ int scan_gis(char *element, char *desc, char *key, char *data, char *name, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main reject(); return 0; } diff --git a/ps/ps.map/scan_ref.c b/ps/ps.map/scan_ref.c index 5306669cf14..9c9c4cb7131 100644 --- a/ps/ps.map/scan_ref.c +++ b/ps/ps.map/scan_ref.c @@ -38,6 +38,7 @@ int scan_ref(char *buf, int *xref, int *yref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -53,6 +54,8 @@ int scan_ref(char *buf, int *xref, int *yref) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main FALLTHROUGH; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -64,6 +67,7 @@ int scan_ref(char *buf, int *xref, int *yref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -87,6 +91,8 @@ int scan_ref(char *buf, int *xref, int *yref) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main case 1: lowercase(word1); if (xmatch(word1, xref) || ymatch(word1, yref)) @@ -100,6 +106,7 @@ int scan_ref(char *buf, int *xref, int *yref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -115,6 +122,8 @@ int scan_ref(char *buf, int *xref, int *yref) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main FALLTHROUGH; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -126,6 +135,7 @@ int scan_ref(char *buf, int *xref, int *yref) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -149,6 +159,8 @@ int scan_ref(char *buf, int *xref, int *yref) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main default: return 0; } diff --git a/pyproject.toml b/pyproject.toml index 3ababcc6ca4..b5154315245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[project] +name = "grass" +requires-python = ">=3.9" + [tool.black] required-version = '24' line-length = 88 @@ -14,6 +18,7 @@ line-length = 88 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD target-version = ['py37', 'py38', 'py39', 'py310'] ======= <<<<<<< HEAD @@ -45,6 +50,8 @@ target-version = ['py37', 'py38', 'py39', 'py310'] >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main target-version = ['py38', 'py39', 'py310', 'py311', 'py312'] # 'extend-exclude' excludes files or directories in addition to the defaults extend-exclude = ''' @@ -57,6 +64,7 @@ extend-exclude = ''' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> e946d8e472 (Dockerfile: fix broken lib link (#1625)) ======= @@ -66,6 +74,8 @@ extend-exclude = ''' ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= +>>>>>>> osgeo-main +======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) target-version = ['py36', 'py37', 'py38', 'py39'] ======= @@ -77,6 +87,7 @@ target-version = ['py37', 'py38', 'py39', 'py310'] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= target-version = ['py37', 'py38', 'py39', 'py310'] >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -117,6 +128,11 @@ target-version = ['py36', 'py37', 'py38', 'py39'] target-version = ['py37', 'py38', 'py39', 'py310'] >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +target-version = ['py37', 'py38', 'py39', 'py310'] +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main include = '\.pyi?$' exclude = ''' ( @@ -144,6 +160,7 @@ exclude = ''' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD | python/libgrass_interface_generator/ ======= @@ -169,6 +186,8 @@ exclude = ''' >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main | python/grass/ctypes/ # Bug in Black related to r-string prefix capitalization reformats # a line in this file unnecessarily. File is however fully Black-formatted @@ -182,6 +201,9 @@ exclude = ''' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -198,6 +220,7 @@ exclude = ''' <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= | python/libgrass_interface_generator/ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -248,9 +271,450 @@ exclude = ''' | python/libgrass_interface_generator/ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + | python/libgrass_interface_generator/ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ) ''' +[tool.ruff] +required-version = ">=0.5.0" + +builtins = ["_"] + +# In addition to the standard set of exclusions, omit the following files or folders. +extend-exclude = ["python/libgrass_interface_generator"] +# In addition to the standard set of inclusions, include `.ipynb` files. +extend-include = ["*.ipynb"] + +[tool.ruff.lint] +# See https://docs.astral.sh/ruff/rules/ +select = [ + "A", # flake8-builtins (A) + "AIR", # Airflow (AIR) + "ANN", # flake8-annotations (ANN) + "ARG", # flake8-unused-arguments (ARG) + "B", # flake8-bugbear (B) + "BLE", # flake8-blind-except (BLE) + "C4", # flake8-comprehensions (C4) + "COM", # flake8-commas (COM) + "D", # pydocstyle (D) + "DTZ", # flake8-datetimez (DTZ) + "E4", # pycodestyle (E, W) + "E7", # pycodestyle (E, W) + "E9", # pycodestyle (E, W) + "F", # Pyflakes (F) + "FA", # flake8-future-annotations (FA) + "FBT", # flake8-boolean-trap (FBT) + "FLY", # flynt (FLY) + "FURB", # refurb (FURB) + "G", # flake8-logging-format (G) + "I", # isort (I) + "ICN", # flake8-import-conventions (ICN) + "INT", # flake8-gettext (INT) + "ISC", # flake8-implicit-str-concat (ISC) + "LOG", # flake8-logging (LOG) + "NPY", # NumPy-specific rules (NPY) + "PERF", # Perflint (PERF) + "PGH", # pygrep-hooks (PGH) + "PIE", # flake8-pie (PIE) + "PLC", # Pylint (PL) Convention (C) + "PLE", # Pylint (PL) Error (E) + "PLR", # Pylint (PL) Refactor (R) + "PLW", # Pylint (PL) Warning (W) + "PT", # flake8-pytest-style (PT) + "PTH", # flake8-use-pathlib (PTH) + "PTH105", # flake8-use-pathlib (PTH) + "PYI", # flake8-pyi (PYI) + "Q", # flake8-quotes (Q) + "RET", # flake8-return (RET) + "RSE", # flake8-raise (RSE) + "RUF", # Ruff-specific rules (RUF) + "S", # flake8-bandit (S) + "SIM", # flake8-simplify (SIM) + "SLF", # flake8-self (SLF) + "SLOT", # flake8-slots (SLOT) + "T10", # flake8-debugger (T10) + "TCH", # flake8-type-checking (TCH) + "TID", # flake8-tidy-imports (TID) + "TRY", # tryceratops (TRY) + "UP", # pyupgrade (UP) + "W", # pycodestyle (E, W) + "YTT", # flake8-2020 (YTT) +] + +ignore = [ + # See https://docs.astral.sh/ruff/rules/ + # *GRASS TODO: fix the issues, or use https://docs.astral.sh/ruff/settings/#lint_per-file-ignores + "A001", # builtin-variable-shadowing + "A002", # builtin-argument-shadowing + "ANN", # flake8-annotations (ANN) + "ARG001", # unused-function-argument + "ARG002", # unused-method-argument + "ARG005", # unused-lambda-argument + "B004", # unreliable-callable-check + "B006", # mutable-argument-default + "B007", # unused-loop-control-variable + "B008", # function-call-in-default-argument + "B009", # get-attr-with-constant + "B015", # useless-comparison + "B023", # function-uses-loop-variable + "B026", # star-arg-unpacking-after-keyword-arg + "B028", # no-explicit-stacklevel + "B034", # re-sub-positional-args + "B904", # raise-without-from-inside-except + "B909", # loop-iterator-mutation + "BLE001", # blind-except + "C400", # unnecessary-generator-list + "C401", # unnecessary-generator-set + "C403", # unnecessary-list-comprehension-set + "C404", # unnecessary-list-comprehension-dict + "C405", # unnecessary-literal-set + "C414", # unnecessary-double-cast-or-process + "C416", # unnecessary-comprehension + "C417", # unnecessary-map + "C419", # unnecessary-comprehension-in-call + "COM812", # missing-trailing-comma + "COM818", # trailing-comma-on-bare-tuple + "D1", + "D2", + "D300", # triple-single-quotes + "D301", # escape-sequence-in-docstring + "D400", # ends-in-period + "D401", # non-imperative-mood + "D402", # no-signature + "D403", # first-line-capitalized + "D404", # docstring-starts-with-this + "D405", # capitalize-section-name + "D406", # new-line-after-section-name + "D407", # dashed-underline-after-section + "D409", # section-underline-matches-section-length + "D411", # no-blank-line-before-section + "D412", # blank-lines-between-header-and-content + "D413", # blank-line-after-last-section + "D415", # ends-in-punctuation + "D416", # section-name-ends-in-colon + "D419", # empty-docstring + "DTZ001", # call-datetime-without-tzinfo + "DTZ002", # call-datetime-today + "DTZ005", # call-datetime-now-without-tzinfo + "DTZ006", # call-datetime-fromtimestamp + "DTZ007", # call-datetime-strptime-without-zone + "DTZ011", # call-date-today + "E401", # multiple-imports-on-one-line + "E402", # module-import-not-at-top-of-file + "E721", # type-comparison + "E722", # bare-except + "E731", # lambda-assignment + "E741", # ambiguous-variable-name + "F401", # unused-import + "F403", # undefined-local-with-import-star + "F405", # undefined-local-with-import-star-usage + "F601", # multi-value-repeated-key-literal + "F632", # is-literal + "F811", # redefined-while-unused + "F821", # undefined-name + "F822", # undefined-export + "F841", # unused-variable, + "FBT001", # boolean-type-hint-positional-argument + "FBT002", # boolean-default-value-positional-argument + "FBT003", # boolean-positional-value-in-call + "FURB101", # read-whole-file + "FURB103", # write-whole-file. + "FURB105", # print-empty-string + "FURB110", # if-exp-instead-of-or-operator + "FURB113", # repeated-append + "FURB116", # f-string-number-format + "FURB116", # f-string-number-format + "FURB118", # reimplemented-operator + "FURB129", # readlines-in-for + "FURB131", # delete-full-slice + "FURB136", # if-expr-min-max + "FURB140", # reimplemented-starmap + "FURB142", # for-loop-set-mutations + "FURB148", # unnecessary-enumerate + "FURB152", # math-constant + "FURB154", # repeated-global + "FURB171", # single-item-membership-test + "FURB192", # sorted-min-max + "I001", # unsorted-imports + "ISC003", # explicit-string-concatenation + "PERF203", # try-except-in-loop + "PERF401", # manual-list-comprehension + "PERF402", # manual-list-copy + "PERF403", # manual-dict-comprehension + "PIE790", # unnecessary-placeholder + "PIE794", # duplicate-class-field-definition + "PIE808", # unnecessary-range-start + "PIE810", # multiple-starts-ends-with + "PLC0206", # dict-index-missing-items + "PLC0414", # useless-import-alias + "PLC0415", # import-outside-top-level + "PLC1901", # compare-to-empty-string + "PLC2701", # import-private-name + "PLC2801", # unnecessary-dunder-call + "PLE0704", # misplaced-bare-raise + "PLR0124", # comparison-with-itself + "PLR0202", # no-classmethod-decorator + "PLR0904", # too-many-public-methods + "PLR0911", # too-many-return-statements + "PLR0912", # too-many-branches + "PLR0913", # too-many-arguments + "PLR0914", # too-many-locals + "PLR0915", # too-many-statements + "PLR0916", # too-many-boolean-expressions + "PLR0917", # too-many-positional + "PLR1702", # too-many-nested-blocks + "PLR1704", # redefined-argument-from-local + "PLR1714", # repeated-equality-comparison + "PLR1733", # unnecessary-dict-index-lookup + "PLR2004", # magic-value-comparison + "PLR2044", # empty-comment + "PLR5501", # collapsible-else-if + "PLR6104", # non-augmented-assignment + "PLR6201", # literal-membership + "PLR6301", # no-self-use + "PLW0127", # self-assigning-variable + "PLW0406", # import-self + "PLW0602", # global-variable-not-assigned + "PLW0603", # global-statement + "PLW0604", # global-at-module-level + "PLW1508", # invalid-envvar-default + "PLW1510", # subprocess-run-without-check + "PLW1514", # unspecified-encoding + "PLW1641", # eq-without-hash + "PLW2901", # redefined-loop-name + "PLW3201", # nested-min-max + "PT001", # pytest-fixture-incorrect-parentheses-style + "PT004", # pytest-missing-fixture-name-underscore + "PT006", # pytest-parametrize-names-wrong-type + "PT009", # pytest-unittest-assertion + "PT011", # pytest-raises-too-broad + "PT018", # pytest-composite-assertion + "PT023", # pytest-incorrect-mark-parentheses-style + "PTH100", # os-path-abspath + "PTH101", # os-chmod + "PTH102", # os-mkdir + "PTH103", # os-makedirs + "PTH104", # os-rename + "PTH106", # os-rmdir + "PTH107", # os-remove + "PTH108", # os-unlink + "PTH109", # os-getcwd + "PTH110", # os-path-exists + "PTH111", # os-path-expanduser + "PTH112", # os-path-isdir + "PTH113", # os-path-isfile + "PTH116", # os-stat + "PTH117", # os-path-isabs + "PTH118", # os-path-join + "PTH119", # os-path-basename + "PTH120", # os-path-dirname + "PTH122", # os-path-splitext + "PTH123", # builtin-open + "PTH202", # os-path-getsize + "PTH204", # os-path-getmtime + "PTH207", # glob + "RET50", # flake8-return (RET) + "RSE102", # unnecessary-paren-on-raise-exception + "RUF002", # ambiguous-unicode-character-docstring + "RUF003", # ambiguous-unicode-character-comment + "RUF005", # collection-literal-concatenation + "RUF012", # mutable-class-default + "RUF013", # unnecessary-iterable-allocation-for-first-element + "RUF015", # unnecessary-iterable-allocation-for-first-element + "RUF019", # unnecessary-key-check + "RUF021", # parenthesize-chained-operators + "RUF027", # missing-f-string-syntax + "RUF100", # unused-noqa + "S101", #assert + "S108", # hardcoded-temp-file + "S110", # try-except-pass + "S112", # try-except-continue + "S113", # request-without-timeout + "S202", # tarfile-unsafe-members + "S307", # suspicious-eval-usage + "S310", # suspicious-url-open-usage + "S311", # suspicious-non-cryptographic-random-usage + "S314", # suspicious-xml-element-tree-usage + "S324", # hashlib-insecure-hash-function + "S403", # suspicious-pickle-import + "S404", # suspicious-subprocess-import + "S405", # suspicious-xml-etree-import + "S406", # suspicious-xml-sax-import + "S602", # subprocess-popen-with-shell-equals-true + "S603", # subprocess-without-shell-equals-true + "S604", # call-with-shell-equals-true + "S606", # start-process-with-no-shell + "S607", # start-process-with-partial-path + "S608", # hardcoded-sql-expression + "SIM101", # duplicate-isinstance-call + "SIM102", # collapsible-if + "SIM103", # needless-bool + "SIM105", # suppressible-exception + "SIM108", # if-else-block-instead-of-if-exp + "SIM109", # compare-with-tuple + "SIM110", # reimplemented-builtin + "SIM113", # enumerate-for-loop + "SIM114", # if-with-same-arms + "SIM115", # open-file-with-context-handler + "SIM116", # if-else-block-instead-of-dict-lookup + "SIM118", # in-dict-keys + "SIM201", # negate-equal-op + "SIM223", # expr-and-false + "SIM300", # yoda-conditions + "SIM401", # if-else-block-instead-of-dict-get + "SLF001", # private-member-access + "TRY002", # raise-vanilla-class + "TRY003", # raise-vanilla-args + "TRY004", # type-check-without-type-error + "TRY201", # verbose-raise + "TRY300", # try-consider-else + "TRY301", # raise-within-try + "UP015", # redundant-open-modes + "UP018", # native-literals + "UP030", # format-literals + "UP031", # printf-string-formatting + "UP032", # f-string + "UP034", # extraneous-parentheses + "UP036", # outdated-version-block + "W391", # too-many-newlines-at-end-of-file + "W605", # invalid-escape-sequence + "YTT204", # sys-version-info-minor-cmp-int +] + + +[tool.ruff.lint.per-file-ignores] +# See https://docs.astral.sh/ruff/settings/#lint_per-file-ignores +# "INT002", # f-string-in-get-text-func-call +# "INT001", # format-in-get-text-func-call +# "INT003", # printf-in-get-text-func-call +# Ignore `E402` (import violations) in all `__init__.py` files +"*/testsuite/**.py" = ["PT009", "PT027"] +"__init__.py" = ["E402"] +"general/g.parser/test.py" = ["INT003"] +"gui/wxpython/animation/dialogs.py" = ["INT002"] +"gui/wxpython/animation/temporal_manager.py" = ["INT003"] +"gui/wxpython/core/debug.py" = ["INT002"] +"gui/wxpython/core/render.py" = ["INT003"] +"gui/wxpython/gcp/manager.py" = ["INT002"] +"gui/wxpython/gmodeler/model.py" = ["INT001"] +"gui/wxpython/gmodeler/panels.py" = ["INT002", "INT003"] +"gui/wxpython/gui_core/ghelp.py" = ["INT003"] +"gui/wxpython/gui_core/gselect.py" = ["INT002"] +"gui/wxpython/gui_core/pyedit.py" = ["INT002"] +"gui/wxpython/gui_core/pystc.py" = ["INT002"] +"gui/wxpython/gui_core/query.py" = ["INT003"] +"gui/wxpython/history/browser.py" = ["INT002"] +"gui/wxpython/iclass/dialogs.py" = ["INT003"] +"gui/wxpython/iclass/frame.py" = ["FLY002", "INT003"] +"gui/wxpython/iclass/plots.py" = ["INT003"] +"gui/wxpython/image2target/ii2t_gis_set.py" = ["INT003"] +"gui/wxpython/iscatt/controllers.py" = ["INT003"] +"gui/wxpython/iscatt/dialogs.py" = ["INT003"] +"gui/wxpython/iscatt/frame.py" = ["INT003"] +"gui/wxpython/iscatt/iscatt_core.py" = ["INT003"] +"gui/wxpython/iscatt/plots.py" = ["PLW0108"] +"gui/wxpython/lmgr/frame.py" = ["INT003"] +"gui/wxpython/lmgr/workspace.py" = ["INT002"] +"gui/wxpython/location_wizard/dialogs.py" = ["INT003"] +"gui/wxpython/location_wizard/wizard.py" = ["INT003"] +"gui/wxpython/main_window/frame.py" = ["INT003"] +"gui/wxpython/mapdisp/frame.py" = ["INT003"] +"gui/wxpython/mapdisp/test_mapdisp.py" = ["INT003"] +"gui/wxpython/mapwin/analysis.py" = ["INT003"] +"gui/wxpython/psmap/utils.py" = ["PGH004"] +"gui/wxpython/rdigit/g.gui.rdigit.py" = ["INT002"] +"gui/wxpython/rlisetup/frame.py" = ["INT002"] +"gui/wxpython/rlisetup/functions.py" = ["INT003"] +"gui/wxpython/rlisetup/wizard.py" = ["INT003"] +"gui/wxpython/startup/locdownload.py" = ["INT002"] +"gui/wxpython/timeline/frame.py" = ["FLY002", "INT003"] +"gui/wxpython/tplot/frame.py" = ["FLY002", "INT002", "INT003"] +"gui/wxpython/vnet/vnet_data.py" = ["INT003"] +"gui/wxpython/web_services/dialogs.py" = ["INT003"] +"gui/wxpython/web_services/widgets.py" = ["INT003"] +"gui/wxpython/wxgui.py" = ["INT002"] +"gui/wxpython/wxplot/profile.py" = ["NPY001"] +"lib/init/grass.py" = ["INT003"] +"python/grass/__init__.py" = ["PYI056"] +"python/grass/exp*/tests/grass_script_mapset_session_test.py" = ["SIM117"] +"python/grass/exp*/tests/grass_script_tmp_mapset_session_test.py" = ["SIM117"] +"python/grass/gunittest/loader.py" = ["PYI024"] +"python/grass/gunittest/multireport.py" = ["PYI024"] +"python/grass/gunittest/testsu*/d*/s*/s*/subsub*/t*/test_segfaut.py" = ["B018"] +"python/grass/gunittest/testsuite/test_assertions_rast3d.py" = ["FLY002"] +"python/grass/jupyter/tests/reprojection_renderer_test.py" = ["PT013"] +"python/grass/jupyter/testsuite/interactivemap_test.py" = ["PGH004"] +"python/grass/jupyter/testsuite/map_test.py" = ["PGH004"] +"python/grass/pygrass/raster/__init__.py" = ["NPY002"] +"python/grass/pygrass/raster/category.py" = ["INT002"] +"python/grass/pygrass/raster/testsuite/test_numpy.py" = ["NPY002"] +"python/grass/pygrass/vector/__init__.py" = ["INT003"] +"python/grass/pygrass/vector/geometry.py" = ["PYI024"] +"python/grass/pygrass/vector/sql.py" = ["FLY002"] +"python/grass/pygrass/vector/testsuite/test_table.py" = ["NPY002", "PLW0108"] +"python/grass/pygrass/vector/testsuite/test_vector3d.py" = ["NPY002"] +"python/grass/script/raster.py" = ["INT003"] +"python/grass/temporal/abstract_space_time_dataset.py" = ["INT003"] +"python/grass/temporal/aggregation.py" = ["INT003"] +"python/grass/temporal/c_libraries_interface.py" = ["INT003"] +"python/grass/temporal/core.py" = ["INT002", "INT003"] +"python/grass/temporal/datetime_math.py" = ["INT003"] +"python/grass/temporal/mapcalc.py" = ["INT003"] +"python/grass/temporal/space_time_datasets.py" = ["INT003"] +"python/grass/temporal/stds_export.py" = ["INT003"] +"python/grass/temporal/stds_import.py" = ["INT003"] +"python/grass/temporal/temporal_algebra.py" = ["INT003"] +"python/grass/temporal/temporal_raster_base_algebra.py" = ["INT003"] +"python/grass/temporal/univar_statistics.py" = ["INT002"] +"raster3d/r3.flow/testsuite/r3flow_test.py" = ["FLY002"] +"raster3d/r3.gradient/testsuite/r3gradient_test.py" = ["FLY002"] +"scripts/d.polar/d.polar.py" = ["INT002"] +"scripts/g.extension.all/g.extension.all.py" = ["INT002"] +"scripts/g.extension/g.extension.py" = ["INT002"] +"scripts/i.oif/i.oif.py" = ["INT003"] +"scripts/i.pansharpen/i.pansharpen.py" = ["FLY002", "INT003"] +"scripts/i.spectral/i.spectral.py" = ["FLY002", "INT002"] +"scripts/r.in.srtm/r.in.srtm.py" = ["FLY002"] +"scripts/r.in.wms/wms_base.py" = ["INT003"] +"scripts/r.in.wms/wms_cap_parsers.py" = ["INT003"] +"scripts/r.in.wms/wms_drv.py" = ["INT003"] +"scripts/r.in.wms/wms_gdal_drv.py" = ["INT003"] +"scripts/r.pack/r.pack.py" = ["INT003"] +"scripts/r.tileset/r.tileset.py" = ["INT003"] +"scripts/r.unpack/r.unpack.py" = ["INT002"] +"scripts/v.rast.stats/v.rast.stats.py" = ["INT002"] +"scripts/v.to.lines/v.to.lines.py" = ["INT003"] +"scripts/v.unpack/v.unpack.py" = ["INT002", "INT003"] +"scripts/v.what.strds/v.what.strds.py" = ["INT003"] +"temporal/t.rast.accdetect/t.rast.accdetect.py" = ["INT003"] +"temporal/t.rast.accumulate/t.rast.accumulate.py" = ["INT003"] +"temporal/t.rast.algebra/testsu*/*_algebra_arithmetic.py" = ["FLY002"] +"temporal/t.rast.export/t.rast.export.py" = ["INT002"] +"temporal/t.rast.gapfill/t.rast.gapfill.py" = ["INT003"] +"temporal/t.rast.list/t.rast.list.py" = ["INT002"] +"temporal/t.rast.out.vtk/t.rast.out.vtk.py" = ["INT003"] +"temporal/t.rast.series/t.rast.series.py" = ["INT002"] +"temporal/t.rast.to.rast3/t.rast.to.rast3.py" = ["INT003"] +"temporal/t.rast.what/t.rast.what.py" = ["INT003"] +"temporal/t.register/testsu*/*_raster_different_local.py" = ["FLY002"] +"temporal/t.register/testsu*/*_raster_mapmetadata.py" = ["FLY002"] +"temporal/t.register/testsuite/test_t_register_raster.py" = ["FLY002"] +"temporal/t.register/testsuite/test_t_register_raster_file.py" = ["FLY002"] +"temporal/t.remove/t.remove.py" = ["INT002", "INT003"] +"temporal/t.unregister/t.unregister.py" = ["INT003"] +"temporal/t.vect.observe.strds/t.vect.observe.strds.py" = ["INT003"] +"utils/generate_release_notes.py" = ["PGH004"] +"utils/mkhtml.py" = ["INT002"] +"vector/v.fill.holes/examples.ipynb" = ["PTH201"] + +[tool.ruff.lint.flake8-import-conventions.extend-aliases] +# Declare a custom aliases, checked with rule ICN001 +"grass.script" = "gs" + [tool.pytest.ini_options] minversion = "6.0" python_files = "*/tests/*_test.py" @@ -272,6 +736,7 @@ timeout = 300 <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -290,6 +755,8 @@ timeout = 300 >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main markers = [ "slow: marks tests as slow (deselect with '-m \"not slow\"')", "needs_solo_run: marks tests that must be run without any other tests running in parallel", @@ -299,6 +766,7 @@ markers = [ >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -310,15 +778,30 @@ markers = [ <<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +<<<<<<< HEAD +>>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main [tool.bandit] +<<<<<<< HEAD +exclude_dirs = [ + "./testsuite", + "*/tests/*", + "*/testsuite/*", + "utils/test_generate_last_commit_file.py", +] +skips = ["B324", "B110", "B101", "B112", "B311", "B404", "B603"] +======= exclude_dirs = ["./testsuite", "*/tests/*", "*/testsuite/*", "utils/test_generate_last_commit_file.py"] <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD skips = ["B324","B110", "B101", "B112", "B311", "B404"] ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -368,12 +851,25 @@ skips = ["B324","B110", "B101", "B112", "B311", "B404"] ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +skips = ["B324","B110", "B101", "B112", "B311", "B404", "B603"] +======= +skips = ["B324","B110", "B101", "B112", "B311", "B404"] +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -383,4 +879,6 @@ skips = ["B324","B110", "B101", "B112", "B311", "B404"] >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +======= +>>>>>>> osgeo-main >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) diff --git a/python/.pylintrc b/python/.pylintrc index 6e4d2531803..e7245bb0bc1 100644 --- a/python/.pylintrc +++ b/python/.pylintrc @@ -93,6 +93,7 @@ confidence= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # disable everything first and then reenable specific checks. For example, if ======= <<<<<<< HEAD @@ -113,6 +114,8 @@ confidence= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # disable everything first and then re-enable specific checks. For example, if ======= # disable everything first and then reenable specific checks. For example, if @@ -123,6 +126,7 @@ confidence= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # disable everything first and then reenable specific checks. For example, if >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -157,6 +161,11 @@ confidence= # disable everything first and then reenable specific checks. For example, if >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +# disable everything first and then reenable specific checks. For example, if +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # you want to run only the similarities checker, you can use "--disable=all # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use "--disable=all --enable=classes @@ -175,6 +184,7 @@ disable=raw-checker-failed, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD use-symbolic-message-instead ======= @@ -196,6 +206,8 @@ disable=raw-checker-failed, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main use-symbolic-message-instead, duplicate-code ======= @@ -207,6 +219,7 @@ disable=raw-checker-failed, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= use-symbolic-message-instead >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -241,6 +254,11 @@ disable=raw-checker-failed, use-symbolic-message-instead >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + use-symbolic-message-instead +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option @@ -447,6 +465,7 @@ init-import=no <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io ======= <<<<<<< HEAD @@ -467,6 +486,8 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main redefining-builtins-modules=past.builtins,future.builtins,builtins,io ======= redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io @@ -477,6 +498,7 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -511,6 +533,11 @@ redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +redefining-builtins-modules=six.moves,past.builtins,future.builtins,builtins,io +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main [SIMILARITIES] diff --git a/python/grass/.flake8 b/python/grass/.flake8 index 9d52a047d17..17445c894ff 100644 --- a/python/grass/.flake8 +++ b/python/grass/.flake8 @@ -20,6 +20,7 @@ ignore = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -59,6 +60,10 @@ ignore = ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) >>>>>>> 47ada2c507 (g.proj: fix reading input WKT (#1582)) +======= +======= +>>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) +>>>>>>> osgeo-main ======= E722, # do not use bare 'except' >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) @@ -73,6 +78,7 @@ ignore = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 47ada2c507 (g.proj: fix reading input WKT (#1582)) ======= @@ -98,6 +104,9 @@ ignore = ======= ======= >>>>>>> e2f520cfc3 (pythonlib: Remove star imports (#1546)) +======= +======= +>>>>>>> osgeo-main ======= E722, # do not use bare 'except' >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) @@ -108,6 +117,7 @@ ignore = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) <<<<<<< HEAD @@ -161,6 +171,10 @@ ignore = ======= >>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) >>>>>>> 47ada2c507 (g.proj: fix reading input WKT (#1582)) +======= +======= +>>>>>>> 7e7871fd90 (g.proj: fix reading input WKT (#1582)) +>>>>>>> osgeo-main per-file-ignores = # C wrappers call libgis.G_gisinit before importing other modules. @@ -193,6 +207,7 @@ per-file-ignores = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 398a3c2388 (g.proj: fix reading input WKT (#1582)) ======= @@ -201,6 +216,8 @@ per-file-ignores = >>>>>>> osgeo-main ======= >>>>>>> be93d1fccc (g.proj: fix reading input WKT (#1582)) +======= +>>>>>>> osgeo-main temporal/abstract_map_dataset.py: E501 temporal/abstract_space_time_dataset.py: W605, E501, F841, E722 temporal/aggregation.py: E501 @@ -224,6 +241,9 @@ per-file-ignores = <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -236,6 +256,7 @@ per-file-ignores = temporal/univar_statistics.py: E501 <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= temporal/*.py: E501, F841 temporal/abstract_space_time_dataset.py: W605, E501, F841 @@ -272,6 +293,8 @@ per-file-ignores = ======= temporal/univar_statistics.py: E501 >>>>>>> be93d1fccc (g.proj: fix reading input WKT (#1582)) +======= +>>>>>>> osgeo-main # Current benchmarks/tests are changing sys.path before import. # Possibly, a different approach should be taken there anyway. pygrass/tests/benchmark.py: E501, E402, F401, F821 diff --git a/python/grass/Makefile b/python/grass/Makefile index da1d57e8961..e0d29bbfd4e 100644 --- a/python/grass/Makefile +++ b/python/grass/Makefile @@ -20,6 +20,7 @@ PYDIR = $(ETC)/python/grass <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -71,6 +72,10 @@ PYDIR = $(ETC)/python/grass ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main SUBDIRS = \ app \ benchmark \ @@ -82,6 +87,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96,6 +102,8 @@ SUBDIRS = \ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main experimental \ ======= SUBDIRS = \ @@ -106,6 +114,9 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -121,6 +132,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -150,6 +162,8 @@ SUBDIRS = \ >>>>>>> ef2ef53f44 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main grassdb \ gunittest \ imaging \ @@ -168,6 +182,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -199,6 +214,10 @@ SUBDIRS = \ ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main semantic_label \ temporal \ utils @@ -212,6 +231,7 @@ SUBDIRS = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -230,6 +250,8 @@ SUBDIRS = \ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main SUBDIRS = app exceptions script ctypes grassdb temporal pygrass pydispatch imaging gunittest bandref jupyter >>>>>>> 584e61d06d (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= @@ -241,6 +263,9 @@ SUBDIRS = app exceptions script ctypes grassdb temporal pygrass pydispatch imagi <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -258,6 +283,7 @@ SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydisp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -266,6 +292,8 @@ SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydisp >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= semantic_label \ temporal \ @@ -277,6 +305,7 @@ SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydisp <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -316,6 +345,8 @@ SUBDIRS = app benchmark exceptions script ctypes grassdb temporal pygrass pydisp >>>>>>> ef2ef53f44 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main default: $(PYDIR)/__init__.py $(MAKE) subdirs diff --git a/python/grass/__init__.py b/python/grass/__init__.py index 18b18ca2df9..b0294c72bb2 100644 --- a/python/grass/__init__.py +++ b/python/grass/__init__.py @@ -22,6 +22,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD so that the function ``_`` appears in the global namespace (as an additional build-in). ======= <<<<<<< HEAD @@ -42,6 +43,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main so that the function ``_`` appears in the global namespace (as an additional built-in). ======= so that the function ``_`` appears in the global namespace (as an additional build-in). @@ -52,6 +55,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= so that the function ``_`` appears in the global namespace (as an additional build-in). >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -86,6 +90,11 @@ so that the function ``_`` appears in the global namespace (as an additional build-in). >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +so that the function ``_`` appears in the global namespace (as an additional build-in). +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """ import builtins as _builtins @@ -138,6 +147,7 @@ def _translate(text): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD the package does not require the translations to be availabe. However, a first ======= @@ -159,6 +169,8 @@ def _translate(text): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main the package does not require the translations to be available. However, a first ======= the package does not require the translations to be availabe. However, a first @@ -169,6 +181,7 @@ def _translate(text): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= the package does not require the translations to be availabe. However, a first >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -203,6 +216,11 @@ def _translate(text): the package does not require the translations to be availabe. However, a first >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + the package does not require the translations to be availabe. However, a first +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main call to translate a message will do the initialization first before translating the message. """ diff --git a/python/grass/benchmark/Makefile b/python/grass/benchmark/Makefile index f74df9334db..84659c9fefd 100644 --- a/python/grass/benchmark/Makefile +++ b/python/grass/benchmark/Makefile @@ -16,6 +16,7 @@ DSTDIR = $(ETC)/python/grass/benchmark <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -46,6 +47,10 @@ MODULES = app plots results runners __main__ MODULES = app plots results runners __main__ ======= >>>>>>> osgeo-main +======= +MODULES = app plots results runners __main__ +======= +>>>>>>> osgeo-main MODULES = plots results runners >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= @@ -60,6 +65,7 @@ MODULES = app plots results runners __main__ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -101,6 +107,8 @@ MODULES = app plots results runners __main__ >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__) PYCFILES := $(patsubst %,$(DSTDIR)/%.pyc,$(MODULES) __init__) diff --git a/python/grass/benchmark/__init__.py b/python/grass/benchmark/__init__.py index 913bdb83fec..4c01f47d097 100644 --- a/python/grass/benchmark/__init__.py +++ b/python/grass/benchmark/__init__.py @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26,6 +27,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -35,6 +38,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60,6 +64,8 @@ >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # MODULE: grass.benchmark # # AUTHOR(S): Vaclav Petras @@ -82,6 +88,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -97,6 +104,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -106,6 +116,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -149,6 +160,8 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """Benchmarking for GRASS GIS modules This subpackage of the grass package is experimental and the API can change anytime. @@ -165,6 +178,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -182,6 +196,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -191,6 +207,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -216,6 +233,8 @@ >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The functions in the Python API raise exceptions, although calls of other functions from the grass package may call grass.script.fatal and exit @@ -233,6 +252,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -248,6 +268,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -257,6 +280,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -300,6 +324,8 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """ from .plots import nprocs_plot, num_cells_plot @@ -315,6 +341,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD join_results_from_files, ======= @@ -342,6 +369,10 @@ join_results_from_files, ======= >>>>>>> osgeo-main +======= + join_results_from_files, +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= join_results_from_files, @@ -353,6 +384,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -404,6 +436,8 @@ join_results_from_files, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main load_results, load_results_from_file, save_results, @@ -420,6 +454,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -450,6 +485,10 @@ from .runners import benchmark_nprocs, benchmark_resolutions, benchmark_single ======= >>>>>>> osgeo-main +======= +from .runners import benchmark_nprocs, benchmark_resolutions, benchmark_single +======= +>>>>>>> osgeo-main from .runners import benchmark_nprocs, benchmark_resolutions >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= @@ -464,6 +503,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -505,3 +545,5 @@ >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/python/grass/benchmark/app.py b/python/grass/benchmark/app.py index 9122e8feeaa..a674525d9fa 100644 --- a/python/grass/benchmark/app.py +++ b/python/grass/benchmark/app.py @@ -30,6 +30,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD nprocs_plot, ======= @@ -57,6 +58,10 @@ nprocs_plot, ======= >>>>>>> osgeo-main +======= + nprocs_plot, +======= +>>>>>>> osgeo-main >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= nprocs_plot, @@ -68,6 +73,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -119,6 +125,8 @@ nprocs_plot, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main num_cells_plot, save_results_to_file, ) @@ -143,6 +151,7 @@ class CliUsageError(ValueError): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -163,6 +172,8 @@ class CliUsageError(ValueError): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= pass >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -174,6 +185,7 @@ class CliUsageError(ValueError): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -213,6 +225,10 @@ class CliUsageError(ValueError): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def join_results_cli(args): @@ -233,6 +249,7 @@ def join_results_cli(args): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -250,6 +267,8 @@ def join_results_cli(args): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -259,6 +278,7 @@ def join_results_cli(args): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -284,6 +304,8 @@ def join_results_cli(args): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def select_only(result): return result.label == args.only @@ -301,6 +323,7 @@ def select_only(result): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -336,6 +359,10 @@ def select_only(result): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main results = join_results_from_files( source_filenames=args.results, prefixes=args.prefixes, @@ -364,6 +391,7 @@ def plot_nprocs_cli(args): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -384,6 +412,9 @@ def plot_nprocs_cli(args): ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) results = join_results_from_files( source_filenames=args.results, @@ -417,6 +448,7 @@ def plot_nprocs_cli(args): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -494,6 +526,8 @@ def plot_nprocs_cli(args): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def plot_cells_cli(args): """Translate CLI parser result to API calls.""" results = load_results_from_file(args.input) @@ -579,6 +613,7 @@ def add_results_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -596,6 +631,8 @@ def add_results_subcommand(parent_subparsers): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -605,6 +642,7 @@ def add_results_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -630,6 +668,8 @@ def add_results_subcommand(parent_subparsers): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main join.add_argument( "--only", help="Select only results with matching label", @@ -679,6 +719,7 @@ def add_plot_title_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -720,6 +761,8 @@ def add_plot_title_argument(parser): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def add_plot_metric_argument(parser): """Add metric argument to *parser*.""" parser.add_argument( @@ -734,6 +777,7 @@ def add_plot_metric_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> c55184d3f6 (grass.benchmark: Compute speedup and enable plotting speedup/efficiency (#3835)) ======= ======= @@ -742,12 +786,15 @@ def add_plot_metric_argument(parser): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) ======= <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -758,6 +805,8 @@ def add_plot_metric_argument(parser): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main join.set_defaults(handler=join_results_cli) @@ -765,6 +814,7 @@ def add_plot_metric_argument(parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ea17e86303 (libpython: Support benchmarks of non-parallel runs better (#1733)) <<<<<<< HEAD <<<<<<< HEAD @@ -804,6 +854,8 @@ def add_plot_metric_argument(parser): >>>>>>> ea17e86303 (libpython: Support benchmarks of non-parallel runs better (#1733)) >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= +======= +>>>>>>> osgeo-main >>>>>>> ea17e86303 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= ======= @@ -811,13 +863,19 @@ def add_plot_metric_argument(parser): <<<<<<< HEAD >>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def add_plot_subcommand(parent_subparsers): """Add plot subcommand.""" main_parser = add_subcommand_parser( @@ -837,6 +895,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a4c9b5af1d (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= @@ -887,6 +946,11 @@ def add_plot_subcommand(parent_subparsers): add_plot_title_argument(join) ======= >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) +======= + add_plot_io_arguments(join) + add_plot_title_argument(join) +======= +>>>>>>> osgeo-main join.add_argument("input", help="file with results (JSON)", metavar="input_file") join.add_argument( "output", help="output file (e.g., PNG)", nargs="?", metavar="output_file" @@ -903,6 +967,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a4c9b5af1d (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= @@ -911,6 +976,8 @@ def add_plot_subcommand(parent_subparsers): >>>>>>> osgeo-main ======= >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) +======= +>>>>>>> osgeo-main ======= add_plot_io_arguments(join) add_plot_title_argument(join) @@ -921,6 +988,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -929,6 +997,8 @@ def add_plot_subcommand(parent_subparsers): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= add_plot_io_arguments(join) add_plot_title_argument(join) @@ -939,6 +1009,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -960,6 +1031,8 @@ def add_plot_subcommand(parent_subparsers): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main join.add_argument( "--resolutions", help="Use resolutions for x axis instead of cell count", @@ -978,6 +1051,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -995,6 +1069,8 @@ def add_plot_subcommand(parent_subparsers): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1004,6 +1080,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1029,6 +1106,8 @@ def add_plot_subcommand(parent_subparsers): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main nprocs = main_subparsers.add_parser( "nprocs", help="Plot for variable number of processing elements" ) @@ -1047,6 +1126,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1062,6 +1142,9 @@ def add_plot_subcommand(parent_subparsers): ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) @@ -1071,6 +1154,7 @@ def add_plot_subcommand(parent_subparsers): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1114,6 +1198,8 @@ def add_plot_subcommand(parent_subparsers): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def define_arguments(): """Define top level parser and create subparsers.""" diff --git a/python/grass/benchmark/plots.py b/python/grass/benchmark/plots.py index 20eb87288ec..dedb25e3d2b 100644 --- a/python/grass/benchmark/plots.py +++ b/python/grass/benchmark/plots.py @@ -23,14 +23,14 @@ def get_pyplot(to_file): The *to_file* parameter can be set to True to avoid tkinter dependency if the interactive show method is not needed. """ - import matplotlib # pylint: disable=import-outside-toplevel + import matplotlib as mpl # pylint: disable=import-outside-toplevel if to_file: backend = "agg" else: backend = None if backend: - matplotlib.use(backend) + mpl.use(backend) import matplotlib.pyplot as plt # pylint: disable=import-outside-toplevel @@ -48,6 +48,7 @@ def get_pyplot(to_file): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= def nprocs_plot(results, filename=None, title=None, metric="time"): ======= @@ -74,11 +75,19 @@ def nprocs_plot(results, filename=None, title=None, metric="time"): <<<<<<< HEAD >>>>>>> osgeo-main ======= +def nprocs_plot(results, filename=None, title=None, metric="time"): +======= +<<<<<<< HEAD +======= +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) >>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -86,6 +95,8 @@ def nprocs_plot(results, filename=None, title=None, metric="time"): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -94,6 +105,7 @@ def nprocs_plot(results, filename=None, title=None, metric="time"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -120,6 +132,11 @@ def nprocs_plot(results, filename=None, title=None): >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) def nprocs_plot(results, filename=None, title=None): >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) +>>>>>>> osgeo-main +======= +>>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) +def nprocs_plot(results, filename=None, title=None): +>>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) >>>>>>> osgeo-main """Plot results from a multiple nprocs (thread) benchmarks. @@ -131,6 +148,7 @@ def nprocs_plot(results, filename=None, title=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -140,6 +158,8 @@ def nprocs_plot(results, filename=None, title=None): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main def nprocs_plot(results, filename=None): """Plot results from a multiple nprocs (thread) benchmarks. @@ -156,6 +176,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -235,6 +256,8 @@ def nprocs_plot(results, filename=None): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main One result is required to have attributes: *nprocs*, *times*, *label*. The *nprocs* attribute is a list of all processing elements (cores, threads, processes) used in the benchmark. @@ -285,6 +308,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -302,6 +326,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -311,6 +337,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -336,6 +363,8 @@ def nprocs_plot(results, filename=None): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # If there is not many x values, show ticks for each, but use default # ticks when there is a lot of x values. if len(x_ticks) < 10: @@ -351,6 +380,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -368,6 +398,8 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -377,6 +409,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -402,6 +435,8 @@ def nprocs_plot(results, filename=None): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else: from matplotlib.ticker import ( # pylint: disable=import-outside-toplevel MaxNLocator, @@ -423,6 +458,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -449,10 +485,13 @@ def nprocs_plot(results, filename=None): ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main elif metric in {"speedup", "efficiency"}: ======= ======= >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD <<<<<<< HEAD elif metric in ["speedup", "efficiency"]: >>>>>>> 2bf163e4b3 (libpython: Save and load benchmark results (#1711)) @@ -497,8 +536,12 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main elif metric in ["speedup", "efficiency"]: +>>>>>>> 2bf163e4b3 (libpython: Save and load benchmark results (#1711)) plt.title(f"{metric.title()} by processing elements") +<<<<<<< HEAD >>>>>>> c55184d3f6 (grass.benchmark: Compute speedup and enable plotting speedup/efficiency (#3835)) ======= ======= @@ -506,9 +549,14 @@ def nprocs_plot(results, filename=None): elif metric in ["speedup", "efficiency"]: plt.title(f"{metric.title()} by processing elements") ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) ======= +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main axes.set(xticks=sorted(x_ticks)) @@ -519,6 +567,7 @@ def nprocs_plot(results, filename=None): >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= ======= @@ -529,6 +578,10 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= +======= +======= +======= +>>>>>>> osgeo-main plt.xlabel("Number of processing elements (cores, threads, processes)") plt.ylabel("Time [s]") if title: @@ -538,6 +591,7 @@ def nprocs_plot(results, filename=None): >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) <<<<<<< HEAD <<<<<<< HEAD @@ -553,12 +607,16 @@ def nprocs_plot(results, filename=None): >>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -572,6 +630,8 @@ def nprocs_plot(results, filename=None): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if filename: plt.savefig(filename) else: @@ -589,6 +649,7 @@ def nprocs_plot(results, filename=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -630,6 +691,10 @@ def nprocs_plot(results, filename=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def num_cells_plot(results, filename=None, title=None, show_resolution=False): """Plot results from a multiple raster grid size benchmarks. @@ -641,6 +706,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -666,6 +732,9 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +======= +>>>>>>> osgeo-main def num_cells_plot(results, filename=None, show_resolution=False): """Plot results from a multiple raster grid size benchmarks. @@ -677,6 +746,7 @@ def num_cells_plot(results, filename=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 01a506d3d3 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= @@ -686,6 +756,8 @@ def num_cells_plot(results, filename=None, show_resolution=False): ======= >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= +>>>>>>> osgeo-main +======= def num_cells_plot(results, filename=None, title=None, show_resolution=False): """Plot results from a multiple raster grid size benchmarks. @@ -697,6 +769,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -730,6 +803,10 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main with one result being similar to the :func:`nprocs_plot` function. The result is required to have *times* and *label* attributes and may have an *all_times* attribute. @@ -777,6 +854,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -794,6 +872,8 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -803,6 +883,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -828,6 +909,8 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if title: plt.title(title) elif show_resolution: @@ -844,6 +927,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -859,6 +943,9 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -868,6 +955,7 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -911,6 +999,8 @@ def num_cells_plot(results, filename=None, title=None, show_resolution=False): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if filename: plt.savefig(filename) else: diff --git a/python/grass/benchmark/results.py b/python/grass/benchmark/results.py index 6b322fdd6fc..6ca7f409397 100644 --- a/python/grass/benchmark/results.py +++ b/python/grass/benchmark/results.py @@ -59,6 +59,7 @@ def save_results_to_file(results, filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -88,6 +89,10 @@ def save_results_to_file(results, filename): ======= with open(filename, "w", encoding="utf-8") as file: ======= +>>>>>>> osgeo-main +======= + with open(filename, "w", encoding="utf-8") as file: +======= >>>>>>> osgeo-main with open(filename, "w") as file: >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -103,6 +108,7 @@ def save_results_to_file(results, filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -144,6 +150,8 @@ def save_results_to_file(results, filename): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main file.write(text) @@ -173,6 +181,7 @@ def load_results_from_file(filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -190,6 +199,8 @@ def load_results_from_file(filename): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -199,6 +210,7 @@ def load_results_from_file(filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -224,6 +236,8 @@ def load_results_from_file(filename): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main with open(filename, "r", encoding="utf-8") as file: return load_results(file.read()) @@ -236,6 +250,7 @@ def join_results(results, prefixes=None, select=None, prefixes_as_labels=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -261,6 +276,9 @@ def join_results(results, prefixes=None, select=None, prefixes_as_labels=False): ======= ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +======= +>>>>>>> osgeo-main with open(filename, "r") as file: return load_results(file.read()) @@ -272,6 +290,7 @@ def join_results(results, prefixes=None, select=None, prefixes_as_labels=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a4c9b5af1d (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= @@ -280,6 +299,8 @@ def join_results(results, prefixes=None, select=None, prefixes_as_labels=False): >>>>>>> osgeo-main ======= >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) +======= +>>>>>>> osgeo-main def join_results(results, prefixes=None): >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= @@ -291,6 +312,7 @@ def join_results(results, prefixes=None, select=None, prefixes_as_labels=False): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -328,6 +350,10 @@ def join_results(results, prefixes=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """Join multiple lists of results together The *results* argument either needs to be a list of result objects @@ -355,6 +381,7 @@ def join_results(results, prefixes=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -396,6 +423,10 @@ def join_results(results, prefixes=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if select and not select(result): continue result = copy.deepcopy(result) @@ -428,6 +459,7 @@ def join_results_from_files( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -447,6 +479,9 @@ def join_results_from_files( ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= if select and not select(result): continue @@ -490,6 +525,7 @@ def join_results_from_files( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -591,3 +627,5 @@ def join_results_from_files( >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/python/grass/benchmark/runners.py b/python/grass/benchmark/runners.py index fdd33708238..8f50d474696 100644 --- a/python/grass/benchmark/runners.py +++ b/python/grass/benchmark/runners.py @@ -25,6 +25,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD import random ======= <<<<<<< HEAD @@ -51,6 +52,10 @@ import random ======= >>>>>>> osgeo-main +======= +import random +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= import random @@ -62,6 +67,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -113,6 +119,8 @@ import random >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main import shutil from types import SimpleNamespace @@ -130,6 +138,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD def benchmark_single(module, label, repeat=5): """Benchmark module as is without chaning anything. ======= @@ -156,6 +165,8 @@ def benchmark_single(module, label, repeat=5): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def benchmark_single(module, label, repeat=5): """Benchmark module as is without changing anything. ======= @@ -168,6 +179,7 @@ def benchmark_single(module, label, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -177,6 +189,8 @@ def benchmark_single(module, label, repeat=5): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= def benchmark_single(module, label, repeat=5): """Benchmark module as is without chaning anything. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -186,6 +200,7 @@ def benchmark_single(module, label, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -203,6 +218,8 @@ def benchmark_single(module, label, repeat=5): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *module* is an instance of PyGRASS Module class or any object which has a *run* method which takes no arguments and executes the benchmarked code, @@ -259,6 +276,7 @@ def benchmark_single(module, label, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -276,6 +294,8 @@ def benchmark_single(module, label, repeat=5): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -285,6 +305,7 @@ def benchmark_single(module, label, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -310,6 +331,8 @@ def benchmark_single(module, label, repeat=5): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def benchmark_nprocs(module, label, max_nprocs, repeat=5, shuffle=True): """Benchmark module using values of nprocs up to *max_nprocs*. @@ -336,6 +359,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5, shuffle=True): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -355,6 +379,9 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5, shuffle=True): ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main def benchmark_nprocs(module, label, max_nprocs, repeat): ======= def benchmark_nprocs(module, label, max_nprocs, repeat=5): @@ -383,6 +410,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -452,6 +480,8 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *label* is a text to add to the result (for user-facing display). Optional *nprocs* is passed to the module if present. @@ -468,6 +498,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -509,6 +540,10 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *all_times* (list of lists of measured execution times), *efficiency* (parallel efficiency), *nprocs* (list of *nprocs* values used), and *label* (the provided parameter as is). @@ -545,6 +580,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= result.times.append(avg) result.all_times.append(times[nprocs]) @@ -630,6 +666,11 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): result.times.append(avg) result.all_times.append(times[nprocs]) ======= +>>>>>>> osgeo-main +======= + result.times.append(avg) + result.all_times.append(times[nprocs]) +======= >>>>>>> osgeo-main avg_times.append(avg) all_times.append(times[nprocs]) @@ -679,6 +720,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= ======= @@ -696,12 +738,17 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= all_times.append(times[nprocs]) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 12b43eb397 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -711,6 +758,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -783,6 +831,8 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if nprocs == 1: serial_avg = avg if avg < min_avg: @@ -799,6 +849,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= result.speedup.append(serial_avg / avg) result.efficiency.append(serial_avg / (nprocs * avg)) @@ -881,6 +932,11 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): result.speedup.append(serial_avg / avg) result.efficiency.append(serial_avg / (nprocs * avg)) ======= +======= + result.speedup.append(serial_avg / avg) + result.efficiency.append(serial_avg / (nprocs * avg)) +======= +>>>>>>> osgeo-main <<<<<<< HEAD ======= <<<<<<< HEAD @@ -896,7 +952,10 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) efficiency.append(serial_avg / (nprocs * avg)) >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) +<<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main print("\u2500" * term_size.columns) if serial_avg is not None: @@ -908,6 +967,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -922,6 +982,9 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main print(f"\nResult - {avg}s") @@ -939,6 +1002,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -976,6 +1040,13 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): return result ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= + print(f"Best average time - {min_avg}s ({min_time} threads)\n") + +<<<<<<< HEAD + return result +======= +>>>>>>> osgeo-main return SimpleNamespace( all_times=all_times, times=avg_times, @@ -984,6 +1055,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD efficiency=efficiency, ======= @@ -1006,6 +1078,10 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + efficiency=efficiency, +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= efficiency=efficiency, @@ -1016,6 +1092,7 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1088,12 +1165,15 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): efficiency=efficiency, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main nprocs=nprocs_list, label=label, ) >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= nprocs=nprocs_list, @@ -1105,6 +1185,8 @@ def benchmark_nprocs(module, label, max_nprocs, repeat=5): >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): @@ -1121,6 +1203,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1138,6 +1221,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 392c6e8e0b (pygrass: Add update parameters method to Module (#1712)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1147,6 +1232,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1172,6 +1258,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): >>>>>>> 8962f3c6a1 (pygrass: Add update parameters method to Module (#1712)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *module* is an instance of PyGRASS Module class or any object with attributes as specified in :func:`benchmark_nprocs` except that the *update* method is required only when *nprocs* is set. @@ -1186,6 +1274,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1200,6 +1289,9 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main *module* is an instance of PyGRASS Module class. >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -1211,6 +1303,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1258,6 +1351,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *resolutions* is a list of resolutions to set (current region is currently used and changed but that may change in the future). *repeat* sets how many times the each run is repeated. @@ -1275,6 +1370,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1310,6 +1406,11 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): Optional *nprocs* is passed to the module if present (the called module does not have to support nprocs parameter). ======= +>>>>>>> osgeo-main +======= + Optional *nprocs* is passed to the module if present + (the called module does not have to support nprocs parameter). +======= >>>>>>> osgeo-main Optional *nprocs* is passed to the module if present. >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -1327,6 +1428,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1371,6 +1473,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Returns an object with attributes *times* (list of average execution times), *all_times* (list of lists of measured execution times), *resolutions* @@ -1389,6 +1493,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1406,6 +1511,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1415,6 +1522,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1440,6 +1548,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if hasattr(module, "get_bash"): print(module.get_bash()) else: @@ -1454,6 +1564,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1468,6 +1579,9 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main print(module.get_bash()) >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -1479,6 +1593,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1526,6 +1641,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main avg_times = [] all_times = [] @@ -1551,6 +1668,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1580,6 +1698,10 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): ======= module.update(nprocs=nprocs) ======= +>>>>>>> osgeo-main +======= + module.update(nprocs=nprocs) +======= >>>>>>> osgeo-main module(nprocs=nprocs) >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -1595,6 +1717,7 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1636,6 +1759,8 @@ def benchmark_resolutions(module, resolutions, label, repeat=5, nprocs=None): >>>>>>> 8962f3c6a1 (pygrass: Add update parameters method to Module (#1712)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main module.run() print(f"{module.time}s") time_sum += module.time diff --git a/python/grass/benchmark/testsuite/test_benchmark.py b/python/grass/benchmark/testsuite/test_benchmark.py index 993e5c41ee8..daebf8e6909 100644 --- a/python/grass/benchmark/testsuite/test_benchmark.py +++ b/python/grass/benchmark/testsuite/test_benchmark.py @@ -30,6 +30,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= benchmark_nprocs, >>>>>>> c55184d3f6 (grass.benchmark: Compute speedup and enable plotting speedup/efficiency (#3835)) @@ -79,6 +80,20 @@ benchmark_single, ======= >>>>>>> osgeo-main +======= + benchmark_nprocs, +======= +<<<<<<< HEAD +>>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) +======= +<<<<<<< HEAD +>>>>>>> ea17e86303 (libpython: Support benchmarks of non-parallel runs better (#1733)) +======= +<<<<<<< HEAD +>>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) + benchmark_single, +======= +>>>>>>> osgeo-main >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= benchmark_single, @@ -90,6 +105,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -161,6 +177,8 @@ benchmark_single, >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main join_results, load_results, load_results_from_file, @@ -216,6 +234,7 @@ def test_resolutions(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -233,6 +252,8 @@ def test_resolutions(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> ba3c0640fa (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -242,6 +263,7 @@ def test_resolutions(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -267,6 +289,8 @@ def test_resolutions(self): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_single(self): """Test that single benchmark function runs""" label = "Standard output" @@ -301,6 +325,7 @@ def test_single(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -339,6 +364,8 @@ def test_single(self): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_nprocs(self): """Test that benchmark function runs for nprocs""" label = "Standard output" @@ -369,6 +396,7 @@ def test_nprocs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> c55184d3f6 (grass.benchmark: Compute speedup and enable plotting speedup/efficiency (#3835)) ======= ======= @@ -378,6 +406,8 @@ def test_nprocs(self): ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) >>>>>>> f541ee3b09 (libpython: Save and load benchmark results (#1711)) @@ -386,6 +416,7 @@ def test_nprocs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= ======= @@ -393,6 +424,8 @@ def test_nprocs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -404,6 +437,7 @@ def test_nprocs(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 01a506d3d3 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= ======= @@ -411,11 +445,14 @@ def test_nprocs(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -441,6 +478,8 @@ def test_nprocs(self): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class TestBenchmarkResults(TestCase): """Tests that saving results work""" diff --git a/python/grass/benchmark/testsuite/test_benchmark_cli.py b/python/grass/benchmark/testsuite/test_benchmark_cli.py index 503bc7bf739..f0b26f19f81 100644 --- a/python/grass/benchmark/testsuite/test_benchmark_cli.py +++ b/python/grass/benchmark/testsuite/test_benchmark_cli.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -64,6 +65,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import sys from pathlib import Path from subprocess import DEVNULL @@ -81,6 +86,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -106,6 +112,9 @@ ======= ======= >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) +======= +======= +>>>>>>> osgeo-main from pathlib import Path from subprocess import DEVNULL @@ -117,6 +126,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a4c9b5af1d (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= @@ -126,6 +136,8 @@ ======= >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= +>>>>>>> osgeo-main +======= import sys from pathlib import Path from subprocess import DEVNULL @@ -143,6 +155,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -176,6 +189,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main from grass.benchmark.app import main as benchmark_main from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -193,6 +210,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -210,6 +228,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -219,6 +239,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -244,6 +265,8 @@ >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def remove_file(path): """Remove filename if exists""" if sys.version_info < (3, 8): @@ -263,6 +286,7 @@ def remove_file(path): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -298,6 +322,10 @@ def remove_file(path): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class TestBenchmarkCLI(TestCase): """Tests that benchmarkin CLI works""" @@ -347,6 +375,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -367,6 +396,9 @@ def test_plot_cells_workflow(self): ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) class TestBenchmarkCLI(TestCase): """Tests that benchmarkin CLI works""" @@ -406,6 +438,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -498,6 +531,8 @@ def test_plot_cells_workflow(self): repeat = 4 <<<<<<< HEAD >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) +======= +>>>>>>> osgeo-main json_filename = "plot_test.json" png_filename = "plot_test.png" png_filename_resolutions = "plot_test_resolutions.png" @@ -508,6 +543,9 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -522,6 +560,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -547,6 +586,8 @@ def test_plot_cells_workflow(self): >>>>>>> 8c89098fcc (wxGUI: fix layout flag assert in wms dialog (#1764)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # The benchmark part has only Python API, not CLI. result = benchmark_resolutions( module=Module("r.univar", map="elevation", stdout_=DEVNULL, run_=False), @@ -565,6 +606,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -606,6 +648,10 @@ def test_plot_cells_workflow(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main save_results_to_file([result], self.json_filename) benchmark_main(["plot", "cells", self.json_filename, self.png_filenames[0]]) self.assertTrue(Path(self.png_filenames[0]).is_file()) @@ -622,6 +668,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD self.assertTrue(Path(self.png_filename2).is_file()) <<<<<<< HEAD @@ -636,6 +683,8 @@ def test_plot_cells_workflow(self): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self.assertTrue(Path(self.png_filenames[-1]).is_file()) ======= @@ -643,6 +692,7 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD ======= <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main save_results_to_file([result], json_filename) benchmark_main(["plot", "cells", json_filename, png_filename]) @@ -681,6 +731,8 @@ def test_plot_cells_workflow(self): <<<<<<< HEAD ======= ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main save_results_to_file([result], json_filename) benchmark_main(["plot", "cells", json_filename, png_filename]) @@ -700,6 +752,7 @@ def test_plot_cells_workflow(self): >>>>>>> ea17e86303 (libpython: Support benchmarks of non-parallel runs better (#1733)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 01a506d3d3 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= ======= @@ -717,12 +770,17 @@ def test_plot_cells_workflow(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= self.assertTrue(Path(self.png_filename2).is_file()) >>>>>>> 953489b535 (wxGUI: fix layout flag assert in wms dialog (#1764)) <<<<<<< HEAD >>>>>>> 9f045df12f (wxGUI: fix layout flag assert in wms dialog (#1764)) <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -732,6 +790,7 @@ def test_plot_cells_workflow(self): >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -776,6 +835,8 @@ def test_plot_cells_workflow(self): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if __name__ == "__main__": diff --git a/python/grass/docs/conf.py b/python/grass/docs/conf.py index a3bb6a5c0a9..2c16f7a1600 100644 --- a/python/grass/docs/conf.py +++ b/python/grass/docs/conf.py @@ -141,6 +141,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD copyright = "2023, GRASS Development Team" ======= <<<<<<< HEAD @@ -172,6 +173,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main copyright = "2024, GRASS Development Team" ======= copyright = "2022, GRASS Development Team" @@ -182,6 +185,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -198,6 +204,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -246,6 +253,11 @@ copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +copyright = "2023, GRASS Development Team" +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -494,6 +506,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD epub_copyright = "2023, GRASS Development Team" ======= <<<<<<< HEAD @@ -514,6 +527,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main epub_copyright = "2022, GRASS Development Team" <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -528,6 +543,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -582,6 +598,11 @@ epub_copyright = "2023, GRASS Development Team" >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +epub_copyright = "2023, GRASS Development Team" +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main # The basename for the epub file. It defaults to the project name. # epub_basename = u'wxGUI' diff --git a/python/grass/docs/src/gunittest_running_tests.rst b/python/grass/docs/src/gunittest_running_tests.rst index dfedb4967a0..f07ac938445 100644 --- a/python/grass/docs/src/gunittest_running_tests.rst +++ b/python/grass/docs/src/gunittest_running_tests.rst @@ -108,6 +108,7 @@ you would use:: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD raster/r.contour/testsuite/testrc.py ======= @@ -129,6 +130,8 @@ you would use:: >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main raster/r.contour/testsuite/test_broken.py ======= raster/r.contour/testsuite/testrc.py @@ -139,6 +142,7 @@ you would use:: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= raster/r.contour/testsuite/testrc.py >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) @@ -173,6 +177,11 @@ you would use:: raster/r.contour/testsuite/testrc.py >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= + raster/r.contour/testsuite/testrc.py +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main Running tests and creating report diff --git a/python/grass/docs/src/pygrass_gis.rst b/python/grass/docs/src/pygrass_gis.rst index d26f67b3988..30618d8b300 100644 --- a/python/grass/docs/src/pygrass_gis.rst +++ b/python/grass/docs/src/pygrass_gis.rst @@ -27,6 +27,7 @@ GIS 7 User's Manual: GRASS GIS Quickstart <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -64,6 +65,10 @@ GIS 7 User's Manual: GRASS GIS Quickstart `_. ======= >>>>>>> osgeo-main +======= +`_. +======= +>>>>>>> osgeo-main `_. >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -78,6 +83,7 @@ GIS 7 User's Manual: GRASS GIS Quickstart <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= `_. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -140,6 +146,11 @@ GIS 7 User's Manual: GRASS GIS Quickstart `_. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +`_. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main .. _Region-label: diff --git a/python/grass/exceptions/__init__.py b/python/grass/exceptions/__init__.py index 51da316fd75..ba8f1fe0d5f 100644 --- a/python/grass/exceptions/__init__.py +++ b/python/grass/exceptions/__init__.py @@ -83,6 +83,7 @@ def __init__(self, module, code, returncode, errors=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -125,6 +126,11 @@ def __init__(self, module, code, returncode, errors=None): ======= >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) >>>>>>> 3ab33fc0b6 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main if not module or module in code: # No need to include module name if it is directly in code # of if it is not set. diff --git a/python/grass/grassdb/checks.py b/python/grass/grassdb/checks.py index ffac8d21a88..b01416a22ee 100644 --- a/python/grass/grassdb/checks.py +++ b/python/grass/grassdb/checks.py @@ -84,6 +84,7 @@ def is_location_valid(path, location=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -113,6 +114,10 @@ def is_location_valid(path, location=None): ======= :param path: Path to a Location or to a GRASS GIS database directory ======= +>>>>>>> osgeo-main +======= + :param path: Path to a Location or to a GRASS GIS database directory +======= >>>>>>> osgeo-main :param database: Path to a Location or to a GRASS GIS database directory >>>>>>> 6d691c8cd4 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) @@ -128,6 +133,7 @@ def is_location_valid(path, location=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -169,6 +175,8 @@ def is_location_valid(path, location=None): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :param location: name of a Location if not part of *path* """ # DEFAULT_WIND file should not be required until you do something @@ -187,6 +195,7 @@ def is_location_valid(path, location=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -216,6 +225,10 @@ def is_location_valid(path, location=None): ======= path = os.path.join(path, location) ======= +>>>>>>> osgeo-main +======= + path = os.path.join(path, location) +======= >>>>>>> osgeo-main path = os.path.join(location) >>>>>>> 6d691c8cd4 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) @@ -231,6 +244,7 @@ def is_location_valid(path, location=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -272,6 +286,8 @@ def is_location_valid(path, location=None): >>>>>>> 3df9e1b372 (ci: Ignore paths in CodeQL (#1778)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return os.access(os.path.join(path, "PERMANENT", "DEFAULT_WIND"), os.F_OK) diff --git a/python/grass/grassdb/manage.py b/python/grass/grassdb/manage.py index a029d4c95b7..7003565b686 100644 --- a/python/grass/grassdb/manage.py +++ b/python/grass/grassdb/manage.py @@ -127,6 +127,7 @@ def split_mapset_path(mapset_path): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD def resolve_mapset_path(path, location=None, mapset=None): ======= <<<<<<< HEAD @@ -147,6 +148,8 @@ def resolve_mapset_path(path, location=None, mapset=None): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def resolve_mapset_path(path, location=None, mapset=None) -> MapsetPath: ======= def resolve_mapset_path(path, location=None, mapset=None): @@ -157,6 +160,7 @@ def resolve_mapset_path(path, location=None, mapset=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= def resolve_mapset_path(path, location=None, mapset=None): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -191,6 +195,11 @@ def resolve_mapset_path(path, location=None, mapset=None): def resolve_mapset_path(path, location=None, mapset=None): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +def resolve_mapset_path(path, location=None, mapset=None): +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """Resolve full path to mapset from given combination of parameters. Full or relative path to mapset can be provided as *path*. If the *path* diff --git a/python/grass/gunittest/README.md b/python/grass/gunittest/README.md index f7a5b5a9850..85262833e6c 100644 --- a/python/grass/gunittest/README.md +++ b/python/grass/gunittest/README.md @@ -15,6 +15,7 @@ For more information on the test suite and unit tests, visit: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -52,6 +53,10 @@ For more information on the test suite and unit tests, visit: ======= >>>>>>> osgeo-main +======= + +======= +>>>>>>> osgeo-main https://grass.osgeo.org/grass80/manuals/libpython/gunittest_testing.html >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -66,6 +71,7 @@ https://grass.osgeo.org/grass80/manuals/libpython/gunittest_testing.html <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -128,3 +134,8 @@ https://grass.osgeo.org/grass80/manuals/libpython/gunittest_testing.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/gunittest/invoker.py b/python/grass/gunittest/invoker.py index 8fb0f62dae9..91d726835c4 100644 --- a/python/grass/gunittest/invoker.py +++ b/python/grass/gunittest/invoker.py @@ -150,6 +150,7 @@ def _create_mapset(self, gisdbase, location, module): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -192,6 +193,11 @@ def _create_mapset(self, gisdbase, location, module): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main shutil.copy( os.path.join(gisdbase, location, "PERMANENT", "DEFAULT_WIND"), os.path.join(mapset_dir, "WIND"), @@ -259,8 +265,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): args, cwd=cwd, env=env, - stdout=subprocess.PIPE, - stderr=subprocess.PIPE, + capture_output=True, timeout=timeout, check=False, ) @@ -277,6 +282,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -299,6 +305,8 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): ======= >>>>>>> e2f520cfc3 (pythonlib: Remove star imports (#1546)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -308,6 +316,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 57aff3a06a (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD @@ -349,6 +358,10 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): ======= >>>>>>> 57aff3a06a (pythonlib: Remove star imports (#1546)) >>>>>>> e2f520cfc3 (pythonlib: Remove star imports (#1546)) +======= +======= +>>>>>>> 57aff3a06a (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main stdout = p.stdout stderr = p.stderr returncode = p.returncode @@ -369,6 +382,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD stderr = f"Process has timed out in {timeout}s and produced no error output.\n" ======= @@ -390,6 +404,8 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main stderr = ( f"Process has timed out in {timeout}s and produced no error " "output.\n" @@ -403,6 +419,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= stderr = f"Process has timed out in {timeout}s and produced no error output.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -437,6 +454,11 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): stderr = f"Process has timed out in {timeout}s and produced no error output.\n" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + stderr = f"Process has timed out in {timeout}s and produced no error output.\n" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Return code is None if the process times out. # Rest of the code expects success to evaluate as False. # So, we assign a failing return code. @@ -453,6 +475,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -498,6 +521,13 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) encodings = [_get_encoding(), "utf8", "latin-1", "ascii"] +======= +>>>>>>> osgeo-main +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + encodings = [_get_encoding(), "utf8", "latin-1", "ascii"] + ======= >>>>>>> osgeo-main stdout, stderr = p.communicate() @@ -519,6 +549,7 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -568,6 +599,8 @@ def _run_test_module(self, module, results_dir, gisdbase, location, timeout): >>>>>>> 57aff3a06a (pythonlib: Remove star imports (#1546)) >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) >>>>>>> 3ab33fc0b6 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> osgeo-main def try_decode(data, encodings): """Try to decode data (bytes) using one of encodings @@ -591,6 +624,7 @@ def try_decode(data, encodings): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -634,6 +668,10 @@ def try_decode(data, encodings): ======= return decode(data, encoding=encoding) ======= +>>>>>>> osgeo-main +======= + return decode(data, encoding=encoding) +======= >>>>>>> osgeo-main return decode(stdout, encoding=encoding) >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -649,6 +687,9 @@ def try_decode(data, encodings): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -668,6 +709,7 @@ def try_decode(data, encodings): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -723,6 +765,8 @@ def try_decode(data, encodings): >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> e2f520cfc3 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> osgeo-main except UnicodeError: pass if isinstance(data, bytes): diff --git a/python/grass/gunittest/main.py b/python/grass/gunittest/main.py index 873fc7b7357..f34fc3eb3f3 100644 --- a/python/grass/gunittest/main.py +++ b/python/grass/gunittest/main.py @@ -143,6 +143,7 @@ def discovery(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -161,6 +162,8 @@ def discovery(): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -170,6 +173,7 @@ def discovery(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -199,6 +203,8 @@ def discovery(): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def get_config(start_directory, config_file): """Read configuration if available, return empty section proxy if not @@ -216,6 +222,7 @@ def get_config(start_directory, config_file): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -237,6 +244,8 @@ def get_config(start_directory, config_file): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main config_parser = configparser.ConfigParser() if config_file: with open(config_file, encoding="utf-8") as file: @@ -258,7 +267,10 @@ def get_config(start_directory, config_file): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -310,6 +322,7 @@ def get_config(start_directory): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -419,6 +432,8 @@ def get_config(start_directory): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def main(): @@ -493,6 +508,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -510,6 +526,8 @@ def main(): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -521,6 +539,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -544,6 +563,8 @@ def main(): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return f"GISDBASE (grassdata directory) <{gisdbase}> does not exist\n" if not os.path.exists(os.path.join(gisdbase, location)): return ( @@ -569,6 +590,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -587,6 +609,8 @@ def main(): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -596,6 +620,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -625,6 +650,8 @@ def main(): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main try: config = get_config(start_directory=start_dir, config_file=args.config) except OSError as error: @@ -639,6 +666,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -661,6 +689,9 @@ def main(): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main config = get_config(start_dir) >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -675,6 +706,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -726,6 +758,10 @@ def main(): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main invoker = GrassTestFilesInvoker( start_dir=start_dir, diff --git a/python/grass/gunittest/multireport.py b/python/grass/gunittest/multireport.py index 014d8296e4b..edeb98636ee 100644 --- a/python/grass/gunittest/multireport.py +++ b/python/grass/gunittest/multireport.py @@ -22,9 +22,9 @@ from grass.gunittest.reporters import success_to_html_percent # TODO: we should be able to work without matplotlib -import matplotlib +import matplotlib as mpl -matplotlib.use("Agg") +mpl.use("Agg") # This counts as code already, so silence "import not at top of file". # Perhaps in the future, switch_backend() could be used. import matplotlib.pyplot as plt # noqa: E402 diff --git a/python/grass/gunittest/multirunner.py b/python/grass/gunittest/multirunner.py index 0f9a68d55c4..f8fa1bf06ad 100644 --- a/python/grass/gunittest/multirunner.py +++ b/python/grass/gunittest/multirunner.py @@ -119,6 +119,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -192,6 +193,8 @@ def main(): ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main grass_executable = args.grassbin # Software @@ -206,6 +209,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -217,6 +221,8 @@ def main(): >>>>>>> osgeo-main ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main ======= # grass8bin = 'C:\Program Files (x86)\GRASS GIS 8.0.git\grass.bat' grass8bin = args.grassbin # TODO: can be used if pressent @@ -226,6 +232,9 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -238,6 +247,7 @@ def main(): >>>>>>> 227cbcebbf (Programmer's manual: update GRASS GIS arch drawing (#1610)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 5af337c699 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -246,6 +256,8 @@ def main(): >>>>>>> osgeo-main ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +>>>>>>> osgeo-main # query GRASS GIS 8 itself for its GISBASE # we assume that GRASS GIS' start script is available and in the PATH # the shell=True is here because of MS Windows? (code taken from wiki) @@ -255,6 +267,9 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -265,11 +280,14 @@ def main(): ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main grass_executable = args.grassbin @@ -282,6 +300,9 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -304,6 +325,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -343,6 +365,8 @@ def main(): startcmd = grass_executable + " --config path" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main p = subprocess.Popen( startcmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE ) @@ -362,6 +386,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -398,6 +423,10 @@ def main(): ======= "ERROR: Cannot find GRASS GIS start script (%s):\n%s" % (startcmd, err), ======= +>>>>>>> osgeo-main +======= + "ERROR: Cannot find GRASS GIS start script (%s):\n%s" % (startcmd, err), +======= >>>>>>> osgeo-main "ERROR: Cannot find GRASS GIS 8 start script (%s):\n%s" % (startcmd, err), >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -413,6 +442,7 @@ def main(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "ERROR: Cannot find GRASS GIS start script (%s):\n%s" % (startcmd, err), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -475,6 +505,11 @@ def main(): "ERROR: Cannot find GRASS GIS start script (%s):\n%s" % (startcmd, err), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "ERROR: Cannot find GRASS GIS start script (%s):\n%s" % (startcmd, err), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main file=sys.stderr, ) return 1 diff --git a/python/grass/gunittest/reporters.py b/python/grass/gunittest/reporters.py index 098721edce3..478117efc1e 100644 --- a/python/grass/gunittest/reporters.py +++ b/python/grass/gunittest/reporters.py @@ -78,9 +78,9 @@ def __init__(self, paths_to_remove, remove_gisbase=True, remove_gisdbase=False): if remove_gisdbase: # import only when really needed to avoid problems with # translations when environment is not set properly - import grass.script as gscript + import grass.script as gs - gisdbase = gscript.gisenv()["GISDBASE"] + gisdbase = gs.gisenv()["GISDBASE"] self._paths_to_remove.append(gisdbase) if paths_to_remove: self._paths_to_remove.extend(paths_to_remove) @@ -671,6 +671,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD super(GrassTestFilesHtmlReporter, self).end_file_test( ======= @@ -692,6 +693,8 @@ def end_file_test( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main super().end_file_test( ======= super(GrassTestFilesHtmlReporter, self).end_file_test( @@ -702,6 +705,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= super(GrassTestFilesHtmlReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -736,6 +740,11 @@ def end_file_test( super(GrassTestFilesHtmlReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + super(GrassTestFilesHtmlReporter, self).end_file_test( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main module=module, cwd=cwd, returncode=returncode, @@ -994,6 +1003,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD super(GrassTestFilesKeyValueReporter, self).end_file_test( ======= @@ -1015,6 +1025,8 @@ def end_file_test( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main super().end_file_test( ======= super(GrassTestFilesKeyValueReporter, self).end_file_test( @@ -1025,6 +1037,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= super(GrassTestFilesKeyValueReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1059,6 +1072,11 @@ def end_file_test( super(GrassTestFilesKeyValueReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + super(GrassTestFilesKeyValueReporter, self).end_file_test( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main module=module, cwd=cwd, returncode=returncode, @@ -1162,6 +1180,7 @@ def start_file_test(self, module): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1204,6 +1223,11 @@ def start_file_test(self, module): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main self._stream.write("Running {file}...\n".format(file=module.file_path)) # get the above line and all previous ones to the report self._stream.flush() @@ -1219,6 +1243,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD super(GrassTestFilesTextReporter, self).end_file_test( ======= @@ -1240,6 +1265,8 @@ def end_file_test( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main super().end_file_test( ======= super(GrassTestFilesTextReporter, self).end_file_test( @@ -1250,6 +1277,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= super(GrassTestFilesTextReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1284,6 +1312,11 @@ def end_file_test( super(GrassTestFilesTextReporter, self).end_file_test( >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + super(GrassTestFilesTextReporter, self).end_file_test( +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main module=module, cwd=cwd, returncode=returncode, @@ -1313,6 +1346,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1342,6 +1376,8 @@ def end_file_test( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self._stream.write(f"FAILED {module.file_path}") if timed_out: self._stream.write(f" - Timeout >{timed_out}s") @@ -1355,6 +1391,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD self._stream.write(f"FAILED {module.file_path}") if timed_out: @@ -1367,6 +1404,8 @@ def end_file_test( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main self._stream.write("FAILED {file}".format(file=module.file_path)) >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1379,6 +1418,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1387,6 +1427,8 @@ def end_file_test( >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= self._stream.write(f"FAILED {module.file_path}") if timed_out: @@ -1398,6 +1440,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1406,6 +1449,8 @@ def end_file_test( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= self._stream.write(f"FAILED {module.file_path}") if timed_out: @@ -1417,6 +1462,7 @@ def end_file_test( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1446,6 +1492,8 @@ def end_file_test( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main num_failed = test_summary.get("failures", 0) num_failed += test_summary.get("errors", 0) if num_failed: diff --git a/python/grass/imaging/images2avi.py b/python/grass/imaging/images2avi.py index 6dd590e858a..f0b1904823d 100644 --- a/python/grass/imaging/images2avi.py +++ b/python/grass/imaging/images2avi.py @@ -44,7 +44,7 @@ import shutil from grass.imaging import images2ims -import grass.script as gscript +import grass.script as gs def _cleanDir(tempDir): @@ -131,16 +131,16 @@ def writeAvi( _cleanDir(tempDir) if bg_task: return ( - gscript.decode(outPut) + gs.decode(outPut) + "\n" - + gscript.decode(S.stderr.read()) + + gs.decode(S.stderr.read()) + "\n" + _("Could not write avi.") ) else: # An error occurred, show - print(gscript.decode(outPut)) - print(gscript.decode(S.stderr.read())) + print(gs.decode(outPut)) + print(gs.decode(S.stderr.read())) raise RuntimeError(_("Could not write avi.")) else: try: diff --git a/python/grass/imaging/images2gif.py b/python/grass/imaging/images2gif.py index 742adbce130..d19378929d7 100644 --- a/python/grass/imaging/images2gif.py +++ b/python/grass/imaging/images2gif.py @@ -72,7 +72,7 @@ pillow = True try: - PIL.__version__ # test if user has Pillow or PIL + PIL_version = PIL.__version__ # test if user has Pillow or PIL except AttributeError: pillow = False from PIL.GifImagePlugin import getheader, getdata @@ -220,6 +220,7 @@ def getAppExt(self, loops=float("inf")): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -253,6 +254,10 @@ def getAppExt(self, loops=float("inf")): loops = 2**16 - 1 ======= >>>>>>> osgeo-main +======= + loops = 2**16 - 1 +======= +>>>>>>> osgeo-main ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) loops = 2 ** 16 - 1 @@ -269,6 +274,7 @@ def getAppExt(self, loops=float("inf")): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -318,6 +324,8 @@ def getAppExt(self, loops=float("inf")): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # bb = "" # application extension should not be used # (the extension interprets zero loops @@ -763,6 +771,7 @@ def readGif(filename, asNumpy=True): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD raise IOError("File not found: " + str(filename)) ======= @@ -784,6 +793,8 @@ def readGif(filename, asNumpy=True): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main raise OSError("File not found: " + str(filename)) ======= raise IOError("File not found: " + str(filename)) @@ -794,6 +805,7 @@ def readGif(filename, asNumpy=True): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= raise IOError("File not found: " + str(filename)) >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) @@ -828,6 +840,11 @@ def readGif(filename, asNumpy=True): raise IOError("File not found: " + str(filename)) >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= + raise IOError("File not found: " + str(filename)) +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main # Load file using PIL pilIm = PIL.Image.open(filename) diff --git a/python/grass/imaging/images2swf.py b/python/grass/imaging/images2swf.py index 72354e751a6..df6eb023c24 100644 --- a/python/grass/imaging/images2swf.py +++ b/python/grass/imaging/images2swf.py @@ -828,8 +828,6 @@ def writeSwf(filename, images, duration=0.1, repeat=True): fp = open(filename, "wb") try: buildFile(fp, taglist, nframes=nframes, framesize=wh, fps=fps) - except Exception: - raise finally: fp.close() diff --git a/python/grass/jupyter/Makefile b/python/grass/jupyter/Makefile index d0ec0ba5d39..dded6fb1092 100644 --- a/python/grass/jupyter/Makefile +++ b/python/grass/jupyter/Makefile @@ -20,6 +20,7 @@ DSTDIR = $(ETC)/python/grass/jupyter <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -71,6 +72,10 @@ DSTDIR = $(ETC)/python/grass/jupyter ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main MODULES = \ setup \ map \ @@ -84,6 +89,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) @@ -106,6 +112,8 @@ MODULES = \ ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main seriesmap \ reprojection_renderer \ @@ -113,6 +121,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD timeseriesmap ======= @@ -176,6 +185,13 @@ MODULES = \ timeseriesmap ======= >>>>>>> osgeo-main +======= + timeseriesmap \ + baseseriesmap +======= + timeseriesmap +======= +>>>>>>> osgeo-main MODULES = setup >>>>>>> 584e61d06d (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) <<<<<<< HEAD @@ -183,6 +199,7 @@ MODULES = setup <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4625684fca (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= ======= @@ -190,6 +207,8 @@ MODULES = setup ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= MODULES = setup >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) @@ -198,6 +217,7 @@ MODULES = setup <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> cb0f743d05 (Add session initiations functions for Jupyter Notebooks (#1629)) ======= ======= @@ -205,6 +225,8 @@ MODULES = setup ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= MODULES = setup display >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -213,6 +235,7 @@ MODULES = setup display <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= ======= @@ -220,6 +243,8 @@ MODULES = setup display ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= MODULES = \ setup \ @@ -233,6 +258,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 01a506d3d3 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= ======= @@ -240,6 +266,8 @@ MODULES = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= interact_display \ utils @@ -249,6 +277,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 2a3f5af732 (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) ======= ======= @@ -256,6 +285,8 @@ MODULES = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= map \ interactivemap \ @@ -270,6 +301,7 @@ MODULES = \ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -277,6 +309,8 @@ MODULES = \ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= reprojection_renderer \ utils \ @@ -285,6 +319,7 @@ MODULES = \ >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -368,6 +403,8 @@ MODULES = \ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main PYFILES := $(patsubst %,$(DSTDIR)/%.py,$(MODULES) __init__) PYCFILES := $(patsubst %,$(DSTDIR)/%.pyc,$(MODULES) __init__) diff --git a/python/grass/jupyter/__init__.py b/python/grass/jupyter/__init__.py index fe3071fc8f3..5542b422fc3 100644 --- a/python/grass/jupyter/__init__.py +++ b/python/grass/jupyter/__init__.py @@ -11,6 +11,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29,6 +30,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -38,6 +41,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -67,6 +71,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # MODULE: grass.jupyter # # AUTHOR(S): Caitlin Haedrich @@ -128,6 +134,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -147,6 +154,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main .. note:: Contrary to typical command line / GUI module usage, grass.jupyter enables output overwrite by default to align with behaviour of other @@ -163,6 +172,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -192,6 +202,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main All classes and functions for interaction in notebooks are now available under *gj*, for example we can display a map with a selected raster and vector:: @@ -254,6 +268,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -273,6 +288,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from .seriesmap import SeriesMap ======= from .setup import * @@ -286,6 +303,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -298,6 +316,8 @@ >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) +======= +>>>>>>> osgeo-main >>>>>>> 584e61d06d (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= from .setup import * @@ -308,6 +328,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -330,6 +353,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -399,3 +423,7 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/jupyter/display.py b/python/grass/jupyter/display.py index 2ea66482135..16c110adc0c 100644 --- a/python/grass/jupyter/display.py +++ b/python/grass/jupyter/display.py @@ -21,6 +21,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD import shutil ======= <<<<<<< HEAD @@ -32,6 +33,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main from pathlib import Path ======= import shutil @@ -44,6 +47,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -94,6 +98,9 @@ >>>>>>> 2ee8fe98e4 (libraster: fix Rast_legal_bandref() (#1796)) import tempfile >>>>>>> ddb6db9b59 (r.in.pdal: info.cpp also needs PDALCPPFLAGS (#1768)) +======= +import tempfile +>>>>>>> osgeo-main import grass.script as gs @@ -104,6 +111,7 @@ class GrassRenderer: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD """GrassRenderer creates and displays GRASS maps in Jupyter Notebooks. @@ -133,6 +141,10 @@ class GrassRenderer: """The grassRenderer class creates and displays GRASS maps in Jupyter Notebooks.""" >>>>>>> osgeo-main +======= + """The grassRenderer class creates and displays GRASS maps in + Jupyter Notebooks.""" +>>>>>>> osgeo-main ======= """The grassRenderer class creates and displays GRASS maps in Jupyter Notebooks.""" @@ -150,6 +162,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD """Initiates an instance of the GrassRenderer class.""" @@ -223,6 +236,11 @@ def __init__( ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= + """Initiates an instance of the GrassRenderer class.""" +======= + >>>>>>> osgeo-main """Creates an instance of the GrassRenderer class. @@ -238,6 +256,7 @@ def __init__( # Copy Environment <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> d7075af684 (r.in.pdal: info.cpp also needs PDALCPPFLAGS (#1768)) ======= >>>>>>> osgeo-main @@ -268,6 +287,8 @@ def __init__( # Copy Environment >>>>>>> ddb6db9b59 (r.in.pdal: info.cpp also needs PDALCPPFLAGS (#1768)) +======= +>>>>>>> osgeo-main if env: self._env = env.copy() else: @@ -278,6 +299,9 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -289,6 +313,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD self._env["GRASS_RENDER_TEXT_SIZE"] = str(text_size) self._env["GRASS_RENDER_IMMEDIATE"] = renderer @@ -384,6 +409,8 @@ def __init__( self._env["GRASS_RENDER_WIDTH"] = str(width) self._env["GRASS_RENDER_HEIGHT"] = str(height) <<<<<<< HEAD +======= +>>>>>>> osgeo-main self._env["GRASS_TEXT_SIZE"] = str(text_size) self._env["GRASS_RENDER_IMMEDIATE"] = "cairo" self._env["GRASS_RENDER_FILE"] = str(filename) @@ -412,6 +439,7 @@ def __init__( self._legend_file = os.path.join(self._tmpdir.name, "legend.txt") self._env["GRASS_LEGEND_FILE"] = str(self._legend_file) +<<<<<<< HEAD <<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) self._filename = filename @@ -430,6 +458,8 @@ def __init__( >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= >>>>>>> ddb6db9b59 (r.in.pdal: info.cpp also needs PDALCPPFLAGS (#1768)) +======= +>>>>>>> osgeo-main def run(self, module, **kwargs): """Run modules from "d." GRASS library""" # Check module is from display library then run @@ -444,6 +474,7 @@ def run(self, module, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD def __getattr__(self, name): """Parse attribute to GRASS display module. Attribute should be in @@ -477,6 +508,8 @@ def show(self): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main def show(self): <<<<<<< HEAD @@ -490,6 +523,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -525,4 +559,6 @@ def show(self): >>>>>>> 920471e340 (libraster: fix Rast_legal_bandref() (#1796)) >>>>>>> 2ee8fe98e4 (libraster: fix Rast_legal_bandref() (#1796)) +======= +>>>>>>> osgeo-main return Image(self._filename) diff --git a/python/grass/jupyter/interact_display.py b/python/grass/jupyter/interact_display.py index 5f7b5a8dfee..2909599c25e 100644 --- a/python/grass/jupyter/interact_display.py +++ b/python/grass/jupyter/interact_display.py @@ -12,6 +12,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -29,6 +32,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -67,6 +73,7 @@ def __init__(self, width=400, height=400): self._folium = folium <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # This program is free software under the GNU Gernal Public # License (>=v2). Read teh file COPYING that comes with GRASS @@ -183,6 +190,8 @@ def __init__(self, width=400, height=400): import folium self._folium = folium +======= +>>>>>>> osgeo-main # Store height and width self.width = width @@ -194,6 +203,7 @@ def __init__(self, width=400, height=400): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 2a3f5af732 (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) ======= @@ -202,6 +212,8 @@ def __init__(self, width=400, height=400): >>>>>>> osgeo-main ======= >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) +======= +>>>>>>> osgeo-main self._tmp_dir = tempfile.TemporaryDirectory() # Remember original environment; all environments used @@ -217,6 +229,9 @@ def __init__(self, width=400, height=400): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -234,6 +249,7 @@ def __init__(self, width=400, height=400): self.map = self._folium.Map( <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) @@ -287,6 +303,8 @@ def __init__(self, width=400, height=400): ======= self.map = self._folium.Map( >>>>>>> 2ee8fe98e4 (libraster: fix Rast_legal_bandref() (#1796)) +======= +>>>>>>> osgeo-main width=self.width, height=self.height, location=center, @@ -298,6 +316,9 @@ def __init__(self, width=400, height=400): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -324,6 +345,7 @@ def clean_up(paths): ) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Create LayerControl default ======= @@ -410,6 +432,8 @@ def _folium_bounding_box(self, extent): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) +======= +>>>>>>> osgeo-main def add_vector(self, name): """Imports vector into temporary WGS84 location, @@ -420,6 +444,7 @@ def add_vector(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD :param str name: name of vector to be added to map; positional-only parameter @@ -454,6 +479,11 @@ def add_vector(self, name): positional-only parameter """ >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) +======= + :param str name: name of vector to be added to map; + positional-only parameter + """ +>>>>>>> osgeo-main # Find full name of vector file_info = gs.find_file(name, element="vector") @@ -465,6 +495,9 @@ def add_vector(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -574,6 +607,7 @@ def show(self): """This function returns a folium figure object with a GRASS raster <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= mapset = file_info["mapset"] @@ -800,6 +834,8 @@ def show(self): ======= """This function returns a folium figure object with a GRASS raster >>>>>>> 2ee8fe98e4 (libraster: fix Rast_legal_bandref() (#1796)) +======= +>>>>>>> osgeo-main overlayed on a basemap. If map has layer control enabled, additional layers cannot be @@ -813,6 +849,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD fig = self._folium.Figure(width=self.width, height=self.height) ======= @@ -833,6 +870,9 @@ def show(self): ======= fig = self._folium.Figure(width=self.width, height=self.height) >>>>>>> 2ee8fe98e4 (libraster: fix Rast_legal_bandref() (#1796)) +======= + fig = self._folium.Figure(width=self.width, height=self.height) +>>>>>>> osgeo-main # Add map to figure fig.add_child(self.map) @@ -843,6 +883,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 2a3f5af732 (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) ======= @@ -851,6 +892,8 @@ def show(self): >>>>>>> osgeo-main ======= >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) +======= +>>>>>>> osgeo-main def save(self, filename): """Save map as an html map. @@ -862,6 +905,7 @@ def save(self, filename): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 01a506d3d3 (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= @@ -874,3 +918,5 @@ def save(self, filename): >>>>>>> a4624812dc (libpython: Support benchmarks of non-parallel runs better (#1733)) ======= >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) +======= +>>>>>>> osgeo-main diff --git a/python/grass/jupyter/interactivemap.py b/python/grass/jupyter/interactivemap.py index d9bbc6e68fe..558f7cc5b98 100644 --- a/python/grass/jupyter/interactivemap.py +++ b/python/grass/jupyter/interactivemap.py @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -24,6 +25,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Anna Petrasova ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -35,6 +38,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -58,6 +62,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # # PURPOSE: This module contains functions for interactive visualizations # in Jupyter Notebooks. @@ -71,6 +77,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team ======= <<<<<<< HEAD @@ -91,6 +98,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # COPYRIGHT: (C) 2021-2024 Caitlin Haedrich, and by the GRASS Development Team ======= # COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team @@ -101,6 +110,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -135,6 +145,11 @@ # COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +# COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # # This program is free software under the GNU General Public # License (>=v2). Read the file COPYING that comes with GRASS @@ -149,6 +164,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -168,6 +184,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """Interactive visualizations map with folium or ipyleaflet""" import base64 @@ -199,6 +217,7 @@ class Layer: # pylint: disable=too-few-public-methods <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -228,6 +247,10 @@ class Layer: # pylint: disable=too-few-public-methods ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """Interactive visualizations map with folium""" from .reprojection_renderer import ReprojectionRenderer @@ -249,6 +272,7 @@ class Raster: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -291,6 +315,11 @@ class Raster: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """ def __init__( @@ -313,6 +342,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -332,6 +362,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main param str name: layer name param str title: title of layer to display in layer control legend param bool use_region: use computational region of current mapset @@ -348,6 +380,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -377,6 +410,10 @@ def __init__( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main param str name: raster name param str title: title of raster to display in layer control legend param bool use_region: use computational region of current mapset @@ -399,6 +436,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -441,6 +479,11 @@ def __init__( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self._title = title if not self._title: self._title = self._name @@ -460,6 +503,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -479,6 +523,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class Raster(Layer): @@ -513,6 +559,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -542,6 +589,10 @@ def __init__( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Render overlay # By doing this here instead of in add_to, we avoid rendering # twice if added to multiple maps. This mimics the behavior @@ -557,6 +608,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -576,6 +628,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def add_to(self, interactive_map): """Add raster to map object which is an instance of either folium.Map or ipyleaflet.Map""" @@ -614,6 +668,7 @@ class Vector(Layer): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -643,6 +698,10 @@ class Vector(Layer): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def add_to(self, folium_map): """Add raster to folium map with folium.raster_layers.ImageOverlay() @@ -671,6 +730,7 @@ class Vector: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -713,6 +773,11 @@ class Vector: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Basic Usage: >>> m = folium.Map() @@ -727,6 +792,7 @@ class Vector: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -746,6 +812,8 @@ class Vector: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>> m = ipyleaflet.Map() >>> gj.Vector("roadsmajor").add_to(m) @@ -758,6 +826,7 @@ class Vector: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -787,6 +856,10 @@ class Vector: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """ def __init__( @@ -807,6 +880,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -826,6 +900,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """Reproject GRASS vector and export to GeoJSON.""" super().__init__(name, title, use_region, saved_region, renderer, **kwargs) self._filename = self._renderer.render_vector(name) @@ -866,6 +942,7 @@ class InteractiveMap: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -895,6 +972,10 @@ class InteractiveMap: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """Reproject GRASS vector and export to folium-ready PNG. Also computes bounding box for PNG overlay in folium map. @@ -941,6 +1022,7 @@ class InteractiveMap: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -983,6 +1065,11 @@ class InteractiveMap: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Basic Usage: @@ -1009,6 +1096,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1028,6 +1116,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main map_backend=None, ): """Creates a blank folium/ipyleaflet map centered on g.region. @@ -1046,6 +1136,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1075,6 +1166,10 @@ def __init__( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ): """Creates a blank folium map centered on g.region. @@ -1089,6 +1184,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1131,6 +1227,11 @@ def __init__( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Stamen Watercolor", "Mapbox Bright", "Mapbox Control Room", "CartoDB positron", "CartoDB dark_matter") as well as custom tileset URL (i.e. "http://{s}.yourtiles.com/{z}/{x}/{y}.png"). For more information, visit @@ -1145,6 +1246,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1164,6 +1266,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main In case of ipyleaflet, only the tileset name and not the URL is currently supported. ======= @@ -1174,6 +1278,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1203,6 +1308,10 @@ def __init__( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Raster and vector data are always reprojected to Pseudo-Mercator. With use_region=True or saved_region=myregion, the region extent @@ -1229,6 +1338,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1248,6 +1358,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :param str map_backend: "ipyleaflet" or "folium" or None """ self._ipyleaflet = None @@ -1297,6 +1409,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1326,6 +1439,10 @@ def _import_ipyleaflet(error): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """ import folium # pylint: disable=import-outside-toplevel @@ -1339,6 +1456,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1381,6 +1499,11 @@ def _import_ipyleaflet(error): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Store height and width self.width = width @@ -1395,6 +1518,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1414,6 +1538,8 @@ def _import_ipyleaflet(error): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if self._ipyleaflet: basemap = xyzservices.providers.query_name(tiles) if API_key and basemap.get("accessToken"): @@ -1437,6 +1563,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1466,6 +1593,10 @@ def _import_ipyleaflet(error): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Create Folium Map self.map = self._folium.Map( width=self.width, @@ -1482,6 +1613,7 @@ def _import_ipyleaflet(error): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1524,6 +1656,11 @@ def _import_ipyleaflet(error): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Set LayerControl default self.layer_control_object = None @@ -1541,6 +1678,7 @@ def add_vector(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD adds to folium map. ======= @@ -1562,6 +1700,8 @@ def add_vector(self, name, title=None, **kwargs): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main adds to map. ======= adds to folium map. @@ -1572,6 +1712,7 @@ def add_vector(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= adds to folium map. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1606,6 +1747,11 @@ def add_vector(self, name, title=None, **kwargs): adds to folium map. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + adds to folium map. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main :param str name: name of vector to be added to map; positional-only parameter @@ -1618,6 +1764,7 @@ def add_vector(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD :**kwargs: keyword arguments passed to folium.GeoJson() ======= @@ -1639,6 +1786,8 @@ def add_vector(self, name, title=None, **kwargs): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :**kwargs: keyword arguments passed to GeoJSON overlay ======= :**kwargs: keyword arguments passed to folium.GeoJson() @@ -1649,6 +1798,7 @@ def add_vector(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= :**kwargs: keyword arguments passed to folium.GeoJson() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1683,6 +1833,11 @@ def add_vector(self, name, title=None, **kwargs): :**kwargs: keyword arguments passed to folium.GeoJson() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + :**kwargs: keyword arguments passed to folium.GeoJson() +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """ Vector(name, title=title, renderer=self._renderer, **kwargs).add_to(self.map) @@ -1696,6 +1851,7 @@ def add_raster(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD exports as png and overlays on folium map. ======= @@ -1717,6 +1873,8 @@ def add_raster(self, name, title=None, **kwargs): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main exports as png and overlays on a map. ======= exports as png and overlays on folium map. @@ -1727,6 +1885,7 @@ def add_raster(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= exports as png and overlays on folium map. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1761,6 +1920,11 @@ def add_raster(self, name, title=None, **kwargs): exports as png and overlays on folium map. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + exports as png and overlays on folium map. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Color table for the raster can be modified with `r.colors` before calling this function. @@ -1780,6 +1944,7 @@ def add_raster(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD :**kwargs: keyword arguments passed to folium.raster_layers.ImageOverlay() ======= @@ -1801,6 +1966,8 @@ def add_raster(self, name, title=None, **kwargs): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :**kwargs: keyword arguments passed to image overlay ======= :**kwargs: keyword arguments passed to folium.raster_layers.ImageOverlay() @@ -1811,6 +1978,7 @@ def add_raster(self, name, title=None, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= :**kwargs: keyword arguments passed to folium.raster_layers.ImageOverlay() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1845,6 +2013,11 @@ def add_raster(self, name, title=None, **kwargs): :**kwargs: keyword arguments passed to folium.raster_layers.ImageOverlay() >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + :**kwargs: keyword arguments passed to folium.raster_layers.ImageOverlay() +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """ Raster(name, title=title, renderer=self._renderer, **kwargs).add_to(self.map) @@ -1860,6 +2033,7 @@ def add_layer_control(self, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1878,6 +2052,8 @@ def add_layer_control(self, **kwargs): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main A Layer Control is added by default. Call this function to customize layer control object. Accepts keyword arguments to be passed to leaflet layer control object""" @@ -1885,6 +2061,7 @@ def add_layer_control(self, **kwargs): ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1892,6 +2069,8 @@ def add_layer_control(self, **kwargs): ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Accepts keyword arguments to be passed to layer control object""" >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -1910,6 +2089,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1939,6 +2119,10 @@ def show(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Accepts keyword arguments to be passed to folium.LayerControl()""" self.layer_control = True @@ -1956,6 +2140,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1998,6 +2183,11 @@ def show(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main If map has layer control enabled, additional layers cannot be added after calling show().""" @@ -2011,6 +2201,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2030,6 +2221,8 @@ def show(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.map.fit_bounds(self._renderer.get_bbox()) if not self.layer_control_object: @@ -2053,6 +2246,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2082,6 +2276,10 @@ def show(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if self.layer_control: self.map.add_child(self.layer_control_object) # Create Figure @@ -2100,6 +2298,7 @@ def show(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2142,6 +2341,11 @@ def show(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def save(self, filename): """Save map as an html map. diff --git a/python/grass/jupyter/map.py b/python/grass/jupyter/map.py index a049667351d..bdc6e361cc2 100644 --- a/python/grass/jupyter/map.py +++ b/python/grass/jupyter/map.py @@ -70,6 +70,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -87,6 +88,8 @@ def __init__( ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -98,6 +101,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -121,6 +125,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """Creates an instance of the Map class. :param int height: height of map in pixels diff --git a/python/grass/jupyter/region.py b/python/grass/jupyter/region.py index 2d6c5875587..3b2385800f1 100644 --- a/python/grass/jupyter/region.py +++ b/python/grass/jupyter/region.py @@ -220,6 +220,7 @@ def set_region_from_command(self, module, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -239,6 +240,8 @@ def set_region_from_command(self, module, **kwargs): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class RegionManagerForSeries: """Region manager for SeriesMap""" @@ -319,6 +322,7 @@ def set_region_from_vectors(self, vectors): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -348,6 +352,10 @@ def set_region_from_vectors(self, vectors): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class RegionManagerFor3D: """Region manager for 3D displays (gets region from m.nviz.image command)""" diff --git a/python/grass/jupyter/reprojection_renderer.py b/python/grass/jupyter/reprojection_renderer.py index 6257f260b78..179b017bfab 100644 --- a/python/grass/jupyter/reprojection_renderer.py +++ b/python/grass/jupyter/reprojection_renderer.py @@ -112,6 +112,7 @@ def render_raster(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD location=env_info["LOCATION_NAME"], ======= @@ -133,6 +134,8 @@ def render_raster(self, name): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main project=env_info["LOCATION_NAME"], ======= location=env_info["LOCATION_NAME"], @@ -143,6 +146,7 @@ def render_raster(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= location=env_info["LOCATION_NAME"], >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -177,6 +181,11 @@ def render_raster(self, name): location=env_info["LOCATION_NAME"], >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + location=env_info["LOCATION_NAME"], +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main dbase=env_info["GISDBASE"], resolution=self._region_manager.resolution, env=self._psmerc_env, @@ -233,6 +242,7 @@ def render_vector(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD location=env_info["LOCATION_NAME"], ======= @@ -254,6 +264,8 @@ def render_vector(self, name): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main project=env_info["LOCATION_NAME"], ======= location=env_info["LOCATION_NAME"], @@ -264,6 +276,7 @@ def render_vector(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= location=env_info["LOCATION_NAME"], >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -298,6 +311,11 @@ def render_vector(self, name): location=env_info["LOCATION_NAME"], >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + location=env_info["LOCATION_NAME"], +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main dbase=env_info["GISDBASE"], env=self._wgs84_env, ) diff --git a/python/grass/jupyter/seriesmap.py b/python/grass/jupyter/seriesmap.py index c61c886aabb..9e470babb70 100644 --- a/python/grass/jupyter/seriesmap.py +++ b/python/grass/jupyter/seriesmap.py @@ -198,7 +198,7 @@ def save( self.render() tmp_files = [] - for _, file in self._base_filename_dict.items(): + for file in self._base_filename_dict.values(): tmp_files.append(file) save_gif( diff --git a/python/grass/jupyter/setup.py b/python/grass/jupyter/setup.py index 952dd21e4e7..0fd25e6b654 100644 --- a/python/grass/jupyter/setup.py +++ b/python/grass/jupyter/setup.py @@ -14,6 +14,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -60,6 +61,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Vaclav Petras # # PURPOSE: This module contains functions for launching a GRASS session @@ -82,6 +87,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -96,6 +102,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from pathlib import Path ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -113,6 +121,7 @@ def _set_notebook_defaults(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) @@ -184,6 +193,8 @@ def _set_notebook_defaults(): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) ======= @@ -215,6 +226,7 @@ def _set_notebook_defaults(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4625684fca (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= ======= @@ -230,6 +242,10 @@ def _set_notebook_defaults(): ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) >>>>>>> osgeo-main +======= +======= +>>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) +>>>>>>> osgeo-main ======= """Set defaults appropriate for Jupyter Notebooks. @@ -238,6 +254,7 @@ def _set_notebook_defaults(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -298,6 +315,10 @@ def _set_notebook_defaults(): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main This function sets several GRASS environment variables that are important for GRASS to run smoothly in Jupyter. @@ -325,6 +346,7 @@ def _set_notebook_defaults(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -371,6 +393,10 @@ def _set_notebook_defaults(): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main class _JupyterGlobalSession: """Represents a global GRASS session for Jupyter Notebooks. @@ -388,6 +414,7 @@ class _JupyterGlobalSession: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -402,6 +429,8 @@ class _JupyterGlobalSession: >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main called explicitly. Notably, only the mapset is closed, but the libraries and GRASS modules @@ -531,6 +560,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) ======= @@ -553,6 +583,10 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) >>>>>>> 869427c771 (Add session initiations functions for Jupyter Notebooks (#1629)) +======= +======= +>>>>>>> 847046a031 (Add session initiations functions for Jupyter Notebooks (#1629)) +>>>>>>> osgeo-main def init(path, location, mapset): """ This function initiates a GRASS session and sets GRASS @@ -563,6 +597,7 @@ def init(path, location, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -572,12 +607,15 @@ def init(path, location, mapset): ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= class _JupyterGlobalSession: """Represents a global GRASS session for Jupyter Notebooks. >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD Do not create objects of this class directly. Use the standalone *init* function @@ -706,6 +744,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main Do not create objects of this class directly. Use the standalone *init* function @@ -815,6 +855,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 4625684fca (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= <<<<<<< HEAD @@ -936,6 +977,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Create a GRASS GIS session. gsetup.init(os.environ["GISBASE"], path, location, mapset) # Set GRASS env. variables @@ -947,6 +990,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 4625684fca (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= @@ -959,6 +1003,8 @@ def init(path, location=None, mapset=None, grass_path=None): >>>>>>> 40118f6d63 (wxGUI/datacatalog: fix setting output vector/raster format (#1596)) ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main def display_settings(font="sans", driver="cairo"): @@ -991,6 +1037,9 @@ def display_settings(font="sans", driver="cairo"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1006,6 +1055,7 @@ def display_settings(font="sans", driver="cairo"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1014,6 +1064,8 @@ def display_settings(font="sans", driver="cairo"): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= def __init__(self): @@ -1105,6 +1157,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1118,6 +1171,8 @@ def init(path, location=None, mapset=None, grass_path=None): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>> import grass.jupyter as gj >>> session = gj.init(...) @@ -1149,6 +1204,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -1162,6 +1218,8 @@ def init(path, location=None, mapset=None, grass_path=None): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= The session is ended when `session.finish` is called or when the object is destroyed when kernel ends or restarts. This function returns a copy of an @@ -1188,6 +1246,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1205,6 +1264,8 @@ def init(path, location=None, mapset=None, grass_path=None): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main global _global_session_handle # pylint: disable=global-statement,invalid-name if not _global_session_handle or not _global_session_handle.active: # Create a GRASS session. @@ -1224,6 +1285,7 @@ def init(path, location=None, mapset=None, grass_path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1286,3 +1348,8 @@ def init(path, location=None, mapset=None, grass_path=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/jupyter/tests/seriesmap_test.py b/python/grass/jupyter/tests/seriesmap_test.py index 34b073308fc..14f79ccb7a8 100644 --- a/python/grass/jupyter/tests/seriesmap_test.py +++ b/python/grass/jupyter/tests/seriesmap_test.py @@ -16,6 +16,7 @@ import grass.jupyter as gj +@pytest.mark.needs_solo_run def test_default_init(space_time_raster_dataset): """Check that TimeSeriesMap init runs with default parameters""" img = gj.SeriesMap() @@ -23,6 +24,7 @@ def test_default_init(space_time_raster_dataset): assert img._labels == space_time_raster_dataset.raster_names +@pytest.mark.needs_solo_run def test_render_layers(space_time_raster_dataset): """Check that layers are rendered""" # create instance of TimeSeriesMap @@ -37,10 +39,11 @@ def test_render_layers(space_time_raster_dataset): # check files exist # We need to check values which are only in protected attributes # pylint: disable=protected-access - for unused_layer, filename in img._base_filename_dict.items(): + for filename in img._base_filename_dict.values(): assert Path(filename).is_file() +@pytest.mark.needs_solo_run @pytest.mark.skipif(IPython is None, reason="IPython package not available") @pytest.mark.skipif(ipywidgets is None, reason="ipywidgets package not available") def test_save(space_time_raster_dataset, tmp_path): diff --git a/python/grass/jupyter/tests/timeseriesmap_test.py b/python/grass/jupyter/tests/timeseriesmap_test.py index 950dca14b17..41803e1a4b5 100644 --- a/python/grass/jupyter/tests/timeseriesmap_test.py +++ b/python/grass/jupyter/tests/timeseriesmap_test.py @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -26,6 +27,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -37,6 +40,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60,6 +64,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from pathlib import Path import pytest @@ -84,6 +90,7 @@ def test_fill_none_values(): assert fill_names == ["r1", "r1", "r3"] +@pytest.mark.needs_solo_run def test_collect_layers(space_time_raster_dataset): """Check that collect layers returns list of layers and dates""" names, dates = collect_layers( @@ -100,6 +107,7 @@ def test_collect_layers(space_time_raster_dataset): assert len(names) == len(dates) +@pytest.mark.needs_solo_run def test_default_init(space_time_raster_dataset): """Check that TimeSeriesMap init runs with default parameters""" img = gj.TimeSeriesMap() @@ -107,6 +115,7 @@ def test_default_init(space_time_raster_dataset): assert img.baseseries == space_time_raster_dataset.name +@pytest.mark.needs_solo_run @pytest.mark.parametrize("fill_gaps", [False, True]) def test_render_layers(space_time_raster_dataset, fill_gaps): """Check that layers are rendered""" @@ -123,10 +132,11 @@ def test_render_layers(space_time_raster_dataset, fill_gaps): # check files exist # We need to check values which are only in protected attributes # pylint: disable=protected-access - for unused_date, filename in img._base_filename_dict.items(): + for filename in img._base_filename_dict.values(): assert Path(filename).is_file() +@pytest.mark.needs_solo_run @pytest.mark.skipif(IPython is None, reason="IPython package not available") @pytest.mark.skipif(ipywidgets is None, reason="ipywidgets package not available") <<<<<<< HEAD @@ -138,6 +148,7 @@ def test_render_layers(space_time_raster_dataset, fill_gaps): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -157,6 +168,8 @@ def test_render_layers(space_time_raster_dataset, fill_gaps): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def test_save(space_time_raster_dataset, tmp_path): """Test returns from animate and time_slider are correct object types""" img = gj.TimeSeriesMap() @@ -169,6 +182,7 @@ def test_save(space_time_raster_dataset, tmp_path): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -198,6 +212,10 @@ def test_save(space_time_raster_dataset, tmp_path): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def test_save(space_time_raster_dataset): """Test returns from animate and time_slider are correct object types""" img = gj.TimeSeriesMap() @@ -212,6 +230,7 @@ def test_save(space_time_raster_dataset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -254,4 +273,9 @@ def test_save(space_time_raster_dataset): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main assert Path(gif_file).is_file() diff --git a/python/grass/jupyter/testsuite/interactivemap_test.py b/python/grass/jupyter/testsuite/interactivemap_test.py index cc3da4643e3..ccc1f9f8c7c 100644 --- a/python/grass/jupyter/testsuite/interactivemap_test.py +++ b/python/grass/jupyter/testsuite/interactivemap_test.py @@ -29,6 +29,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -70,6 +71,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import sys import unittest from pathlib import Path @@ -81,6 +86,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -100,6 +106,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main import unittest ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -119,6 +128,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -166,6 +176,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main import grass.jupyter as gj from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -185,6 +197,7 @@ def can_import_folium(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -214,6 +227,10 @@ def can_import_folium(): ======= import folium # noqa ======= +>>>>>>> osgeo-main +======= + import folium # noqa +======= >>>>>>> osgeo-main import folium >>>>>>> 920471e340 (libraster: fix Rast_legal_bandref() (#1796)) @@ -229,6 +246,7 @@ def can_import_folium(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -270,6 +288,8 @@ def can_import_folium(): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return True except ImportError: diff --git a/python/grass/jupyter/timeseriesmap.py b/python/grass/jupyter/timeseriesmap.py index d131ede7a4b..239d3414d99 100644 --- a/python/grass/jupyter/timeseriesmap.py +++ b/python/grass/jupyter/timeseriesmap.py @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -38,6 +39,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -49,6 +52,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -72,6 +76,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main import grass.script as gs from .map import Map @@ -85,6 +91,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -124,6 +131,11 @@ from .baseseriesmap import BaseSeriesMap >>>>>>> osgeo-main ======= +from .utils import save_gif +<<<<<<< HEAD +from .baseseriesmap import BaseSeriesMap +>>>>>>> osgeo-main +======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -131,6 +143,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= @@ -138,11 +151,14 @@ ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> osgeo-main @@ -167,6 +183,8 @@ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 3ab4f90615 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def fill_none_values(names): @@ -285,6 +303,7 @@ class TimeSeriesMap(BaseSeriesMap): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -300,6 +319,8 @@ class TimeSeriesMap(BaseSeriesMap): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # pylint: disable=duplicate-code ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -311,6 +332,7 @@ class TimeSeriesMap(BaseSeriesMap): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -334,6 +356,8 @@ class TimeSeriesMap(BaseSeriesMap): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def __init__( self, @@ -558,6 +582,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -601,6 +626,11 @@ def save( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Create a GIF from the PNG images import PIL.Image # pylint: disable=import-outside-toplevel import PIL.ImageDraw # pylint: disable=import-outside-toplevel @@ -614,6 +644,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -656,6 +687,11 @@ def save( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Render images if they have not been already if not self._layers_rendered: @@ -670,6 +706,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -689,6 +726,8 @@ def save( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main input_files = [] for date in self._labels: input_files.append(self._base_filename_dict[date]) @@ -709,6 +748,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -738,6 +778,10 @@ def save( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # filepath to output GIF if not filename.endswith(".gif"): raise ValueError(_("filename must end in '.gif'")) @@ -773,6 +817,7 @@ def save( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -815,6 +860,11 @@ def save( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ) # Display the GIF diff --git a/python/grass/jupyter/utils.py b/python/grass/jupyter/utils.py index 3cc07718b29..bd488a5249d 100644 --- a/python/grass/jupyter/utils.py +++ b/python/grass/jupyter/utils.py @@ -14,6 +14,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -44,6 +45,10 @@ # COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team ======= >>>>>>> osgeo-main +======= +# COPYRIGHT: (C) 2021-2022 Caitlin Haedrich, and by the GRASS Development Team +======= +>>>>>>> osgeo-main # COPYRIGHT: (C) 2021 Caitlin Haedrich, and by the GRASS Development Team >>>>>>> 7896e1a53f (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) ======= @@ -58,6 +63,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -99,6 +105,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # # This program is free software under the GNU General Public # License (>=v2). Read the file COPYING that comes with GRASS @@ -115,6 +123,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD """Utility functions warpping existing processes in a suitable way""" ======= @@ -141,6 +150,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """Utility functions warpping existing processes in a suitable way""" from pathlib import Path ======= @@ -152,6 +163,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -161,6 +173,8 @@ ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= """Utility functions warpping existing processes in a suitable way""" >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -170,6 +184,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -179,6 +194,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= """Utility functions warpping existing processes in a suitable way""" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -188,6 +205,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -209,6 +227,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main import grass.script as gs @@ -225,6 +245,7 @@ def get_region(env=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -260,6 +281,11 @@ def get_region(env=None): Additionally, it adds long key names. ======= +>>>>>>> osgeo-main +======= + + Additionally, it adds long key names. +======= >>>>>>> osgeo-main Adds long key names. >>>>>>> 7896e1a53f (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) @@ -277,6 +303,7 @@ def get_region(env=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -321,6 +348,8 @@ def get_region(env=None): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """ region = gs.region(env=env) region["east"] = region["e"] @@ -359,6 +388,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -376,6 +406,8 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -385,6 +417,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -410,6 +443,8 @@ def reproject_region(region, from_proj, to_proj): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # reproject all corners, otherwise reproj. region may be underestimated # even better solution would be reprojecting vector region like in r.import proj_input = ( @@ -428,6 +463,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -442,6 +478,9 @@ def reproject_region(region, from_proj, to_proj): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main proj_input = "{east} {north}\n{west} {south}".format(**region) >>>>>>> 7896e1a53f (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) @@ -453,6 +492,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -500,6 +540,8 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main proc = gs.start_command( "m.proj", input="-", @@ -527,6 +569,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -544,6 +587,8 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -553,6 +598,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -578,6 +624,8 @@ def reproject_region(region, from_proj, to_proj): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main raise RuntimeError( _("Encountered error while running m.proj: {}").format(stderr) ) @@ -601,6 +649,7 @@ def reproject_region(region, from_proj, to_proj): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -636,6 +685,10 @@ def reproject_region(region, from_proj, to_proj): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return region @@ -653,6 +706,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -678,6 +732,9 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= ======= >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) +======= +======= +>>>>>>> osgeo-main raise RuntimeError("reprojecting region: m.proj error: " + stderr) enws = gs.decode(proj_output).split(os.linesep) elon, nlat, unused = enws[0].split(" ") @@ -692,6 +749,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -701,6 +759,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) return region @@ -724,6 +784,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -775,6 +836,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): >>>>>>> 2ee8fe98e4 (libraster: fix Rast_legal_bandref() (#1796)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :param dict env: target environment :return float estimate: estimated resolution of raster in destination @@ -792,6 +855,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -809,6 +873,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 920471e340 (libraster: fix Rast_legal_bandref() (#1796)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -818,6 +884,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -843,6 +910,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): >>>>>>> 2ee8fe98e4 (libraster: fix Rast_legal_bandref() (#1796)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "r.proj", flags="g", input=raster, @@ -860,6 +929,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -874,6 +944,9 @@ def estimate_resolution(raster, mapset, location, dbase, env): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main "r.proj", flags="g", input=raster, dbase=dbase, location=location, env=env >>>>>>> 7896e1a53f (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) @@ -885,6 +958,7 @@ def estimate_resolution(raster, mapset, location, dbase, env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -932,6 +1006,8 @@ def estimate_resolution(raster, mapset, location, dbase, env): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ).strip() params = gs.parse_key_val(output, vsep=" ") output = gs.read_command("g.region", flags="ug", env=env, **params) @@ -970,6 +1046,7 @@ def setup_location(name, path, epsg, src_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -987,6 +1064,8 @@ def setup_location(name, path, epsg, src_env): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -996,6 +1075,7 @@ def setup_location(name, path, epsg, src_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1021,6 +1101,8 @@ def setup_location(name, path, epsg, src_env): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main set_target_region(src_env, new_env) return rcfile, new_env @@ -1039,6 +1121,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -1056,6 +1139,8 @@ def set_target_region(src_env, tgt_env): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) to_proj = get_location_proj_string(env=tgt_env) @@ -1067,6 +1152,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) @@ -1084,6 +1170,8 @@ def set_target_region(src_env, tgt_env): >>>>>>> osgeo-main ======= >>>>>>> 83bcaf56ef (wxGUI/Single-Window: New change page event for AuiNotebook (#1780)) +======= +>>>>>>> osgeo-main region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) to_proj = get_location_proj_string(env=new_env) @@ -1094,6 +1182,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1102,6 +1191,8 @@ def set_target_region(src_env, tgt_env): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) @@ -1113,6 +1204,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1121,6 +1213,8 @@ def set_target_region(src_env, tgt_env): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= region = get_region(env=src_env) from_proj = get_location_proj_string(src_env) @@ -1132,6 +1226,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1153,6 +1248,8 @@ def set_target_region(src_env, tgt_env): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main new_region = reproject_region(region, from_proj, to_proj) # Set region to match original region extent gs.run_command( @@ -1172,6 +1269,7 @@ def set_target_region(src_env, tgt_env): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1213,6 +1311,10 @@ def set_target_region(src_env, tgt_env): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main rows=new_region["rows"], cols=new_region["cols"], env=tgt_env, @@ -1266,6 +1368,7 @@ def get_rendering_size(region, width, height, default_width=600, default_height= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1280,6 +1383,8 @@ def get_rendering_size(region, width, height, default_width=600, default_height= >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def save_gif( @@ -1357,6 +1462,7 @@ def save_gif( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1365,6 +1471,8 @@ def save_gif( >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= rows=new_region["rows"], cols=new_region["cols"], @@ -1419,6 +1527,7 @@ def get_rendering_size(region, width, height, default_width=600, default_height= <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1452,3 +1561,7 @@ def get_rendering_size(region, width, height, default_width=600, default_height= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/pygrass/gis/region.py b/python/grass/pygrass/gis/region.py index a4a1a1b5e03..0f736978026 100644 --- a/python/grass/pygrass/gis/region.py +++ b/python/grass/pygrass/gis/region.py @@ -7,7 +7,7 @@ import ctypes import grass.lib.gis as libgis import grass.lib.raster as libraster -import grass.script as grass +import grass.script as gs from grass.pygrass.errors import GrassError from grass.pygrass.shell.conversion import dict2html @@ -113,7 +113,7 @@ def byref(self): return ctypes.pointer(self.c_region) def _set_param(self, key, value): - grass.run_command("g.region", **{key: value}) + gs.run_command("g.region", **{key: value}) # ----------LIMITS---------- def _get_n(self): diff --git a/python/grass/pygrass/modules/grid/grid.py b/python/grass/pygrass/modules/grid/grid.py index 0693f30317b..935f0d150f7 100644 --- a/python/grass/pygrass/modules/grid/grid.py +++ b/python/grass/pygrass/modules/grid/grid.py @@ -18,6 +18,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -60,6 +61,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import contextlib import os import sys @@ -92,6 +98,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -134,6 +141,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main from grass.pygrass.modules.grid.patch import rpatch_map, rpatch_map_r_patch_backend @@ -299,7 +311,7 @@ def rmloc(r): src = read_gisrc(gisrc_src) dst = read_gisrc(gisrc_dst) - rm = True if src[2] != dst[2] else False + rm = src[2] != dst[2] all_rasts = [r[0] for r in findmaps("raster", location=dst[1], gisdbase=dst[2])] for grp in groups: # change gisdbase to src @@ -492,7 +504,7 @@ def cmd_exe(args): src, dst = get_mapset(gisrc_src, gisrc_dst) env = os.environ.copy() env["GISRC"] = gisrc_dst - shell = True if sys.platform == "win32" else False + shell = sys.platform == "win32" if mapnames: inputs = dict(cmd["inputs"]) # reset the inputs to @@ -637,6 +649,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -679,6 +692,11 @@ def __init__( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main region=region, width=self.width, height=self.height, overlap=overlap ) if mapset_prefix: diff --git a/python/grass/pygrass/modules/interface/flag.py b/python/grass/pygrass/modules/interface/flag.py index 0fe024cd2a3..764e7123baf 100644 --- a/python/grass/pygrass/modules/interface/flag.py +++ b/python/grass/pygrass/modules/interface/flag.py @@ -26,13 +26,17 @@ def __init__(self, xflag=None, diz=None): self.value = False diz = read.element2dict(xflag) if xflag is not None else diz self.name = diz["name"] +<<<<<<< HEAD self.special = ( True if self.name in {"verbose", "overwrite", "quiet", "run"} else False ) +======= + self.special = self.name in {"verbose", "overwrite", "quiet", "run"} +>>>>>>> osgeo-main self.description = diz.get("description", None) self.default = diz.get("default", None) self.guisection = diz.get("guisection", None) - self.suppress_required = True if "suppress_required" in diz else False + self.suppress_required = "suppress_required" in diz def get_bash(self): """Return the BASH representation of a flag. diff --git a/python/grass/pygrass/modules/interface/module.py b/python/grass/pygrass/modules/interface/module.py index 96a57c44da7..1e4ebc1d25a 100644 --- a/python/grass/pygrass/modules/interface/module.py +++ b/python/grass/pygrass/modules/interface/module.py @@ -357,6 +357,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -386,6 +387,10 @@ class Module: ======= 'r.neighbors input=mapA size=5 method=average weighting_function=none quantile=0.5 nprocs=1 memory=300 output=mapB' ======= +>>>>>>> osgeo-main +======= + 'r.neighbors input=mapA size=5 method=average weighting_function=none quantile=0.5 nprocs=1 memory=300 output=mapB' +======= >>>>>>> osgeo-main 'r.neighbors input=mapA size=5 method=average weighting_function=none quantile=0.5 output=mapB' >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -401,6 +406,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -442,6 +448,8 @@ class Module: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>> new_neighbors1 = copy.deepcopy(neighbors) >>> new_neighbors1.inputs.input = "mapD" @@ -459,6 +467,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -488,6 +497,10 @@ class Module: ======= 'r.neighbors input=mapD size=3 method=average weighting_function=none quantile=0.5 nprocs=1 memory=300 output=mapB' ======= +>>>>>>> osgeo-main +======= + 'r.neighbors input=mapD size=3 method=average weighting_function=none quantile=0.5 nprocs=1 memory=300 output=mapB' +======= >>>>>>> osgeo-main 'r.neighbors input=mapD size=3 method=average weighting_function=none quantile=0.5 output=mapB' >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -503,6 +516,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -544,6 +558,8 @@ class Module: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>> new_neighbors2 = copy.deepcopy(neighbors) >>> new_neighbors2(input="mapD", size=3, run_=False) @@ -560,6 +576,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -601,6 +618,10 @@ class Module: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main 'r.neighbors input=mapD size=3 method=average weighting_function=none quantile=0.5 nprocs=1 memory=300 output=mapB' >>> neighbors = Module("r.neighbors") @@ -613,6 +634,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -638,6 +660,9 @@ class Module: ======= ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +======= +>>>>>>> osgeo-main 'r.neighbors input=mapD size=3 method=average weighting_function=none quantile=0.5 output=mapB' >>> neighbors = Module("r.neighbors") @@ -650,6 +675,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -658,6 +684,8 @@ class Module: >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= 'r.neighbors input=mapD size=3 method=average weighting_function=none quantile=0.5 nprocs=1 memory=300 output=mapB' @@ -671,6 +699,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -704,6 +733,10 @@ class Module: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main >>> new_neighbors3 = copy.deepcopy(neighbors) >>> new_neighbors3(input="mapA", size=3, output="mapB", run_=False) @@ -720,6 +753,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -749,6 +783,10 @@ class Module: ======= 'r.neighbors input=mapA size=3 method=average weighting_function=none nprocs=1 memory=300 output=mapB' ======= +>>>>>>> osgeo-main +======= + 'r.neighbors input=mapA size=3 method=average weighting_function=none nprocs=1 memory=300 output=mapB' +======= >>>>>>> osgeo-main 'r.neighbors input=mapA size=3 method=average weighting_function=none output=mapB' >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -764,6 +802,7 @@ class Module: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -805,6 +844,8 @@ class Module: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>> mapcalc = Module( ... "r.mapcalc", expression="test_a = 1", overwrite=True, run_=False diff --git a/python/grass/pygrass/modules/interface/parameter.py b/python/grass/pygrass/modules/interface/parameter.py index 978372696e4..798efde56b7 100644 --- a/python/grass/pygrass/modules/interface/parameter.py +++ b/python/grass/pygrass/modules/interface/parameter.py @@ -162,8 +162,8 @@ def __init__(self, xparameter=None, diz=None): if diz is None: raise TypeError("Xparameter or diz are required") self.name = diz["name"] - self.required = True if diz["required"] == "yes" else False - self.multiple = True if diz["multiple"] == "yes" else False + self.required = diz["required"] == "yes" + self.multiple = diz["multiple"] == "yes" # check the type if diz["type"] in GETTYPE: self.type = GETTYPE[diz["type"]] @@ -216,7 +216,7 @@ def __init__(self, xparameter=None, diz=None): # if "gisprompt" in diz and diz["gisprompt"]: self.typedesc = diz["gisprompt"].get("prompt", "") - self.input = False if diz["gisprompt"]["age"] == "new" else True + self.input = not diz["gisprompt"]["age"] == "new" else: self.input = True diff --git a/python/grass/pygrass/modules/interface/testsuite/test_flag.py b/python/grass/pygrass/modules/interface/testsuite/test_flag.py index f10a94061ab..ef0f3c3678a 100644 --- a/python/grass/pygrass/modules/interface/testsuite/test_flag.py +++ b/python/grass/pygrass/modules/interface/testsuite/test_flag.py @@ -39,9 +39,9 @@ def test_bool(self): """Test magic __bool__ method""" flag = Flag(diz={"name": "a"}) flag.value = True - self.assertTrue(True if flag else False) + self.assertTrue(bool(flag)) flag.value = False - self.assertFalse(True if flag else False) + self.assertFalse(bool(flag)) if __name__ == "__main__": diff --git a/python/grass/pygrass/modules/shortcuts.py b/python/grass/pygrass/modules/shortcuts.py index 222a789bae3..814f51b276f 100644 --- a/python/grass/pygrass/modules/shortcuts.py +++ b/python/grass/pygrass/modules/shortcuts.py @@ -84,6 +84,7 @@ def __getattr__(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -121,6 +122,10 @@ def __getattr__(self, name): # https://grass.osgeo.org/grass-devel/manuals/full_index.html ======= >>>>>>> osgeo-main +======= +# https://grass.osgeo.org/grass-devel/manuals/full_index.html +======= +>>>>>>> osgeo-main # https://grass.osgeo.org/grass80/manuals/full_index.html >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -135,6 +140,7 @@ def __getattr__(self, name): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # https://grass.osgeo.org/grass-devel/manuals/full_index.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -197,6 +203,11 @@ def __getattr__(self, name): # https://grass.osgeo.org/grass-devel/manuals/full_index.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +# https://grass.osgeo.org/grass-devel/manuals/full_index.html +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # [ d.* | db.* | g.* | i.* | m.* | ps.* | r.* | r3.* | t.* | v.* ] # # d.* display commands diff --git a/python/grass/pygrass/modules/tests/grass_pygrass_grid_test.py b/python/grass/pygrass/modules/tests/grass_pygrass_grid_test.py index 0407a6e374c..2f607d9415c 100644 --- a/python/grass/pygrass/modules/tests/grass_pygrass_grid_test.py +++ b/python/grass/pygrass/modules/tests/grass_pygrass_grid_test.py @@ -240,6 +240,7 @@ def run_grid_module(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -259,6 +260,8 @@ def run_grid_module(): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @pytest.mark.needs_solo_run @@ -303,6 +306,7 @@ def run_grid_module(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -332,3 +336,7 @@ def run_grid_module(): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main diff --git a/python/grass/pygrass/raster/abstract.py b/python/grass/pygrass/raster/abstract.py index 4fb294b58cd..59fc4878ea4 100644 --- a/python/grass/pygrass/raster/abstract.py +++ b/python/grass/pygrass/raster/abstract.py @@ -165,6 +165,7 @@ def mtype(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -200,6 +201,11 @@ def _get_semantic_label(self): def _get_semantic_label(self): """Get semantic label identifier. ======= +>>>>>>> osgeo-main +======= + def _get_semantic_label(self): + """Get semantic label identifier. +======= >>>>>>> osgeo-main def _get_bandref(self): """Get band reference identifier. @@ -218,6 +224,7 @@ def _get_semantic_label(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -264,6 +271,8 @@ def _get_bandref(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :return str: semantic label (eg. S2_1) or None """ @@ -279,6 +288,7 @@ def _get_bandref(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -320,6 +330,10 @@ def _get_bandref(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main semantic_label = libraster.Rast_read_semantic_label(self.name, self.mapset) if semantic_label: return utils.decode(semantic_label) @@ -346,6 +360,7 @@ def _set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -364,6 +379,9 @@ def _set_semantic_label(self, semantic_label): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main bandref = libraster.Rast_read_bandref(self.name, self.mapset) if bandref: @@ -402,6 +420,7 @@ def _set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -485,6 +504,8 @@ def _set_semantic_label(self, semantic_label): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def _get_units(self): units = libraster.Rast_read_units(self.name, self.mapset) @@ -738,7 +759,7 @@ def exist(self): if self.mapset == "": mapset = utils.get_mapset_raster(self.name, self.mapset) self.mapset = mapset if mapset else "" - return True if mapset else False + return bool(mapset) return bool(utils.get_mapset_raster(self.name, self.mapset)) else: return False @@ -751,7 +772,7 @@ def is_open(self): False """ - return True if self._fd is not None and self._fd >= 0 else False + return bool(self._fd is not None and self._fd >= 0) @must_be_open def close(self): diff --git a/python/grass/pygrass/raster/category.py b/python/grass/pygrass/raster/category.py index 9f693175565..c1afddf6a36 100644 --- a/python/grass/pygrass/raster/category.py +++ b/python/grass/pygrass/raster/category.py @@ -69,6 +69,7 @@ def __init__(self, name, mapset="", mtype="CELL", *args, **kargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -84,6 +85,8 @@ def __init__(self, name, mapset="", mtype="CELL", *args, **kargs): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main super().__init__(*args, **kargs) ======= ======= @@ -94,6 +97,7 @@ def __init__(self, name, mapset="", mtype="CELL", *args, **kargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -115,6 +119,8 @@ def __init__(self, name, mapset="", mtype="CELL", *args, **kargs): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main super(Category, self).__init__(*args, **kargs) >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -193,6 +199,7 @@ def __setitem__(self, index, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD return super(Category, self).__setitem__( self._chk_index(index), self._chk_value(value) @@ -216,6 +223,8 @@ def __setitem__(self, index, value): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main return super().__setitem__(self._chk_index(index), self._chk_value(value)) ======= return super(Category, self).__setitem__( @@ -228,6 +237,7 @@ def __setitem__(self, index, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> e946d8e472 (Dockerfile: fix broken lib link (#1625)) ======= @@ -236,6 +246,8 @@ def __setitem__(self, index, value): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ======= return super(Category, self).__setitem__( self._chk_index(index), self._chk_value(value) @@ -247,6 +259,7 @@ def __setitem__(self, index, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -264,6 +277,8 @@ def __setitem__(self, index, value): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main def _get_c_cat(self, index): """Returns i-th description and i-th data range from the list of @@ -425,6 +440,7 @@ def read_rules(self, filename, sep=":"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -440,6 +456,8 @@ def read_rules(self, filename, sep=":"): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main """Copy categories from a rules file, default separator is ':', the ======= ======= @@ -450,6 +468,7 @@ def read_rules(self, filename, sep=":"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -471,6 +490,8 @@ def read_rules(self, filename, sep=":"): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main """Copy categories from a rules file, default separetor is ':', the >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) columns must be: min and/or max and label. :: @@ -510,6 +531,7 @@ def write_rules(self, filename, sep=":"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -525,6 +547,8 @@ def write_rules(self, filename, sep=":"): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main """Copy categories from a rules file, default separator is ':', the ======= ======= @@ -535,6 +559,7 @@ def write_rules(self, filename, sep=":"): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -556,6 +581,8 @@ def write_rules(self, filename, sep=":"): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main """Copy categories from a rules file, default separetor is ':', the >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) columns must be: min and/or max and label. :: diff --git a/python/grass/pygrass/raster/rowio.py b/python/grass/pygrass/raster/rowio.py index 62c5683ef68..377843642a1 100644 --- a/python/grass/pygrass/raster/rowio.py +++ b/python/grass/pygrass/raster/rowio.py @@ -18,17 +18,17 @@ ) -def getmaprow_CELL(fd, buf, row, l): +def getmaprow_CELL(fd, buf, row): librast.Rast_get_c_row(fd, ctypes.cast(buf, ctypes.POINTER(librast.CELL)), row) return 1 -def getmaprow_FCELL(fd, buf, row, l): +def getmaprow_FCELL(fd, buf, row): librast.Rast_get_f_row(fd, ctypes.cast(buf, ctypes.POINTER(librast.FCELL)), row) return 1 -def getmaprow_DCELL(fd, buf, row, l): +def getmaprow_DCELL(fd, buf, row): librast.Rast_get_d_row(fd, ctypes.cast(buf, ctypes.POINTER(librast.DCELL)), row) return 1 diff --git a/python/grass/pygrass/rpc/base.py b/python/grass/pygrass/rpc/base.py index 222f4dc64d1..38cf48c1581 100644 --- a/python/grass/pygrass/rpc/base.py +++ b/python/grass/pygrass/rpc/base.py @@ -154,7 +154,7 @@ def _check_restart_server(self, caller="main thread"): if self.stopped is not True: logging.warning( - "Needed to restart the libgis server, caller: %s" % (caller) + "Needed to restart the libgis server, caller: {caller}", caller=caller ) self.threadLock.release() diff --git a/python/grass/pygrass/tests/benchmark.py b/python/grass/pygrass/tests/benchmark.py index c63dcb8d02e..75e32541a59 100644 --- a/python/grass/pygrass/tests/benchmark.py +++ b/python/grass/pygrass/tests/benchmark.py @@ -20,7 +20,7 @@ import grass.lib.gis as libgis import grass.lib.raster as libraster -import grass.script as core +import grass.script as gs import ctypes @@ -237,11 +237,11 @@ def test__RasterRow_row_access__if(): def test__mapcalc__add(): - core.mapcalc("test_c = test_a + test_b", quite=True, overwrite=True) + gs.mapcalc("test_c = test_a + test_b", quite=True, overwrite=True) def test__mapcalc__if(): - core.mapcalc("test_c = if(test_a > 50, 1, 0)", quite=True, overwrite=True) + gs.mapcalc("test_c = if(test_a > 50, 1, 0)", quite=True, overwrite=True) def mytimer(func, runs=1): @@ -260,10 +260,8 @@ def mytimer(func, runs=1): def run_benchmark(resolution_list, runs, testdict, profile): regions = [] for resolution in resolution_list: - core.use_temp_region() - core.run_command( - "g.region", e=50, w=-50, n=50, s=-50, res=resolution, flags="p" - ) + gs.use_temp_region() + gs.run_command("g.region", e=50, w=-50, n=50, s=-50, res=resolution, flags="p") # Adjust the computational region for this process region = libgis.Cell_head() @@ -281,8 +279,8 @@ def run_benchmark(resolution_list, runs, testdict, profile): libgis.G_set_window(ctypes.byref(region)) # Create two raster maps with random numbers - core.mapcalc("test_a = rand(0, 100)", quite=True, overwrite=True) - core.mapcalc("test_b = rand(0.0, 1.0)", quite=True, overwrite=True) + gs.mapcalc("test_a = rand(0, 100)", quite=True, overwrite=True) + gs.mapcalc("test_b = rand(0.0, 1.0)", quite=True, overwrite=True) result = collections.OrderedDict() result["res"] = resolution result["cols"] = region.cols @@ -305,7 +303,7 @@ def run_benchmark(resolution_list, runs, testdict, profile): del operdict["func"] regions.append(result) - core.del_temp_region() + gs.del_temp_region() return regions @@ -336,7 +334,7 @@ def print_test(testdict): print(execmode) for oper, operdict in operation.items(): print(" ", oper) - for key, value in operdict.items(): + for key in operdict.keys(): print(" ", key) diff --git a/python/grass/pygrass/utils.py b/python/grass/pygrass/utils.py index 38a78277dd0..02719c3730f 100644 --- a/python/grass/pygrass/utils.py +++ b/python/grass/pygrass/utils.py @@ -437,7 +437,7 @@ def table_exist(cursor, table_name): except OperationalError: return False one = cursor.fetchone() if cursor else None - return True if one and one[0] else False + return bool(one and one[0]) def create_test_vector_map(map_name="test_vector"): diff --git a/python/grass/pygrass/vector/__init__.py b/python/grass/pygrass/vector/__init__.py index 44baff75300..c298391cc90 100644 --- a/python/grass/pygrass/vector/__init__.py +++ b/python/grass/pygrass/vector/__init__.py @@ -258,7 +258,7 @@ def has_color_table(self): """ loc = Location() path = join(loc.path(), self.mapset, "vector", self.name, "colr") - return True if exists(path) else False + return bool(exists(path)) # ============================================= diff --git a/python/grass/pygrass/vector/abstract.py b/python/grass/pygrass/vector/abstract.py index a7360312797..dcaf308bea7 100644 --- a/python/grass/pygrass/vector/abstract.py +++ b/python/grass/pygrass/vector/abstract.py @@ -300,7 +300,7 @@ def exist(self): if self.mapset == "": mapset = utils.get_mapset_vector(self.name, self.mapset) self.mapset = mapset if mapset else "" - return True if mapset else False + return bool(mapset) return bool(utils.get_mapset_vector(self.name, self.mapset)) else: return False @@ -436,6 +436,7 @@ def open( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "The databse link for layer %d of <%s> references layer %d." ======= @@ -457,6 +458,8 @@ def open( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "The database link for layer %d of <%s> references layer %d." ======= "The databse link for layer %d of <%s> references layer %d." @@ -467,6 +470,7 @@ def open( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "The databse link for layer %d of <%s> references layer %d." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -501,6 +505,11 @@ def open( "The databse link for layer %d of <%s> references layer %d." >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "The databse link for layer %d of <%s> references layer %d." +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main % (layer, self.name, layer_db_link.layer) ) self.layer = layer diff --git a/python/grass/pygrass/vector/geometry.py b/python/grass/pygrass/vector/geometry.py index 5ca94194548..f1d49ec49eb 100644 --- a/python/grass/pygrass/vector/geometry.py +++ b/python/grass/pygrass/vector/geometry.py @@ -459,7 +459,7 @@ def __init__(self, x=0, y=0, z=None, **kargs): if self.id and self.c_mapinfo: self.read() else: - self.is2D = True if z is None else False + self.is2D = z is None z = z if z is not None else 0 libvect.Vect_append_point(self.c_points, x, y, z) @@ -1355,6 +1355,7 @@ class Boundary(Line): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1398,6 +1399,11 @@ class Boundary(Line): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) # geometry type diff --git a/python/grass/pygrass/vector/table.py b/python/grass/pygrass/vector/table.py index df0981bf20b..4e8130c5af1 100644 --- a/python/grass/pygrass/vector/table.py +++ b/python/grass/pygrass/vector/table.py @@ -36,6 +36,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -79,6 +80,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if sys.version_info.major >= 3: diff --git a/python/grass/script/array.py b/python/grass/script/array.py index 8e385cb07ca..d1862fabb3f 100644 --- a/python/grass/script/array.py +++ b/python/grass/script/array.py @@ -110,11 +110,18 @@ """ <<<<<<< HEAD +<<<<<<< HEAD +======= +import numpy as np +======= +<<<<<<< HEAD +>>>>>>> osgeo-main ======= from __future__ import absolute_import >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) import numpy +>>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) from .utils import try_remove from . import core as gcore @@ -135,8 +142,8 @@ def __del__(self): ############################################################################### -class array(numpy.memmap): - def __new__(cls, mapname=None, null=None, dtype=numpy.double, env=None): +class array(np.memmap): + def __new__(cls, mapname=None, null=None, dtype=np.double, env=None): """Define new numpy array :param cls: @@ -150,8 +157,8 @@ def __new__(cls, mapname=None, null=None, dtype=numpy.double, env=None): tempfile = _tempfile(env) if mapname: - kind = numpy.dtype(dtype).kind - size = numpy.dtype(dtype).itemsize + kind = np.dtype(dtype).kind + size = np.dtype(dtype).itemsize if kind == "f": flags = "f" @@ -175,7 +182,7 @@ def __new__(cls, mapname=None, null=None, dtype=numpy.double, env=None): env=env, ) - self = numpy.memmap.__new__( + self = np.memmap.__new__( cls, filename=tempfile.filename, dtype=dtype, mode="r+", shape=shape ) @@ -246,8 +253,8 @@ def write(self, mapname, title=None, null=None, overwrite=None, quiet=None): ############################################################################### -class array3d(numpy.memmap): - def __new__(cls, mapname=None, null=None, dtype=numpy.double, env=None): +class array3d(np.memmap): + def __new__(cls, mapname=None, null=None, dtype=np.double, env=None): """Define new 3d numpy array :param cls: @@ -262,8 +269,8 @@ def __new__(cls, mapname=None, null=None, dtype=numpy.double, env=None): tempfile = _tempfile() if mapname: - kind = numpy.dtype(dtype).kind - size = numpy.dtype(dtype).itemsize + kind = np.dtype(dtype).kind + size = np.dtype(dtype).itemsize if kind == "f": flags = None # default is double @@ -287,7 +294,7 @@ def __new__(cls, mapname=None, null=None, dtype=numpy.double, env=None): env=env, ) - self = numpy.memmap.__new__( + self = np.memmap.__new__( cls, filename=tempfile.filename, dtype=dtype, mode="r+", shape=shape ) diff --git a/python/grass/script/core.py b/python/grass/script/core.py index 7aacab9ffea..6594a83fafe 100644 --- a/python/grass/script/core.py +++ b/python/grass/script/core.py @@ -25,6 +25,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD (C) 2008-2023 by the GRASS Development Team ======= <<<<<<< HEAD @@ -66,6 +67,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main (C) 2008-2024 by the GRASS Development Team ======= (C) 2008-2021 by the GRASS Development Team @@ -76,6 +79,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -92,6 +98,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -108,6 +117,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2008-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -170,6 +180,11 @@ (C) 2008-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +(C) 2008-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. @@ -208,6 +223,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -223,6 +239,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from grass.grassdb.manage import resolve_mapset_path ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -234,6 +252,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -257,6 +276,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # subprocess wrapper that uses shell on Windows @@ -930,6 +951,7 @@ def debug(msg, debug=1): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -972,6 +994,11 @@ def debug(msg, debug=1): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """Display a debugging message using `g.message -d`. The visibility of a debug message at runtime is controlled by @@ -992,6 +1019,7 @@ def debug(msg, debug=1): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1007,6 +1035,8 @@ def debug(msg, debug=1): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :param env: dictionary with system environment variables (`os.environ` by default) ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1018,6 +1048,7 @@ def debug(msg, debug=1): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1041,6 +1072,8 @@ def debug(msg, debug=1): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """ if debug_level() >= debug: # TODO: quite a random hack here, do we need it somewhere else too? @@ -1253,6 +1286,7 @@ def parser(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1289,6 +1323,10 @@ def parser(): ======= https://grass.osgeo.org/grass-devel/manuals/parser_standard_options.html ======= +>>>>>>> osgeo-main +======= + https://grass.osgeo.org/grass-devel/manuals/parser_standard_options.html +======= >>>>>>> osgeo-main https://grass.osgeo.org/grass80/manuals/parser_standard_options.html >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -1304,6 +1342,7 @@ def parser(): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= https://grass.osgeo.org/grass-devel/manuals/parser_standard_options.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1366,6 +1405,11 @@ def parser(): https://grass.osgeo.org/grass-devel/manuals/parser_standard_options.html >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + https://grass.osgeo.org/grass-devel/manuals/parser_standard_options.html +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """ if not os.getenv("GISBASE"): print("You must be in GRASS GIS to run this program.", file=sys.stderr) diff --git a/python/grass/script/db.py b/python/grass/script/db.py index 622bf55d0a7..f76b08a3eb2 100644 --- a/python/grass/script/db.py +++ b/python/grass/script/db.py @@ -30,6 +30,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -72,6 +73,11 @@ ======= >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) >>>>>>> 3ab33fc0b6 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main import os from .core import ( diff --git a/python/grass/script/setup.py b/python/grass/script/setup.py index 52b54c62f64..09d0d0a757a 100644 --- a/python/grass/script/setup.py +++ b/python/grass/script/setup.py @@ -37,6 +37,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -72,6 +73,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main executable = "grass" if sys.platform.startswith("win"): # MS Windows @@ -94,7 +97,10 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -130,6 +136,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= ======= @@ -200,6 +207,8 @@ ======= <<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # query GRASS GIS itself for its GISBASE startcmd = [grass8bin, '--config', 'path'] try: @@ -224,6 +233,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -232,6 +242,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # query GRASS GIS itself for its Python package path grass_cmd = [executable, "--config", "python_path"] @@ -243,6 +255,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -251,6 +264,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # query GRASS GIS itself for its Python package path grass_cmd = [executable, "--config", "python_path"] @@ -262,6 +277,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -283,6 +299,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # define GRASS-Python environment sys.path.append(process.stdout.strip()) @@ -307,6 +325,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -343,6 +362,10 @@ ======= gs.message("Current GRASS GIS 8 environment:") ======= +>>>>>>> osgeo-main +======= + gs.message("Current GRASS GIS 8 environment:") +======= >>>>>>> osgeo-main gs.message('Current GRASS GIS 8 environment:') >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) @@ -358,6 +381,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= gs.message("Current GRASS GIS 8 environment:") >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -420,6 +444,11 @@ gs.message("Current GRASS GIS 8 environment:") >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + gs.message("Current GRASS GIS 8 environment:") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main print(gs.gisenv()) gs.message("Available raster maps:") @@ -451,6 +480,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD (C) 2010-2023 by the GRASS Development Team ======= <<<<<<< HEAD @@ -492,6 +522,8 @@ >>>>>>> b4675dccbc (r.terrafow: explicit use of default constructors (#2660)) ======= >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +>>>>>>> osgeo-main (C) 2010-2024 by the GRASS Development Team ======= (C) 2010-2021 by the GRASS Development Team @@ -502,6 +534,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -518,6 +553,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -534,6 +572,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= (C) 2010-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) @@ -596,6 +635,11 @@ (C) 2010-2023 by the GRASS Development Team >>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) >>>>>>> 918f6991c4 (i.maxlik: fix crash when classification result is NULL (#2724)) +======= +======= +(C) 2010-2023 by the GRASS Development Team +>>>>>>> 6104ec7096 (i.maxlik: fix crash when classification result is NULL (#2724)) +>>>>>>> osgeo-main This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details. @@ -652,6 +696,7 @@ def get_install_path(path=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD The function tries to determine path tp GRASS GIS installation so that the @@ -788,6 +833,8 @@ def setup_runtime_env(gisbase): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main The function tries to determine path tp GRASS GIS installation so that the returned path can be used for setup of environmental variable for GRASS runtime. @@ -1039,8 +1086,11 @@ def init(path, location=None, mapset=None, *, grass_path=None, env=None): executable, the executable is queried for the path. <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= The function tries to determine path tp GRASS GIS installation so that the @@ -1160,6 +1210,7 @@ def setup_runtime_env(gisbase): os.environ["PATH"] = path_addition + os.pathsep + os.getenv("PATH") >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) @@ -1690,6 +1741,8 @@ def setup_runtime_env(gisbase): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main If *path* is not provided and no relevant environmental variables are set, the default relative path search is performed. @@ -2624,6 +2677,116 @@ def init(path, location=None, mapset=None, grass_path=None): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +class SessionHandle: + """Object used to manage GRASS sessions. + +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= + +def init(path, location=None, mapset=None, grass_path=None): + """Initialize system variables to run GRASS modules + + This function is for running GRASS GIS without starting it with the + standard main executable grass. No GRASS modules shall be called before + call of this function but any module or user script can be called + afterwards because a GRASS session has been set up. GRASS Python + libraries are usable as well in general but the ones using C + libraries through ``ctypes`` are not (which is caused by library + path not being updated for the current process which is a common + operating system limitation). + + When the path or specified mapset does not exist, ValueError is raised. + + The :func:`get_install_path` function is used to determine where + the rest of GRASS files is installed. The *grass_path* parameter is + passed to it if provided. If the path cannot be determined, + ValueError is raised. Exceptions from the underlying function are propagated. + + To create a GRASS session a session file (aka gisrc file) is created. + The session object returned by this function will take care of deleting it + as long as the object is used as a context manager or the *finish* method + of the object is called explicitly. Using methods of the session object is + preferred over calling the function :func:`finish`. + + Basic usage:: + + # ... setup GISBASE and sys.path before import + import grass.script as gs + session = gs.setup.init( + "~/grassdata/nc_spm_08/user1", + grass_path="/usr/lib/grass", + ) + # ... use GRASS modules here + # end the session + session.finish() + + The returned object is a context manager, so the ``with`` statement can be used to + ensure that the session is finished (closed) at the end:: + + # ... setup sys.path before import + import grass.script as gs + with gs.setup.init("~/grassdata/nc_spm_08/user1") + # ... use GRASS modules here + + :param path: path to GRASS database + :param location: location name + :param mapset: mapset within given location (default: 'PERMANENT') + :param grass_path: path to GRASS installation or executable + + :returns: reference to a session handle object which is a context manager + """ + grass_path = get_install_path(grass_path) + if not grass_path: + raise ValueError( + _("Parameter grass_path or GISBASE environmental variable must be set") + ) + # We reduce the top-level imports because this is initialization code. + # pylint: disable=import-outside-toplevel + from grass.grassdb.checks import get_mapset_invalid_reason, is_mapset_valid + from grass.grassdb.manage import resolve_mapset_path + + # Support ~ in the path for user home directory. + path = Path(path).expanduser() + # A simple existence test. The directory, whatever it is, should exist. + if not path.exists(): + raise ValueError(_("Path '{path}' does not exist").format(path=path)) + # A specific message when it exists, but it is a file. + if path.is_file(): + raise ValueError( + _("Path '{path}' is a file, but a directory is needed").format(path=path) + ) + mapset_path = resolve_mapset_path(path=path, location=location, mapset=mapset) + if not is_mapset_valid(mapset_path): + raise ValueError( + _("Mapset {path} is not valid: {reason}").format( + path=mapset_path.path, + reason=get_mapset_invalid_reason( + mapset_path.directory, mapset_path.location, mapset_path.mapset + ), + ) + ) + + setup_runtime_env(grass_path) + +<<<<<<< HEAD + # TODO: lock the mapset? + os.environ["GIS_LOCK"] = str(os.getpid()) + + os.environ["GISRC"] = write_gisrc( + mapset_path.directory, mapset_path.location, mapset_path.mapset + ) + return SessionHandle() +======= + # Set GRASS_PYTHON and PYTHONPATH to find GRASS Python modules + if not os.getenv("GRASS_PYTHON"): + if WINDOWS: + os.environ["GRASS_PYTHON"] = "python3.exe" + else: + os.environ["GRASS_PYTHON"] = "python3" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + + <<<<<<< HEAD class SessionHandle: """Object used to manage GRASS sessions. @@ -2736,6 +2899,7 @@ class SessionHandle: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= class SessionHandle: """Object used to manage GRASS sessions. @@ -2766,6 +2930,9 @@ class SessionHandle: ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Do not create objects of this class directly. Use the *init* function to get a session object. @@ -2829,6 +2996,7 @@ def active(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2848,6 +3016,8 @@ def active(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main @property def env(self): return self._env @@ -2860,6 +3030,7 @@ def env(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2889,6 +3060,10 @@ def env(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def __enter__(self): """Enter the context manager context. diff --git a/python/grass/script/task.py b/python/grass/script/task.py index 0bed5dd67ea..26149009a34 100644 --- a/python/grass/script/task.py +++ b/python/grass/script/task.py @@ -26,6 +26,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -41,6 +42,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 3ab33fc0b6 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> osgeo-main ======= >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -52,6 +55,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -75,6 +79,8 @@ >>>>>>> 240dcc86f4 (pythonlib: Remove star imports (#1546)) ======= >>>>>>> 3ab33fc0b6 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> osgeo-main import os import re import sys diff --git a/python/grass/script/testsuite/test_start_command_functions.py b/python/grass/script/testsuite/test_start_command_functions.py index 8c2cdc10b68..5c27ad09457 100644 --- a/python/grass/script/testsuite/test_start_command_functions.py +++ b/python/grass/script/testsuite/test_start_command_functions.py @@ -109,6 +109,7 @@ def test_write_labels_unicode(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -151,6 +152,11 @@ def test_write_labels_unicode(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main self.assertIsInstance(res, str) def test_write_labels_bytes(self): diff --git a/python/grass/script/testsuite/test_utils.py b/python/grass/script/testsuite/test_utils.py index acdf7fe157e..db12041d66d 100644 --- a/python/grass/script/testsuite/test_utils.py +++ b/python/grass/script/testsuite/test_utils.py @@ -18,7 +18,7 @@ def setUp(self): os.environ[k] = v def tearDown(self): - for k, v in self.env.items(): + for k in self.env.keys(): oval = self.original_env[k] if oval == self.NOT_FOUND: os.environ.pop(k) diff --git a/python/grass/script/vector.py b/python/grass/script/vector.py index babc0902ed7..f8043e22e98 100644 --- a/python/grass/script/vector.py +++ b/python/grass/script/vector.py @@ -37,6 +37,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD from grass.exceptions import CalledModuleError, ScriptError ======= @@ -86,6 +87,13 @@ >>>>>>> 240dcc86f4 (pythonlib: Remove star imports (#1546)) ======= >>>>>>> 3ab33fc0b6 (pythonlib: Remove star imports (#1546)) +======= +======= +======= + +from grass.exceptions import CalledModuleError, ScriptError +>>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main from grass.exceptions import CalledModuleError, ScriptError >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) diff --git a/python/grass/temporal/abstract_map_dataset.py b/python/grass/temporal/abstract_map_dataset.py index 2ec12c93fb4..771911a61ac 100644 --- a/python/grass/temporal/abstract_map_dataset.py +++ b/python/grass/temporal/abstract_map_dataset.py @@ -1026,6 +1026,7 @@ def delete(self, dbif=None, update=True, execute=True): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1069,6 +1070,11 @@ def delete(self, dbif=None, update=True, execute=True): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) # SELECT all needed information from the database @@ -1185,7 +1191,7 @@ def get_registered_stds(self, dbif=None, mapset=None): datasets = None if connection_state_changed: - dbif.close + dbif.close() return datasets @@ -1221,7 +1227,7 @@ def add_stds_to_register(self, stds_id, dbif=None, execute=True): # Check if the dataset is already present if stds_id in datasets: if connection_state_changed: - dbif.close + dbif.close() return "" datasets.append(stds_id) @@ -1236,7 +1242,7 @@ def add_stds_to_register(self, stds_id, dbif=None, execute=True): statement = self.stds_register.get_update_statement_mogrified(dbif=dbif) if connection_state_changed: - dbif.close + dbif.close() return statement @@ -1263,13 +1269,13 @@ def remove_stds_from_register(self, stds_id, dbif=None, execute=True): # Check if no datasets are present if datasets is None: if connection_state_changed: - dbif.close + dbif.close() return "" # Check if the dataset is already present if stds_id not in datasets: if connection_state_changed: - dbif.close + dbif.close() return "" datasets.remove(stds_id) @@ -1284,7 +1290,7 @@ def remove_stds_from_register(self, stds_id, dbif=None, execute=True): statement = self.stds_register.get_update_statement_mogrified(dbif=dbif) if connection_state_changed: - dbif.close + dbif.close() return statement diff --git a/python/grass/temporal/abstract_space_time_dataset.py b/python/grass/temporal/abstract_space_time_dataset.py index 65bbb61eb00..dad1938e1a8 100644 --- a/python/grass/temporal/abstract_space_time_dataset.py +++ b/python/grass/temporal/abstract_space_time_dataset.py @@ -32,6 +32,7 @@ class that is the base class for all space time datasets. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47,6 +48,20 @@ class that is the base class for all space time datasets. >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= + init_dbif, +) +from .datetime_math import increment_datetime_by_string, string_to_datetime +from .spatio_temporal_relationships import ( + SpatioTemporalTopologyBuilder, + count_temporal_topology_relationships, + create_temporal_relation_sql_where_statement, + print_spatio_temporal_topology_relationships, +======= +======= +>>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD +>>>>>>> osgeo-main ) from .abstract_dataset import ( AbstractDataset, @@ -57,6 +72,7 @@ class that is the base class for all space time datasets. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -112,10 +128,16 @@ class that is the base class for all space time datasets. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> 3309d04075 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ) from .temporal_granularity import ( check_granularity_string, @@ -1497,6 +1519,7 @@ def get_registered_maps_as_objects_with_gaps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1516,6 +1539,8 @@ def get_registered_maps_as_objects_with_gaps( >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main :param spatial_extent: Spatial extent dict and projection information e.g. from g.region -ug3 with GRASS GIS region keys "n", "s", "e", "w", "b", "t", and "projection". @@ -1532,6 +1557,7 @@ def get_registered_maps_as_objects_with_gaps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -1561,6 +1587,10 @@ def get_registered_maps_as_objects_with_gaps( ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main :param spatial_extent: Return only maps with the provided spatial relation to the given spatial extent (requires spatial_relation parameter) @@ -1576,6 +1606,7 @@ def get_registered_maps_as_objects_with_gaps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -1618,6 +1649,11 @@ def get_registered_maps_as_objects_with_gaps( ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main :return: ordered object list, in case nothing found None is returned """ @@ -1696,6 +1732,7 @@ def get_registered_maps_as_objects_with_temporal_topology( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1715,6 +1752,8 @@ def get_registered_maps_as_objects_with_temporal_topology( >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main :param spatial_extent: Spatial extent dict and projection information e.g. from g.region -ug3 with GRASS GIS region keys "n", "s", "e", "w", "b", "t", and "projection". @@ -1731,6 +1770,7 @@ def get_registered_maps_as_objects_with_temporal_topology( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -1760,6 +1800,10 @@ def get_registered_maps_as_objects_with_temporal_topology( ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main :param spatial_extent: Return only maps with the provided spatial relation to the given spatial extent (requires spatial_relation parameter) @@ -1775,6 +1819,7 @@ def get_registered_maps_as_objects_with_temporal_topology( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -1817,6 +1862,11 @@ def get_registered_maps_as_objects_with_temporal_topology( ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main :return: The ordered map object list, In case nothing found None is returned @@ -1871,6 +1921,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1890,6 +1941,8 @@ def get_registered_maps_as_objects( >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main :param spatial_extent: Spatial extent dict and projection information e.g. from g.region -ug3 with GRASS GIS region keys "n", "s", "e", "w", "b", "t", and "projection". @@ -1906,6 +1959,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -1935,6 +1989,10 @@ def get_registered_maps_as_objects( ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main :param spatial_extent: Return only maps with the provided spatial relation to the given spatial extent (requires spatial_relation parameter) @@ -1950,6 +2008,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -1992,6 +2051,11 @@ def get_registered_maps_as_objects( ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main :return: The ordered map object list, In case nothing is found, an empty list is returned @@ -2019,6 +2083,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # use all columns rows = self.get_registered_maps( @@ -2043,6 +2108,8 @@ def get_registered_maps_as_objects( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # check keys in first row # note that 'if "bottom" in row' does not work # because row is not a dict but some db backend object @@ -2093,6 +2160,9 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2107,6 +2177,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -2115,6 +2186,8 @@ def get_registered_maps_as_objects( >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main rows = self.get_registered_maps( None, where, order, dbif, spatial_extent, spatial_relation ) @@ -2133,6 +2206,7 @@ def get_registered_maps_as_objects( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2172,6 +2246,8 @@ def get_registered_maps_as_objects( >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if rows is not None: has_bt_columns = False @@ -2296,6 +2372,7 @@ def leading_zero(value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2338,6 +2415,11 @@ def leading_zero(value): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main br="semantic_label", si=shortcut_identifier, orig=self.semantic_label.upper(), @@ -2375,6 +2457,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD :param dict spatial_relation: Spatial relation to the provided ======= @@ -2396,6 +2479,8 @@ def _update_where_statement_by_spatial_extent( >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main :param str spatial_relation: Spatial relation to the provided ======= :param dict spatial_relation: Spatial relation to the provided @@ -2406,6 +2491,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= :param dict spatial_relation: Spatial relation to the provided >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -2440,6 +2526,11 @@ def _update_where_statement_by_spatial_extent( :param dict spatial_relation: Spatial relation to the provided >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= + :param dict spatial_relation: Spatial relation to the provided +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main spatial extent as a string with one of the following values: "overlaps": maps that spatially overlap ("intersect") within the provided spatial extent @@ -2460,6 +2551,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD >>> _update_where_statement_by_spatial_extent(where, spatial_extent, "overlaps") ======= @@ -2481,6 +2573,8 @@ def _update_where_statement_by_spatial_extent( >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>> _update_where_statement_by_spatial_extent( ... where, spatial_extent, "overlaps" ... ) @@ -2493,6 +2587,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>> _update_where_statement_by_spatial_extent(where, spatial_extent, "overlaps") >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -2527,6 +2622,11 @@ def _update_where_statement_by_spatial_extent( >>> _update_where_statement_by_spatial_extent(where, spatial_extent, "overlaps") >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= + >>> _update_where_statement_by_spatial_extent(where, spatial_extent, "overlaps") +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ((north > 0 AND south < 1 AND east > 0 AND west < 1)) """ @@ -2550,6 +2650,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "Only values 'overlaps', 'is_contained', and 'contains' are allowed." ======= @@ -2571,6 +2672,8 @@ def _update_where_statement_by_spatial_extent( >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main "Only values 'overlaps', 'is_contained', and 'contains' are \ allowed." ======= @@ -2582,6 +2685,7 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "Only values 'overlaps', 'is_contained', and 'contains' are allowed." >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -2616,6 +2720,11 @@ def _update_where_statement_by_spatial_extent( "Only values 'overlaps', 'is_contained', and 'contains' are allowed." >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= + "Only values 'overlaps', 'is_contained', and 'contains' are allowed." +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main ).format(spatial_relation) ) raise @@ -2644,6 +2753,7 @@ def _update_where_statement_by_spatial_extent( if self.get_type() == "str3ds": if spatial_relation == "overlaps": <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD spatial_where_template += " AND top > {b}" " AND bottom < {t}" <<<<<<< HEAD @@ -2685,10 +2795,22 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD >>>>>>> 5247cc90df (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= + spatial_where_template += " AND top > {b} AND bottom < {t}" +======= + spatial_where_template += " AND top > {b}" " AND bottom < {t}" +<<<<<<< HEAD +<<<<<<< HEAD +>>>>>>> b2351aab26 (r.horizon manual - fix typo (#2794)) +======= +<<<<<<< HEAD +>>>>>>> 5247cc90df (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main elif spatial_relation == "is_contained": spatial_where_template += " AND top <= {t} AND bottom >= {b}" elif spatial_relation == "contains": <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD spatial_where_template += " AND top >= {t}" " AND bottom <= {b}" ======= @@ -2772,6 +2894,12 @@ def _update_where_statement_by_spatial_extent( ======= spatial_where_template += " AND top >= {t}" " AND bottom <= {b}" ======= +======= + spatial_where_template += " AND top >= {t} AND bottom <= {b}" +======= + spatial_where_template += " AND top >= {t}" " AND bottom <= {b}" +======= +>>>>>>> osgeo-main ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) elif spatial_relation == "is_contained": @@ -2783,13 +2911,19 @@ def _update_where_statement_by_spatial_extent( <<<<<<< HEAD >>>>>>> b2351aab26 (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 5247cc90df (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main spatial_where_template += ")" spatial_where_list = [spatial_where_template.format(**spatial_extent)] @@ -2853,17 +2987,21 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main of the registered maps without "WHERE" :param group: The columns to be used in the SQL GROUP BY statement as SQL compliant string without "GROUP BY" ======= <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) @@ -2895,6 +3033,8 @@ def get_registered_maps( as SQL compliant string without "GROUP BY" ======= ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main of the registered maps without "WHERE" :param order: The SQL order statement to be used to order the @@ -2905,6 +3045,7 @@ def get_registered_maps( >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= ======= @@ -2931,6 +3072,11 @@ def get_registered_maps( <<<<<<< HEAD >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +<<<<<<< HEAD +>>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main :param spatial_extent: Spatial extent dict and projection information e.g. from g.region -ug3 with GRASS GIS region keys "n", "s", "e", "w", "b", "t", and "projection". @@ -2945,6 +3091,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -2996,15 +3143,21 @@ def get_registered_maps( ======= :param dbif: The database interface to be used >>>>>>> osgeo-main +======= + :param dbif: The database interface to be used +>>>>>>> osgeo-main ======= ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD ======= :param dbif: The database interface to be used ======= ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main :param spatial_extent: Return only maps with the provided spatial relation to the given spatial extent (requires spatial_relation parameter) @@ -3013,6 +3166,7 @@ def get_registered_maps( spatial_extent parameter) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) @@ -3026,11 +3180,17 @@ def get_registered_maps( ======= >>>>>>> osgeo-main ======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +<<<<<<< HEAD +>>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main +======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> osgeo-main @@ -3050,6 +3210,8 @@ def get_registered_maps( >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main :return: SQL rows of all registered maps grouped by the columns given in the group option, in case no maps are found, None is returned @@ -3100,6 +3262,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3122,6 +3285,8 @@ def get_registered_maps( >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # filter by spatial extent if spatial_extent and spatial_relation: @@ -3134,7 +3299,10 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -3148,6 +3316,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -3188,6 +3357,12 @@ def get_registered_maps( >>>>>>> osgeo-main ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) + +>>>>>>> osgeo-main <<<<<<< HEAD sql = "SELECT %s FROM %s WHERE %s.id IN (SELECT id FROM %s)" % ( columns, @@ -3205,6 +3380,7 @@ def get_registered_maps( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -3253,6 +3429,8 @@ def get_registered_maps( >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) ======= <<<<<<< HEAD @@ -3261,11 +3439,14 @@ def get_registered_maps( >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> 17e5fe5619 (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ab7a7d8f0a (r.horizon manual - fix typo (#2794)) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if where is not None and where != "": sql += " AND (%s)" % (where.split(";")[0]) @@ -4234,6 +4415,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4253,6 +4435,8 @@ def update_from_registered_maps(self, dbif=None): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Comment out update of semantic labels for DB version < 3 if get_tgis_db_version_from_metadata() < 3: sql = sql.replace( @@ -4268,6 +4452,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4285,6 +4470,8 @@ def update_from_registered_maps(self, dbif=None): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main elif old_sqlite_version and self.get_type() == "strds": semantic_label_sql = open( os.path.join(sql_path, "update_strds_metadata_template_v3.sql"), @@ -4299,6 +4486,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> osgeo-main @@ -4322,6 +4510,10 @@ def update_from_registered_maps(self, dbif=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for version in range(3, get_tgis_db_version_from_metadata() + 1): sqlfile = os.path.join( sql_path, @@ -4340,6 +4532,7 @@ def update_from_registered_maps(self, dbif=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4356,6 +4549,8 @@ def update_from_registered_maps(self, dbif=None): >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> 196338e256 (wxpyimgview: explicit conversion to int (#2704)) @@ -4365,6 +4560,7 @@ def update_from_registered_maps(self, dbif=None): >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= ======= @@ -4398,6 +4594,8 @@ def update_from_registered_maps(self, dbif=None): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 49258e3437 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sql = sql.replace("SPACETIME_REGISTER_TABLE", stds_register_table) sql = sql.replace("SPACETIME_ID", self.base.get_id()) diff --git a/python/grass/temporal/aggregation.py b/python/grass/temporal/aggregation.py index 64b2c44d845..1ea60eaeea1 100644 --- a/python/grass/temporal/aggregation.py +++ b/python/grass/temporal/aggregation.py @@ -19,7 +19,7 @@ :author: Soeren Gebbert """ -import grass.script as gscript +import grass.script as gs from grass.exceptions import CalledModuleError from .core import get_current_mapset, get_tgis_message_interface, init_dbif @@ -145,7 +145,7 @@ def aggregate_raster_maps( # Check if new map is in the temporal database if new_map.is_in_db(dbif): - if gscript.overwrite() is True: + if gs.overwrite() is True: # Remove the existing temporal database entry new_map.delete(dbif) new_map = RasterDataset(map_id) @@ -167,7 +167,7 @@ def aggregate_raster_maps( ) # Create the r.series input file - filename = gscript.tempfile(True) + filename = gs.tempfile(True) file = open(filename, "w") for name in inputs: @@ -178,20 +178,20 @@ def aggregate_raster_maps( # Run r.series try: if len(inputs) > 1000: - gscript.run_command( + gs.run_command( "r.series", flags="z", file=filename, output=output, - overwrite=gscript.overwrite(), + overwrite=gs.overwrite(), method=method, ) else: - gscript.run_command( + gs.run_command( "r.series", file=filename, output=output, - overwrite=gscript.overwrite(), + overwrite=gs.overwrite(), method=method, ) @@ -205,7 +205,7 @@ def aggregate_raster_maps( # In case of a null map continue, do not register null maps if new_map.metadata.get_min() is None and new_map.metadata.get_max() is None: if not register_null: - gscript.run_command("g.remove", flags="f", type="raster", name=output) + gs.run_command("g.remove", flags="f", type="raster", name=output) return None return new_map @@ -364,7 +364,7 @@ def aggregate_by_topology( if len(aggregation_list) > 1: # Create the r.series input file - filename = gscript.tempfile(True) + filename = gs.tempfile(True) file = open(filename, "w") for name in aggregation_list: string = "%s\n" % (name) diff --git a/python/grass/temporal/c_libraries_interface.py b/python/grass/temporal/c_libraries_interface.py index 3498e80278b..dcdcf80b73f 100644 --- a/python/grass/temporal/c_libraries_interface.py +++ b/python/grass/temporal/c_libraries_interface.py @@ -27,6 +27,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 923408bf7e (libpython: Save and load benchmark results (#1711)) ======= @@ -154,41 +155,69 @@ <<<<<<< HEAD from ctypes import byref, cast, c_int, c_void_p, CFUNCTYPE, POINTER ======= +======= +import sys +from ctypes import CFUNCTYPE, POINTER, byref, c_int, c_void_p, cast +======= +======= +>>>>>>> 56010eb999 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> 2bf163e4b3 (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 95adae2f53 (pythonlib: Remove star imports (#1546)) +<<<<<<< HEAD +from ctypes import byref, cast, c_int, c_void_p, CFUNCTYPE, POINTER +======= +>>>>>>> osgeo-main from ctypes import byref, cast, c_char_p, c_int, c_void_p, CFUNCTYPE, POINTER >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD >>>>>>> bdc1a9eff8 (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 240dcc86f4 (pythonlib: Remove star imports (#1546)) ======= ======= +>>>>>>> osgeo-main +======= ======= from ctypes import byref, cast, c_char_p, c_int, c_void_p, CFUNCTYPE, POINTER >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD >>>>>>> 56010eb999 (pythonlib: Remove star imports (#1546)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 3ab33fc0b6 (pythonlib: Remove star imports (#1546)) ======= ======= +>>>>>>> osgeo-main +======= ======= from ctypes import byref, cast, c_int, c_void_p, CFUNCTYPE, POINTER >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD >>>>>>> 2bf163e4b3 (libpython: Save and load benchmark results (#1711)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) ======= ======= +>>>>>>> osgeo-main +======= ======= from ctypes import byref, cast, c_int, c_void_p, CFUNCTYPE, POINTER >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= ======= +>>>>>>> osgeo-main +======= ======= from ctypes import byref, cast, c_int, c_void_p, CFUNCTYPE, POINTER ======= @@ -196,7 +225,10 @@ >>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) >>>>>>> 57aff3a06a (pythonlib: Remove star imports (#1546)) >>>>>>> 95adae2f53 (pythonlib: Remove star imports (#1546)) +<<<<<<< HEAD >>>>>>> e2f520cfc3 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> osgeo-main from datetime import datetime from multiprocessing import Lock, Pipe, Process @@ -245,6 +277,7 @@ class RPCDefs: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -260,6 +293,8 @@ class RPCDefs: >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main READ_MAP_HISTORY = 18 ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -271,6 +306,7 @@ class RPCDefs: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -294,6 +330,8 @@ class RPCDefs: >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_FATAL_ERROR = 49 TYPE_RASTER = 0 @@ -321,8 +359,6 @@ def _read_map_full_info(lock, conn, data): info = _read_raster_full_info(name, mapset) elif maptype == RPCDefs.TYPE_VECTOR: info = _read_vector_full_info(name, mapset) - except: - raise finally: conn.send(info) @@ -536,8 +572,6 @@ def _get_database_name(lock, conn, data): dbstring = dbstring.replace(encode("$GISDBASE"), libgis.G_gisdbase()) dbstring = dbstring.replace(encode("$LOCATION_NAME"), libgis.G_location()) dbstring = dbstring.replace(encode("$MAPSET"), mapset) - except: - raise finally: conn.send(decode(dbstring)) @@ -594,8 +628,6 @@ def _available_mapsets(lock, conn, data): mapset_list.reverse() mapset_list.append(current_mapset) mapset_list.reverse() - except: - raise finally: conn.send(mapset_list) @@ -628,8 +660,6 @@ def _has_timestamp(lock, conn, data): elif maptype == RPCDefs.TYPE_RASTER3D: if libgis.G_has_raster3d_timestamp(name, mapset) == 1: check = True - except: - raise finally: conn.send(check) @@ -678,8 +708,6 @@ def _read_timestamp(lock, conn, data): check = libgis.G_read_raster3d_timestamp(name, mapset, byref(ts)) dates = _convert_timestamp_from_grass(ts) - except: - raise finally: conn.send((check, dates)) @@ -713,7 +741,9 @@ def _write_timestamp(lock, conn, data): check = libgis.G_scan_timestamp(byref(ts), timestring) if check != 1: - logging.error("Unable to convert the timestamp: " + timestring) + logging.error( + "Unable to convert the timestamp: {timestring}", timestring=timestring + ) return -2 if maptype == RPCDefs.TYPE_RASTER: @@ -722,8 +752,6 @@ def _write_timestamp(lock, conn, data): check = libgis.G_write_vector_timestamp(name, layer, byref(ts)) elif maptype == RPCDefs.TYPE_RASTER3D: check = libgis.G_write_raster3d_timestamp(name, byref(ts)) - except: - raise finally: conn.send(check) @@ -759,8 +787,6 @@ def _remove_timestamp(lock, conn, data): check = libgis.G_remove_vector_timestamp(name, layer, mapset) elif maptype == RPCDefs.TYPE_RASTER3D: check = libgis.G_remove_raster3d_timestamp(name, mapset) - except: - raise finally: conn.send(check) @@ -784,6 +810,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -813,6 +840,10 @@ def _read_semantic_label(lock, conn, data): ======= Rast_read_semantic_label: either a semantic label string or None. ======= +>>>>>>> osgeo-main +======= + Rast_read_semantic_label: either a semantic label string or None. +======= >>>>>>> osgeo-main Rast_read_bandref: either a band reference string or None. >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -828,6 +859,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -869,6 +901,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :param lock: A multiprocessing.Lock instance :param conn: A multiprocessing.Pipe instance used to send True or False @@ -887,6 +921,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -916,6 +951,10 @@ def _read_semantic_label(lock, conn, data): ======= semantic_label = None ======= +>>>>>>> osgeo-main +======= + semantic_label = None +======= >>>>>>> osgeo-main bandref = None >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -931,6 +970,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -972,6 +1012,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main try: maptype = data[1] name = data[2] @@ -992,6 +1034,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1015,6 +1058,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ret = libraster.Rast_read_semantic_label(name, mapset) if ret: semantic_label = decode(ret) @@ -1027,6 +1072,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ret = libraster.Rast_read_semantic_label(name, mapset) if ret: @@ -1044,6 +1090,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main ret = libraster.Rast_read_bandref(name, mapset) if ret: bandref = decode(ret) @@ -1054,6 +1102,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1062,6 +1111,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = libraster.Rast_read_semantic_label(name, mapset) if ret: @@ -1073,6 +1124,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1081,6 +1133,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ret = libraster.Rast_read_semantic_label(name, mapset) if ret: @@ -1092,6 +1146,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1116,10 +1171,14 @@ def _read_semantic_label(lock, conn, data): else: logging.error( "Unable to read semantic label. Unsupported map type %s" % maptype +======= + else: + logging.error( + "Unable to read semantic label. Unsupported map type {maptype}", + maptype=maptype, +>>>>>>> osgeo-main ) return -1 - except: - raise finally: <<<<<<< HEAD <<<<<<< HEAD @@ -1132,6 +1191,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1161,6 +1221,10 @@ def _read_semantic_label(lock, conn, data): ======= conn.send(semantic_label) ======= +>>>>>>> osgeo-main +======= + conn.send(semantic_label) +======= >>>>>>> osgeo-main conn.send(bandref) >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -1176,6 +1240,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1217,6 +1282,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ############################################################################### @@ -1233,6 +1300,7 @@ def _read_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1256,6 +1324,8 @@ def _read_semantic_label(lock, conn, data): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def _write_semantic_label(lock, conn, data): """Write the file based GRASS band identifier. @@ -1270,6 +1340,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD def _write_semantic_label(lock, conn, data): """Write the file based GRASS band identifier. @@ -1287,6 +1358,8 @@ def _write_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +>>>>>>> osgeo-main def _write_band_reference(lock, conn, data): """Write the file based GRASS band identifier. @@ -1298,6 +1371,7 @@ def _write_band_reference(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1307,6 +1381,8 @@ def _write_band_reference(lock, conn, data): ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= def _write_semantic_label(lock, conn, data): """Write the file based GRASS band identifier. @@ -1318,6 +1394,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1327,6 +1404,8 @@ def _write_semantic_label(lock, conn, data): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= def _write_semantic_label(lock, conn, data): """Write the file based GRASS band identifier. @@ -1338,6 +1417,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1359,6 +1439,8 @@ def _write_semantic_label(lock, conn, data): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Always sends back True. :param lock: A multiprocessing.Lock instance @@ -1383,6 +1465,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1424,6 +1507,10 @@ def _write_semantic_label(lock, conn, data): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main semantic_label = data[5] if maptype == RPCDefs.TYPE_RASTER: @@ -1437,6 +1524,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1462,6 +1550,9 @@ def _write_semantic_label(lock, conn, data): ======= ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +======= +>>>>>>> osgeo-main bandref = data[5] if maptype == RPCDefs.TYPE_RASTER: @@ -1475,6 +1566,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1483,6 +1575,8 @@ def _write_semantic_label(lock, conn, data): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= semantic_label = data[5] @@ -1497,6 +1591,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1533,10 +1628,16 @@ def _write_semantic_label(lock, conn, data): else: logging.error( "Unable to write semantic label. Unsupported map type %s" % maptype +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + else: + logging.error( + "Unable to write semantic label. Unsupported map type {maptype}", + maptype=maptype, +>>>>>>> osgeo-main ) return -2 - except: - raise finally: conn.send(True) @@ -1555,6 +1656,7 @@ def _write_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1585,6 +1687,10 @@ def _remove_semantic_label(lock, conn, data): def _remove_semantic_label(lock, conn, data): ======= >>>>>>> osgeo-main +======= +def _remove_semantic_label(lock, conn, data): +======= +>>>>>>> osgeo-main def _remove_band_reference(lock, conn, data): >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) ======= @@ -1599,6 +1705,7 @@ def _remove_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1640,6 +1747,8 @@ def _remove_semantic_label(lock, conn, data): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """Remove the file based GRASS band identifier. The value to be send via pipe is the return value of G_remove_misc. @@ -1669,6 +1778,7 @@ def _remove_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1698,6 +1808,10 @@ def _remove_semantic_label(lock, conn, data): ======= check = libgis.G_remove_misc("cell_misc", "semantic_label", name) ======= +>>>>>>> osgeo-main +======= + check = libgis.G_remove_misc("cell_misc", "semantic_label", name) +======= >>>>>>> osgeo-main check = libgis.G_remove_misc("cell_misc", "bandref", name) >>>>>>> da7f79c3f9 (libpython: Save and load benchmark results (#1711)) @@ -1713,6 +1827,7 @@ def _remove_semantic_label(lock, conn, data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1757,10 +1872,14 @@ def _remove_semantic_label(lock, conn, data): else: logging.error( "Unable to remove semantic label. Unsupported map type %s" % maptype +======= + else: + logging.error( + "Unable to remove semantic label. Unsupported map type {maptype}", + maptype=maptype, +>>>>>>> osgeo-main ) return -2 - except: - raise finally: conn.send(check) @@ -1793,8 +1912,6 @@ def _map_exists(lock, conn, data): if mapset: check = True - except: - raise finally: conn.send(check) @@ -1821,8 +1938,6 @@ def _read_map_info(lock, conn, data): kvp = _read_vector_info(name, mapset) elif maptype == RPCDefs.TYPE_RASTER3D: kvp = _read_raster3d_info(name, mapset) - except: - raise finally: conn.send(kvp) @@ -1888,6 +2003,7 @@ def _read_raster_info(name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD logging.warning(_("Raster range file is empty")) ======= @@ -1909,6 +2025,8 @@ def _read_raster_info(name, mapset): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main logging.info(_("Raster range file is empty")) ======= logging.warning(_("Raster range file is empty")) @@ -1919,6 +2037,7 @@ def _read_raster_info(name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= logging.warning(_("Raster range file is empty")) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1953,6 +2072,11 @@ def _read_raster_info(name, mapset): logging.warning(_("Raster range file is empty")) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + logging.warning(_("Raster range file is empty")) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main kvp["min"] = None kvp["max"] = None else: @@ -1978,6 +2102,7 @@ def _read_raster_info(name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD logging.warning(_("Raster range file is empty")) ======= @@ -1999,6 +2124,8 @@ def _read_raster_info(name, mapset): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main logging.info(_("Raster range file is empty")) ======= logging.warning(_("Raster range file is empty")) @@ -2009,6 +2136,7 @@ def _read_raster_info(name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= logging.warning(_("Raster range file is empty")) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2043,6 +2171,11 @@ def _read_raster_info(name, mapset): logging.warning(_("Raster range file is empty")) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + logging.warning(_("Raster range file is empty")) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main kvp["min"] = None kvp["max"] = None else: @@ -2275,8 +2408,6 @@ def _read_map_history(lock, conn, data): kvp = _read_vector_history(name, mapset) elif maptype == RPCDefs.TYPE_RASTER3D: kvp = _read_raster3d_history(name, mapset) - except: - raise finally: conn.send(kvp) @@ -2384,7 +2515,7 @@ def _read_vector_history(name, mapset): kvp["creation_time"] = decode(libvector.Vect_get_map_date(byref(Map))) kvp["creator"] = decode(libvector.Vect_get_person(byref(Map))) else: - None + kvp = None libvector.Vect_close(byref(Map)) return kvp @@ -2545,6 +2676,7 @@ def error_handler(data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2560,6 +2692,8 @@ def error_handler(data): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main functions[RPCDefs.READ_MAP_HISTORY] = _read_map_history ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2571,6 +2705,7 @@ def error_handler(data): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2594,6 +2729,8 @@ def error_handler(data): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main functions[RPCDefs.G_FATAL_ERROR] = _fatal_error libgis.G_gisinit("c_library_server") @@ -2991,6 +3128,7 @@ def write_raster_timestamp(self, name, mapset, timestring): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3026,6 +3164,11 @@ def remove_raster_semantic_label(self, name, mapset): def remove_raster_semantic_label(self, name, mapset): """Remove a file based raster semantic label ======= +>>>>>>> osgeo-main +======= + def remove_raster_semantic_label(self, name, mapset): + """Remove a file based raster semantic label +======= >>>>>>> osgeo-main def remove_raster_band_reference(self, name, mapset): """Remove a file based raster band reference @@ -3044,6 +3187,7 @@ def remove_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3090,6 +3234,8 @@ def remove_raster_band_reference(self, name, mapset): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :param name: The name of the map :param mapset: The mapset of the map @@ -3115,6 +3261,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3156,6 +3303,10 @@ def read_raster_semantic_label(self, name, mapset): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Returns semantic label or None :param name: The name of the map @@ -3168,6 +3319,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3193,6 +3345,9 @@ def read_raster_semantic_label(self, name, mapset): ======= ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +======= +>>>>>>> osgeo-main Returns band reference or None :param name: The name of the map @@ -3205,6 +3360,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3213,6 +3369,8 @@ def read_raster_semantic_label(self, name, mapset): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= Returns semantic label or None @@ -3226,6 +3384,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3259,6 +3418,10 @@ def read_raster_semantic_label(self, name, mapset): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main """ self.check_server() self.client_conn.send( @@ -3277,6 +3440,7 @@ def read_raster_semantic_label(self, name, mapset): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3318,6 +3482,10 @@ def read_raster_semantic_label(self, name, mapset): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main def write_raster_semantic_label(self, name, mapset, semantic_label): """Write a file based raster semantic label @@ -3334,6 +3502,7 @@ def write_raster_semantic_label(self, name, mapset, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3352,6 +3521,9 @@ def write_raster_semantic_label(self, name, mapset, semantic_label): >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main def write_raster_band_reference(self, name, mapset, band_reference): """Write a file based raster band reference @@ -3379,6 +3551,7 @@ def write_raster_semantic_label(self, name, mapset, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3440,6 +3613,8 @@ def write_raster_semantic_label(self, name, mapset, semantic_label): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :returns: always True """ self.check_server() diff --git a/python/grass/temporal/core.py b/python/grass/temporal/core.py index aad6fc4e2d4..58939ec4887 100644 --- a/python/grass/temporal/core.py +++ b/python/grass/temporal/core.py @@ -33,7 +33,11 @@ # import traceback import os +<<<<<<< HEAD import grass.script as gscript +======= +import grass.script as gs +>>>>>>> osgeo-main from grass.pygrass import messages from grass.script.utils import decode @@ -578,8 +582,8 @@ def init(raise_fatal_error=False, skip_db_version_check=False): # We must run t.connect at first to create the temporal database and to # get the environmental variables - gscript.run_command("t.connect", flags="c") - grassenv = gscript.gisenv() + gs.run_command("t.connect", flags="c") + grassenv = gs.gisenv() # Set the global variable for faster access current_mapset = grassenv["MAPSET"] @@ -595,7 +599,7 @@ def init(raise_fatal_error=False, skip_db_version_check=False): # Check if the script library raises on error, # if so we do the same - if gscript.get_raise_on_error() is True: + if gs.get_raise_on_error() is True: raise_on_error = True # Start the GRASS message interface server @@ -614,16 +618,16 @@ def init(raise_fatal_error=False, skip_db_version_check=False): # Set the mapset check and the timestamp write if "TGIS_DISABLE_MAPSET_CHECK" in grassenv: if ( - gscript.encode(grassenv["TGIS_DISABLE_MAPSET_CHECK"]) == "True" - or gscript.encode(grassenv["TGIS_DISABLE_MAPSET_CHECK"]) == "1" + gs.encode(grassenv["TGIS_DISABLE_MAPSET_CHECK"]) == "True" + or gs.encode(grassenv["TGIS_DISABLE_MAPSET_CHECK"]) == "1" ): enable_mapset_check = False msgr.warning("TGIS_DISABLE_MAPSET_CHECK is True") if "TGIS_DISABLE_TIMESTAMP_WRITE" in grassenv: if ( - gscript.encode(grassenv["TGIS_DISABLE_TIMESTAMP_WRITE"]) == "True" - or gscript.encode(grassenv["TGIS_DISABLE_TIMESTAMP_WRITE"]) == "1" + gs.encode(grassenv["TGIS_DISABLE_TIMESTAMP_WRITE"]) == "True" + or gs.encode(grassenv["TGIS_DISABLE_TIMESTAMP_WRITE"]) == "1" ): enable_timestamp_write = False msgr.warning("TGIS_DISABLE_TIMESTAMP_WRITE is True") @@ -662,7 +666,7 @@ def init(raise_fatal_error=False, skip_db_version_check=False): ) else: # Set the default sqlite3 connection in case nothing was defined - gscript.run_command("t.connect", flags="d") + gs.run_command("t.connect", flags="d") driver_string = ciface.get_driver_name() database_string = ciface.get_database_name() tgis_backend = driver_string diff --git a/python/grass/temporal/datetime_math.py b/python/grass/temporal/datetime_math.py index 9924284ed9b..7ed3c7fb8f5 100644 --- a/python/grass/temporal/datetime_math.py +++ b/python/grass/temporal/datetime_math.py @@ -323,10 +323,7 @@ def modify_datetime( if residual_months == 0: residual_months = 1 - try: - dt1 = dt1.replace(year=year + years_to_add, month=residual_months) - except: - raise + dt1 = dt1.replace(year=year + years_to_add, month=residual_months) tdelta_months = dt1 - mydate elif months < 0: @@ -350,10 +347,7 @@ def modify_datetime( if residual_months <= 0: residual_months += 12 - try: - dt1 = dt1.replace(year=year - years_to_remove, month=residual_months) - except: - raise + dt1 = dt1.replace(year=year - years_to_remove, month=residual_months) tdelta_months = dt1 - mydate diff --git a/python/grass/temporal/extract.py b/python/grass/temporal/extract.py index b96ce622540..613c6330f3c 100644 --- a/python/grass/temporal/extract.py +++ b/python/grass/temporal/extract.py @@ -12,7 +12,11 @@ import sys from multiprocessing import Process +<<<<<<< HEAD import grass.script as gscript +======= +import grass.script as gs +>>>>>>> osgeo-main from grass.exceptions import CalledModuleError from .abstract_map_dataset import AbstractMapDataset @@ -84,7 +88,7 @@ def extract_dataset( sp = open_old_stds(input, type, dbif) # Check the new stds - new_sp = check_new_stds(output, type, dbif, gscript.overwrite()) + new_sp = check_new_stds(output, type, dbif, gs.overwrite()) if type == "vector": rows = sp.get_registered_maps("id,name,mapset,layer", where, "start_time", dbif) else: @@ -140,7 +144,7 @@ def extract_dataset( # Check if new map is in the temporal database if new_map.is_in_db(dbif): - if gscript.overwrite(): + if gs.overwrite(): # Remove the existing temporal database entry new_map.delete(dbif) new_map = sp.get_new_map_instance(map_id) @@ -224,7 +228,7 @@ def extract_dataset( description, semantic_type, dbif, - gscript.overwrite(), + gs.overwrite(), ) # collect empty maps to remove them @@ -300,15 +304,15 @@ def extract_dataset( names += ",%s" % (map.get_name()) count += 1 if type == "raster": - gscript.run_command( + gs.run_command( "g.remove", flags="f", type="raster", name=names, quiet=True ) elif type == "raster3d": - gscript.run_command( + gs.run_command( "g.remove", flags="f", type="raster_3d", name=names, quiet=True ) elif type == "vector": - gscript.run_command( + gs.run_command( "g.remove", flags="f", type="vector", name=names, quiet=True ) @@ -321,8 +325,8 @@ def extract_dataset( def run_mapcalc2d(expr): """Helper function to run r.mapcalc in parallel""" try: - gscript.run_command( - "r.mapcalc", expression=expr, overwrite=gscript.overwrite(), quiet=True + gs.run_command( + "r.mapcalc", expression=expr, overwrite=gs.overwrite(), quiet=True ) except CalledModuleError: sys.exit(1) @@ -331,8 +335,8 @@ def run_mapcalc2d(expr): def run_mapcalc3d(expr): """Helper function to run r3.mapcalc in parallel""" try: - gscript.run_command( - "r3.mapcalc", expression=expr, overwrite=gscript.overwrite(), quiet=True + gs.run_command( + "r3.mapcalc", expression=expr, overwrite=gs.overwrite(), quiet=True ) except CalledModuleError: sys.exit(1) @@ -341,14 +345,14 @@ def run_mapcalc3d(expr): def run_vector_extraction(input, output, layer, type, where): """Helper function to run r.mapcalc in parallel""" try: - gscript.run_command( + gs.run_command( "v.extract", input=input, output=output, layer=layer, type=type, where=where, - overwrite=gscript.overwrite(), + overwrite=gs.overwrite(), quiet=True, ) except CalledModuleError: diff --git a/python/grass/temporal/gui_support.py b/python/grass/temporal/gui_support.py index aa4bf44c008..58fcb44e56d 100644 --- a/python/grass/temporal/gui_support.py +++ b/python/grass/temporal/gui_support.py @@ -10,7 +10,11 @@ :authors: Soeren Gebbert """ +<<<<<<< HEAD import grass.script as gscript +======= +import grass.script as gs +>>>>>>> osgeo-main from .core import get_available_temporal_mapsets, init_dbif from .factory import dataset_factory @@ -47,15 +51,15 @@ def tlist_grouped(type, group_type=False, dbif=None): for type in types: try: tlist_result = tlist(type=type, dbif=dbif) - except gscript.ScriptError as e: - gscript.warning(e) + except gs.ScriptError as e: + gs.warning(e) continue for line in tlist_result: try: name, mapset = line.split("@") except ValueError: - gscript.warning(_("Invalid element '%s'") % line) + gs.warning(_("Invalid element '%s'") % line) continue if mapset not in result: diff --git a/python/grass/temporal/list_stds.py b/python/grass/temporal/list_stds.py index b950de29d4a..9af0451eea7 100644 --- a/python/grass/temporal/list_stds.py +++ b/python/grass/temporal/list_stds.py @@ -273,6 +273,7 @@ def _write_table(rows, column_names, output_format, separator, file): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # No particular reason for this separator expect that this is the original behavior. ======= @@ -294,6 +295,8 @@ def _write_table(rows, column_names, output_format, separator, file): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # No particular reason for this separator except that this is the original # behavior. ======= @@ -305,6 +308,7 @@ def _write_table(rows, column_names, output_format, separator, file): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # No particular reason for this separator expect that this is the original behavior. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -339,6 +343,11 @@ def _write_table(rows, column_names, output_format, separator, file): # No particular reason for this separator expect that this is the original behavior. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + # No particular reason for this separator expect that this is the original behavior. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if not separator: separator = "\t" _write_plain(rows=rows, header=column_names, separator=separator, file=file) @@ -399,6 +408,7 @@ def _get_get_registered_maps_as_objects_delta_gran( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -416,6 +426,8 @@ def _get_get_registered_maps_as_objects_delta_gran( ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -427,6 +439,7 @@ def _get_get_registered_maps_as_objects_delta_gran( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -450,6 +463,8 @@ def _get_get_registered_maps_as_objects_delta_gran( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if isinstance(map_object, list): if len(map_object) > 0: map_object = map_object[0] @@ -601,6 +616,7 @@ def check_columns(column_names, output_format, element_type): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -620,6 +636,8 @@ def check_columns(column_names, output_format, element_type): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main detail=( _( "Dataset is empty or where clause is too constrained or " @@ -635,6 +653,7 @@ def check_columns(column_names, output_format, element_type): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -664,6 +683,10 @@ def check_columns(column_names, output_format, element_type): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main detail=_( "Dataset is empty or where clause is too constrained or incorrect" ) @@ -678,6 +701,7 @@ def check_columns(column_names, output_format, element_type): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -720,6 +744,11 @@ def check_columns(column_names, output_format, element_type): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ) ) if connection_state_changed: diff --git a/python/grass/temporal/mapcalc.py b/python/grass/temporal/mapcalc.py index 99f6d16670c..6503f7bb9e9 100644 --- a/python/grass/temporal/mapcalc.py +++ b/python/grass/temporal/mapcalc.py @@ -14,7 +14,11 @@ from datetime import datetime from multiprocessing import Process +<<<<<<< HEAD import grass.script as gscript +======= +import grass.script as gs +>>>>>>> osgeo-main from grass.exceptions import CalledModuleError from .core import ( @@ -127,7 +131,7 @@ def dataset_mapcalculator( sp = open_old_stds(input, type, dbif) input_list.append(copy.copy(sp)) - new_sp = check_new_stds(output, type, dbif, gscript.overwrite()) + new_sp = check_new_stds(output, type, dbif, gs.overwrite()) # Sample all inputs by the first input and create a sample matrix if spatial: @@ -241,7 +245,7 @@ def dataset_mapcalculator( # Create the r.mapcalc statement for the current time step map_name = "{base}_{suffix}".format( - base=base, suffix=gscript.get_num_suffix(count, num) + base=base, suffix=gs.get_num_suffix(count, num) ) # Remove spaces and new lines expr = expression.replace(" ", "") @@ -269,7 +273,7 @@ def dataset_mapcalculator( # Check if new map is in the temporal database if new_map.is_in_db(dbif): - if gscript.overwrite(): + if gs.overwrite(): # Remove the existing temporal database entry new_map.delete(dbif) new_map = first_input.get_new_map_instance(map_id) @@ -344,7 +348,7 @@ def dataset_mapcalculator( description, semantic_type, dbif, - gscript.overwrite(), + gs.overwrite(), ) count = 0 @@ -394,11 +398,11 @@ def dataset_mapcalculator( names += ",%s" % (map.get_name()) count += 1 if type == "raster": - gscript.run_command( + gs.run_command( "g.remove", flags="f", type="raster", name=names, quiet=True ) elif type == "raster3d": - gscript.run_command( + gs.run_command( "g.remove", flags="f", type="raster_3d", name=names, quiet=True ) @@ -411,8 +415,8 @@ def dataset_mapcalculator( def _run_mapcalc2d(expr): """Helper function to run r.mapcalc in parallel""" try: - gscript.run_command( - "r.mapcalc", expression=expr, overwrite=gscript.overwrite(), quiet=True + gs.run_command( + "r.mapcalc", expression=expr, overwrite=gs.overwrite(), quiet=True ) except CalledModuleError: sys.exit(1) @@ -424,8 +428,8 @@ def _run_mapcalc2d(expr): def _run_mapcalc3d(expr): """Helper function to run r3.mapcalc in parallel""" try: - gscript.run_command( - "r3.mapcalc", expression=expr, overwrite=gscript.overwrite(), quiet=True + gs.run_command( + "r3.mapcalc", expression=expr, overwrite=gs.overwrite(), quiet=True ) except CalledModuleError: sys.exit(1) diff --git a/python/grass/temporal/metadata.py b/python/grass/temporal/metadata.py index 2423a3cc6b3..4e4c8559797 100644 --- a/python/grass/temporal/metadata.py +++ b/python/grass/temporal/metadata.py @@ -378,6 +378,7 @@ def __init__( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if get_tgis_db_version_from_metadata() > 2: self.set_semantic_label(semantic_label) @@ -399,6 +400,8 @@ def __init__( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def set_semantic_label(self, semantic_label): """Set the semantic label identifier""" self.D["semantic_label"] = semantic_label @@ -411,6 +414,7 @@ def set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD def set_semantic_label(self, semantic_label): """Set the semantic label identifier""" @@ -429,6 +433,8 @@ def set_semantic_label(self, semantic_label): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if get_tgis_db_version_from_metadata() > 2: self.set_semantic_label(semantic_label) @@ -443,6 +449,7 @@ def set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -451,6 +458,8 @@ def set_semantic_label(self, semantic_label): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if get_tgis_db_version_from_metadata() > 2: self.set_semantic_label(semantic_label) @@ -466,6 +475,7 @@ def set_semantic_label(self, semantic_label): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -483,6 +493,8 @@ def set_semantic_label(self, semantic_label): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main def get_semantic_label(self): """Get the semantic label identifier :return: None if not found""" diff --git a/python/grass/temporal/register.py b/python/grass/temporal/register.py index 76bb1d0e32d..cc14a208583 100644 --- a/python/grass/temporal/register.py +++ b/python/grass/temporal/register.py @@ -93,6 +93,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -108,6 +109,8 @@ def register_maps_in_space_time_dataset( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main overwrite = gs.overwrite() ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -119,6 +122,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -142,6 +146,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgr = get_tgis_message_interface() @@ -200,6 +206,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -208,6 +215,8 @@ def register_maps_in_space_time_dataset( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # create new stds only in the current mapset # remove all connections to any other mapsets # ugly hack ! @@ -220,6 +229,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # create new stds only in the current mapset # remove all connections to any other mapsets @@ -244,6 +254,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # The name of the space time dataset is optional if name: sp = open_old_stds(name, type, dbif) @@ -347,6 +359,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -389,6 +402,11 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if semantic_label_in_file: idx = 3 if end_time_in_file else 2 # case-sensitive, the user decides on the band name @@ -403,6 +421,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -418,6 +437,8 @@ def register_maps_in_space_time_dataset( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main row["id"] = AbstractMapDataset.build_id_from_search_path(mapname, type) ======= ======= @@ -428,6 +449,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -449,6 +471,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main map_mapset = mapset if "@" not in mapname: found = gscript.find_file(element=type, name=mapname) @@ -464,6 +488,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -506,6 +531,11 @@ def register_maps_in_space_time_dataset( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main maplist.append(row) @@ -568,6 +598,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if "semantic_label" in maplist[count]: semantic_label = maplist[count]["semantic_label"] @@ -590,6 +621,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if "semantic_label" in row: semantic_label = row["semantic_label"] ======= @@ -602,6 +635,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -610,6 +644,8 @@ def register_maps_in_space_time_dataset( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if "semantic_label" in maplist[count]: semantic_label = maplist[count]["semantic_label"] @@ -620,6 +656,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -637,6 +674,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main else: semantic_label = None @@ -651,6 +690,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if not map.is_in_db(dbif, mapset): ======= @@ -672,6 +712,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if not is_in_db: ======= if not map.is_in_db(dbif, mapset): @@ -682,6 +724,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if not map.is_in_db(dbif, mapset): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -716,6 +759,11 @@ def register_maps_in_space_time_dataset( if not map.is_in_db(dbif, mapset): >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if not map.is_in_db(dbif, mapset): +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Break in case no valid time is provided if (start == "" or start is None) and not map_object.has_grass_timestamp(): dbif.close() @@ -856,6 +904,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD map.set_semantic_label(semantic_label) else: @@ -880,6 +929,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main map_object.set_semantic_label(semantic_label) else: # Try to read semantic label from GRASS data base if defined @@ -896,6 +947,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -904,6 +956,8 @@ def register_maps_in_space_time_dataset( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= map.set_semantic_label(semantic_label) else: @@ -916,6 +970,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -933,6 +988,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if is_in_db: # Gather the SQL update statement @@ -970,6 +1027,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -985,6 +1043,8 @@ def register_maps_in_space_time_dataset( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for count, map_object in enumerate(map_object_list): ======= ======= @@ -995,6 +1055,7 @@ def register_maps_in_space_time_dataset( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1016,6 +1077,8 @@ def register_maps_in_space_time_dataset( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for map in map_object_list: >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) if count % 50 == 0: diff --git a/python/grass/temporal/space_time_datasets.py b/python/grass/temporal/space_time_datasets.py index 09d356f3d8d..3001d86d5db 100644 --- a/python/grass/temporal/space_time_datasets.py +++ b/python/grass/temporal/space_time_datasets.py @@ -367,6 +367,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD set the internal semantic label that should be insert/updated ======= @@ -388,6 +389,8 @@ def read_semantic_label_from_grass(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main set the internal semantic label that should be inserted/updated ======= set the internal semantic label that should be insert/updated @@ -398,6 +401,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= set the internal semantic label that should be insert/updated >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -432,6 +436,11 @@ def read_semantic_label_from_grass(self): set the internal semantic label that should be insert/updated >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + set the internal semantic label that should be insert/updated +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main in the temporal database. :return: True if success, False if semantic labels could not be @@ -449,6 +458,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -490,6 +500,10 @@ def read_semantic_label_from_grass(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main semantic_label = self.ciface.read_raster_semantic_label( self.get_name(), self.get_mapset() ) @@ -502,6 +516,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -527,6 +542,9 @@ def read_semantic_label_from_grass(self): ======= ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +======= +>>>>>>> osgeo-main band_ref = self.ciface.read_raster_band_reference( self.get_name(), self.get_mapset() ) @@ -539,6 +557,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -547,6 +566,8 @@ def read_semantic_label_from_grass(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= semantic_label = self.ciface.read_raster_semantic_label( self.get_name(), self.get_mapset() @@ -560,6 +581,7 @@ def read_semantic_label_from_grass(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -593,6 +615,10 @@ def read_semantic_label_from_grass(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return False self.metadata.set_semantic_label(semantic_label) @@ -692,6 +718,7 @@ def load(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -733,6 +760,10 @@ def load(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Fill semantic label if defined semantic_label = self.ciface.read_raster_semantic_label( self.get_name(), self.get_mapset() @@ -746,6 +777,7 @@ def load(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -771,6 +803,9 @@ def load(self): ======= ======= >>>>>>> af1011ff1e (libpython: Save and load benchmark results (#1711)) +======= +======= +>>>>>>> osgeo-main # Fill band reference if defined band_ref = self.ciface.read_raster_band_reference( self.get_name(), self.get_mapset() @@ -784,6 +819,7 @@ def load(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -792,6 +828,8 @@ def load(self): >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= # Fill semantic label if defined semantic_label = self.ciface.read_raster_semantic_label( @@ -806,6 +844,7 @@ def load(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -839,6 +878,10 @@ def load(self): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return True diff --git a/python/grass/temporal/stds_export.py b/python/grass/temporal/stds_export.py index 0e2c7f7e216..77306907401 100644 --- a/python/grass/temporal/stds_export.py +++ b/python/grass/temporal/stds_export.py @@ -30,7 +30,7 @@ import tarfile import tempfile -import grass.script as gscript +import grass.script as gs from grass.exceptions import CalledModuleError from .open_stds import open_old_stds @@ -82,7 +82,7 @@ def _export_raster_maps_as_gdal( gdal_type = "UInt32" else: gdal_type = "Int32" - gscript.run_command( + gs.run_command( "r.out.gdal", flags="c", input=name, @@ -93,7 +93,7 @@ def _export_raster_maps_as_gdal( **kwargs, ) elif type_: - gscript.run_command( + gs.run_command( "r.out.gdal", flags="cf", input=name, @@ -103,7 +103,7 @@ def _export_raster_maps_as_gdal( **kwargs, ) else: - gscript.run_command( + gs.run_command( "r.out.gdal", flags="c", input=name, @@ -114,7 +114,7 @@ def _export_raster_maps_as_gdal( elif format_ == "AAIGrid": # Export the raster map with r.out.gdal as Arc/Info ASCII Grid out_name = name + ".asc" - gscript.run_command( + gs.run_command( "r.out.gdal", flags="c", input=name, @@ -126,18 +126,18 @@ def _export_raster_maps_as_gdal( except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gscript.fatal(_("Unable to export raster map <%s>" % name)) + gs.fatal(_("Unable to export raster map <%s>" % name)) tar.add(out_name) # Export the color rules out_name = name + ".color" try: - gscript.run_command("r.colors.out", map=name, rules=out_name) + gs.run_command("r.colors.out", map=name, rules=out_name) except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gscript.fatal( + gs.fatal( _( "Unable to export color rules for raster " "map <%s> r.out.gdal" % name @@ -163,11 +163,11 @@ def _export_raster_maps(rows, tar, list_file, new_cwd, fs): list_file.write(string) # Export the raster map with r.pack try: - gscript.run_command("r.pack", input=name, flags="c") + gs.run_command("r.pack", input=name, flags="c") except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gscript.fatal(_("Unable to export raster map <%s> with r.pack" % name)) + gs.fatal(_("Unable to export raster map <%s> with r.pack" % name)) tar.add(name + ".pack") @@ -190,7 +190,7 @@ def _export_vector_maps_as_gml(rows, tar, list_file, new_cwd, fs): list_file.write(string) # Export the vector map with v.out.ogr try: - gscript.run_command( + gs.run_command( "v.out.ogr", input=name, output=(name + ".xml"), @@ -200,9 +200,13 @@ def _export_vector_maps_as_gml(rows, tar, list_file, new_cwd, fs): except CalledModuleError: shutil.rmtree(new_cwd) tar.close() +<<<<<<< HEAD gscript.fatal( _("Unable to export vector map <%s> as GML with v.out.ogr" % name) ) +======= + gs.fatal(_("Unable to export vector map <%s> as GML with v.out.ogr" % name)) +>>>>>>> osgeo-main tar.add(name + ".xml") tar.add(name + ".xsd") @@ -226,7 +230,7 @@ def _export_vector_maps_as_gpkg(rows, tar, list_file, new_cwd, fs): list_file.write(string) # Export the vector map with v.out.ogr try: - gscript.run_command( + gs.run_command( "v.out.ogr", input=name, output=(name + ".gpkg"), @@ -236,7 +240,11 @@ def _export_vector_maps_as_gpkg(rows, tar, list_file, new_cwd, fs): except CalledModuleError: shutil.rmtree(new_cwd) tar.close() +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to export vector map <%s> as GPKG with v.out.ogr" % name) ) @@ -266,11 +274,11 @@ def _export_vector_maps(rows, tar, list_file, new_cwd, fs): list_file.write(string) # Export the vector map with v.pack try: - gscript.run_command("v.pack", input=name, flags="c") + gs.run_command("v.pack", input=name, flags="c") except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gscript.fatal(_("Unable to export vector map <%s> with v.pack" % name)) + gs.fatal(_("Unable to export vector map <%s> with v.pack" % name)) tar.add(name + ".pack") @@ -292,11 +300,11 @@ def _export_raster3d_maps(rows, tar, list_file, new_cwd, fs): list_file.write(string) # Export the raster 3d map with r3.pack try: - gscript.run_command("r3.pack", input=name, flags="c") + gs.run_command("r3.pack", input=name, flags="c") except CalledModuleError: shutil.rmtree(new_cwd) tar.close() - gscript.fatal(_("Unable to export raster map <%s> with r3.pack" % name)) + gs.fatal(_("Unable to export raster map <%s> with r3.pack" % name)) tar.add(name + ".pack") @@ -402,7 +410,7 @@ def export_stds( list_file.close() # Write projection and metadata - proj = gscript.read_command("g.proj", flags="j") + proj = gs.read_command("g.proj", flags="j") proj_file = open(proj_file_name, "w") proj_file.write(proj) @@ -432,7 +440,7 @@ def export_stds( init_file.write(string) init_file.close() - metadata = gscript.read_command("t.info", type=type_, input=sp.get_id()) + metadata = gs.read_command("t.info", type=type_, input=sp.get_id()) metadata_file = open(metadata_file_name, "w") metadata_file.write(metadata) metadata_file.close() diff --git a/python/grass/temporal/stds_import.py b/python/grass/temporal/stds_import.py index 98a41518c1f..949febfe119 100644 --- a/python/grass/temporal/stds_import.py +++ b/python/grass/temporal/stds_import.py @@ -33,7 +33,11 @@ import os.path import tarfile +<<<<<<< HEAD import grass.script as gscript +======= +import grass.script as gs +>>>>>>> osgeo-main from grass.exceptions import CalledModuleError from .core import get_current_mapset, get_tgis_message_interface @@ -71,25 +75,29 @@ def _import_raster_maps_from_gdal( try: if link: - gscript.run_command( + gs.run_command( "r.external", input=filename, output=name, flags=impflags, - overwrite=gscript.overwrite(), + overwrite=gs.overwrite(), ) else: - gscript.run_command( + gs.run_command( "r.in.gdal", input=filename, output=name, memory=memory, flags=impflags, - overwrite=gscript.overwrite(), + overwrite=gs.overwrite(), ) except CalledModuleError: +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to import/link raster map <%s> from file %s.") % (name, filename) ) @@ -98,17 +106,21 @@ def _import_raster_maps_from_gdal( filename = row["filename"] + ".color" if os.path.isfile(filename): try: - gscript.run_command( - "r.colors", map=name, rules=filename, overwrite=gscript.overwrite() + gs.run_command( + "r.colors", map=name, rules=filename, overwrite=gs.overwrite() ) except CalledModuleError: +<<<<<<< HEAD gscript.fatal( _("Unable to set the color rules for raster map <%s>.") % name ) +======= + gs.fatal(_("Unable to set the color rules for raster map <%s>.") % name) +>>>>>>> osgeo-main # Set the computational region from the last map imported if set_current_region is True: - gscript.run_command("g.region", raster=name) + gs.run_command("g.region", raster=name) ############################################################################ @@ -122,23 +134,27 @@ def _import_raster_maps(maplist, set_current_region=False): name = row["name"] filename = row["filename"] + ".pack" try: - gscript.run_command( + gs.run_command( "r.unpack", input=filename, output=name, flags=impflags, - overwrite=gscript.overwrite(), + overwrite=gs.overwrite(), verbose=True, ) except CalledModuleError: +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to unpack raster map <%s> from file %s.") % (name, filename) ) # Set the computational region from the last map imported if set_current_region is True: - gscript.run_command("g.region", raster=name) + gs.run_command("g.region", raster=name) ############################################################################ @@ -153,16 +169,20 @@ def _import_vector_maps_from_gml(maplist, overr, exp, location, link): filename = row["filename"] + ".xml" try: - gscript.run_command( + gs.run_command( "v.in.ogr", input=filename, output=name, flags=impflags, - overwrite=gscript.overwrite(), + overwrite=gs.overwrite(), ) except CalledModuleError: +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to import vector map <%s> from file %s.") % (name, filename) ) @@ -182,17 +202,21 @@ def _import_vector_maps(maplist): continue filename = row["filename"] + ".pack" try: - gscript.run_command( + gs.run_command( "v.unpack", input=filename, output=name, flags=impflags, - overwrite=gscript.overwrite(), + overwrite=gs.overwrite(), verbose=True, ) except CalledModuleError: +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to unpack vector map <%s> from file %s.") % (name, filename) ) @@ -241,14 +265,14 @@ def import_stds( :param memory: Cache size for raster rows, used in r.in.gdal """ - old_state = gscript.raise_on_error - gscript.set_raise_on_error(True) + old_state = gs.raise_on_error + gs.set_raise_on_error(True) # Check if input file and extraction directory exits if not os.path.exists(input): - gscript.fatal(_("Space time raster dataset archive <%s> not found") % input) + gs.fatal(_("Space time raster dataset archive <%s> not found") % input) if not create and not os.path.exists(directory): - gscript.fatal(_("Extraction directory <%s> not found") % directory) + gs.fatal(_("Extraction directory <%s> not found") % directory) tar = tarfile.open(name=input, mode="r") @@ -265,11 +289,11 @@ def import_stds( member_basenames = [os.path.basename(name) for name in members] if init_file_name not in member_basenames: - gscript.fatal(_("Unable to find init file <%s>") % init_file_name) + gs.fatal(_("Unable to find init file <%s>") % init_file_name) if list_file_name not in member_basenames: - gscript.fatal(_("Unable to find list file <%s>") % list_file_name) + gs.fatal(_("Unable to find list file <%s>") % list_file_name) if proj_file_name not in member_basenames: - gscript.fatal(_("Unable to find projection file <%s>") % proj_file_name) + gs.fatal(_("Unable to find projection file <%s>") % proj_file_name) msgr.message(_("Extracting data...")) # Extraction filters were added in Python 3.12, @@ -282,7 +306,7 @@ def import_stds( tar.extractall(path=directory, filter="data") else: # Remove this when no longer needed - gscript.warning(_("Extracting may be unsafe; consider updating Python")) + gs.warning(_("Extracting may be unsafe; consider updating Python")) tar.extractall(path=directory) tar.close() @@ -296,7 +320,7 @@ def import_stds( # Check projection information if not location: - temp_name = gscript.tempfile() + temp_name = gs.tempfile() temp_file = open(temp_name, "w") proj_name = os.path.abspath(proj_file_name) @@ -315,33 +339,41 @@ def import_stds( proj_file.write(proj_content) proj_file.close() - p = gscript.start_command("g.proj", flags="j", stdout=temp_file) + p = gs.start_command("g.proj", flags="j", stdout=temp_file) p.communicate() temp_file.close() - if not gscript.compare_key_value_text_files(temp_name, proj_name_tmp, sep="="): + if not gs.compare_key_value_text_files(temp_name, proj_name_tmp, sep="="): if overr: +<<<<<<< HEAD gscript.warning( _("Projection information does not match. Proceeding...") ) +======= + gs.warning(_("Projection information does not match. Proceeding...")) +>>>>>>> osgeo-main else: - diff = "".join(gscript.diff_files(temp_name, proj_name)) - gscript.warning( + diff = "".join(gs.diff_files(temp_name, proj_name)) + gs.warning( _( "Difference between PROJ_INFO file of " "imported map and of current location:" "\n{diff}" ).format(diff=diff) ) +<<<<<<< HEAD gscript.fatal(_("Projection information does not match. Aborting.")) +======= + gs.fatal(_("Projection information does not match. Aborting.")) +>>>>>>> osgeo-main # Create a new location based on the projection information and switch # into it - old_env = gscript.gisenv() + old_env = gs.gisenv() if location: try: proj4_string = open(proj_file_name, "r").read() - gscript.create_location( + gs.create_location( dbase=old_env["GISDBASE"], location=location, proj4=proj4_string ) # Just create a new location and return @@ -349,25 +381,29 @@ def import_stds( os.chdir(old_cwd) return except Exception as e: - gscript.fatal( + gs.fatal( _("Unable to create location %(l)s. Reason: %(e)s") % {"l": location, "e": str(e)} ) # Switch to the new created location try: - gscript.run_command( + gs.run_command( "g.mapset", mapset="PERMANENT", project=location, dbase=old_env["GISDBASE"], ) except CalledModuleError: - gscript.fatal(_("Unable to switch to location %s") % location) + gs.fatal(_("Unable to switch to location %s") % location) # create default database connection try: - gscript.run_command("t.connect", flags="d") + gs.run_command("t.connect", flags="d") except CalledModuleError: +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to create default temporal database in new location %s") % location ) @@ -406,7 +442,7 @@ def import_stds( if base: mapname = "%s_%s" % ( base, - gscript.get_num_suffix(line_count + 1, max_count), + gs.get_num_suffix(line_count + 1, max_count), ) mapid = "%s@%s" % (mapname, mapset) else: @@ -451,13 +487,17 @@ def import_stds( or "semantic_type" not in init or "number_of_maps" not in init ): +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Key words %(t)s, %(s)s or %(n)s not found in init file.") % {"t": "temporal_type", "s": "semantic_type", "n": "number_of_maps"} ) if line_count != int(init["number_of_maps"]): - gscript.fatal(_("Number of maps mismatch in init and list file.")) + gs.fatal(_("Number of maps mismatch in init and list file.")) format_ = "GTiff" type_ = "strds" @@ -468,14 +508,22 @@ def import_stds( format_ = init["format"] if stds_type != type_: +<<<<<<< HEAD gscript.fatal(_("The archive file is of wrong space time dataset type")) +======= + gs.fatal(_("The archive file is of wrong space time dataset type")) +>>>>>>> osgeo-main # Check the existence of the files if format_ == "GTiff": for row in maplist: filename = row["filename"] + ".tif" if not os.path.exists(filename): +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to find GeoTIFF raster file <%s> in archive.") % filename ) @@ -483,7 +531,11 @@ def import_stds( for row in maplist: filename = row["filename"] + ".asc" if not os.path.exists(filename): +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to find AAIGrid raster file <%s> in archive.") % filename ) @@ -491,7 +543,11 @@ def import_stds( for row in maplist: filename = row["filename"] + ".xml" if not os.path.exists(filename): +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to find GML vector file <%s> in archive.") % filename ) elif format_ == "pack": @@ -501,18 +557,22 @@ def import_stds( else: filename = row["filename"] + ".pack" if not os.path.exists(filename): +<<<<<<< HEAD gscript.fatal( +======= + gs.fatal( +>>>>>>> osgeo-main _("Unable to find GRASS package file <%s> in archive.") % filename ) else: - gscript.fatal(_("Unsupported input format")) + gs.fatal(_("Unsupported input format")) # Check the space time dataset id = output + "@" + mapset sp = dataset_factory(type_, id) - if sp.is_in_db() and gscript.overwrite() is False: - gscript.fatal( + if sp.is_in_db() and gs.overwrite() is False: + gs.fatal( _( "Space time %(t)s dataset <%(sp)s> is already in" " the database. Use the overwrite flag." @@ -542,8 +602,8 @@ def import_stds( _import_vector_maps(maplist) # Create the space time dataset - if sp.is_in_db() and gscript.overwrite() is True: - gscript.info( + if sp.is_in_db() and gs.overwrite() is True: + gs.info( _( "Overwrite space time %(sp)s dataset " "<%(id)s> and unregister all maps." @@ -558,13 +618,13 @@ def import_stds( relative_time_unit = None if temporal_type == "relative": if "relative_time_unit" not in init: - gscript.fatal( + gs.fatal( _("Key word %s not found in init file.") % ("relative_time_unit") ) relative_time_unit = init["relative_time_unit"] sp.set_relative_time_unit(relative_time_unit) - gscript.verbose( + gs.verbose( _("Create space time %s dataset.") % sp.get_new_map_instance(None).get_type() ) @@ -597,13 +657,13 @@ def import_stds( if location: # Switch to the old location try: - gscript.run_command( + gs.run_command( "g.mapset", mapset=old_env["MAPSET"], project=old_env["LOCATION_NAME"], gisdbase=old_env["GISDBASE"], ) except CalledModuleError: - gscript.warning(_("Switching to original location failed")) + gs.warning(_("Switching to original location failed")) - gscript.set_raise_on_error(old_state) + gs.set_raise_on_error(old_state) diff --git a/python/grass/temporal/temporal_algebra.py b/python/grass/temporal/temporal_algebra.py index 0d6d200ff29..6bf96eea68e 100644 --- a/python/grass/temporal/temporal_algebra.py +++ b/python/grass/temporal/temporal_algebra.py @@ -870,7 +870,7 @@ def setup_common_granularity(self, expression, stdstype="strds", lexer=None): :return: True if successful, False otherwise """ - l = lexer + lx = lexer # Split the expression to ignore the left part expressions = expression.split("=")[1:] expression = " ".join(expressions) @@ -886,17 +886,17 @@ def setup_common_granularity(self, expression, stdstype="strds", lexer=None): return False # detect all STDS - if l is None: - l = TemporalAlgebraLexer() - l.build() - l.lexer.input(expression) + if lx is None: + lx = TemporalAlgebraLexer() + lx.build() + lx.lexer.input(expression) name_list = [] tokens = [] count = 0 while True: - tok = l.lexer.token() + tok = lx.lexer.token() if not tok: break diff --git a/python/grass/temporal/temporal_granularity.py b/python/grass/temporal/temporal_granularity.py index 52d59d2dc74..e1d47289cc2 100644 --- a/python/grass/temporal/temporal_granularity.py +++ b/python/grass/temporal/temporal_granularity.py @@ -19,11 +19,15 @@ """ <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD ======= ======= >>>>>>> 240dcc86f4 (pythonlib: Remove star imports (#1546)) +======= +======= +>>>>>>> osgeo-main from .datetime_math import compute_datetime_delta from .abstract_map_dataset import AbstractMapDataset ======= @@ -38,6 +42,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) @@ -86,6 +91,14 @@ from collections import OrderedDict >>>>>>> bdc1a9eff8 (pythonlib: Remove star imports (#1546)) >>>>>>> 240dcc86f4 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> 3fce2ed438 (pythonlib: Remove star imports (#1546)) +======= +>>>>>>> 7e8f036e2d (pythonlib: Remove star imports (#1546)) +from functools import reduce +from collections import OrderedDict +>>>>>>> bdc1a9eff8 (pythonlib: Remove star imports (#1546)) +>>>>>>> osgeo-main import ast from collections import OrderedDict from functools import reduce @@ -151,7 +164,6 @@ def check_granularity_string(granularity, temporal_type): False """ - temporal_type if granularity is None: return False diff --git a/python/grass/temporal/temporal_raster3d_algebra.py b/python/grass/temporal/temporal_raster3d_algebra.py index 56b3ac82751..b8920e27848 100644 --- a/python/grass/temporal/temporal_raster3d_algebra.py +++ b/python/grass/temporal/temporal_raster3d_algebra.py @@ -54,12 +54,12 @@ def __init__( def parse(self, expression, basename=None, overwrite=False): # Check for space time dataset type definitions from temporal algebra - l = TemporalRasterAlgebraLexer() - l.build() - l.lexer.input(expression) + lx = TemporalRasterAlgebraLexer() + lx.build() + lx.lexer.input(expression) while True: - tok = l.lexer.token() + tok = lx.lexer.token() if not tok: break diff --git a/python/grass/temporal/temporal_raster_algebra.py b/python/grass/temporal/temporal_raster_algebra.py index 76e1a08af66..182a679c6a7 100644 --- a/python/grass/temporal/temporal_raster_algebra.py +++ b/python/grass/temporal/temporal_raster_algebra.py @@ -100,12 +100,12 @@ def __init__( def parse(self, expression, basename=None, overwrite=False): # Check for space time dataset type definitions from temporal algebra - l = TemporalRasterAlgebraLexer() - l.build() - l.lexer.input(expression) + lx = TemporalRasterAlgebraLexer() + lx.build() + lx.lexer.input(expression) while True: - tok = l.lexer.token() + tok = lx.lexer.token() if not tok: break diff --git a/python/grass/temporal/temporal_vector_algebra.py b/python/grass/temporal/temporal_vector_algebra.py index 5bdf51455d9..a5c5bc27533 100644 --- a/python/grass/temporal/temporal_vector_algebra.py +++ b/python/grass/temporal/temporal_vector_algebra.py @@ -153,12 +153,12 @@ def __init__(self, pid=None, run=False, debug=True, spatial=False): def parse(self, expression, basename=None, overwrite=False): # Check for space time dataset type definitions from temporal algebra - l = TemporalVectorAlgebraLexer() - l.build() - l.lexer.input(expression) + lx = TemporalVectorAlgebraLexer() + lx.build() + lx.lexer.input(expression) while True: - tok = l.lexer.token() + tok = lx.lexer.token() if not tok: break diff --git a/python/grass/temporal/testsuite/test_register_function.py b/python/grass/temporal/testsuite/test_register_function.py index b1fb779684b..223b520652f 100644 --- a/python/grass/temporal/testsuite/test_register_function.py +++ b/python/grass/temporal/testsuite/test_register_function.py @@ -12,7 +12,11 @@ import datetime import os +<<<<<<< HEAD import grass.script as gscript +======= +import grass.script as gs +>>>>>>> osgeo-main import grass.temporal as tgis from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -980,11 +984,11 @@ def tearDown(self): name="register_map_1,register_map_2", quiet=True, ) - grassenv = gscript.gisenv() + grassenv = gs.gisenv() mapset_path = os.path.join( grassenv["GISDBASE"], grassenv["LOCATION_NAME"], self.newmapset ) - gscript.try_rmdir(mapset_path) + gs.try_rmdir(mapset_path) def test_mapset_access_1(self): """Test the registration of maps from a different mapset.""" diff --git a/python/grass/temporal/testsuite/unittests_temporal_algebra.py b/python/grass/temporal/testsuite/unittests_temporal_algebra.py index 23e9434db99..65c855d20d2 100644 --- a/python/grass/temporal/testsuite/unittests_temporal_algebra.py +++ b/python/grass/temporal/testsuite/unittests_temporal_algebra.py @@ -135,6 +135,7 @@ def test_temporal_select1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -154,6 +155,8 @@ def test_temporal_select1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( expression="R = A : A", stdstype="strds", basename="r", overwrite=True @@ -165,6 +168,7 @@ def test_temporal_select1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -194,6 +198,10 @@ def test_temporal_select1(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse(expression="R = A : A", stdstype="strds", basename="r", overwrite=True) >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -221,6 +229,7 @@ def test_temporal_select2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -240,6 +249,8 @@ def test_temporal_select2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( expression="R = A : D", stdstype="strds", basename="r", overwrite=True @@ -251,6 +262,7 @@ def test_temporal_select2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -280,6 +292,10 @@ def test_temporal_select2(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse(expression="R = A : D", stdstype="strds", basename="r", overwrite=True) >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -307,6 +323,7 @@ def test_temporal_select3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -322,6 +339,8 @@ def test_temporal_select3(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -333,6 +352,7 @@ def test_temporal_select3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -356,6 +376,8 @@ def test_temporal_select3(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -385,6 +407,7 @@ def test_temporal_select_operators1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -400,6 +423,8 @@ def test_temporal_select_operators1(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -411,6 +436,7 @@ def test_temporal_select_operators1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -434,6 +460,8 @@ def test_temporal_select_operators1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -466,6 +494,7 @@ def test_temporal_select_operators2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -481,6 +510,8 @@ def test_temporal_select_operators2(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -492,6 +523,7 @@ def test_temporal_select_operators2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -515,6 +547,8 @@ def test_temporal_select_operators2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -626,6 +660,7 @@ def test_temporal_extent1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -641,6 +676,8 @@ def test_temporal_extent1(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -652,6 +689,7 @@ def test_temporal_extent1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -675,6 +713,8 @@ def test_temporal_extent1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -707,6 +747,7 @@ def test_temporal_extent2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -722,6 +763,8 @@ def test_temporal_extent2(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -733,6 +776,7 @@ def test_temporal_extent2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -756,6 +800,8 @@ def test_temporal_extent2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -788,6 +834,7 @@ def test_temporal_extent3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -803,6 +850,8 @@ def test_temporal_extent3(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -814,6 +863,7 @@ def test_temporal_extent3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -837,6 +887,8 @@ def test_temporal_extent3(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -874,6 +926,7 @@ def test_temporal_hash1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -889,6 +942,8 @@ def test_temporal_hash1(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -900,6 +955,7 @@ def test_temporal_hash1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -923,6 +979,8 @@ def test_temporal_hash1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -955,6 +1013,7 @@ def test_temporal_hash_operator1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -970,6 +1029,8 @@ def test_temporal_hash_operator1(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -981,6 +1042,7 @@ def test_temporal_hash_operator1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1004,6 +1066,8 @@ def test_temporal_hash_operator1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1036,6 +1100,7 @@ def test_temporal_hash_operator2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1051,6 +1116,8 @@ def test_temporal_hash_operator2(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -1062,6 +1129,7 @@ def test_temporal_hash_operator2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1085,6 +1153,8 @@ def test_temporal_hash_operator2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1117,6 +1187,7 @@ def test_tmap_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1132,6 +1203,8 @@ def test_tmap_function1(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -1143,6 +1216,7 @@ def test_tmap_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1166,6 +1240,8 @@ def test_tmap_function1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1198,6 +1274,7 @@ def test_tmap_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1213,6 +1290,8 @@ def test_tmap_function2(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -1224,6 +1303,7 @@ def test_tmap_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1247,6 +1327,8 @@ def test_tmap_function2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1279,6 +1361,7 @@ def test_merge_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1294,6 +1377,8 @@ def test_merge_function1(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -1305,6 +1390,7 @@ def test_merge_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1328,6 +1414,8 @@ def test_merge_function1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1357,6 +1445,7 @@ def test_merge_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1372,6 +1461,8 @@ def test_merge_function2(self): >>>>>>> osgeo-main ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser(run=True, debug=True) temporal_algebra_parser.parse( ======= @@ -1383,6 +1474,7 @@ def test_merge_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1406,6 +1498,8 @@ def test_merge_function2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=True) ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1546,6 +1640,7 @@ def test_merge_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1565,6 +1660,8 @@ def test_merge_function1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True ) @@ -1576,6 +1673,7 @@ def test_merge_function1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -1605,6 +1703,10 @@ def test_merge_function1(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1629,6 +1731,7 @@ def test_merge_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1648,6 +1751,8 @@ def test_merge_function2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True ) @@ -1659,6 +1764,7 @@ def test_merge_function2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -1688,6 +1794,10 @@ def test_merge_function2(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1712,6 +1822,7 @@ def test_merge_function3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1731,6 +1842,8 @@ def test_merge_function3(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True ) @@ -1742,6 +1855,7 @@ def test_merge_function3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -1771,6 +1885,10 @@ def test_merge_function3(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1795,6 +1913,7 @@ def test_shift1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1814,6 +1933,8 @@ def test_shift1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True ) @@ -1825,6 +1946,7 @@ def test_shift1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -1854,6 +1976,10 @@ def test_shift1(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1878,6 +2004,7 @@ def test_shift2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1897,6 +2024,8 @@ def test_shift2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True ) @@ -1908,6 +2037,7 @@ def test_shift2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -1937,6 +2067,10 @@ def test_shift2(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -1961,6 +2095,7 @@ def test_buffer1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1980,6 +2115,8 @@ def test_buffer1(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True ) @@ -1991,6 +2128,7 @@ def test_buffer1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -2020,6 +2158,10 @@ def test_buffer1(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -2044,6 +2186,7 @@ def test_buff2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2063,6 +2206,8 @@ def test_buff2(self): >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main temporal_algebra_parser = tgis.TemporalAlgebraParser( run=True, debug=False, dry_run=True ) @@ -2074,6 +2219,7 @@ def test_buff2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -2103,6 +2249,10 @@ def test_buff2(self): ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main ta = tgis.TemporalAlgebraParser(run=True, debug=False, dry_run=True) pc = ta.parse( >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) diff --git a/python/grass/temporal/testsuite/unittests_temporal_algebra_grs.py b/python/grass/temporal/testsuite/unittests_temporal_algebra_grs.py index a4f5b7f1f78..e54530c295d 100644 --- a/python/grass/temporal/testsuite/unittests_temporal_algebra_grs.py +++ b/python/grass/temporal/testsuite/unittests_temporal_algebra_grs.py @@ -10,7 +10,10 @@ import datetime import os +<<<<<<< HEAD import grass.script +======= +>>>>>>> osgeo-main import grass.temporal as tgis from grass.gunittest.case import TestCase from grass.gunittest.main import test diff --git a/python/grass/temporal/testsuite/unittests_temporal_algebra_mixed_stds.py b/python/grass/temporal/testsuite/unittests_temporal_algebra_mixed_stds.py index b821a617df9..338180eb4bb 100644 --- a/python/grass/temporal/testsuite/unittests_temporal_algebra_mixed_stds.py +++ b/python/grass/temporal/testsuite/unittests_temporal_algebra_mixed_stds.py @@ -10,7 +10,10 @@ import datetime import os +<<<<<<< HEAD import grass.script +======= +>>>>>>> osgeo-main import grass.temporal as tgis from grass.gunittest.case import TestCase from grass.gunittest.main import test diff --git a/python/grass/temporal/testsuite/unittests_temporal_conditionals.py b/python/grass/temporal/testsuite/unittests_temporal_conditionals.py index 0921b8eb063..d3738cb3560 100644 --- a/python/grass/temporal/testsuite/unittests_temporal_conditionals.py +++ b/python/grass/temporal/testsuite/unittests_temporal_conditionals.py @@ -10,7 +10,10 @@ import datetime import os +<<<<<<< HEAD import grass.script +======= +>>>>>>> osgeo-main import grass.temporal as tgis from grass.gunittest.case import TestCase from grass.gunittest.main import test diff --git a/python/grass/temporal/testsuite/unittests_temporal_raster3d_algebra.py b/python/grass/temporal/testsuite/unittests_temporal_raster3d_algebra.py index 285da1955be..5c7b502a780 100644 --- a/python/grass/temporal/testsuite/unittests_temporal_raster3d_algebra.py +++ b/python/grass/temporal/testsuite/unittests_temporal_raster3d_algebra.py @@ -9,7 +9,11 @@ import datetime +<<<<<<< HEAD import grass.script +======= +import grass.script as gs +>>>>>>> osgeo-main import grass.temporal as tgis from grass.gunittest.case import TestCase from grass.gunittest.main import test @@ -21,7 +25,7 @@ def setUpClass(cls): """Initiate the temporal GIS and set the region""" tgis.init(True) # Raise on error instead of exit(1) cls.use_temp_region() - ret = grass.script.run_command( + ret = gs.run_command( "g.region", n=80.0, s=0.0, e=120.0, w=0.0, t=100.0, b=0.0, res=10.0 ) diff --git a/python/grass/temporal/univar_statistics.py b/python/grass/temporal/univar_statistics.py index b807c7c6ced..186f32c8ba8 100755 --- a/python/grass/temporal/univar_statistics.py +++ b/python/grass/temporal/univar_statistics.py @@ -40,6 +40,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -82,6 +83,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main from .core import SQLDatabaseInterfaceConnection, get_current_mapset from .factory import dataset_factory @@ -95,6 +101,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD import grass.script as gs from grass.pygrass.modules import Module ======= @@ -117,6 +124,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= import grass.script as gs from grass.pygrass.modules import Module >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -126,6 +135,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -135,6 +145,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= import grass.script as gs from grass.pygrass.modules import Module >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -144,6 +156,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -161,6 +174,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ############################################################################### @@ -174,6 +189,7 @@ def compute_univar_stats(registered_map_info, stats_module, fs, rast_region=Fals <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD """Compute univariate statistics for a map of a space time raster or raster3d dataset @@ -283,6 +299,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """Compute univariate statistics for a map of a space time raster or raster3d dataset @@ -300,6 +318,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -308,6 +327,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= """Compute univariate statistics for a map of a space time raster or raster3d dataset @@ -319,6 +340,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -336,6 +358,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main :param fs: Field separator :param nprocs: Number of cores to use for processing :param rast_region: If set True ignore the current region settings @@ -1562,6 +1586,184 @@ def print_gridded_dataset_univar_statistics( return string +def print_gridded_dataset_univar_statistics( + type, + input, + output, + where, + extended, + no_header=False, + fs="|", + rast_region=False, + zones=None, + nprocs=1, +): + """Print univariate statistics for a space time raster or raster3d dataset + + :param type: Type of Space-Time-Dataset, must be either strds or str3ds + :param input: The name of the space time dataset + :param output: Name of the optional output file, if None stdout is used + :param where: A temporal database where statement + :param extended: If True compute extended statistics + :param no_header: Suppress the printing of column names +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) + :param fs: Field separator + :param nprocs: Number of cores to use for processing + :param rast_region: If set True ignore the current region settings + and use the raster map regions for univar statistical calculation. + Only available for strds. + :param zones: raster map with zones to calculate statistics for + """ +<<<<<<< HEAD + string = "" + id = registered_map_info["id"] + start = registered_map_info["start_time"] + end = registered_map_info["end_time"] + semantic_label = ( + "" + if stats_module.name == "r3.univar" or not registered_map_info["semantic_label"] + else registered_map_info["semantic_label"] + ) + + stats_module.inputs.map = id + if rast_region: + stats_module.env = gs.region_env(raster=id) + stats_module.run() + + univar_stats = stats_module.outputs.stdout + + if not univar_stats: + gs.warning( + _( + "Unable to get statistics for {voxel}raster map " + "<{rmap}>".format( + rmap=id, voxel="" if stats_module.name == "r.univar" else "3d " + ) + ) + ) + return None + eol = "" + + for idx, stats_kv in enumerate(univar_stats.split(";")): + stats = gs.utils.parse_key_val(stats_kv) + string += ( + f"{id}{fs}{semantic_label}{fs}{start}{fs}{end}" + if stats_module.name == "r.univar" + else f"{id}{fs}{start}{fs}{end}" + ) + if stats_module.inputs.zones: + if idx == 0: + zone = str(stats["zone"]) + string = "" + continue + string += f"{fs}{zone}" + if "zone" in stats: + zone = str(stats["zone"]) + eol = "\n" + else: + eol = "" + string += f'{fs}{stats["mean"]}{fs}{stats["min"]}' + string += f'{fs}{stats["max"]}{fs}{stats["mean_of_abs"]}' + string += f'{fs}{stats["stddev"]}{fs}{stats["variance"]}' + string += f'{fs}{stats["coeff_var"]}{fs}{stats["sum"]}' + string += f'{fs}{stats["null_cells"]}{fs}{stats["n"]}' + string += f'{fs}{stats["n"]}' + if "median" in stats: + string += f'{fs}{stats["first_quartile"]}{fs}{stats["median"]}' + string += f'{fs}{stats["third_quartile"]}{fs}{stats["percentile_90"]}' + string += eol + return string + + +def print_gridded_dataset_univar_statistics( + type, + input, + output, + where, + extended, + no_header=False, + fs="|", + rast_region=False, + zones=None, + nprocs=1, +): + """Print univariate statistics for a space time raster or raster3d dataset + + :param type: Type of Space-Time-Dataset, must be either strds or str3ds + :param input: The name of the space time dataset + :param output: Name of the optional output file, if None stdout is used + :param where: A temporal database where statement + :param extended: If True compute extended statistics + :param no_header: Suppress the printing of column names +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) + :param fs: Field separator + :param nprocs: Number of cores to use for processing + :param rast_region: If set True ignore the current region settings + and use the raster map regions for univar statistical calculation. + Only available for strds. + :param zones: raster map with zones to calculate statistics for + """ +<<<<<<< HEAD + string = "" + id = registered_map_info["id"] + start = registered_map_info["start_time"] + end = registered_map_info["end_time"] + semantic_label = ( + "" + if stats_module.name == "r3.univar" or not registered_map_info["semantic_label"] + else registered_map_info["semantic_label"] + ) + + stats_module.inputs.map = id + if rast_region: + stats_module.env = gs.region_env(raster=id) + stats_module.run() + + univar_stats = stats_module.outputs.stdout + + if not univar_stats: + gs.warning( + _( + "Unable to get statistics for {voxel}raster map " + "<{rmap}>".format( + rmap=id, voxel="" if stats_module.name == "r.univar" else "3d " + ) + ) + ) + return None + eol = "" + + for idx, stats_kv in enumerate(univar_stats.split(";")): + stats = gs.utils.parse_key_val(stats_kv) + string += ( + f"{id}{fs}{semantic_label}{fs}{start}{fs}{end}" + if stats_module.name == "r.univar" + else f"{id}{fs}{start}{fs}{end}" + ) + if stats_module.inputs.zones: + if idx == 0: + zone = str(stats["zone"]) + string = "" + continue + string += f"{fs}{zone}" + if "zone" in stats: + zone = str(stats["zone"]) + eol = "\n" + else: + eol = "" + string += f'{fs}{stats["mean"]}{fs}{stats["min"]}' + string += f'{fs}{stats["max"]}{fs}{stats["mean_of_abs"]}' + string += f'{fs}{stats["stddev"]}{fs}{stats["variance"]}' + string += f'{fs}{stats["coeff_var"]}{fs}{stats["sum"]}' + string += f'{fs}{stats["null_cells"]}{fs}{stats["n"]}' + string += f'{fs}{stats["n"]}' + if "median" in stats: + string += f'{fs}{stats["first_quartile"]}{fs}{stats["median"]}' + string += f'{fs}{stats["third_quartile"]}{fs}{stats["percentile_90"]}' + string += eol + return string + + def print_gridded_dataset_univar_statistics( type, input, @@ -1704,6 +1906,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1733,6 +1936,10 @@ def print_gridded_dataset_univar_statistics( ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # We need a database interface dbif = SQLDatabaseInterfaceConnection() dbif.connect() @@ -1750,6 +1957,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strds_cols = ( "id,start_time,end_time,semantic_label" @@ -1777,6 +1985,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main spatial_extent = None if region_relation: spatial_extent = gs.parse_command("g.region", flags="3gu") @@ -1819,6 +2029,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1827,6 +2038,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= strds_cols = ( "id,start_time,end_time,semantic_label" @@ -1842,6 +2055,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1859,6 +2073,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if not rows and rows != [""]: dbif.close() err = "Space time %(sp)s dataset <%(i)s> is empty" @@ -1905,6 +2121,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD cols.extend(["first_quartile", "median", "third_quartile", "percentile_90"]) ======= @@ -1926,6 +2143,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main cols.extend(["first_quartile", "median", "third_quartile"]) if percentile: cols.extend( @@ -1944,6 +2163,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= cols.extend(["first_quartile", "median", "third_quartile", "percentile_90"]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1978,6 +2198,11 @@ def print_gridded_dataset_univar_statistics( cols.extend(["first_quartile", "median", "third_quartile", "percentile_90"]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + cols.extend(["first_quartile", "median", "third_quartile", "percentile_90"]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main string = fs.join(cols) if output is None: @@ -2006,6 +2231,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2021,6 +2247,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main percentile=percentile, ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2032,6 +2260,7 @@ def print_gridded_dataset_univar_statistics( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2055,6 +2284,8 @@ def print_gridded_dataset_univar_statistics( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main stdout_=PIPE, run_=False, ) diff --git a/python/grass/utils/download.py b/python/grass/utils/download.py index a69acf782f7..1d3cf662578 100644 --- a/python/grass/utils/download.py +++ b/python/grass/utils/download.py @@ -38,6 +38,7 @@ def debug(*args, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Lazy import to avoding potential circular dependency. ======= @@ -59,6 +60,8 @@ def debug(*args, **kwargs): >>>>>>> ef2ef53f44 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Lazy import to avoiding potential circular dependency. ======= # Lazy import to avoding potential circular dependency. @@ -69,6 +72,7 @@ def debug(*args, **kwargs): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Lazy import to avoding potential circular dependency. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103,6 +107,11 @@ def debug(*args, **kwargs): # Lazy import to avoding potential circular dependency. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + # Lazy import to avoding potential circular dependency. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main import grass.script as gs # pylint: disable=import-outside-toplevel gs.debug(*args, **kwargs) @@ -132,6 +141,7 @@ def extract_tar(name, directory, tmpdir): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD tar.extractall(path=extract_dir) ======= @@ -153,6 +163,8 @@ def extract_tar(name, directory, tmpdir): >>>>>>> ef2ef53f44 (wxGUI/splashscreen: use standard one, try to show it before main app, increase timeout (#1718)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Extraction filters were added in Python 3.12, # and backported to 3.8.17, 3.9.17, 3.10.12, and 3.11.4 @@ -177,6 +189,7 @@ def extract_tar(name, directory, tmpdir): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= tar.extractall(path=extract_dir) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -211,6 +224,11 @@ def extract_tar(name, directory, tmpdir): tar.extractall(path=extract_dir) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + tar.extractall(path=extract_dir) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main files = os.listdir(extract_dir) _move_extracted_files( extract_dir=extract_dir, target_dir=directory, files=files diff --git a/python/libgrass_interface_generator/Makefile b/python/libgrass_interface_generator/Makefile index b185f2a7bdd..723159268ae 100644 --- a/python/libgrass_interface_generator/Makefile +++ b/python/libgrass_interface_generator/Makefile @@ -50,6 +50,7 @@ imagery_HDRS = imagery.h defs/imagery.h <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -87,6 +88,10 @@ vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h v vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h vect/dig_externs.h ======= >>>>>>> osgeo-main +======= +vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h vect/dig_externs.h +======= +>>>>>>> osgeo-main vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h vect/dig_externs.h >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -101,6 +106,7 @@ vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h v <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -110,6 +116,8 @@ vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h v ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h vect/dig_externs.h ======= vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h vect/dig_externs.h @@ -121,6 +129,7 @@ vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h v <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -166,6 +175,8 @@ vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h v >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main rtree_HDRS = rtree.h display_HDRS = display.h defs/display.h stats_HDRS = stats.h defs/stats.h diff --git a/python/libgrass_interface_generator/README.md b/python/libgrass_interface_generator/README.md index 83236623158..21df280917b 100644 --- a/python/libgrass_interface_generator/README.md +++ b/python/libgrass_interface_generator/README.md @@ -19,6 +19,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -54,6 +55,8 @@ Currently installed version: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ### How to update ctypesgen version 1. Replace the GRASS directory `python/libgrass_interface_generator/ctypesgen` @@ -65,6 +68,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -77,6 +81,8 @@ Currently installed version: ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85,6 +91,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -105,6 +112,8 @@ Currently installed version: >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ### How to update ctypesgen version @@ -120,6 +129,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -128,6 +138,8 @@ Currently installed version: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -138,6 +150,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -160,6 +173,10 @@ Currently installed version: >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ### How to update ctypesgen version 1. Replace the GRASS directory `python/libgrass_interface_generator/ctypesgen` @@ -171,6 +188,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -179,6 +197,8 @@ Currently installed version: >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -189,6 +209,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -224,6 +245,8 @@ Currently installed version: >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main 2. Replace `python/grass/ctypes/run.py` with `run.py` from ctypesgen source directory. 3. Apply the patches below. 4. Update this document with info on installed ctypesgen version. @@ -244,6 +267,7 @@ Currently installed version: <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -287,6 +311,11 @@ It is highly encouraged to report [upstreams](https://github.com/ctypesgen/ctype necessary patches for GRASS. ======= >>>>>>> osgeo-main +======= +It is highly encouraged to report [upstreams](https://github.com/ctypesgen/ctypesgen) +necessary patches for GRASS. +======= +>>>>>>> osgeo-main It is highly encouraged to report [upstreams](https://github.com/ctypesgen/ctypesgen) necessary patches for GRASS. >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -302,6 +331,7 @@ necessary patches for GRASS. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -311,6 +341,8 @@ necessary patches for GRASS. ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= It is highly encouraged to report [upstreams](https://github.com/ctypesgen/ctypesgen) necessary patches for GRASS. ======= It is highly encouraged to report [upstreams](https://github.com/ctypesgen/ctypesgen) @@ -323,6 +355,7 @@ necessary patches for GRASS. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -370,6 +403,8 @@ It is highly encouraged to report [upstreams](https://github.com/ctypesgen/ctype >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main #### Ctypes "unnamed structure member with 0 bit size"-patch @@ -416,6 +451,7 @@ generated files. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -449,6 +485,10 @@ generated files. ======= >>>>>>> osgeo-main +======= + +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -466,6 +506,7 @@ generated files. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -519,6 +560,8 @@ generated files. >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ```diff --- ctypesgen/printer_python/printer.py.orig +++ ctypesgen/printer_python/printer.py @@ -657,6 +700,7 @@ generated files. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -690,6 +734,10 @@ generated files. ======= >>>>>>> osgeo-main +======= + +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -707,6 +755,7 @@ generated files. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -760,6 +809,8 @@ generated files. >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main #### Windows specific patches diff --git a/python/libgrass_interface_generator/ctypesgen/ctypedescs.py b/python/libgrass_interface_generator/ctypesgen/ctypedescs.py index 5bbaaeab9f4..a92e8aedcd2 100755 --- a/python/libgrass_interface_generator/ctypesgen/ctypedescs.py +++ b/python/libgrass_interface_generator/ctypesgen/ctypedescs.py @@ -132,6 +132,7 @@ def visit_identifier(self, identifier): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Remove one level of indirection from funtion pointer; needed for typedefs ======= <<<<<<< HEAD @@ -152,6 +153,8 @@ def visit_identifier(self, identifier): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Remove one level of indirection from function pointer; needed for typedefs ======= # Remove one level of indirection from funtion pointer; needed for typedefs @@ -162,6 +165,7 @@ def visit_identifier(self, identifier): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Remove one level of indirection from funtion pointer; needed for typedefs >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -196,6 +200,11 @@ def visit_identifier(self, identifier): # Remove one level of indirection from funtion pointer; needed for typedefs >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +# Remove one level of indirection from funtion pointer; needed for typedefs +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # and function parameters. def remove_function_pointer(t): if type(t) == CtypesPointer and type(t.destination) == CtypesFunction: diff --git a/python/libgrass_interface_generator/ctypesgen/main.py b/python/libgrass_interface_generator/ctypesgen/main.py index 211c471c0a2..b1b600e6a58 100644 --- a/python/libgrass_interface_generator/ctypesgen/main.py +++ b/python/libgrass_interface_generator/ctypesgen/main.py @@ -43,6 +43,7 @@ def option_callback_W(option, opt, value, parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD raise optparse.BadOptionError("-Wl option must be -L, -R" " or --rpath, not " + value[2:]) ======= @@ -64,6 +65,8 @@ def option_callback_W(option, opt, value, parser): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main raise optparse.BadOptionError( "-Wl option must be -L, -R or --rpath, not " + value[2:] ) @@ -76,6 +79,7 @@ def option_callback_W(option, opt, value, parser): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= raise optparse.BadOptionError("-Wl option must be -L, -R" " or --rpath, not " + value[2:]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -110,6 +114,11 @@ def option_callback_W(option, opt, value, parser): raise optparse.BadOptionError("-Wl option must be -L, -R" " or --rpath, not " + value[2:]) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + raise optparse.BadOptionError("-Wl option must be -L, -R" " or --rpath, not " + value[2:]) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # Push the linker option onto the list for further parsing. parser.rargs.insert(0, value) @@ -396,6 +405,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -411,6 +421,8 @@ def main(givenargs=None): >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main choices=("py", "json"), help="Choose output language (`py'[default], or `json').", ======= @@ -422,6 +434,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -445,6 +458,8 @@ def main(givenargs=None): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main choices=("py", "py32", "py27", "py25", "json"), help="Choose output language (`py'[default], `py32', `py27', `py25', or " "`json'). The implementation for py32 does appear to be " @@ -461,6 +476,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -503,6 +519,11 @@ def main(givenargs=None): ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ) op.add_option( "-P", @@ -581,6 +602,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD msgs.error_message("No such output language `" + options.output_language + "'", cls="usage") ======= @@ -602,6 +624,8 @@ def main(givenargs=None): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msgs.error_message( "No such output language `" + options.output_language + "'", cls="usage" ) @@ -614,6 +638,7 @@ def main(givenargs=None): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= msgs.error_message("No such output language `" + options.output_language + "'", cls="usage") >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -648,6 +673,11 @@ def main(givenargs=None): msgs.error_message("No such output language `" + options.output_language + "'", cls="usage") >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + msgs.error_message("No such output language `" + options.output_language + "'", cls="usage") +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sys.exit(1) # Step 1: Parse diff --git a/python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py b/python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py index 82727223fd0..bce2df22116 100644 --- a/python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/cdeclarations.py @@ -268,6 +268,7 @@ def _unalias(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD an attribute can also be preceeded/followed by a double underscore ======= @@ -289,6 +290,8 @@ def _unalias(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main an attribute can also be preceded/followed by a double underscore ======= an attribute can also be preceeded/followed by a double underscore @@ -299,6 +302,7 @@ def _unalias(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= an attribute can also be preceeded/followed by a double underscore >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -333,6 +337,11 @@ def _unalias(self): an attribute can also be preceeded/followed by a double underscore >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + an attribute can also be preceeded/followed by a double underscore +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ('__'). """ diff --git a/python/libgrass_interface_generator/ctypesgen/parser/cgrammar.py b/python/libgrass_interface_generator/ctypesgen/parser/cgrammar.py index d493250a2f2..d3968678486 100755 --- a/python/libgrass_interface_generator/ctypesgen/parser/cgrammar.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/cgrammar.py @@ -116,6 +116,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD # Delimeters ======= @@ -137,6 +138,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Delimiters ======= # Delimeters @@ -147,6 +150,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Delimeters >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -181,6 +185,11 @@ # Delimeters >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + # Delimeters +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "PERIOD", "ELLIPSIS", "LPAREN", "RPAREN", "LBRACKET", "RBRACKET", "LBRACE", "RBRACE", "COMMA", "SEMI", "COLON", diff --git a/python/libgrass_interface_generator/ctypesgen/parser/cparser.py b/python/libgrass_interface_generator/ctypesgen/parser/cparser.py index 4105eaeb579..da6a093c6a6 100755 --- a/python/libgrass_interface_generator/ctypesgen/parser/cparser.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/cparser.py @@ -134,6 +134,7 @@ def handle_error(self, message, filename, lineno): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD """A parse error occured. ======= @@ -155,6 +156,8 @@ def handle_error(self, message, filename, lineno): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main """A parse error occurred. ======= """A parse error occured. @@ -165,6 +168,7 @@ def handle_error(self, message, filename, lineno): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= """A parse error occured. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -199,6 +203,11 @@ def handle_error(self, message, filename, lineno): """A parse error occured. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + """A parse error occured. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main The default implementation prints `lineno` and `message` to stderr. The parser will try to recover from errors by synchronising at the diff --git a/python/libgrass_interface_generator/ctypesgen/parser/lex.py b/python/libgrass_interface_generator/ctypesgen/parser/lex.py index 05d298e219a..c6968131762 100644 --- a/python/libgrass_interface_generator/ctypesgen/parser/lex.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/lex.py @@ -51,6 +51,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -66,6 +67,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main StringTypes = (str, bytes) ======= ======= @@ -76,6 +79,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -97,6 +101,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main try: # Python 2.6 StringTypes = (types.StringType, types.UnicodeType) @@ -112,6 +118,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -154,6 +161,11 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # This regular expression is used to match valid token names _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$') diff --git a/python/libgrass_interface_generator/ctypesgen/parser/pplexer.py b/python/libgrass_interface_generator/ctypesgen/parser/pplexer.py index 84f26afe4d0..716aca98298 100755 --- a/python/libgrass_interface_generator/ctypesgen/parser/pplexer.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/pplexer.py @@ -132,6 +132,7 @@ def __new__(cls, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD # Delimeters ======= <<<<<<< HEAD @@ -152,6 +153,8 @@ def __new__(cls, value): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main # Delimiters ======= # Delimeters @@ -162,6 +165,7 @@ def __new__(cls, value): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= # Delimeters >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -196,6 +200,11 @@ def __new__(cls, value): # Delimeters >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +# Delimeters +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main t_ANY_PERIOD = r"\." t_ANY_LPAREN = r"\(" t_ANY_RPAREN = r"\)" diff --git a/python/libgrass_interface_generator/ctypesgen/parser/yacc.py b/python/libgrass_interface_generator/ctypesgen/parser/yacc.py index 068a5fd9966..ad0ca1ad737 100644 --- a/python/libgrass_interface_generator/ctypesgen/parser/yacc.py +++ b/python/libgrass_interface_generator/ctypesgen/parser/yacc.py @@ -1514,6 +1514,7 @@ def __init__(self, terminals): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD self.UsedPrecedence = set() # Precedence rules that were actually used by the grammer. ======= @@ -1535,6 +1536,8 @@ def __init__(self, terminals): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.UsedPrecedence = set() # Precedence rules that were actually used by the grammar. ======= self.UsedPrecedence = set() # Precedence rules that were actually used by the grammer. @@ -1545,6 +1548,7 @@ def __init__(self, terminals): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= self.UsedPrecedence = set() # Precedence rules that were actually used by the grammer. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1579,6 +1583,11 @@ def __init__(self, terminals): self.UsedPrecedence = set() # Precedence rules that were actually used by the grammer. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + self.UsedPrecedence = set() # Precedence rules that were actually used by the grammer. +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main # This is only used to provide error checking and to generate # a warning about unused precedence rules. diff --git a/raster/r.basins.fill/r.basins.fill.html b/raster/r.basins.fill/r.basins.fill.html index 0947f76fe0b..c393a84eff7 100644 --- a/raster/r.basins.fill/r.basins.fill.html +++ b/raster/r.basins.fill/r.basins.fill.html @@ -61,6 +61,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -95,6 +96,10 @@

    AUTHORS

    Larry Band, Dept. of Geography, University of Toronto, Canada ======= >>>>>>> osgeo-main +======= +Larry Band, Dept. of Geography, University of Toronto, Canada +======= +>>>>>>> osgeo-main Larry Band, Dept. of Geography, University of Toronto, Canada <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -109,6 +114,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -118,6 +124,8 @@

    AUTHORS

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= Larry Band, Dept. of Geography, University of Toronto, Canada ======= Larry Band, Dept. of Geography, University of Toronto, Canada @@ -129,6 +137,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -170,3 +179,5 @@

    AUTHORS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/raster/r.buildvrt/link.c b/raster/r.buildvrt/link.c index d4197c68b50..dfe28dbd593 100644 --- a/raster/r.buildvrt/link.c +++ b/raster/r.buildvrt/link.c @@ -90,6 +90,7 @@ void create_map(const struct input *inputs, int num_inputs, const char *output, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int have_stats, struct R_stats *ostats, const char *title) ======= @@ -111,6 +112,8 @@ void create_map(const struct input *inputs, int num_inputs, const char *output, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int have_stats UNUSED, struct R_stats *ostats UNUSED, const char *title) ======= @@ -122,6 +125,7 @@ void create_map(const struct input *inputs, int num_inputs, const char *output, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int have_stats, struct R_stats *ostats, const char *title) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -156,6 +160,11 @@ void create_map(const struct input *inputs, int num_inputs, const char *output, int have_stats, struct R_stats *ostats, const char *title) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + int have_stats, struct R_stats *ostats, const char *title) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { struct History history; struct Categories cats; diff --git a/raster/r.carve/main.c b/raster/r.carve/main.c index d623267ed15..9511ebff6d0 100644 --- a/raster/r.carve/main.c +++ b/raster/r.carve/main.c @@ -212,6 +212,7 @@ static int init_projection(struct Cell_head *window, int *wrap_ncols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("Lat/Long location is not supported by %s. Please " ======= @@ -233,6 +234,8 @@ static int init_projection(struct Cell_head *window, int *wrap_ncols) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Lat/Long project is not supported by %s. Please " ======= G_fatal_error(_("Lat/Long location is not supported by %s. Please " @@ -243,6 +246,7 @@ static int init_projection(struct Cell_head *window, int *wrap_ncols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_fatal_error(_("Lat/Long location is not supported by %s. Please " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -277,6 +281,11 @@ static int init_projection(struct Cell_head *window, int *wrap_ncols) G_fatal_error(_("Lat/Long location is not supported by %s. Please " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_fatal_error(_("Lat/Long location is not supported by %s. Please " +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "reproject map first."), G_program_name()); #endif diff --git a/raster/r.carve/r.carve.html b/raster/r.carve/r.carve.html index a7eb9fb8f89..5f4f37a2e33 100644 --- a/raster/r.carve/r.carve.html +++ b/raster/r.carve/r.carve.html @@ -144,6 +144,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD =======

    AUTHORS

    @@ -172,6 +173,8 @@

    AUTHORS

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +=======

    AUTHORS

    >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -181,6 +184,9 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -199,6 +205,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -224,5 +231,7 @@

    AUTHORS

    >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Bill Brown (GMSL)
    GRASS 6 update: Brad Douglas diff --git a/raster/r.clump/minsize.c b/raster/r.clump/minsize.c index c2bfb728a36..5d4e445aa1d 100644 --- a/raster/r.clump/minsize.c +++ b/raster/r.clump/minsize.c @@ -278,6 +278,7 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -303,6 +304,8 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= count++; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -315,6 +318,9 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -332,6 +338,7 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -367,6 +374,8 @@ static int find_best_neighbour(int bfd, int nin, DCELL *rng, int cfd, int csize, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main rclist_add(&rilist, rown, coln); if (*rowmin > rown) *rowmin = rown; diff --git a/raster/r.coin/format.c b/raster/r.coin/format.c index a936f263fdc..70c2ee975b8 100644 --- a/raster/r.coin/format.c +++ b/raster/r.coin/format.c @@ -38,6 +38,7 @@ int format_double(double v, char *buf, int n) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -71,6 +72,10 @@ int format_double(double v, char *buf, int n) ======= for (k = n; (ssize_t)strlen(buf) > n; k--) { ======= +>>>>>>> osgeo-main +======= + for (k = n; (ssize_t)strlen(buf) > n; k--) { +======= >>>>>>> osgeo-main for (k = n; strlen(buf) > n; k--) { <<<<<<< HEAD @@ -86,6 +91,7 @@ int format_double(double v, char *buf, int n) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -94,6 +100,8 @@ int format_double(double v, char *buf, int n) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= for (k = n; strlen(buf) > n; k--) { ======= @@ -106,6 +114,7 @@ int format_double(double v, char *buf, int n) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -147,6 +156,8 @@ int format_double(double v, char *buf, int n) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main sprintf(fmt, "%%%d.%dg", n, k); sprintf(buf, fmt, v); } diff --git a/raster/r.compress/r.compress.html b/raster/r.compress/r.compress.html index 2535aa9f1b0..cbde07b321f 100644 --- a/raster/r.compress/r.compress.html +++ b/raster/r.compress/r.compress.html @@ -139,6 +139,7 @@

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -156,6 +157,8 @@

    COMPRESSION ALGORITHM DETAILS

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -165,6 +168,7 @@

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -190,6 +194,8 @@

    COMPRESSION ALGORITHM DETAILS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
    ZLIB's deflate is the default compression method for all raster maps, if ZSTD is not available. GRASS GIS 8 uses by default 1 as ZLIB compression level which is the best compromise between speed and @@ -205,6 +211,7 @@

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= @@ -234,6 +241,9 @@

    COMPRESSION ALGORITHM DETAILS

    ======= ======= >>>>>>> da1bbb9bd2 (Programmer's manual: update GRASS GIS arch drawing (#1610)) +======= +======= +>>>>>>> osgeo-main
    ZLIB's deflate is the default compression method for all raster maps, if ZSTD is not available. GRASS GIS 8 uses by default 1 as ZLIB compression level which is the best compromise between speed and @@ -246,6 +256,9 @@

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -260,6 +273,7 @@

    COMPRESSION ALGORITHM DETAILS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -285,6 +299,8 @@

    COMPRESSION ALGORITHM DETAILS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main environment variable GRASS_ZLIB_LEVEL.
    LZ4
    LZ4 is a very fast compression method, about as fast as no diff --git a/raster/r.contour/r.contour.html b/raster/r.contour/r.contour.html index 784733e341b..508b6002d00 100644 --- a/raster/r.contour/r.contour.html +++ b/raster/r.contour/r.contour.html @@ -36,6 +36,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD In the Spearfish location, produce a vector contour map from input raster elevation.dem ======= <<<<<<< HEAD @@ -56,6 +57,8 @@

    EXAMPLES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main In the Spearfish dataset, produce a vector contour map from input raster elevation.dem ======= In the Spearfish location, produce a vector contour map from input raster elevation.dem @@ -66,6 +69,7 @@

    EXAMPLES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= In the Spearfish location, produce a vector contour map from input raster elevation.dem >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -100,6 +104,11 @@

    EXAMPLES

    In the Spearfish location, produce a vector contour map from input raster elevation.dem >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +In the Spearfish location, produce a vector contour map from input raster elevation.dem +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main with contour levels from 1000m to 2000m, 100m contour step, and a minimum of 200 input raster points contributing to the contour line: diff --git a/raster/r.contour/testsuite/testrc.py b/raster/r.contour/testsuite/testrc.py index 53ab7676d93..23c26638d3d 100644 --- a/raster/r.contour/testsuite/testrc.py +++ b/raster/r.contour/testsuite/testrc.py @@ -7,6 +7,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= @@ -26,6 +27,9 @@ ======= >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) +======= + +>>>>>>> osgeo-main Author: Sunveer Singh, Google Code-in 2018 Copyright: (C) 2018 by Sunveer Singh and the GRASS Development Team Licence: This program is free software under the GNU General Public diff --git a/raster/r.cost/flag.c b/raster/r.cost/flag.c index 17e2335ad4c..f24f975f25e 100644 --- a/raster/r.cost/flag.c +++ b/raster/r.cost/flag.c @@ -28,6 +28,7 @@ FLAG *flag_create(int nrows, int ncols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD temp = (unsigned char *)G_malloc(nrows * new_flag->leng * ======= @@ -49,6 +50,8 @@ FLAG *flag_create(int nrows, int ncols) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main temp = (unsigned char *)G_malloc((size_t)nrows * new_flag->leng * ======= temp = (unsigned char *)G_malloc(nrows * new_flag->leng * @@ -59,6 +62,7 @@ FLAG *flag_create(int nrows, int ncols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= temp = (unsigned char *)G_malloc(nrows * new_flag->leng * >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -93,6 +97,11 @@ FLAG *flag_create(int nrows, int ncols) temp = (unsigned char *)G_malloc(nrows * new_flag->leng * >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + temp = (unsigned char *)G_malloc(nrows * new_flag->leng * +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sizeof(unsigned char)); if (!temp) diff --git a/raster/r.cost/main.c b/raster/r.cost/main.c index a86ed0c0edb..0a20d956e0d 100644 --- a/raster/r.cost/main.c +++ b/raster/r.cost/main.c @@ -521,6 +521,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD total_cells = nrows * ncols; ======= @@ -542,6 +543,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main total_cells = (long)nrows * ncols; ======= total_cells = nrows * ncols; @@ -552,6 +555,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= total_cells = nrows * ncols; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -586,6 +590,11 @@ int main(int argc, char *argv[]) total_cells = nrows * ncols; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + total_cells = nrows * ncols; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main skip_nulls = Rast_is_d_null_value(&null_cost); diff --git a/raster/r.cost/r.cost.html b/raster/r.cost/r.cost.html index 8f2ff5da9ed..0f9f2de055a 100644 --- a/raster/r.cost/r.cost.html +++ b/raster/r.cost/r.cost.html @@ -131,6 +131,7 @@

    OPTIONS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD
  • Use thise negative distances as solver for a second pass of ======= @@ -152,6 +153,8 @@

    OPTIONS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
  • Use these negative distances as solver for a second pass of =======
  • Use thise negative distances as solver for a second pass of @@ -162,6 +165,7 @@

    OPTIONS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD =======
  • Use thise negative distances as solver for a second pass of >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -196,6 +200,11 @@

    OPTIONS

  • Use thise negative distances as solver for a second pass of >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +
  • Use thise negative distances as solver for a second pass of +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main r.cost
  • Extract paths again with r.path to get a geometrically optimized solution
  • diff --git a/raster/r.cross/r.cross.html b/raster/r.cross/r.cross.html index 449cb9bb4af..770950f5dc9 100644 --- a/raster/r.cross/r.cross.html +++ b/raster/r.cross/r.cross.html @@ -18,6 +18,7 @@

    OPTIONS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -37,6 +38,8 @@

    OPTIONS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    With the -z flag NULL values are not crossed. This means that if a NULL value occurs in any input data layer, @@ -53,6 +56,7 @@

    OPTIONS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD @@ -82,6 +86,10 @@

    OPTIONS

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main The program will be run non-interactively if the user specifies the names of between 2-10 raster map layers be used as input, and the name of a raster map layer to hold program output. @@ -104,6 +112,7 @@

    OPTIONS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -146,6 +155,11 @@

    OPTIONS

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main If the -z flag is not specified, then map layer combinations in which some values are NULL will be assigned a unique category value in the resulting output map. diff --git a/raster/r.external/main.c b/raster/r.external/main.c index 96ba7443000..451db97881c 100644 --- a/raster/r.external/main.c +++ b/raster/r.external/main.c @@ -116,6 +116,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -158,6 +159,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main flag.j = G_define_flag(); flag.j->key = 'j'; diff --git a/raster/r.external/proj.c b/raster/r.external/proj.c index c0649cfb79f..bb31ff3da73 100644 --- a/raster/r.external/proj.c +++ b/raster/r.external/proj.c @@ -138,6 +138,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("Unable to convert input map projection to GRASS " "format; cannot create new location.")); @@ -160,6 +161,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error( _("Unable to convert input map coordinate reference " "system to GRASS format; cannot create new project.")); @@ -173,6 +176,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -181,6 +185,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_fatal_error(_("Unable to convert input map projection to GRASS " "format; cannot create new location.")); @@ -191,6 +197,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -208,6 +215,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } else { if (0 != G_make_location_crs(outloc, cellhd, proj_info, proj_units, @@ -220,6 +229,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("Unable to create new location <%s>"), outloc); } @@ -243,6 +253,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Unable to create new project <%s>"), outloc); } G_message(_("Project <%s> created"), outloc); @@ -257,6 +269,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -265,6 +278,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_fatal_error(_("Unable to create new location <%s>"), outloc); } @@ -276,6 +291,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -293,6 +309,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_unset_window(); /* new location, projection, and window */ G_get_window(cellhd); @@ -357,6 +375,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -379,6 +398,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcpy(error_msg, _("Coordinate reference system of dataset does not" " appear to match current project.\n\n")); @@ -392,6 +413,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -400,6 +422,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -410,6 +434,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -427,6 +452,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* TODO: output this info sorted by key: */ if (loc_wind.proj != cellhd->proj || err != -2) { @@ -440,6 +467,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, _("Location PROJ_INFO is:\n")); ======= @@ -461,6 +489,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, _("Project PROJ_INFO is:\n")); ======= strcat(error_msg, _("Location PROJ_INFO is:\n")); @@ -471,6 +501,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= strcat(error_msg, _("Location PROJ_INFO is:\n")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -505,6 +536,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, strcat(error_msg, _("Location PROJ_INFO is:\n")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + strcat(error_msg, _("Location PROJ_INFO is:\n")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (i_value = 0; i_value < loc_proj_info->nitems; i_value++) sprintf(error_msg + strlen(error_msg), "%s: %s\n", @@ -522,6 +558,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -541,6 +578,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, _("Project PROJ_INFO is:\n")); if (loc_wind.proj == PROJECTION_XY) sprintf(error_msg + strlen(error_msg), @@ -564,6 +603,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -593,6 +633,10 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main strcat(error_msg, _("Location PROJ_INFO is:\n")); if (loc_wind.proj == PROJECTION_XY) sprintf(error_msg + strlen(error_msg), @@ -618,6 +662,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -660,6 +705,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main loc_wind.proj, cellhd->zone); } @@ -741,6 +791,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, "Location PROJ_UNITS is:\n"); ======= @@ -762,6 +813,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, "Project PROJ_UNITS is:\n"); ======= strcat(error_msg, "Location PROJ_UNITS is:\n"); @@ -772,6 +825,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= strcat(error_msg, "Location PROJ_UNITS is:\n"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -806,6 +860,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, strcat(error_msg, "Location PROJ_UNITS is:\n"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + strcat(error_msg, "Location PROJ_UNITS is:\n"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (i_value = 0; i_value < loc_proj_units->nitems; i_value++) sprintf(error_msg + strlen(error_msg), "%s: %s\n", @@ -832,6 +891,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -851,6 +911,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, _("\nIn case of no significant differences " "in the coordinate reference system definitions," @@ -866,6 +928,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -895,6 +958,10 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main strcat(error_msg, _("\nIn case of no significant differences " "in the projection definitions," " use the -o flag to ignore them and use" @@ -911,6 +978,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -953,6 +1021,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } if (check_only) @@ -978,6 +1051,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD msg_fn(_("Projection of input dataset and current location " "appear to match")); @@ -1000,6 +1074,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msg_fn(_("Coordinate reference system of input dataset and current " "project appear to match")); ======= @@ -1012,6 +1088,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1020,6 +1097,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= msg_fn(_("Projection of input dataset and current location " "appear to match")); @@ -1030,6 +1109,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1047,6 +1127,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (check_only) { GDALClose(hDS); exit(EXIT_SUCCESS); diff --git a/raster/r.external/testsuite/data/generate_data.sh b/raster/r.external/testsuite/data/generate_data.sh index b310b060165..4c1efe9ce16 100755 --- a/raster/r.external/testsuite/data/generate_data.sh +++ b/raster/r.external/testsuite/data/generate_data.sh @@ -30,6 +30,7 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -56,6 +57,8 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -67,6 +70,9 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -84,6 +90,7 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -119,3 +126,5 @@ r3.out.netcdf input=elevation3d output=elevation3d.nc >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/raster/r.external/testsuite/test_r_external.py b/raster/r.external/testsuite/test_r_external.py index 78f04c861c8..9e9447d190e 100644 --- a/raster/r.external/testsuite/test_r_external.py +++ b/raster/r.external/testsuite/test_r_external.py @@ -11,6 +11,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26,6 +27,8 @@ >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -37,6 +40,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60,6 +64,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main from grass.gunittest.case import TestCase @@ -89,6 +95,7 @@ def test_1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -106,6 +113,8 @@ def test_1(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -117,6 +126,7 @@ def test_1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -140,6 +150,8 @@ def test_1(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertModule( "r.external", "Register GTiff Format", @@ -177,6 +189,7 @@ def test_2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -194,6 +207,8 @@ def test_2(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -205,6 +220,7 @@ def test_2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -228,6 +244,8 @@ def test_2(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertModule( "r.external", "Register GTiff Format", @@ -265,6 +283,7 @@ def test_3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -282,6 +301,8 @@ def test_3(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -293,6 +314,7 @@ def test_3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -316,6 +338,8 @@ def test_3(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertModule( "r.external", "Register AAIGrid Format", @@ -353,6 +377,7 @@ def test_4(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -370,6 +395,8 @@ def test_4(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -381,6 +408,7 @@ def test_4(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -404,6 +432,8 @@ def test_4(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertModule( "r.external", "Register netCDF Format", @@ -441,6 +471,7 @@ def test_netCDF_3d_1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -458,6 +489,8 @@ def test_netCDF_3d_1(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -469,6 +502,7 @@ def test_netCDF_3d_1(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -492,6 +526,8 @@ def test_netCDF_3d_1(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertModule( "r.external", "Register netCDF Format", @@ -539,6 +575,7 @@ def test_netCDF_3d_2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -556,6 +593,8 @@ def test_netCDF_3d_2(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -567,6 +606,7 @@ def test_netCDF_3d_2(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -590,6 +630,8 @@ def test_netCDF_3d_2(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertModule( "r.external", "Register netCDF Format", @@ -637,6 +679,7 @@ def test_netCDF_3d_3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD @@ -654,6 +697,8 @@ def test_netCDF_3d_3(self): ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -665,6 +710,7 @@ def test_netCDF_3d_3(self): <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -688,6 +734,8 @@ def test_netCDF_3d_3(self): >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main self.assertModule( "r.external", "Register netCDF Format", diff --git a/raster/r.external/window.c b/raster/r.external/window.c index 08a25064121..a380f274016 100644 --- a/raster/r.external/window.c +++ b/raster/r.external/window.c @@ -99,6 +99,7 @@ void update_default_window(struct Cell_head *cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Default region for this location updated")); ======= @@ -120,6 +121,8 @@ void update_default_window(struct Cell_head *cellhd) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_message(_("Default region for this project updated")); ======= G_message(_("Default region for this location updated")); @@ -130,6 +133,7 @@ void update_default_window(struct Cell_head *cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_message(_("Default region for this location updated")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -164,6 +168,11 @@ void update_default_window(struct Cell_head *cellhd) G_message(_("Default region for this location updated")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_message(_("Default region for this location updated")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } G_put_window(&cur_wind); G_message(_("Region for the current mapset updated")); diff --git a/raster/r.fill.dir/resolve.c b/raster/r.fill.dir/resolve.c index db98586e113..9dc9b293928 100644 --- a/raster/r.fill.dir/resolve.c +++ b/raster/r.fill.dir/resolve.c @@ -41,6 +41,7 @@ CELL select_dir(CELL i) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, int *active, int *goagain) ======= @@ -62,6 +63,8 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void flink(int i UNUSED, int j, int nl UNUSED, int ns UNUSED, CELL *p1, CELL *p2, CELL *p3, int *active, int *goagain) ======= @@ -74,6 +77,7 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -83,6 +87,8 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, int *active, int *goagain) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -92,6 +98,7 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -109,6 +116,8 @@ void flink(int i, int j, int nl, int ns, CELL *p1, CELL *p2, CELL *p3, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { CELL bitmask[8] = {1, 2, 4, 8, 16, 32, 64, 128}; CELL outflow, cwork, c[8]; diff --git a/raster/r.fill.dir/tinf.c b/raster/r.fill.dir/tinf.c index 107afe2ed1c..7773eb3b809 100644 --- a/raster/r.fill.dir/tinf.c +++ b/raster/r.fill.dir/tinf.c @@ -24,6 +24,7 @@ int (*is_null)(void *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -59,6 +60,8 @@ int (*is_null)(void *); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main size_t (*bpe)(void); void *(*get_max)(void *, void *); void *(*get_min)(void *, void *); @@ -71,6 +74,7 @@ void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -83,6 +87,8 @@ void *(*get_buf)(void); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -91,6 +97,7 @@ void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -111,6 +118,8 @@ void *(*get_buf)(void); >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main size_t (*bpe)(); void *(*get_max)(void *, void *); void *(*get_min)(void *, void *); @@ -126,6 +135,7 @@ void *(*get_buf)(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -134,6 +144,8 @@ void *(*get_buf)(); >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -144,6 +156,7 @@ void *(*get_buf)(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -166,6 +179,10 @@ void *(*get_buf)(); >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main size_t (*bpe)(void); void *(*get_max)(void *, void *); void *(*get_min)(void *, void *); @@ -178,6 +195,7 @@ void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -186,6 +204,8 @@ void *(*get_buf)(void); >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -196,6 +216,7 @@ void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -231,6 +252,8 @@ void *(*get_buf)(void); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main void (*put_row)(int, void *); double (*slope)(void *, void *, double); void (*set_min)(void *); diff --git a/raster/r.fill.dir/tinf.h b/raster/r.fill.dir/tinf.h index a3eeae83487..ac436015996 100644 --- a/raster/r.fill.dir/tinf.h +++ b/raster/r.fill.dir/tinf.h @@ -78,6 +78,7 @@ extern int (*is_null)(void *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -113,6 +114,8 @@ extern int (*is_null)(void *); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main extern size_t (*bpe)(void); extern void *(*get_max)(void *, void *); extern void *(*get_min)(void *, void *); @@ -125,6 +128,7 @@ extern void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -137,6 +141,8 @@ extern void *(*get_buf)(void); ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -145,6 +151,7 @@ extern void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -165,6 +172,8 @@ extern void *(*get_buf)(void); >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main extern size_t (*bpe)(); extern void *(*get_max)(void *, void *); extern void *(*get_min)(void *, void *); @@ -180,6 +189,7 @@ extern void *(*get_buf)(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -188,6 +198,8 @@ extern void *(*get_buf)(); >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -198,6 +210,7 @@ extern void *(*get_buf)(); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -220,6 +233,10 @@ extern void *(*get_buf)(); >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main extern size_t (*bpe)(void); extern void *(*get_max)(void *, void *); extern void *(*get_min)(void *, void *); @@ -232,6 +249,7 @@ extern void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -240,6 +258,8 @@ extern void *(*get_buf)(void); >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -250,6 +270,7 @@ extern void *(*get_buf)(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -285,6 +306,8 @@ extern void *(*get_buf)(void); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main extern void (*put_row)(int, void *); extern double (*slope)(void *, void *, double); extern void (*set_min)(void *); diff --git a/raster/r.fill.stats/main.c b/raster/r.fill.stats/main.c index 984e50bfcbf..cc6e73c0498 100644 --- a/raster/r.fill.stats/main.c +++ b/raster/r.fill.stats/main.c @@ -156,6 +156,7 @@ long int estimate_mem_needed(long int cols, char *mode) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -175,6 +176,8 @@ long int estimate_mem_needed(long int cols, char *mode) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #define WEIGHT_MATRIX_LINE_LENGTH 80 ======= @@ -185,6 +188,7 @@ long int estimate_mem_needed(long int cols, char *mode) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -214,6 +218,10 @@ long int estimate_mem_needed(long int cols, char *mode) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* * Prints the spatial weights matrix to the console. * This uses a fixed layout which may not be able to print very @@ -232,6 +240,7 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD size_t weight_matrix_line_length = 80; ======= @@ -258,6 +267,8 @@ void print_weights_matrix(long int rows, long int cols) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main char weight_matrix_line_buf[WEIGHT_MATRIX_LINE_LENGTH + 1]; char weight_matrix_weight_buf[WEIGHT_MATRIX_LINE_LENGTH + 1]; ======= @@ -268,6 +279,9 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -287,6 +301,7 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -314,6 +329,8 @@ void print_weights_matrix(long int rows, long int cols) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main char weight_matrix_line_buf[weight_matrix_line_length + 1]; char weight_matrix_weight_buf[weight_matrix_line_length + 1]; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -340,6 +357,7 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD weight_matrix_line_length) { ======= @@ -361,6 +379,8 @@ void print_weights_matrix(long int rows, long int cols) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main WEIGHT_MATRIX_LINE_LENGTH) { ======= weight_matrix_line_length) { @@ -371,6 +391,7 @@ void print_weights_matrix(long int rows, long int cols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= weight_matrix_line_length) { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -405,6 +426,11 @@ void print_weights_matrix(long int rows, long int cols) weight_matrix_line_length) { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + weight_matrix_line_length) { +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main strncpy(weight_matrix_line_buf, "[line too long to print]", WEIGHT_MATRIX_LINE_LENGTH); break; @@ -437,6 +463,7 @@ void *get_input_row(unsigned long row_idx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -479,6 +506,11 @@ void *get_input_row(unsigned long row_idx) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main my_cell = CELL_INPUT_HANDLES[row_idx]; @@ -494,6 +526,7 @@ void *get_input_row(unsigned long row_idx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -509,6 +542,8 @@ void *get_input_row(unsigned long row_idx) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return (void *)my_cell; ======= ======= @@ -519,6 +554,7 @@ void *get_input_row(unsigned long row_idx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -540,6 +576,8 @@ void *get_input_row(unsigned long row_idx) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return (my_cell); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) } @@ -582,6 +620,7 @@ void *get_input_row(unsigned long row_idx) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void collect_values_unfiltered(double val1, double val2, double min, double max, stats_struct *stats) ======= @@ -603,6 +642,8 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void collect_values_unfiltered(double val1, double val2, double min UNUSED, double max UNUSED, stats_struct *stats) ======= @@ -615,6 +656,7 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -624,6 +666,8 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void collect_values_unfiltered(double val1, double val2, double min, double max, stats_struct *stats) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -633,6 +677,7 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -650,6 +695,8 @@ void collect_values_unfiltered(double val1, double val2, double min, double max, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { stats->values[stats->num_values] = val1; stats->certainty += val2; @@ -673,6 +720,7 @@ void collect_values_filtered(double val1, double val2, double min, double max, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void collect_values_and_weights_unfiltered(double val1, double val2, double min, double max, stats_struct *stats) ======= @@ -694,6 +742,8 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void collect_values_and_weights_unfiltered(double val1, double val2, double min UNUSED, double max UNUSED, stats_struct *stats) @@ -707,6 +757,7 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -716,6 +767,8 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void collect_values_and_weights_unfiltered(double val1, double val2, double min, double max, stats_struct *stats) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -725,6 +778,7 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -742,6 +796,8 @@ void collect_values_and_weights_unfiltered(double val1, double val2, double min, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { stats->values[stats->num_values] = val1; stats->weights[stats->num_values] = val2; @@ -772,6 +828,7 @@ void collect_values_and_frequencies_unfiltered(double val1, double val2, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -814,6 +871,11 @@ void collect_values_and_frequencies_unfiltered(double val1, double val2, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main stats_struct *stats) { unsigned long i; @@ -1069,6 +1131,7 @@ void advance_one_row(int file_desc, long current_row) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1111,6 +1174,11 @@ void advance_one_row(int file_desc, long current_row) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main static unsigned long replace_row = 0; /* points to the row which will be replaced next */ unsigned long replace_pos = 0; diff --git a/raster/r.fill.stats/r.fill.stats.html b/raster/r.fill.stats/r.fill.stats.html index 58b0c5ef4e9..c0e300fe2c2 100644 --- a/raster/r.fill.stats/r.fill.stats.html +++ b/raster/r.fill.stats/r.fill.stats.html @@ -525,6 +525,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -546,6 +547,8 @@

    AUTHOR

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -559,6 +562,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -568,6 +572,8 @@

    AUTHOR

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -578,6 +584,7 @@

    AUTHOR

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -617,3 +624,5 @@

    AUTHOR

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/raster/r.flow/aspect.h b/raster/r.flow/aspect.h index 6ef2d72b5d6..e231fc4bf20 100644 --- a/raster/r.flow/aspect.h +++ b/raster/r.flow/aspect.h @@ -18,6 +18,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -55,6 +56,10 @@ DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); ======= >>>>>>> osgeo-main +======= +DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); +======= +>>>>>>> osgeo-main DCELL aspect_fly(/* n, c, s, d */); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -69,6 +74,7 @@ DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -78,6 +84,8 @@ DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= DCELL aspect_fly(/* n, c, s, d */); ======= DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); @@ -89,6 +97,7 @@ DCELL aspect_fly(DCELL *, DCELL *, DCELL *, double /* n, c, s, d */); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -134,3 +143,5 @@ DCELL aspect_fly(/* n, c, s, d */); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/raster/r.flow/mem.h b/raster/r.flow/mem.h index e35e275780a..a4182032cce 100644 --- a/raster/r.flow/mem.h +++ b/raster/r.flow/mem.h @@ -38,6 +38,7 @@ void deallocate_heap(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -75,6 +76,10 @@ void put_row_seg(layer, int /* l, row */); void put_row_seg(layer, int /* l, row */); ======= >>>>>>> osgeo-main +======= +void put_row_seg(layer, int /* l, row */); +======= +>>>>>>> osgeo-main void put_row_seg(/* l, row */); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -89,6 +94,7 @@ void put_row_seg(layer, int /* l, row */); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -98,6 +104,8 @@ void put_row_seg(layer, int /* l, row */); ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= void put_row_seg(/* l, row */); ======= void put_row_seg(layer, int /* l, row */); @@ -109,6 +117,7 @@ void put_row_seg(layer, int /* l, row */); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -154,6 +163,8 @@ void put_row_seg(/* l, row */); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main #define get_row(l, row) \ ((parm.seg && (Segment_flush(l.seg) < 1 || \ diff --git a/raster/r.geomorphon/geom.c b/raster/r.geomorphon/geom.c index 106976e71c6..2b9e855d147 100644 --- a/raster/r.geomorphon/geom.c +++ b/raster/r.geomorphon/geom.c @@ -232,6 +232,7 @@ float variance(float *elevation, int pattern_size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -269,6 +270,10 @@ void radial2cartesian(PATTERN *pattern) void radial2cartesian(PATTERN *pattern) ======= >>>>>>> osgeo-main +======= +void radial2cartesian(PATTERN *pattern) +======= +>>>>>>> osgeo-main int radial2cartesian(PATTERN *pattern) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -283,6 +288,7 @@ void radial2cartesian(PATTERN *pattern) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -292,6 +298,8 @@ void radial2cartesian(PATTERN *pattern) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= int radial2cartesian(PATTERN *pattern) ======= void radial2cartesian(PATTERN *pattern) @@ -303,6 +311,7 @@ void radial2cartesian(PATTERN *pattern) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -348,6 +357,8 @@ int radial2cartesian(PATTERN *pattern) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { /* this function converts radial coordinates of geomorphon * (assuming center as 0,0) to cartezian coordinates diff --git a/raster/r.geomorphon/local_proto.h b/raster/r.geomorphon/local_proto.h index 1598d02a9a4..fd491241863 100644 --- a/raster/r.geomorphon/local_proto.h +++ b/raster/r.geomorphon/local_proto.h @@ -84,6 +84,7 @@ GLOBAL struct Cell_head window; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -115,6 +116,10 @@ GLOBAL struct Cell_head window; >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main +======= + ======= >>>>>>> osgeo-main >>>>>>> 756514063b (Dockerfile: fix broken lib link (#1625)) @@ -132,6 +137,7 @@ GLOBAL struct Cell_head window; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -185,6 +191,8 @@ GLOBAL struct Cell_head window; >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Zenith/nadir comparison modes. */ GLOBAL enum { ANGLEV1, ANGLEV2, ANGLEV2_DISTANCE } compmode; diff --git a/raster/r.geomorphon/main.c b/raster/r.geomorphon/main.c index 10d3f02e46e..0050592cf68 100644 --- a/raster/r.geomorphon/main.c +++ b/raster/r.geomorphon/main.c @@ -55,6 +55,7 @@ typedef enum { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -80,6 +81,8 @@ typedef enum { ======= >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) ======= +>>>>>>> osgeo-main +======= typedef struct { char name[100]; @@ -94,6 +97,9 @@ typedef struct <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -109,6 +115,7 @@ typedef struct <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) <<<<<<< HEAD @@ -154,6 +161,10 @@ typedef struct ======= >>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) >>>>>>> b4039859b5 (Dockerfile: fix broken lib link (#1625)) +======= +======= +>>>>>>> c875f035a5 (Dockerfile: fix broken lib link (#1625)) +>>>>>>> osgeo-main int main(int argc, char **argv) { struct { /* struct is used both for interface and output */ @@ -206,6 +217,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -229,6 +241,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main struct Option *opt_input, *opt_output[o_size], *par_search_radius, *par_skip_radius, *par_flat_threshold, *par_flat_distance, *par_comparison, *par_coords, *par_profiledata, *par_profileformat; @@ -241,6 +255,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD struct Option *opt_input, *opt_output[o_size], *par_search_radius, *par_skip_radius, *par_flat_threshold, *par_flat_distance, @@ -258,6 +273,8 @@ int main(int argc, char **argv) >>>>>>> osgeo-main ======= >>>>>>> 44b23be1c2 (Dockerfile: fix broken lib link (#1625)) +======= +>>>>>>> osgeo-main struct Option *opt_input, *opt_output[o_size], @@ -276,6 +293,9 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -294,6 +314,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -302,6 +323,8 @@ int main(int argc, char **argv) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= struct Option *opt_input, *opt_output[o_size], *par_search_radius, *par_skip_radius, *par_flat_threshold, *par_flat_distance, @@ -313,6 +336,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -346,6 +370,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main struct Flag *flag_units, *flag_extended; struct History history; @@ -600,6 +626,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -617,6 +644,8 @@ int main(int argc, char **argv) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -626,6 +655,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -651,6 +681,8 @@ int main(int argc, char **argv) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning( _("There may be a notable processing delay because the " "computational region is %lu times larger than " @@ -666,6 +698,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -688,6 +721,9 @@ int main(int argc, char **argv) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main G_warning(_("There may be a notable processing delay because the " "computational region is %lu times larger than necessary"), @@ -704,6 +740,7 @@ int main(int argc, char **argv) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -758,6 +795,10 @@ int main(int argc, char **argv) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } } diff --git a/raster/r.geomorphon/memory.c b/raster/r.geomorphon/memory.c index 4448d13c677..3ee4364298d 100644 --- a/raster/r.geomorphon/memory.c +++ b/raster/r.geomorphon/memory.c @@ -11,6 +11,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -45,6 +46,10 @@ typedef struct { typedef struct { ======= >>>>>>> osgeo-main +======= +typedef struct { +======= +>>>>>>> osgeo-main typedef struct { <<<<<<< HEAD @@ -60,6 +65,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= typedef struct { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -120,6 +126,11 @@ typedef struct typedef struct { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +typedef struct { +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main const char *sname; int r; int g; @@ -161,6 +172,7 @@ static const CATCOLORS ccolors[CNT] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -197,6 +209,10 @@ static const CATCOLORS ccolors[CNT] = { ======= [__] = {"ERROR", 255, 0, 255, "ERROR"}}; ======= +>>>>>>> osgeo-main +======= + [__] = {"ERROR", 255, 0, 255, "ERROR"}}; +======= >>>>>>> osgeo-main [__] = {"ERROR", 255, 0, 255, "ERROR"} }; @@ -214,6 +230,7 @@ static const CATCOLORS ccolors[CNT] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= [__] = {"ERROR", 255, 0, 255, "ERROR"}}; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -279,6 +296,11 @@ static const CATCOLORS ccolors[CNT] = { [__] = {"ERROR", 255, 0, 255, "ERROR"}}; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + [__] = {"ERROR", 255, 0, 255, "ERROR"}}; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main static int get_cell(int, float *, void *, RASTER_MAP_TYPE); @@ -310,6 +332,7 @@ int open_map(MAPS *rast) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Region resolution shoudn't be lesser than map %s resolution. " ======= @@ -331,6 +354,8 @@ int open_map(MAPS *rast) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Region resolution shouldn't be lesser than map %s resolution. " ======= _("Region resolution shoudn't be lesser than map %s resolution. " @@ -341,6 +366,7 @@ int open_map(MAPS *rast) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= _("Region resolution shoudn't be lesser than map %s resolution. " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -375,6 +401,11 @@ int open_map(MAPS *rast) _("Region resolution shoudn't be lesser than map %s resolution. " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + _("Region resolution shoudn't be lesser than map %s resolution. " +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Run g.region raster=%s to set proper resolution"), rast->elevname, rast->elevname); @@ -480,6 +511,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -509,6 +541,8 @@ int write_form_cat_colors(char *raster) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_add_color_rule(&i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &colors, CELL_TYPE); @@ -522,6 +556,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD Rast_add_color_rule(&i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &colors, @@ -539,6 +574,8 @@ int write_form_cat_colors(char *raster) >>>>>>> osgeo-main ======= >>>>>>> 02fc806ed8 (Dockerfile_alpine: fix broken link creatio) +======= +>>>>>>> osgeo-main Rast_add_color_rule(&i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &colors, CELL_TYPE); @@ -549,6 +586,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 44a37129bc (Dockerfile_alpine: fix broken link creatio) ======= @@ -557,6 +595,8 @@ int write_form_cat_colors(char *raster) >>>>>>> osgeo-main ======= >>>>>>> 1bccffe3c4 (Dockerfile_alpine: fix broken link creatio) +======= +>>>>>>> osgeo-main ======= Rast_add_color_rule(&i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &i, ccolors[i].r, ccolors[i].g, ccolors[i].b, @@ -568,6 +608,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -576,6 +617,8 @@ int write_form_cat_colors(char *raster) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= Rast_add_color_rule(&i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &colors, @@ -587,6 +630,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -595,6 +639,8 @@ int write_form_cat_colors(char *raster) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= Rast_add_color_rule(&i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &i, ccolors[i].r, ccolors[i].g, ccolors[i].b, &colors, @@ -606,6 +652,7 @@ int write_form_cat_colors(char *raster) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -631,6 +678,8 @@ int write_form_cat_colors(char *raster) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_write_colors(raster, G_mapset(), &colors); Rast_free_colors(&colors); Rast_init_cats("Forms", &cats); diff --git a/raster/r.geomorphon/r.geomorphon.html b/raster/r.geomorphon/r.geomorphon.html index 11235675829..df365c5076e 100644 --- a/raster/r.geomorphon/r.geomorphon.html +++ b/raster/r.geomorphon/r.geomorphon.html @@ -173,6 +173,7 @@

    Geomorphon calculation: extraction of terrestrial landforms

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -194,6 +195,8 @@

    Geomorphon calculation: extraction of terrestrial landforms

    ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= <<<<<<< HEAD >>>>>>> 298e3c87b5 (Dockerfile_alpine: fix broken link creatio) @@ -207,6 +210,7 @@

    Geomorphon calculation: extraction of terrestrial landforms

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -258,6 +262,10 @@

    Geomorphon calculation: extraction of terrestrial landforms

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main

    Extraction of peaks

    Using the resulting terrestrial landforms map, single landforms can diff --git a/raster/r.grow.distance/r.grow.distance.html b/raster/r.grow.distance/r.grow.distance.html index 200f36d07f1..0a8f0575a1a 100644 --- a/raster/r.grow.distance/r.grow.distance.html +++ b/raster/r.grow.distance/r.grow.distance.html @@ -69,6 +69,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD be used only in latitude-longitude locations. It is recommended ======= <<<<<<< HEAD @@ -89,6 +90,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main be used only in latitude-longitude coordinate reference system. It is recommended ======= be used only in latitude-longitude locations. It is recommended @@ -99,6 +102,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= be used only in latitude-longitude locations. It is recommended >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -133,6 +137,11 @@

    NOTES

    be used only in latitude-longitude locations. It is recommended >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +be used only in latitude-longitude locations. It is recommended +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main to use it along with the -m flag in order to output distances in meters instead of map units. diff --git a/raster/r.gwflow/main.c b/raster/r.gwflow/main.c index 506e48a8820..62f5317def7 100644 --- a/raster/r.gwflow/main.c +++ b/raster/r.gwflow/main.c @@ -241,6 +241,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("Lat/Long location is not supported by %s. Please " ======= @@ -262,6 +263,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Lat/Long project is not supported by %s. Please " ======= G_fatal_error(_("Lat/Long location is not supported by %s. Please " @@ -272,6 +275,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_fatal_error(_("Lat/Long location is not supported by %s. Please " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -306,6 +310,11 @@ int main(int argc, char *argv[]) G_fatal_error(_("Lat/Long location is not supported by %s. Please " >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_fatal_error(_("Lat/Long location is not supported by %s. Please " +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "reproject map first."), G_program_name()); @@ -539,6 +548,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (buff) G_free(buff); @@ -562,6 +572,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (buff) G_free(buff); @@ -573,6 +585,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -581,6 +594,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (buff) G_free(buff); @@ -592,6 +607,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -609,6 +625,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (xcomp) N_free_array_2d(xcomp); if (ycomp) diff --git a/raster/r.gwflow/r.gwflow.html b/raster/r.gwflow/r.gwflow.html index 226d52b0da5..1d97f1f750d 100644 --- a/raster/r.gwflow/r.gwflow.html +++ b/raster/r.gwflow/r.gwflow.html @@ -13,6 +13,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -28,6 +29,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main raster maps. The unit of the current project's coordinate reference system must be meters. ======= ======= @@ -38,6 +41,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -59,6 +63,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main raster maps. The unit in the location must be meters. >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))

    This module is sensitive to mask settings. All cells which are outside the mask diff --git a/raster/r.horizon/main.c b/raster/r.horizon/main.c index 8447c745562..7376cc452fc 100644 --- a/raster/r.horizon/main.c +++ b/raster/r.horizon/main.c @@ -20,6 +20,7 @@ module by Jaro Hofierka <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -39,6 +40,8 @@ module by Jaro Hofierka >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Program was refactored by Anna Petrasova to remove most global variables. ======= @@ -49,6 +52,7 @@ Program was refactored by Anna Petrasova to remove most global variables. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -78,6 +82,10 @@ Program was refactored by Anna Petrasova to remove most global variables. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main *******************************************************************************/ /* @@ -116,6 +124,7 @@ Program was refactored by Anna Petrasova to remove most global variables. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -135,6 +144,8 @@ Program was refactored by Anna Petrasova to remove most global variables. >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #define WHOLE_RASTER 1 #define SINGLE_POINT 0 #define RAD (180. / M_PI) @@ -158,6 +169,7 @@ Program was refactored by Anna Petrasova to remove most global variables. <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -187,6 +199,10 @@ Program was refactored by Anna Petrasova to remove most global variables. ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #define WHOLE_RASTER 1 #define SINGLE_POINT 0 #define RAD (180. / M_PI) @@ -237,6 +253,9 @@ double horizon_height(void); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -249,6 +268,7 @@ double searching(void); int test_low_res(void); <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) @@ -282,6 +302,8 @@ int new_point(void); double searching(void); int test_low_res(void); >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main /*void where_is_point(); void cube(int, int); @@ -345,6 +367,7 @@ typedef struct { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD /* why not use G_distance() here which switches to geodesic/great circle distance as needed? */ ======= @@ -366,6 +389,8 @@ typedef struct { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main typedef struct { int n, m, m100, n100; double stepx, stepy, stepxy; @@ -423,6 +448,7 @@ double distance(double x1, double x2, double y1, double y2, double coslatsq) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -432,6 +458,8 @@ double distance(double x1, double x2, double y1, double y2, double coslatsq) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= /* why not use G_distance() here which switches to geodesic/great circle distance as needed? */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -441,6 +469,7 @@ double distance(double x1, double x2, double y1, double y2, double coslatsq) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -458,6 +487,8 @@ double distance(double x1, double x2, double y1, double y2, double coslatsq) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main double distance(double x1, double x2, double y1, double y2) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) { @@ -488,6 +519,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD *maxdistance, *output; } parm; @@ -513,6 +545,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main *maxdistance, *format, *output; } parm; @@ -531,6 +565,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -539,6 +574,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= *maxdistance, *output; } parm; @@ -552,6 +589,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -569,6 +607,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } flag; G_gisinit(argv[0]); @@ -643,6 +683,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -658,6 +699,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.bufferzone->options = "0-"; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -669,6 +712,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -692,6 +736,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.bufferzone->guisection = _("Raster mode"); parm.e_buff = G_define_option(); @@ -709,6 +755,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -724,6 +771,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.e_buff->options = "0-"; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -735,6 +784,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -758,6 +808,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.e_buff->guisection = _("Raster mode"); parm.w_buff = G_define_option(); @@ -775,6 +827,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -790,6 +843,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.w_buff->options = "0-"; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -801,6 +856,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -824,6 +880,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.w_buff->guisection = _("Raster mode"); parm.n_buff = G_define_option(); @@ -841,6 +899,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -856,6 +915,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.n_buff->options = "0-"; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -867,6 +928,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -890,6 +952,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.n_buff->guisection = _("Raster mode"); parm.s_buff = G_define_option(); @@ -907,6 +971,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -922,6 +987,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.s_buff->options = "0-"; ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -933,6 +1000,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -956,6 +1024,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main parm.s_buff->guisection = _("Raster mode"); parm.maxdistance = G_define_option(); @@ -980,6 +1050,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Coordinate for which you want to calculate the horizon"); ======= @@ -1001,6 +1072,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Coordinate(s) for which you want to calculate the horizon"); parm.coord->multiple = YES; ======= @@ -1012,6 +1085,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= _("Coordinate for which you want to calculate the horizon"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1046,6 +1120,11 @@ int main(int argc, char *argv[]) _("Coordinate for which you want to calculate the horizon"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + _("Coordinate for which you want to calculate the horizon"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main parm.coord->guisection = _("Point mode"); parm.dist = G_define_option(); @@ -1112,6 +1191,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD n /*n_cols */ = cellhd.cols; m /*n_rows */ = cellhd.rows; @@ -1134,6 +1214,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main geometry.n /*n_cols */ = cellhd.cols; geometry.m /*n_rows */ = cellhd.rows; ======= @@ -1146,6 +1228,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1154,6 +1237,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= n /*n_cols */ = cellhd.cols; m /*n_rows */ = cellhd.rows; @@ -1164,6 +1249,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1181,6 +1267,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main geometry.n100 = ceil(geometry.n / 100.); geometry.m100 = ceil(geometry.m / 100.); @@ -1206,6 +1294,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1249,6 +1338,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main elevin = parm.elevin->answer; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1267,6 +1361,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD setMode(WHOLE_RASTER); } @@ -1317,6 +1412,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main mode = WHOLE_RASTER; } else { @@ -1366,6 +1463,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= setMode(WHOLE_RASTER); <<<<<<< HEAD @@ -1391,6 +1489,10 @@ int main(int argc, char *argv[]) ======= setMode(WHOLE_RASTER); >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + setMode(WHOLE_RASTER); +>>>>>>> osgeo-main } else { G_debug(1, "Setting mode: SINGLE_POINT"); @@ -1425,6 +1527,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1437,6 +1540,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } else { G_debug(1, "Setting mode: SINGLE_POINT"); @@ -1479,6 +1584,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1498,6 +1604,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sscanf(parm.direction->answer, "%lf", &settings.single_direction); settings.step = 0; @@ -1517,6 +1625,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1546,6 +1655,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sscanf(parm.direction->answer, "%lf", &single_direction); if (WHOLE_RASTER == isMode()) { @@ -1563,6 +1676,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1605,6 +1719,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (parm.horizon->answer == NULL) { G_fatal_error( _("You didn't specify a horizon raster name. Aborting.")); @@ -1618,6 +1737,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1637,6 +1757,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main settings.horizon_basename = parm.horizon->answer; if (parm.step->answer != NULL) { settings.str_step = parm.step->answer; @@ -1660,6 +1782,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1689,6 +1812,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main horizon = parm.horizon->answer; if (parm.step->answer != NULL) { str_step = parm.step->answer; @@ -1714,6 +1841,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1756,6 +1884,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_fatal_error(_("End angle is not between 0 and 360. Aborting.")); } if (settings.start >= settings.end) { @@ -1780,6 +1913,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1799,6 +1933,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sscanf(parm.step->answer, "%lf", &settings.step); } @@ -1811,6 +1947,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1840,6 +1977,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main sscanf(parm.step->answer, "%lf", &step); } @@ -1854,6 +1995,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1896,6 +2038,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } double bufferZone = 0., ebufferZone = 0., wbufferZone = 0., nbufferZone = 0., sbufferZone = 0.; @@ -1938,6 +2085,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (sscanf(parm.maxdistance->answer, "%lf", &fixedMaxLength) != 1) G_fatal_error(_("Could not read maximum distance. Aborting.")); @@ -1962,6 +2110,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (sscanf(parm.maxdistance->answer, "%lf", &settings.fixedMaxLength) != 1) G_fatal_error(_("Could not read maximum distance. Aborting.")); @@ -1980,6 +2130,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1993,6 +2144,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* TODO: fixing BIG, there is a bug with distant mountains not being seen: attempt to contrain to current region @@ -2006,6 +2159,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD sscanf(parm.dist->answer, "%lf", &dist); @@ -2025,6 +2179,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sscanf(parm.dist->answer, "%lf", &geometry.distxy); if (geometry.distxy < 0.5 || geometry.distxy > 1.5) ======= @@ -2049,6 +2205,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2069,6 +2226,9 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main sscanf(parm.dist->answer, "%lf", &dist); if (dist < 0.5 || dist > 1.5) @@ -2077,6 +2237,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2089,6 +2250,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("The distance value must be 0.5-1.5. Aborting.")); geometry.stepxy = geometry.distxy * 0.5 * (geometry.stepx + geometry.stepy); @@ -2114,6 +2277,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD new_cellhd.rows += (int)((nbufferZone + sbufferZone) / stepy); new_cellhd.cols += (int)((ebufferZone + wbufferZone) / stepx); @@ -2155,6 +2319,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* adjust buffer to multiples of resolution */ ebufferZone = (int)(ebufferZone / geometry.stepx) * geometry.stepx; wbufferZone = (int)(wbufferZone / geometry.stepx) * geometry.stepx; @@ -2210,6 +2376,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2218,6 +2385,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= new_cellhd.rows += (int)((nbufferZone + sbufferZone) / stepy); new_cellhd.cols += (int)((ebufferZone + wbufferZone) / stepx); @@ -2247,6 +2416,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2264,6 +2434,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_set_window(&new_cellhd); } @@ -2343,6 +2515,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2385,6 +2558,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main exit(EXIT_SUCCESS); } @@ -2400,6 +2578,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2415,6 +2594,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int INPUT(Geometry *geometry, const char *elevin) ======= ======= @@ -2425,6 +2606,7 @@ int INPUT(Geometry *geometry, const char *elevin) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2446,6 +2628,8 @@ int INPUT(Geometry *geometry, const char *elevin) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int INPUT(void) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) { @@ -2478,6 +2662,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2520,6 +2705,11 @@ int INPUT(void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } /*read Z raster */ @@ -2546,6 +2736,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2588,6 +2779,11 @@ int INPUT(void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (!Rast_is_f_null_value(cell1 + j)) z[row_rev][j] = (float)cell1[j]; @@ -2606,6 +2802,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD for (i = 0; i < m100; i++) { lmax = (i + 1) * 100; @@ -2631,6 +2828,8 @@ int INPUT(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for (int i = 0; i < geometry->m100; i++) { int lmax = (i + 1) * 100; if (lmax > geometry->m) @@ -2659,6 +2858,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2667,6 +2867,8 @@ int INPUT(void) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for (i = 0; i < m100; i++) { lmax = (i + 1) * 100; @@ -2680,6 +2882,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2697,6 +2900,8 @@ int INPUT(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for (j = 0; j < n100; j++) { zmax = SMALL; kmax = (j + 1) * 100; @@ -2717,6 +2922,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2759,6 +2965,11 @@ int INPUT(void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_debug(3, "%d %d %lf\n", i, j, z100[i][j]); } } @@ -2781,6 +2992,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2823,6 +3035,11 @@ int INPUT(void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } } @@ -2838,6 +3055,7 @@ int INPUT(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2853,6 +3071,8 @@ int INPUT(void) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int OUTGR(const Settings *settings, char *shad_filename, struct Cell_head *cellhd) ======= @@ -2864,6 +3084,7 @@ int OUTGR(const Settings *settings, char *shad_filename, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2887,6 +3108,8 @@ int OUTGR(const Settings *settings, char *shad_filename, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int OUTGR(int numrows, int numcols) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) { @@ -2910,6 +3133,7 @@ int OUTGR(int numrows, int numcols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2952,6 +3176,11 @@ int OUTGR(int numrows, int numcols) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cell1 = Rast_allocate_f_buf(); fd1 = Rast_open_fp_new(shad_filename); } @@ -2985,6 +3214,7 @@ int OUTGR(int numrows, int numcols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3027,6 +3257,11 @@ int OUTGR(int numrows, int numcols) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (horizon_raster[i][j] == UNDEFZ) Rast_set_f_null_value(cell1 + j, 1); else @@ -3049,6 +3284,7 @@ int OUTGR(int numrows, int numcols) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3092,6 +3328,11 @@ int OUTGR(int numrows, int numcols) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main double amax1(arg1, arg2) double arg1; double arg2; @@ -3161,6 +3402,7 @@ int arg2; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3203,6 +3445,11 @@ int arg2; ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /**********************************************************/ void com_par(const Geometry *geometry, OriginAngle *origin_angle, double angle, @@ -3281,6 +3528,7 @@ void com_par(const Geometry *geometry, OriginAngle *origin_angle, double angle, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3323,6 +3571,11 @@ void com_par(const Geometry *geometry, OriginAngle *origin_angle, double angle, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } origin_angle->stepsinangle = geometry->stepxy * origin_angle->sinangle; @@ -3367,6 +3620,7 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD tanh0 = -INFINITY; ======= @@ -3399,6 +3653,8 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main origin_point.z_orig = z[yindex][xindex]; G_debug(1, "yindex: %d, xindex %d, z_orig %.2f", yindex, xindex, origin_point.z_orig); @@ -3418,6 +3674,7 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3427,6 +3684,8 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) tanh0 = -1.0 / 0.0; /* -inf */ ======= @@ -3438,6 +3697,7 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -3446,6 +3706,8 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= tanh0 = -1.0 / 0.0; /* -inf */ ======= @@ -3458,6 +3720,7 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3481,6 +3744,8 @@ void calculate_point_mode(const Settings *settings, const Geometry *geometry, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main length = 0; height = searching(); @@ -3507,6 +3772,7 @@ double calculate_shadow_onedirection(double shadow_angle) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void calculate_shadow(void) ======= <<<<<<< HEAD @@ -3539,6 +3805,11 @@ void calculate_shadow(void) ======= <<<<<<< HEAD >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +void calculate_shadow(void) +======= +<<<<<<< HEAD +>>>>>>> osgeo-main void calculate_shadow() ======= void calculate_shadow(void) @@ -3550,6 +3821,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3575,6 +3847,8 @@ void calculate_shadow(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { double dfr_rad; @@ -3604,6 +3878,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3622,6 +3897,8 @@ void calculate_shadow(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) double angle = (settings->single_direction * deg2rad) + pihalf; @@ -3634,6 +3911,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3647,6 +3925,8 @@ void calculate_shadow(void) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main origin_point.maxlength = settings->fixedMaxLength; /* JSON variables and formating */ @@ -3684,6 +3964,7 @@ void calculate_shadow(void) } <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD @@ -3784,6 +4065,16 @@ void calculate_shadow(void) <<<<<<< HEAD >>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + if (format == JSON) { + value = json_value_init_object(); + object = json_object(value); + } +======= + +<<<<<<< HEAD +>>>>>>> dad8f82179 (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (settings->compassOutput) { double tmpangle; @@ -3912,6 +4203,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3920,6 +4212,8 @@ void calculate_shadow(void) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ip = jp = 0; @@ -3994,6 +4288,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4011,6 +4306,8 @@ void calculate_shadow(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (angle < 0.) angle += twopi; else if (angle > twopi) @@ -4025,6 +4322,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4067,6 +4365,11 @@ void calculate_shadow(void) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } /*////////////////////////////////////////////////////////////////////// */ @@ -4084,6 +4387,7 @@ void calculate_shadow(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int new_point(void) ======= <<<<<<< HEAD @@ -4115,6 +4419,8 @@ int new_point(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main int new_point(const Geometry *geometry, const OriginPoint *origin_point, const OriginAngle *origin_angle, SearchPoint *search_point, HorizonProperties *horizon) @@ -4125,6 +4431,7 @@ int new_point(const Geometry *geometry, const OriginPoint *origin_point, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4134,6 +4441,8 @@ int new_point(const Geometry *geometry, const OriginPoint *origin_point, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int new_point() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4146,6 +4455,7 @@ int new_point(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -4155,6 +4465,8 @@ int new_point(void) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= int new_point() ======= int new_point(void) @@ -4166,6 +4478,7 @@ int new_point(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4191,6 +4504,8 @@ int new_point() >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { int iold = search_point->ip; int jold = search_point->jp; @@ -4257,6 +4572,7 @@ int new_point() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4299,6 +4615,11 @@ int new_point() ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main return (1); } } @@ -4319,6 +4640,7 @@ int new_point() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD int test_low_res(void) ======= <<<<<<< HEAD @@ -4350,6 +4672,8 @@ int test_low_res(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main int test_low_res(const Geometry *geometry, const OriginPoint *origin_point, const OriginAngle *origin_angle, SearchPoint *search_point, const HorizonProperties *horizon) @@ -4360,6 +4684,7 @@ int test_low_res(const Geometry *geometry, const OriginPoint *origin_point, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4369,6 +4694,8 @@ int test_low_res(const Geometry *geometry, const OriginPoint *origin_point, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int test_low_res() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4381,6 +4708,7 @@ int test_low_res(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -4390,6 +4718,8 @@ int test_low_res(void) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= int test_low_res() ======= int test_low_res(void) @@ -4401,6 +4731,7 @@ int test_low_res(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4426,6 +4757,8 @@ int test_low_res() >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { int iold100 = search_point->ip100; int jold100 = search_point->jp100; @@ -4466,6 +4799,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4508,6 +4842,11 @@ int test_low_res() ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (zp100 <= z2) /*skip to the next lowres cell */ @@ -4520,6 +4859,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD delx = 32000; dely = 32000; @@ -4570,6 +4910,8 @@ int test_low_res() >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int delx = 32000; int dely = 32000; if (origin_angle->cosangle > 0.) { @@ -4633,12 +4975,15 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= +======= +>>>>>>> osgeo-main mindel = min(delx, dely); G_debug(2, "%d %d %d %lf %lf\n", ip, jp, mindel, xg0, yg0); @@ -4647,6 +4992,7 @@ int test_low_res() xx0 = xx0 + (mindel * stepcosangle); G_debug(2, " %lf %lf\n", xx0, yy0); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +<<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4675,6 +5021,9 @@ int test_low_res() ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= + +>>>>>>> osgeo-main ======= delx = 32000; dely = 32000; @@ -4713,6 +5062,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4726,6 +5076,8 @@ int test_low_res() >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return (3); } else { @@ -4751,6 +5103,7 @@ int test_low_res() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD double searching(void) ======= <<<<<<< HEAD @@ -4782,6 +5135,8 @@ double searching(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main HorizonProperties horizon_height(const Geometry *geometry, const OriginPoint *origin_point, const OriginAngle *origin_angle) @@ -4792,6 +5147,7 @@ HorizonProperties horizon_height(const Geometry *geometry, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4801,6 +5157,8 @@ HorizonProperties horizon_height(const Geometry *geometry, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) double searching() >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -4813,6 +5171,7 @@ double searching(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -4822,6 +5181,8 @@ double searching(void) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= double searching() ======= double searching(void) @@ -4833,6 +5194,7 @@ double searching(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4858,6 +5220,8 @@ double searching() >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { SearchPoint search_point; HorizonProperties horizon; @@ -4870,6 +5234,7 @@ double searching() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (zp == UNDEFZ) return 0; @@ -4914,6 +5279,8 @@ double searching() >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main search_point.ip = 0; search_point.jp = 0; search_point.xx0 = origin_point->xg0; @@ -4987,6 +5354,7 @@ double searching() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4995,6 +5363,8 @@ double searching() >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (zp == UNDEFZ) return 0; @@ -5027,6 +5397,7 @@ double searching() <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5044,6 +5415,8 @@ double searching() >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main break; } } @@ -5071,6 +5444,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5113,6 +5487,11 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int hor_row_start = buffer_s; int hor_row_end = geometry->m - buffer_n; @@ -5132,6 +5511,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD ll_correction = TRUE; } @@ -5155,6 +5535,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ll_correction = true; } @@ -5193,6 +5575,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5201,6 +5584,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ll_correction = TRUE; } @@ -5212,6 +5597,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5229,6 +5615,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (isMode() == SINGLE_POINT) { /* Calculate the horizon for one single point */ @@ -5263,6 +5651,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5305,6 +5694,11 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } else { dfr_rad = settings->step * deg2rad; @@ -5322,6 +5716,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /****************************************************************/ /* The loop over raster points starts here! */ @@ -5371,6 +5766,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main size_t decimals = G_get_num_decimals(settings->str_step); for (int k = 0; k < arrayNumInt; k++) { @@ -5396,6 +5793,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /****************************************************************/ /* The loop over raster points starts here! */ @@ -5467,12 +5865,15 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main ======= /****************************************************************/ /* The loop over raster points starts here! */ /****************************************************************/ +<<<<<<< HEAD <<<<<<< HEAD >>>>>>> osgeo-main ======= @@ -5511,6 +5912,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, /****************************************************************/ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (horizon != NULL) { horizon_raster = (float **)G_malloc(sizeof(float *) * (hor_numrows)); @@ -5662,6 +6065,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5670,6 +6074,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= for (k = 0; k < arrayNumInt; k++) { struct History history; @@ -5681,6 +6087,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5698,6 +6105,8 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main angle = (start + single_direction) * deg2rad + (dfr_rad * k); angle_deg = angle * rad2deg + 0.0001; @@ -5862,6 +6271,7 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -5904,5 +6314,10 @@ void calculate(double xcoord, double ycoord, int buffer_e, int buffer_w, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } } diff --git a/raster/r.horizon/r.horizon.html b/raster/r.horizon/r.horizon.html index ecd71e3b6b6..3645ae604cf 100644 --- a/raster/r.horizon/r.horizon.html +++ b/raster/r.horizon/r.horizon.html @@ -14,6 +14,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -29,6 +30,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
  • point: as a series of horizon heights in the specified directions from the given point(s). The results are ======= @@ -40,6 +43,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -63,6 +67,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main
  • single point: as a series of horizon heights in the specified directions from the given point. The results are >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -175,6 +181,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD in the single point mode this option will be ignored. ======= <<<<<<< HEAD @@ -195,6 +202,8 @@

    Input parameters:

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main in the point mode this option will be ignored. ======= in the single point mode this option will be ignored. @@ -205,6 +214,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= in the single point mode this option will be ignored. >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -239,6 +249,11 @@

    Input parameters:

    in the single point mode this option will be ignored. >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +in the single point mode this option will be ignored. +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main

    The file parameter allows saving the resulting horizon angles in a comma separated ASCII file with option format=plain @@ -256,6 +271,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -273,6 +289,8 @@

    Input parameters:

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -282,6 +300,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -307,6 +326,8 @@

    Input parameters:

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    At the moment the elevation and maximum distance must be measured in meters, even if you use geographical coordinates (longitude/latitude). If your projection is based on distance (easting and northing), these too must @@ -320,6 +341,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD raster coordinates (e.g., for latitude-longitude locations buffers are measured in degree unit). ======= @@ -341,6 +363,8 @@

    Input parameters:

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main raster coordinates (e.g., for latitude-longitude buffers are measured in degrees). ======= @@ -354,6 +378,9 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -366,6 +393,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -382,6 +410,8 @@

    Input parameters:

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main raster coordinates (e.g., for latitude-longitude locations buffers are measured in degree unit). <<<<<<< HEAD @@ -392,6 +422,7 @@

    Input parameters:

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -423,6 +454,8 @@

    Input parameters:

    ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main

    METHOD

    @@ -568,6 +601,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -602,6 +636,10 @@

    AUTHORS

    ======= >>>>>>> osgeo-main ======= +the European Commission, Ispra, Italy +======= +>>>>>>> osgeo-main +======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) the European Commission, Ispra, Italy >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -620,6 +658,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -669,6 +708,8 @@

    AUTHORS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    Tomas Cebecauer, Joint Research Centre of the European Commission, Ispra, Italy @@ -692,6 +733,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -726,6 +768,10 @@

    AUTHORS

    Marcel.Suri@jrc.it ======= >>>>>>> osgeo-main +======= +Marcel.Suri@jrc.it +======= +>>>>>>> osgeo-main Marcel.Suri@jrc.it <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -740,6 +786,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -749,6 +796,8 @@

    AUTHORS

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= Marcel.Suri@jrc.it ======= Marcel.Suri@jrc.it @@ -760,6 +809,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -801,3 +851,5 @@

    AUTHORS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/raster/r.in.ascii/gethead.c b/raster/r.in.ascii/gethead.c index 9afc422c1c4..4a95f17a7f5 100644 --- a/raster/r.in.ascii/gethead.c +++ b/raster/r.in.ascii/gethead.c @@ -80,6 +80,7 @@ int getgrdhead(FILE *fd, struct Cell_head *cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD raster specifies an area covered by rectangular cells centerd at gridded ======= @@ -101,6 +102,8 @@ int getgrdhead(FILE *fd, struct Cell_head *cellhd) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main raster specifies an area covered by rectangular cells centered at gridded ======= raster specifies an area covered by rectangular cells centerd at gridded @@ -111,6 +114,7 @@ int getgrdhead(FILE *fd, struct Cell_head *cellhd) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= raster specifies an area covered by rectangular cells centerd at gridded >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -145,6 +149,11 @@ int getgrdhead(FILE *fd, struct Cell_head *cellhd) raster specifies an area covered by rectangular cells centerd at gridded >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + raster specifies an area covered by rectangular cells centerd at gridded +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main points. That difference requires an adjustment */ cellhd->north = ymax + cellhd->ns_res / 2.; cellhd->south = ymin - cellhd->ns_res / 2.; @@ -309,6 +318,7 @@ int gethead(FILE *fd, struct Cell_head *cellhd, RASTER_MAP_TYPE *d_type, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD static int scan_int(const char *s, double *i, int proj) ======= <<<<<<< HEAD @@ -329,6 +339,8 @@ static int scan_int(const char *s, double *i, int proj) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main static int scan_int(const char *s, double *i, int proj UNUSED) ======= static int scan_int(const char *s, double *i, int proj) @@ -339,6 +351,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= static int scan_int(const char *s, double *i, int proj) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -373,6 +386,11 @@ static int scan_int(const char *s, double *i, int proj) static int scan_int(const char *s, double *i, int proj) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +static int scan_int(const char *s, double *i, int proj) +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main { char dummy[3]; int *i_loc = (int *)i; @@ -392,6 +410,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -427,6 +446,8 @@ static int scan_int(const char *s, double *i, int proj) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (sscanf(s, "%d%1s", i_loc, dummy) != 1) return 0; if (*dummy) @@ -439,6 +460,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= <<<<<<< HEAD @@ -471,6 +493,11 @@ static int scan_int(const char *s, double *i, int proj) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main if (sscanf(s, "%d%1s", i, dummy) != 1) return 0; if (*dummy) @@ -483,6 +510,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -491,6 +519,8 @@ static int scan_int(const char *s, double *i, int proj) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= if (sscanf(s, "%d%1s", i, dummy) != 1) @@ -506,6 +536,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= ======= @@ -528,6 +559,10 @@ static int scan_int(const char *s, double *i, int proj) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main if (sscanf(s, "%d%1s", i_loc, dummy) != 1) return 0; if (*dummy) @@ -540,6 +575,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -548,6 +584,8 @@ static int scan_int(const char *s, double *i, int proj) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -558,6 +596,7 @@ static int scan_int(const char *s, double *i, int proj) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -599,6 +638,8 @@ static int scan_int(const char *s, double *i, int proj) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main return 0; return 1; } @@ -617,6 +658,7 @@ static int extract(int count, char *label, char *value, void *data, int proj, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -653,6 +695,10 @@ static int extract(int count, char *label, char *value, void *data, int proj, ======= int (*scanner)(const char *, double *, int)) ======= +>>>>>>> osgeo-main +======= + int (*scanner)(const char *, double *, int)) +======= >>>>>>> osgeo-main int (*scanner)()) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -668,6 +714,7 @@ static int extract(int count, char *label, char *value, void *data, int proj, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -676,6 +723,8 @@ static int extract(int count, char *label, char *value, void *data, int proj, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= int (*scanner)()) ======= @@ -688,6 +737,7 @@ static int extract(int count, char *label, char *value, void *data, int proj, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -733,6 +783,8 @@ static int extract(int count, char *label, char *value, void *data, int proj, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main { if (count) { G_warning(_("Duplicate \"%s\" field in header"), label); diff --git a/raster/r.in.ascii/main.c b/raster/r.in.ascii/main.c index 89f6186d159..9b2f9740821 100644 --- a/raster/r.in.ascii/main.c +++ b/raster/r.in.ascii/main.c @@ -245,6 +245,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -281,6 +282,10 @@ int main(int argc, char *argv[]) ======= if (fread(rast, Rast_cell_size(data_type), ncols, ft) != (size_t)ncols) ======= +>>>>>>> osgeo-main +======= + if (fread(rast, Rast_cell_size(data_type), ncols, ft) != (size_t)ncols) +======= >>>>>>> osgeo-main if (fread(rast, Rast_cell_size(data_type), ncols, ft) != ncols) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -296,6 +301,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -304,6 +310,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (fread(rast, Rast_cell_size(data_type), ncols, ft) != ncols) ======= @@ -316,6 +324,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -361,6 +370,8 @@ int main(int argc, char *argv[]) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Read from file error: %s"), strerror(errno)); Rast_put_row(cf, rast, data_type); G_fseek(ft, sz, SEEK_CUR); diff --git a/raster/r.in.bin/main.c b/raster/r.in.bin/main.c index 015bf27d903..4f847841548 100644 --- a/raster/r.in.bin/main.c +++ b/raster/r.in.bin/main.c @@ -268,6 +268,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -304,6 +305,10 @@ int main(int argc, char *argv[]) ======= double null_val = NAN; ======= +>>>>>>> osgeo-main +======= + double null_val = NAN; +======= >>>>>>> osgeo-main double null_val = 0.0 / 0.0; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -319,6 +324,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -327,6 +333,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= double null_val = 0.0 / 0.0; ======= @@ -339,6 +347,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -384,6 +393,8 @@ int main(int argc, char *argv[]) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main int is_fp; int is_signed; int bytes, hbytes; @@ -739,6 +750,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_warning(_("File Size %" PRI_OFF_T " ... Total Bytes %" PRI_OFF_T), ======= @@ -760,6 +772,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning(_("File Size %" PRId64 " ... Total Bytes %" PRId64), ======= G_warning(_("File Size %" PRI_OFF_T " ... Total Bytes %" PRI_OFF_T), @@ -770,6 +784,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_warning(_("File Size %" PRI_OFF_T " ... Total Bytes %" PRI_OFF_T), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -804,6 +819,11 @@ int main(int argc, char *argv[]) G_warning(_("File Size %" PRI_OFF_T " ... Total Bytes %" PRI_OFF_T), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_warning(_("File Size %" PRI_OFF_T " ... Total Bytes %" PRI_OFF_T), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main file_size, expected); G_fatal_error(_("Bytes do not match file size")); } @@ -856,6 +876,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -892,6 +913,10 @@ int main(int argc, char *argv[]) ======= if (fread(in_buf, bytes, ncols, fp) != (size_t)ncols) ======= +>>>>>>> osgeo-main +======= + if (fread(in_buf, bytes, ncols, fp) != (size_t)ncols) +======= >>>>>>> osgeo-main if (fread(in_buf, bytes, ncols, fp) != ncols) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -907,6 +932,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -915,6 +941,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (fread(in_buf, bytes, ncols, fp) != ncols) ======= @@ -927,6 +955,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -972,6 +1001,8 @@ int main(int argc, char *argv[]) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Error reading data")); convert_row(out_buf, in_buf, ncols, is_fp, is_signed, bytes, diff --git a/raster/r.in.gdal/main.c b/raster/r.in.gdal/main.c index 9ff24a789f5..99739a6de93 100644 --- a/raster/r.in.gdal/main.c +++ b/raster/r.in.gdal/main.c @@ -165,6 +165,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -207,6 +208,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main parm.target->key_desc = "name"; parm.target->guisection = _("Projection"); @@ -296,6 +302,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -338,6 +345,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main flag_o->guisection = _("Projection"); flag_j = G_define_flag(); @@ -387,6 +399,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD flag_c->description = _( "Create the location specified by the \"location\" parameter and exit." @@ -410,6 +423,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main flag_c->description = _("Create the project specified by the \"project\" parameter and exit." " Do not import the raster file."); @@ -424,6 +439,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -432,6 +448,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= flag_c->description = _( "Create the location specified by the \"location\" parameter and exit." @@ -443,6 +461,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -460,6 +479,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main flag_r = G_define_flag(); flag_r->key = 'r'; @@ -550,6 +571,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("You have to specify a target location different from " "output location")); @@ -580,6 +602,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("You have to specify a target project different from " "output project")); } @@ -608,6 +632,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -616,6 +641,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_fatal_error(_("You have to specify a target location different from " "output location")); @@ -634,6 +661,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -651,6 +679,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (num_digits < 0) G_fatal_error(_("The number of digits for band numbering must be equal " @@ -675,6 +705,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_warning(_("Disabling '-r' flag for new location")); ======= @@ -696,6 +727,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning(_("Disabling '-r' flag for new project")); ======= G_warning(_("Disabling '-r' flag for new location")); @@ -706,6 +739,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_warning(_("Disabling '-r' flag for new location")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -740,6 +774,11 @@ int main(int argc, char *argv[]) G_warning(_("Disabling '-r' flag for new location")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_warning(_("Disabling '-r' flag for new location")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main croptoregion = 0; } @@ -1355,6 +1394,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_warning( _("Unable to convert input map projection to GRASS " @@ -1378,6 +1418,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning(_("Unable to convert input map CRS to GRASS " "format; cannot create new project.")); ======= @@ -1391,6 +1433,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1399,6 +1442,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_warning( _("Unable to convert input map projection to GRASS " @@ -1410,6 +1455,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1427,6 +1473,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } else { const char *authkey, *authname, *authcode; @@ -1489,6 +1537,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("Unable to create new location <%s>"), ======= @@ -1510,6 +1559,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Unable to create new project <%s>"), ======= G_fatal_error(_("Unable to create new location <%s>"), @@ -1520,6 +1571,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_fatal_error(_("Unable to create new location <%s>"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1554,6 +1606,11 @@ int main(int argc, char *argv[]) G_fatal_error(_("Unable to create new location <%s>"), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_fatal_error(_("Unable to create new location <%s>"), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main parm.target->answer); } /* switch back to import location */ @@ -1567,6 +1624,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Location <%s> created"), parm.target->answer); ======= @@ -1588,6 +1646,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_message(_("Project <%s> created"), parm.target->answer); ======= G_message(_("Location <%s> created"), parm.target->answer); @@ -1598,6 +1658,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_message(_("Location <%s> created"), parm.target->answer); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1632,6 +1693,11 @@ int main(int argc, char *argv[]) G_message(_("Location <%s> created"), parm.target->answer); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_message(_("Location <%s> created"), parm.target->answer); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* set the group's target */ I_put_target(output, parm.target->answer, "PERMANENT"); G_message(_("The target for the output group <%s> has been " @@ -1644,6 +1710,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "location <%s>, mapset ."), ======= @@ -1665,6 +1732,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "project <%s>, mapset ."), ======= "location <%s>, mapset ."), @@ -1675,6 +1744,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "location <%s>, mapset ."), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1709,6 +1779,11 @@ int main(int argc, char *argv[]) "location <%s>, mapset ."), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "location <%s>, mapset ."), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main output, parm.target->answer); } } @@ -1755,6 +1830,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Default region for this location updated")); ======= @@ -1776,6 +1852,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_message(_("Default region for this project updated")); ======= G_message(_("Default region for this location updated")); @@ -1786,6 +1864,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_message(_("Default region for this location updated")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1820,6 +1899,11 @@ int main(int argc, char *argv[]) G_message(_("Default region for this location updated")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_message(_("Default region for this location updated")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } G_put_window(&cur_wind); G_message(_("Region for the current mapset updated")); @@ -1877,6 +1961,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1896,6 +1981,8 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Unable to get CRS info of target project")); if ((out_unit_info = G_get_projunits()) == NULL) G_fatal_error(_("Unable to get CRS units of target project")); @@ -1908,6 +1995,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1937,6 +2025,10 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_fatal_error( _("Unable to get projection info of target location")); if ((out_unit_info = G_get_projunits()) == NULL) @@ -1954,6 +2046,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1996,6 +2089,11 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main tproj->def = NULL; if (GPJ_init_transform(iproj, oproj, tproj) < 0) G_fatal_error(_("Unable to initialize coordinate transformation")); @@ -2010,6 +2108,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD sprintf(errbuf, _("Mapset <%s> in target location <%s> - "), ======= @@ -2031,6 +2130,8 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main sprintf(errbuf, _("Mapset <%s> in target project <%s> - "), ======= sprintf(errbuf, _("Mapset <%s> in target location <%s> - "), @@ -2041,6 +2142,7 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= sprintf(errbuf, _("Mapset <%s> in target location <%s> - "), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2075,6 +2177,11 @@ static void SetupReprojector(const char *pszSrcWKT, const char *pszDstLoc, sprintf(errbuf, _("Mapset <%s> in target location <%s> - "), >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + sprintf(errbuf, _("Mapset <%s> in target location <%s> - "), +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main target_mapset, pszDstLoc); strcat(errbuf, permissions == 0 ? _("permission denied") : _("not found")); diff --git a/raster/r.in.gdal/proj.c b/raster/r.in.gdal/proj.c index 2114a61aad6..8ed40e68a47 100644 --- a/raster/r.in.gdal/proj.c +++ b/raster/r.in.gdal/proj.c @@ -139,6 +139,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD "format; cannot create new location.")); ======= @@ -160,6 +161,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "format; cannot create new project.")); ======= "format; cannot create new location.")); @@ -170,6 +173,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= "format; cannot create new location.")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -204,6 +208,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, "format; cannot create new location.")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + "format; cannot create new location.")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } else { if (0 != G_make_location_crs(outloc, cellhd, proj_info, proj_units, @@ -216,6 +225,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_fatal_error(_("Unable to create new location <%s>"), outloc); } @@ -239,6 +249,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_fatal_error(_("Unable to create new project <%s>"), outloc); } G_message(_("Project <%s> created"), outloc); @@ -253,6 +265,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -261,6 +274,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_fatal_error(_("Unable to create new location <%s>"), outloc); } @@ -272,6 +287,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -289,6 +305,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_unset_window(); /* new location, projection, and window */ G_get_window(cellhd); @@ -354,6 +372,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -376,6 +395,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcpy(error_msg, _("Coordinate reference system of dataset does not" " appear to match current project.\n\n")); @@ -389,6 +410,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -397,6 +419,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -407,6 +431,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -424,6 +449,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* TODO: output this info sorted by key: */ if (loc_wind.proj != cellhd->proj || err != -2) { @@ -437,6 +464,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, _("Location PROJ_INFO is:\n")); ======= @@ -458,6 +486,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, _("Project PROJ_INFO is:\n")); ======= strcat(error_msg, _("Location PROJ_INFO is:\n")); @@ -468,6 +498,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= strcat(error_msg, _("Location PROJ_INFO is:\n")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -502,6 +533,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, strcat(error_msg, _("Location PROJ_INFO is:\n")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + strcat(error_msg, _("Location PROJ_INFO is:\n")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (i_value = 0; i_value < loc_proj_info->nitems; i_value++) sprintf(error_msg + strlen(error_msg), "%s: %s\n", @@ -519,6 +555,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -538,6 +575,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, _("Project PROJ_INFO is:\n")); if (loc_wind.proj == PROJECTION_XY) sprintf(error_msg + strlen(error_msg), @@ -561,6 +600,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -590,6 +630,10 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main strcat(error_msg, _("Location PROJ_INFO is:\n")); if (loc_wind.proj == PROJECTION_XY) sprintf(error_msg + strlen(error_msg), @@ -615,6 +659,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -657,6 +702,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main loc_wind.proj, cellhd->zone); } @@ -738,6 +788,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, "Location PROJ_UNITS is:\n"); ======= @@ -759,6 +810,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, "Project PROJ_UNITS is:\n"); ======= strcat(error_msg, "Location PROJ_UNITS is:\n"); @@ -769,6 +822,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= strcat(error_msg, "Location PROJ_UNITS is:\n"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -803,6 +857,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, strcat(error_msg, "Location PROJ_UNITS is:\n"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + strcat(error_msg, "Location PROJ_UNITS is:\n"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (i_value = 0; i_value < loc_proj_units->nitems; i_value++) sprintf(error_msg + strlen(error_msg), "%s: %s\n", @@ -830,6 +889,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -849,6 +909,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "in the CRS definitions," " use the -o flag to ignore them and use" " current project definition.\n")); @@ -862,6 +924,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -891,6 +954,10 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "in the projection definitions," " use the -o flag to ignore them and use" " current location definition.\n")); @@ -906,6 +973,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -948,6 +1016,11 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } if (check_only) @@ -973,6 +1046,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD msg_fn(_("Projection of input dataset and current location " "appear to match")); @@ -995,6 +1069,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main msg_fn(_("Coordinate reference system of input dataset and current " "project appear to match")); ======= @@ -1007,6 +1083,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1015,6 +1092,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= msg_fn(_("Projection of input dataset and current location " "appear to match")); @@ -1025,6 +1104,7 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1042,6 +1122,8 @@ void check_projection(struct Cell_head *cellhd, GDALDatasetH hDS, char *outloc, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (check_only) { GDALClose(hDS); exit(EXIT_SUCCESS); diff --git a/raster/r.in.gdal/r.in.gdal.html b/raster/r.in.gdal/r.in.gdal.html index 46ced3fb3b8..b88df16dacf 100644 --- a/raster/r.in.gdal/r.in.gdal.html +++ b/raster/r.in.gdal/r.in.gdal.html @@ -11,6 +11,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -26,6 +27,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main title. The imported file may also be used to create a new project (previously called location). ======= @@ -37,6 +40,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -60,6 +64,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main title. The imported file may also be optionally used to create a new location. >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -214,6 +220,7 @@

    Project Creation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD system of the source data and the current location, they may pass the -o flag to override the projection check. ======= @@ -235,6 +242,8 @@

    Project Creation

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main system of the source data and the current project, they may pass the -o flag to override the CRS check. ======= @@ -247,6 +256,7 @@

    Project Creation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -256,6 +266,8 @@

    Project Creation

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= system of the source data and the current location, they may pass the -o flag to override the projection check. >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -265,6 +277,7 @@

    Project Creation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -282,6 +295,8 @@

    Project Creation

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    If the user wishes to import the data with the full CRS definition, @@ -310,6 +325,7 @@

    Support for Ground Control Points

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD If the target location does not exist, a new location will be created matching the projection definition of the GCPs. The target of the output group will be set to the new location, and @@ -332,6 +348,8 @@

    Support for Ground Control Points

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main If the target project does not exist, a new project will be created matching the CRS definition of the GCPs. The target of the output group will be set to the new project, and @@ -346,6 +364,7 @@

    Support for Ground Control Points

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -355,6 +374,8 @@

    Support for Ground Control Points

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= If the target location does not exist, a new location will be created matching the projection definition of the GCPs. The target of the output group will be set to the new location, and @@ -365,6 +386,7 @@

    Support for Ground Control Points

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -382,6 +404,8 @@

    Support for Ground Control Points

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main i.rectify can now be used without any further preparation.

    @@ -449,6 +473,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) @@ -491,6 +516,11 @@

    NOTES

    ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main OpenGIS Well Known Text format. A large subset of the total set of GRASS CRSs are supported.
    @@ -516,6 +546,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD but not preserved. It is up to the user to ensure that the location ======= <<<<<<< HEAD @@ -536,6 +567,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main but not preserved. It is up to the user to ensure that the project ======= but not preserved. It is up to the user to ensure that the location @@ -546,6 +579,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= but not preserved. It is up to the user to ensure that the location >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -580,6 +614,11 @@

    NOTES

    but not preserved. It is up to the user to ensure that the location >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +but not preserved. It is up to the user to ensure that the location +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main established with i.target has a compatible coordinate system before using the points with i.rectify.
    diff --git a/raster/r.in.lidar/main.c b/raster/r.in.lidar/main.c index a082ddac32f..62be2525949 100644 --- a/raster/r.in.lidar/main.c +++ b/raster/r.in.lidar/main.c @@ -308,6 +308,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Override projection check (use current location's projection)"); over_flag->description = _( @@ -331,6 +332,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Override projection check (use current project's CRS)"); over_flag->description = _("Assume that the dataset has the same coordinate reference system as " @@ -346,6 +349,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -354,6 +358,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= _("Override projection check (use current location's projection)"); over_flag->description = _( @@ -365,6 +371,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -382,6 +389,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main scan_flag = G_define_flag(); scan_flag->key = 's'; diff --git a/raster/r.in.lidar/projection.c b/raster/r.in.lidar/projection.c index 62312716d93..63db78d363c 100644 --- a/raster/r.in.lidar/projection.c +++ b/raster/r.in.lidar/projection.c @@ -37,6 +37,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -59,6 +60,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcpy(error_msg, _("Coordinate reference system of dataset does not" " appear to match current project.\n\n")); ======= @@ -71,6 +74,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -79,6 +83,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -89,6 +95,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -106,6 +113,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* TODO: output this info sorted by key: */ if (loc_wind.proj != cellhd.proj || err != -2) { @@ -170,6 +179,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -189,6 +199,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("\nIn case of no significant differences" " in the coordinate reference system definitions," " use the -o flag to ignore them and use" @@ -200,6 +212,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -229,6 +242,10 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _("\nIn case of no significant differences in the projection " "definitions," " use the -o flag to ignore them and use" @@ -242,6 +259,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -284,6 +302,11 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main strcat(error_msg, _("Consider generating a new project with 'project' parameter" " from input data set.\n")); diff --git a/raster/r.in.lidar/r.in.lidar.html b/raster/r.in.lidar/r.in.lidar.html index 61c323f583a..809e9d588cf 100644 --- a/raster/r.in.lidar/r.in.lidar.html +++ b/raster/r.in.lidar/r.in.lidar.html @@ -510,6 +510,7 @@

    Multiple file input

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD The file option requres a file that contains a list of file names with the full ======= <<<<<<< HEAD @@ -530,6 +531,8 @@

    Multiple file input

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main The file option requires a file that contains a list of file names with the full ======= The file option requres a file that contains a list of file names with the full @@ -540,6 +543,7 @@

    Multiple file input

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= The file option requres a file that contains a list of file names with the full >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -574,6 +578,11 @@

    Multiple file input

    The file option requres a file that contains a list of file names with the full >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +The file option requres a file that contains a list of file names with the full +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main path. For example, a list of files in the directory /home/user/data:
     points1.laz
    diff --git a/raster/r.in.mat/main.c b/raster/r.in.mat/main.c
    index e4b6b965963..07d6eeca0f0 100644
    --- a/raster/r.in.mat/main.c
    +++ b/raster/r.in.mat/main.c
    @@ -225,6 +225,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     <<<<<<< HEAD
     <<<<<<< HEAD
    @@ -260,6 +261,8 @@ int main(int argc, char *argv[])
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                     if (fread(&map_name, sizeof(char), ncols, fp1) != (size_t)ncols)
                         G_fatal_error(_("Error reading data"));
                 }
    @@ -273,6 +276,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     <<<<<<< HEAD
    @@ -285,6 +289,8 @@ int main(int argc, char *argv[])
     =======
     >>>>>>> osgeo-main
     =======
    +>>>>>>> osgeo-main
    +=======
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
     =======
    @@ -293,6 +299,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     =======
     >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704))
    @@ -313,6 +320,8 @@ int main(int argc, char *argv[])
     >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                     if (fread(&map_name, sizeof(char), ncols, fp1) != ncols)
                         G_fatal_error(_("Error reading data"));
                 }
    @@ -328,6 +337,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -336,6 +346,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
     =======
     >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704))
    @@ -346,6 +358,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
     =======
    @@ -368,6 +381,10 @@ int main(int argc, char *argv[])
     >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                     if (fread(&map_name, sizeof(char), ncols, fp1) != (size_t)ncols)
                         G_fatal_error(_("Error reading data"));
                 }
    @@ -381,6 +398,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -389,6 +407,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794))
    @@ -399,6 +419,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -434,6 +455,8 @@ int main(int argc, char *argv[])
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     for (i = 0; i < ncols; i++)
                         map_name[i] = (char)map_name_d[i];
    @@ -501,6 +524,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794))
     =======
    @@ -543,6 +567,11 @@ int main(int argc, char *argv[])
                     if (fread(&map_title, sizeof(char), ncols, fp1) !=
                         (size_t)ncols)
     =======
    +>>>>>>> osgeo-main
    +=======
    +                if (fread(&map_title, sizeof(char), ncols, fp1) !=
    +                    (size_t)ncols)
    +=======
     >>>>>>> osgeo-main
                     if (fread(&map_title, sizeof(char), ncols, fp1) != ncols)
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    @@ -559,6 +588,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -567,6 +597,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     =======
                     if (fread(&map_title, sizeof(char), ncols, fp1) != ncols)
     =======
    @@ -580,6 +612,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -627,6 +660,8 @@ int main(int argc, char *argv[])
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                 }
                 else if (data_format == 0) { /* sigh.. */
    @@ -644,6 +679,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794))
     =======
    @@ -680,6 +716,10 @@ int main(int argc, char *argv[])
     =======
                         (size_t)ncols) /* note reusing variable */
     =======
    +>>>>>>> osgeo-main
    +=======
    +                    (size_t)ncols) /* note reusing variable */
    +=======
     >>>>>>> osgeo-main
                         ncols) /* note reusing variable */
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    @@ -695,6 +735,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -703,6 +744,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     =======
                         ncols) /* note reusing variable */
     =======
    @@ -715,6 +758,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -760,6 +804,8 @@ int main(int argc, char *argv[])
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     for (i = 0; i < ncols; i++)
                         map_title[i] = (char)map_name_d[i];
    @@ -802,6 +848,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794))
     =======
    @@ -838,6 +885,10 @@ int main(int argc, char *argv[])
     =======
                               fp1) != (size_t)(mrows * ncols))
     =======
    +>>>>>>> osgeo-main
    +=======
    +                          fp1) != (size_t)(mrows * ncols))
    +=======
     >>>>>>> osgeo-main
                               fp1) != (mrows * ncols))
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    @@ -853,6 +904,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -861,6 +913,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     =======
                               fp1) != (mrows * ncols))
     =======
    @@ -873,6 +927,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -918,6 +973,8 @@ int main(int argc, char *argv[])
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     break;
                 case 1:
    @@ -939,6 +996,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794))
     =======
    @@ -975,6 +1033,10 @@ int main(int argc, char *argv[])
     =======
                               fp1) != (size_t)(mrows * ncols))
     =======
    +>>>>>>> osgeo-main
    +=======
    +                          fp1) != (size_t)(mrows * ncols))
    +=======
     >>>>>>> osgeo-main
                               fp1) != (mrows * ncols))
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    @@ -990,6 +1052,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -998,6 +1061,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     =======
                               fp1) != (mrows * ncols))
     =======
    @@ -1010,6 +1075,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -1055,6 +1121,8 @@ int main(int argc, char *argv[])
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     break;
                 case 2:
    @@ -1076,6 +1144,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794))
     =======
    @@ -1112,6 +1181,10 @@ int main(int argc, char *argv[])
     =======
                               fp1) != (size_t)(mrows * ncols))
     =======
    +>>>>>>> osgeo-main
    +=======
    +                          fp1) != (size_t)(mrows * ncols))
    +=======
     >>>>>>> osgeo-main
                               fp1) != (mrows * ncols))
     >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704))
    @@ -1127,6 +1200,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     =======
     >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794))
     =======
    @@ -1135,6 +1209,8 @@ int main(int argc, char *argv[])
     >>>>>>> osgeo-main
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
     =======
                               fp1) != (mrows * ncols))
     =======
    @@ -1147,6 +1223,7 @@ int main(int argc, char *argv[])
     <<<<<<< HEAD
     <<<<<<< HEAD
     <<<<<<< HEAD
    +<<<<<<< HEAD
     >>>>>>> osgeo-main
     =======
     >>>>>>> osgeo-main
    @@ -1192,6 +1269,8 @@ int main(int argc, char *argv[])
     >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794))
     =======
     >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794))
    +=======
    +>>>>>>> osgeo-main
                         G_fatal_error(_("Error reading data"));
                     break;
                 default:
    diff --git a/raster/r.in.mat/r.in.mat.html b/raster/r.in.mat/r.in.mat.html
    index c98e2b03a74..a718d337652 100644
    --- a/raster/r.in.mat/r.in.mat.html
    +++ b/raster/r.in.mat/r.in.mat.html
    @@ -39,6 +39,7 @@ 

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -54,6 +55,8 @@

    DESCRIPTION

    >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main user is importing to a "XY" non-georeferenced project ======= ======= @@ -64,6 +67,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -85,6 +89,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main user is importing to a "XY" non-georeferenced location >>>>>>> 7f32ec0a8d (r.horizon manual - fix typo (#2794)) (e.g. imagery data). Latitude and longitude values should be in decimal form. diff --git a/raster/r.in.pdal/Makefile b/raster/r.in.pdal/Makefile index 206b3276ea9..0b1ad65c7fb 100644 --- a/raster/r.in.pdal/Makefile +++ b/raster/r.in.pdal/Makefile @@ -23,6 +23,7 @@ include $(MODULE_TOPDIR)/include/Make/Module.make <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -37,6 +38,8 @@ include $(MODULE_TOPDIR)/include/Make/Module.make ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -62,6 +65,7 @@ $(OBJDIR)/grasslidarfilter.o : EXTRA_CFLAGS += $(PDALCPPFLAGS) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -149,6 +153,8 @@ $(OBJDIR)/grasslidarfilter.o : EXTRA_CFLAGS += $(PDALCPPFLAGS) >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main LINK = $(CXX) ifneq ($(strip $(CXX)),) diff --git a/raster/r.in.pdal/bin_update.c b/raster/r.in.pdal/bin_update.c index da78e7ba881..f6b38d3fdee 100644 --- a/raster/r.in.pdal/bin_update.c +++ b/raster/r.in.pdal/bin_update.c @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD #include ======= <<<<<<< HEAD @@ -49,6 +50,10 @@ #include ======= >>>>>>> osgeo-main +======= +#include +======= +>>>>>>> osgeo-main >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= #include @@ -60,6 +65,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -111,6 +117,8 @@ #include >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include #include @@ -129,6 +137,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -150,6 +159,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -160,6 +171,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -199,6 +211,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main static int new_node(struct BinIndex *bin_index, size_t size) { int n = bin_index->num_nodes++; @@ -216,6 +232,7 @@ static int new_node(struct BinIndex *bin_index, size_t size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -251,6 +268,11 @@ static int new_node(struct BinIndex *bin_index, size_t size) bin_index->nodes = G_realloc(bin_index->nodes, (size_t)bin_index->max_nodes * size); ======= +>>>>>>> osgeo-main +======= + bin_index->nodes = + G_realloc(bin_index->nodes, (size_t)bin_index->max_nodes * size); +======= >>>>>>> osgeo-main bin_index->nodes = G_realloc(bin_index->nodes, (size_t)bin_index->max_nodes * size); @@ -269,6 +291,7 @@ static int new_node(struct BinIndex *bin_index, size_t size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -315,6 +338,8 @@ static int new_node(struct BinIndex *bin_index, size_t size) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } return n; @@ -331,6 +356,7 @@ static int new_node(struct BinIndex *bin_index, size_t size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -352,6 +378,8 @@ static int new_node(struct BinIndex *bin_index, size_t size) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -362,6 +390,7 @@ static int new_node(struct BinIndex *bin_index, size_t size) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -401,6 +430,10 @@ static int new_node(struct BinIndex *bin_index, size_t size) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_val(void *array, int cols, int row, int col, RASTER_MAP_TYPE map_type, double value) { @@ -421,6 +454,7 @@ void update_val(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -442,6 +476,8 @@ void update_val(void *array, int cols, int row, int col, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -452,6 +488,7 @@ void update_val(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -491,6 +528,10 @@ void update_val(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_n(void *array, int cols, int row, int col) { void *ptr = get_cell_ptr(array, cols, row, col, CELL_TYPE); @@ -513,6 +554,7 @@ void update_n(void *array, int cols, int row, int col) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -534,6 +576,8 @@ void update_n(void *array, int cols, int row, int col) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -544,6 +588,7 @@ void update_n(void *array, int cols, int row, int col) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -583,6 +628,10 @@ void update_n(void *array, int cols, int row, int col) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_min(void *array, int cols, int row, int col, RASTER_MAP_TYPE map_type, double value) { @@ -601,6 +650,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -642,6 +692,10 @@ void update_min(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Rast_set_d_value(ptr, (DCELL)value, map_type); else { old_val = Rast_get_d_value(ptr, map_type); @@ -654,6 +708,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -679,6 +734,9 @@ void update_min(void *array, int cols, int row, int col, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main Rast_set_d_value(ptr, (DCELL) value, map_type); else { old_val = Rast_get_d_value(ptr, map_type); @@ -691,6 +749,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -699,6 +758,8 @@ void update_min(void *array, int cols, int row, int col, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= Rast_set_d_value(ptr, (DCELL)value, map_type); else { @@ -712,6 +773,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -745,6 +807,10 @@ void update_min(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } return; } @@ -760,6 +826,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -781,6 +848,8 @@ void update_min(void *array, int cols, int row, int col, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -791,6 +860,7 @@ void update_min(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -830,6 +900,10 @@ void update_min(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_max(void *array, int cols, int row, int col, RASTER_MAP_TYPE map_type, double value) { @@ -848,6 +922,7 @@ void update_max(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -889,6 +964,10 @@ void update_max(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Rast_set_d_value(ptr, (DCELL)value, map_type); else { old_val = Rast_get_d_value(ptr, map_type); @@ -901,6 +980,7 @@ void update_max(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -926,6 +1006,9 @@ void update_max(void *array, int cols, int row, int col, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main Rast_set_d_value(ptr, (DCELL) value, map_type); else { old_val = Rast_get_d_value(ptr, map_type); @@ -938,6 +1021,7 @@ void update_max(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -946,6 +1030,8 @@ void update_max(void *array, int cols, int row, int col, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= Rast_set_d_value(ptr, (DCELL)value, map_type); else { @@ -959,6 +1045,7 @@ void update_max(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -992,6 +1079,10 @@ void update_max(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } return; @@ -1020,6 +1111,7 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1049,6 +1141,10 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, ======= if (fabs(old_sum) >= fabs(value)) ======= +>>>>>>> osgeo-main +======= + if (fabs(old_sum) >= fabs(value)) +======= >>>>>>> osgeo-main if (abs(old_sum) >= abs(value)) >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1064,6 +1160,7 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1105,6 +1202,8 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, >>>>>>> e4543c8b72 (r.in.pdal: use fabs for double values (#1752)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_set_d_value(c_ptr, old_c + (old_sum - tmp) + value, map_type); else Rast_set_d_value(c_ptr, old_c + (value - tmp) + old_sum, map_type); @@ -1125,6 +1224,7 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1146,6 +1246,8 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1156,6 +1258,7 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1195,6 +1298,10 @@ void update_sum(void *sum_array, void *c_array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Implements Welford algorithm */ void update_m2(void *n_array, void *mean_array, void *m2_array, int cols, int row, int col, RASTER_MAP_TYPE map_type, double value) @@ -1239,6 +1346,7 @@ void update_m2(void *n_array, void *mean_array, void *m2_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1260,6 +1368,8 @@ void update_m2(void *n_array, void *mean_array, void *m2_array, int cols, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1270,6 +1380,7 @@ void update_m2(void *n_array, void *mean_array, void *m2_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1309,6 +1420,10 @@ void update_m2(void *n_array, void *mean_array, void *m2_array, int cols, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_moving_mean(void *array, int cols, int row, int col, RASTER_MAP_TYPE rtype, double value, int n) { @@ -1335,6 +1450,7 @@ void update_moving_mean(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1356,6 +1472,8 @@ void update_moving_mean(void *array, int cols, int row, int col, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1366,6 +1484,7 @@ void update_moving_mean(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1405,6 +1524,10 @@ void update_moving_mean(void *array, int cols, int row, int col, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* add node to sorted, single linked list * returns id if head has to be saved to index array, otherwise -1 */ int add_z_node(struct BinIndex *bin_index, int head, double z) @@ -1440,6 +1563,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1469,6 +1593,10 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) ======= else if (node_id == head_id) { /* pole position, insert as head */ ======= +>>>>>>> osgeo-main +======= + else if (node_id == head_id) { /* pole position, insert as head */ +======= >>>>>>> osgeo-main else if (node_id == head_id) { /* pole position, insert as head */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1484,6 +1612,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1525,6 +1654,8 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main newnode_id = new_node(bin_index, sizeof(struct z_node)); ((struct z_node *)bin_index->nodes)[newnode_id].next = head_id; head_id = newnode_id; @@ -1542,6 +1673,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1571,6 +1703,10 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) ======= else { /* somewhere in the middle, insert */ ======= +>>>>>>> osgeo-main +======= + else { /* somewhere in the middle, insert */ +======= >>>>>>> osgeo-main else { /* somewhere in the middle, insert */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1586,6 +1722,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1627,6 +1764,8 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main newnode_id = new_node(bin_index, sizeof(struct z_node)); ((struct z_node *)bin_index->nodes)[newnode_id].z = z; ((struct z_node *)bin_index->nodes)[newnode_id].next = node_id; @@ -1646,6 +1785,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1667,6 +1807,8 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1677,6 +1819,7 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1716,6 +1859,10 @@ int add_z_node(struct BinIndex *bin_index, int head, double z) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void add_cnt_node(struct BinIndex *bin_index, int head, int value) { int node_id, newnode_id, head_id, next; @@ -1752,6 +1899,7 @@ void add_cnt_node(struct BinIndex *bin_index, int head, int value) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1793,6 +1941,10 @@ void add_cnt_node(struct BinIndex *bin_index, int head, int value) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Unlike the other functions, this one is not using map_type (RASTER_MAP_TYPE) * because the values (z) are always doubles and the index is integer. */ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, @@ -1804,6 +1956,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1829,6 +1982,9 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main /* Unlike the other functions, this one is not using map_type (RASTER_MAP_TYPE) * because the values (z) are always doubles and the index is integer. */ @@ -1841,6 +1997,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1850,6 +2007,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= /* Unlike the other functions, this one is not using map_type (RASTER_MAP_TYPE) * because the values (z) are always doubles and the index is integer. */ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, @@ -1861,6 +2020,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1894,6 +2054,10 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { int head_id; void *ptr = index_array; @@ -1909,6 +2073,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1959,6 +2124,11 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, Rast_cell_size(CELL_TYPE)); ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= + ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * + Rast_cell_size(CELL_TYPE)); +======= +>>>>>>> osgeo-main ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + @@ -1970,6 +2140,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1978,6 +2149,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -1988,6 +2161,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1996,6 +2170,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -2006,6 +2182,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2027,6 +2204,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* first node */ if (Rast_is_null_value(ptr, CELL_TYPE)) { @@ -2061,6 +2240,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2082,6 +2262,8 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2092,6 +2274,7 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2131,6 +2314,10 @@ void update_bin_z_index(struct BinIndex *bin_index, void *index_array, int cols, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, int cols, int row, int col, int value) { @@ -2148,6 +2335,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2198,6 +2386,11 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, Rast_cell_size(CELL_TYPE)); ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= + ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * + Rast_cell_size(CELL_TYPE)); +======= +>>>>>>> osgeo-main ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + @@ -2209,6 +2402,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2217,6 +2411,8 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -2227,6 +2423,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2235,6 +2432,8 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -2245,6 +2444,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2266,6 +2466,8 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* first node */ if (Rast_is_null_value(ptr, CELL_TYPE)) { @@ -2296,6 +2498,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2317,6 +2520,8 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2327,6 +2532,7 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2366,6 +2572,10 @@ void update_bin_cnt_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Co-moment value update */ void update_com_node(struct com_node *cn, int item, double x, double y) { @@ -2388,6 +2598,7 @@ void update_com_node(struct com_node *cn, int item, double x, double y) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2411,6 +2622,8 @@ void update_com_node(struct com_node *cn, int item, double x, double y) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void update_bin_com_index(struct BinIndex *bin_index, void *index_array, int cols, int row, int col, double x, double y, double z) @@ -2424,6 +2637,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void update_bin_com_index(struct BinIndex *bin_index, void *index_array, int cols, int row, int col, double x, double y, double z) @@ -2440,6 +2654,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main void update_bin_com_index(struct BinIndex *bin_index, void *index_array, int cols, int row, int col, @@ -2451,6 +2667,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2460,6 +2677,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void update_bin_com_index(struct BinIndex *bin_index, void *index_array, int cols, int row, int col, double x, double y, double z) @@ -2470,6 +2689,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2479,6 +2699,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void update_bin_com_index(struct BinIndex *bin_index, void *index_array, int cols, int row, int col, double x, double y, double z) @@ -2489,6 +2711,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2510,6 +2733,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int node_id; void *ptr = index_array; @@ -2525,6 +2750,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2575,6 +2801,11 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, Rast_cell_size(CELL_TYPE)); ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= + ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * + Rast_cell_size(CELL_TYPE)); +======= +>>>>>>> osgeo-main ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + @@ -2586,6 +2817,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2594,6 +2826,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -2604,6 +2838,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2612,6 +2847,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ptr = G_incr_void_ptr(ptr, (((size_t)row * cols) + col) * Rast_cell_size(CELL_TYPE)); @@ -2622,6 +2859,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2643,6 +2881,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (Rast_is_null_value(ptr, CELL_TYPE)) { node_id = new_node(bin_index, sizeof(struct com_node)); @@ -2676,6 +2916,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2693,6 +2934,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2702,6 +2945,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2727,6 +2971,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_com_node(&(((struct com_node *)bin_index->nodes)[node_id]), 0, x, x); update_com_node(&(((struct com_node *)bin_index->nodes)[node_id]), 1, x, y); update_com_node(&(((struct com_node *)bin_index->nodes)[node_id]), 2, x, z); @@ -2743,6 +2989,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2772,6 +3019,9 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main update_com_node(&(((struct com_node *)bin_index->nodes)[node_id]), 0, x, x); update_com_node(&(((struct com_node *)bin_index->nodes)[node_id]), @@ -2791,6 +3041,9 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2805,6 +3058,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2830,6 +3084,8 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return; } @@ -2845,6 +3101,7 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2886,6 +3143,10 @@ void update_bin_com_index(struct BinIndex *bin_index, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* 0 on NULL, 1 on success */ int row_array_get_value_row_col(void *array, int arr_row, int arr_col, int cols, RASTER_MAP_TYPE rtype, double *value) @@ -2909,6 +3170,7 @@ int row_array_get_value_row_col(void *array, int arr_row, int arr_col, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2928,6 +3190,9 @@ int row_array_get_value_row_col(void *array, int arr_row, int arr_col, int cols, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2960,6 +3225,7 @@ int row_array_get_value_row_col(void *array, int arr_row, int arr_col, int cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3033,5 +3299,7 @@ int row_array_get_value_row_col(void *array, int arr_row, int arr_col, int cols, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return 1; } diff --git a/raster/r.in.pdal/bin_update.h b/raster/r.in.pdal/bin_update.h index 1765c7d5220..9054b7e08d4 100644 --- a/raster/r.in.pdal/bin_update.h +++ b/raster/r.in.pdal/bin_update.h @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) /**************************************************************************** @@ -38,6 +39,10 @@ ======= /**************************************************************************** ======= +>>>>>>> osgeo-main +======= +/**************************************************************************** +======= >>>>>>> osgeo-main /**************************************************************************** @@ -54,6 +59,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -97,6 +103,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * * MODULE: r.in.pdal * @@ -142,6 +150,7 @@ void update_sum(void *, void *, int, int, int, RASTER_MAP_TYPE, double); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -172,6 +181,10 @@ void update_m2(void *, void *, void *, int, int, int, RASTER_MAP_TYPE, double); void update_m2(void *, void *, void *, int, int, int, RASTER_MAP_TYPE, double); ======= >>>>>>> osgeo-main +======= +void update_m2(void *, void *, void *, int, int, int, RASTER_MAP_TYPE, double); +======= +>>>>>>> osgeo-main void update_m2(void *, void *, void *, int, int, int, RASTER_MAP_TYPE, double); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -187,6 +200,7 @@ void update_m2(void *, void *, void *, int, int, int, RASTER_MAP_TYPE, double); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -230,6 +244,8 @@ void update_m2(void *, void *, void *, int, int, int, RASTER_MAP_TYPE, double); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void update_moving_mean(void *, int, int, int, RASTER_MAP_TYPE, double, int); int add_z_node(struct BinIndex *, int, double); @@ -249,6 +265,7 @@ void update_com_node(struct com_node *, int, double, double); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -290,6 +307,10 @@ void update_com_node(struct com_node *, int, double, double); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_bin_com_index(struct BinIndex *, void *, int, int, int, double, double, double); @@ -302,6 +323,7 @@ int row_array_get_value_row_col(void *, int, int, int, RASTER_MAP_TYPE, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -327,6 +349,9 @@ int row_array_get_value_row_col(void *, int, int, int, RASTER_MAP_TYPE, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main void update_bin_com_index(struct BinIndex *, void *, int, int, int, double, double, double); @@ -340,6 +365,7 @@ int row_array_get_value_row_col(void *, int, int, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -349,6 +375,8 @@ int row_array_get_value_row_col(void *, int, int, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void update_bin_com_index(struct BinIndex *, void *, int, int, int, double, double, double); @@ -361,6 +389,7 @@ int row_array_get_value_row_col(void *, int, int, int, RASTER_MAP_TYPE, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -394,5 +423,9 @@ int row_array_get_value_row_col(void *, int, int, int, RASTER_MAP_TYPE, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #endif /* __BIN_UPDATE_H__ */ diff --git a/raster/r.in.pdal/bin_write.c b/raster/r.in.pdal/bin_write.c index a66928246d0..4cdfb106bc4 100644 --- a/raster/r.in.pdal/bin_write.c +++ b/raster/r.in.pdal/bin_write.c @@ -33,6 +33,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -56,6 +57,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Get error corrected sum */ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, RASTER_MAP_TYPE rtype) @@ -69,6 +72,7 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD /* Get error corrected sum */ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, RASTER_MAP_TYPE rtype) @@ -85,6 +89,8 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main /* Get error corrected sum */ double get_sum(void *sum_array, void *c_array, @@ -96,6 +102,7 @@ double get_sum(void *sum_array, void *c_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -105,6 +112,8 @@ double get_sum(void *sum_array, void *c_array, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= /* Get error corrected sum */ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, RASTER_MAP_TYPE rtype) @@ -115,6 +124,7 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -124,6 +134,8 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= /* Get error corrected sum */ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, RASTER_MAP_TYPE rtype) @@ -134,6 +146,7 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -155,6 +168,8 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { size_t offset = ((size_t)row * cols + col) * Rast_cell_size(rtype); double sum = Rast_get_d_value(((char *)sum_array) + offset, rtype); @@ -174,6 +189,7 @@ double get_sum(void *sum_array, void *c_array, int row, int cols, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -224,6 +240,11 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, int cols, RASTER_MAP_TYPE rtype) ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +void write_sum(void *raster_row, void *sum_array, void *c_array, int row, + int cols, RASTER_MAP_TYPE rtype) +======= +>>>>>>> osgeo-main void write_sum(void *raster_row, void *sum_array, void *c_array, int row, int cols, RASTER_MAP_TYPE rtype) @@ -234,6 +255,7 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -243,6 +265,8 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_sum(void *raster_row, void *sum_array, void *c_array, int row, int cols, RASTER_MAP_TYPE rtype) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -252,6 +276,7 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -261,6 +286,8 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_sum(void *raster_row, void *sum_array, void *c_array, int row, int cols, RASTER_MAP_TYPE rtype) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -270,6 +297,7 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -291,6 +319,8 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int col; void *ptr = raster_row; @@ -314,6 +344,7 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -337,6 +368,8 @@ void write_sum(void *raster_row, void *sum_array, void *c_array, int row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void write_variance(void *raster_row, void *n_array, void *mean_array, void *m2_array, int row, int cols, RASTER_MAP_TYPE rtype, int method) @@ -350,6 +383,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void write_variance(void *raster_row, void *n_array, void *mean_array, void *m2_array, int row, int cols, RASTER_MAP_TYPE rtype, int method) @@ -366,6 +400,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main void write_variance(void *raster_row, void *n_array, void *mean_array, void *m2_array, int row, int cols, @@ -377,6 +413,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -386,6 +423,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_variance(void *raster_row, void *n_array, void *mean_array, void *m2_array, int row, int cols, RASTER_MAP_TYPE rtype, int method) @@ -396,6 +435,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -405,6 +445,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_variance(void *raster_row, void *n_array, void *mean_array, void *m2_array, int row, int cols, RASTER_MAP_TYPE rtype, int method) @@ -415,6 +457,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -436,6 +479,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { double variance; int col; @@ -482,6 +527,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -503,6 +549,8 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -513,6 +561,7 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -552,6 +601,10 @@ void write_variance(void *raster_row, void *n_array, void *mean_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void write_median(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype) { @@ -576,6 +629,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -617,6 +671,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ Rast_set_null_value(ptr, 1, rtype); @@ -628,6 +686,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -653,6 +712,9 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ Rast_set_null_value(ptr, 1, rtype); else { /* one or more points in cell */ @@ -663,6 +725,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -671,6 +734,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ @@ -683,6 +748,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -716,6 +782,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main head_id = Rast_get_c_value(((char *)index_array) + n_offset, CELL_TYPE); @@ -734,6 +804,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -763,6 +834,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= while (node_id != -1) { /* count number of points in cell */ ======= +>>>>>>> osgeo-main +======= + while (node_id != -1) { /* count number of points in cell */ +======= >>>>>>> osgeo-main while (node_id != -1) { /* count number of points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -778,6 +853,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -819,6 +895,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main n++; node_id = ((struct z_node *)bin_index->nodes)[node_id].next; } @@ -834,6 +912,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -851,6 +930,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -860,6 +941,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -885,6 +967,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (n == 1) /* only one point, use that */ Rast_set_d_value( ptr, ((struct z_node *)bin_index->nodes)[head_id].z, rtype); @@ -898,6 +982,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -933,6 +1018,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main n = (n + 1) / 2; node_id = head_id; for (j = 1; j < n; j++) /* get "median element" */ @@ -950,6 +1039,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -975,6 +1065,9 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main if (n == 1) /* only one point, use that */ Rast_set_d_value(ptr, ((struct z_node *)bin_index-> @@ -986,6 +1079,9 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1015,6 +1111,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1076,6 +1173,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main z = (n + 1) / 2.0; n = floor(z); @@ -1092,6 +1191,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1133,6 +1233,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; z = (((struct z_node *)bin_index->nodes)[node_id].z + @@ -1147,6 +1251,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1172,6 +1277,9 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -1186,6 +1294,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1194,6 +1303,8 @@ void write_median(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -1209,6 +1320,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1242,6 +1354,10 @@ void write_median(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Rast_set_d_value(ptr, z, rtype); } } @@ -1260,6 +1376,7 @@ void write_median(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1310,6 +1427,11 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols) ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, + int row, int cols) +======= +>>>>>>> osgeo-main void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols) @@ -1320,6 +1442,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1329,6 +1452,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -1338,6 +1463,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1347,6 +1473,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1356,6 +1484,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1377,6 +1506,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int col; int node_id; @@ -1396,6 +1527,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1431,6 +1563,11 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ ======= +>>>>>>> osgeo-main +======= + if (Rast_is_null_value(((char *)index_array) + n_offset, + CELL_TYPE)) /* no points in cell */ +======= >>>>>>> osgeo-main if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1448,6 +1585,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1492,6 +1630,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_set_null_value(ptr, 1, CELL_TYPE); else { int mode_node = -1; @@ -1513,6 +1653,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1554,6 +1695,10 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else if (((struct cnt_node *)bin_index->nodes)[node_id].count > ((struct cnt_node *)bin_index->nodes)[mode_node].count) mode_node = node_id; @@ -1569,6 +1714,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1594,6 +1740,9 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main else if (((struct cnt_node *)bin_index-> nodes)[node_id].count > ((struct cnt_node *)bin_index-> @@ -1611,6 +1760,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1619,6 +1769,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= else if (((struct cnt_node *)bin_index->nodes)[node_id].count > ((struct cnt_node *)bin_index->nodes)[mode_node].count) @@ -1635,6 +1787,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1668,6 +1821,10 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } ptr = G_incr_void_ptr(ptr, Rast_cell_size(CELL_TYPE)); } @@ -1684,6 +1841,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1705,6 +1863,8 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1715,6 +1875,7 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1754,6 +1915,10 @@ void write_mode(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void write_percentile(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype, int pth) @@ -1780,6 +1945,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1815,6 +1981,11 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ ======= +>>>>>>> osgeo-main +======= + if (Rast_is_null_value(((char *)index_array) + n_offset, + CELL_TYPE)) /* no points in cell */ +======= >>>>>>> osgeo-main if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1832,6 +2003,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1876,6 +2048,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_set_null_value(ptr, 1, rtype); else { head_id = @@ -1894,6 +2068,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1923,6 +2098,10 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= while (node_id != -1) { /* count number of points in cell */ ======= +>>>>>>> osgeo-main +======= + while (node_id != -1) { /* count number of points in cell */ +======= >>>>>>> osgeo-main while (node_id != -1) { /* count number of points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1938,6 +2117,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1979,6 +2159,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main n++; node_id = ((struct z_node *)bin_index->nodes)[node_id].next; } @@ -1995,6 +2177,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2024,6 +2207,10 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= r_low = floor(z); /* lower rank */ ======= +>>>>>>> osgeo-main +======= + r_low = floor(z); /* lower rank */ +======= >>>>>>> osgeo-main r_low = floor(z); /* lower rank */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -2039,6 +2226,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2080,6 +2268,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (r_low < 1) r_low = 1; else if (r_low > n) @@ -2096,6 +2286,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2125,6 +2316,10 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= r_up = ceil(z); /* upper rank */ ======= +>>>>>>> osgeo-main +======= + r_up = ceil(z); /* upper rank */ +======= >>>>>>> osgeo-main r_up = ceil(z); /* upper rank */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -2140,6 +2335,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2181,6 +2377,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (r_up > n) r_up = n; @@ -2199,6 +2397,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2240,6 +2439,10 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main z = ((struct z_node *)bin_index->nodes)[node_id] .z; /* save lower value */ node_id = head_id; @@ -2251,6 +2454,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2276,6 +2480,9 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main z = ((struct z_node *)bin_index->nodes)[node_id].z; /* save lower value */ node_id = head_id; for (j = 1; j < r_up; j++) /* search upper value */ @@ -2286,6 +2493,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2294,6 +2502,8 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= z = ((struct z_node *)bin_index->nodes)[node_id] .z; /* save lower value */ @@ -2306,6 +2516,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2339,6 +2550,10 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; z = (z + ((struct z_node *)bin_index->nodes)[node_id].z) / 2; @@ -2359,6 +2574,7 @@ void write_percentile(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2409,6 +2625,11 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype) ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +void write_skewness(struct BinIndex *bin_index, void *raster_row, + void *index_array, int row, int cols, RASTER_MAP_TYPE rtype) +======= +>>>>>>> osgeo-main void write_skewness(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, @@ -2420,6 +2641,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2429,6 +2651,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_skewness(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -2438,6 +2662,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2447,6 +2672,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_skewness(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2456,6 +2683,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2477,6 +2705,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int n; double z; @@ -2501,6 +2731,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2536,6 +2767,11 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ ======= +>>>>>>> osgeo-main +======= + if (Rast_is_null_value(((char *)index_array) + n_offset, + CELL_TYPE)) /* no points in cell */ +======= >>>>>>> osgeo-main if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -2553,6 +2789,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2597,6 +2834,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_set_null_value(ptr, 1, rtype); else { head_id = @@ -2614,6 +2853,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2631,6 +2871,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2640,6 +2882,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2665,6 +2908,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main n = 0; /* count */ sum = 0.0; /* sum */ sumsq = 0.0; /* sum of squares */ @@ -2680,6 +2925,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2709,6 +2955,9 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main n = 0; /* count */ sum = 0.0; /* sum */ sumsq = 0.0; /* sum of squares */ @@ -2721,6 +2970,9 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2735,6 +2987,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2760,6 +3013,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main while (node_id != -1) { z = ((struct z_node *)bin_index->nodes)[node_id].z; @@ -2780,6 +3035,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2809,6 +3065,10 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= if (n > 1) { /* if n == 1, skew is "0.0" */ ======= +>>>>>>> osgeo-main +======= + if (n > 1) { /* if n == 1, skew is "0.0" */ +======= >>>>>>> osgeo-main if (n > 1) { /* if n == 1, skew is "0.0" */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -2824,6 +3084,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2865,6 +3126,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main mean = sum / n; node_id = head_id; while (node_id != -1) { @@ -2881,6 +3144,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2910,6 +3174,10 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, ======= node_id = ((struct z_node *)bin_index->nodes)[node_id].next; ======= +>>>>>>> osgeo-main +======= + node_id = ((struct z_node *)bin_index->nodes)[node_id].next; +======= >>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -2926,6 +3194,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2969,6 +3238,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } variance = (sumsq - sum * sum / n) / n; @@ -2994,6 +3265,7 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3017,6 +3289,8 @@ void write_skewness(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void write_trimmean(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype, double trim) @@ -3030,6 +3304,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void write_trimmean(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype, double trim) @@ -3046,6 +3321,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main void write_trimmean(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, @@ -3057,6 +3334,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3066,6 +3344,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_trimmean(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype, double trim) @@ -3076,6 +3356,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3085,6 +3366,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_trimmean(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype, double trim) @@ -3095,6 +3378,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3116,6 +3400,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int n; int j, k; @@ -3139,6 +3425,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3174,6 +3461,11 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ ======= +>>>>>>> osgeo-main +======= + if (Rast_is_null_value(((char *)index_array) + n_offset, + CELL_TYPE)) /* no points in cell */ +======= >>>>>>> osgeo-main if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -3191,6 +3483,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3235,6 +3528,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_set_null_value(ptr, 1, rtype); else { head_id = @@ -3253,6 +3548,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3282,6 +3578,10 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= while (node_id != -1) { /* count number of points in cell */ ======= +>>>>>>> osgeo-main +======= + while (node_id != -1) { /* count number of points in cell */ +======= >>>>>>> osgeo-main while (node_id != -1) { /* count number of points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -3297,6 +3597,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3338,6 +3639,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main n++; node_id = ((struct z_node *)bin_index->nodes)[node_id].next; } @@ -3356,6 +3659,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3397,6 +3701,10 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main k = floor(trim * n + 0.5); /* number of ranks to discard on each tail */ @@ -3410,6 +3718,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3435,6 +3744,9 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main k = floor(trim * n + 0.5); /* number of ranks to discard on each tail */ if (k > 0 && (n - 2 * k) > 0) { /* enough elements to discard */ @@ -3447,6 +3759,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3455,6 +3768,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= k = floor(trim * n + 0.5); /* number of ranks to discard on each tail */ @@ -3469,6 +3784,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3502,6 +3818,10 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main node_id = ((struct z_node *)bin_index->nodes)[node_id].next; @@ -3521,6 +3841,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3550,6 +3871,10 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, ======= while (j <= k) { /* get values in interval */ ======= +>>>>>>> osgeo-main +======= + while (j <= k) { /* get values in interval */ +======= >>>>>>> osgeo-main while (j <= k) { /* get values in interval */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -3565,6 +3890,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3606,6 +3932,8 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main n++; sum += ((struct z_node *)bin_index->nodes)[node_id].z; node_id = @@ -3643,6 +3971,7 @@ void write_trimmean(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3693,6 +4022,11 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, int min) ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, + int row, int cols, int min) +======= +>>>>>>> osgeo-main void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, int min) @@ -3703,6 +4037,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3712,6 +4047,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, int min) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -3721,6 +4058,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3730,6 +4068,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, int min) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -3739,6 +4079,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3760,6 +4101,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int col; int node_id; @@ -3780,6 +4123,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3815,6 +4159,11 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ ======= +>>>>>>> osgeo-main +======= + if (Rast_is_null_value(((char *)index_array) + n_offset, + CELL_TYPE)) /* no points in cell */ +======= >>>>>>> osgeo-main if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -3832,6 +4181,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3876,6 +4226,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_set_c_value(ptr, 0, CELL_TYPE); else { @@ -3898,6 +4250,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3939,6 +4292,10 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main count) count = ((struct cnt_node *)bin_index->nodes)[node_id].count; @@ -3952,6 +4309,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3977,6 +4335,9 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main count) count = ((struct cnt_node *)bin_index->nodes)[node_id].count; @@ -3990,6 +4351,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3998,6 +4360,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= count) count = @@ -4012,6 +4376,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4045,6 +4410,10 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main count = ((struct cnt_node *)bin_index->nodes)[node_id].count; node_id = ((struct cnt_node *)bin_index->nodes)[node_id].next; @@ -4066,6 +4435,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4087,6 +4457,8 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -4097,6 +4469,7 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -4136,6 +4509,10 @@ void write_sidn(struct BinIndex *bin_index, void *raster_row, void *index_array, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void write_ev(struct BinIndex *bin_index, void *raster_row, void *index_array, int row, int cols, RASTER_MAP_TYPE rtype, int method) { @@ -4157,6 +4534,7 @@ void write_ev(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4192,6 +4570,11 @@ void write_ev(struct BinIndex *bin_index, void *raster_row, void *index_array, if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ ======= +>>>>>>> osgeo-main +======= + if (Rast_is_null_value(((char *)index_array) + n_offset, + CELL_TYPE)) /* no points in cell */ +======= >>>>>>> osgeo-main if (Rast_is_null_value(((char *)index_array) + n_offset, CELL_TYPE)) /* no points in cell */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -4209,6 +4592,7 @@ void write_ev(struct BinIndex *bin_index, void *raster_row, void *index_array, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4253,6 +4637,8 @@ void write_ev(struct BinIndex *bin_index, void *raster_row, void *index_array, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Rast_set_null_value(ptr, 1, rtype); else { int node_id; diff --git a/raster/r.in.pdal/bin_write.h b/raster/r.in.pdal/bin_write.h index aedfb1fcb3a..d1be3ab5436 100644 --- a/raster/r.in.pdal/bin_write.h +++ b/raster/r.in.pdal/bin_write.h @@ -33,6 +33,7 @@ void write_sum(void *, void *, void *, int, int, RASTER_MAP_TYPE); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -74,6 +75,10 @@ void write_sum(void *, void *, void *, int, int, RASTER_MAP_TYPE); ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void write_variance(void *, void *, void *, void *, int, int, RASTER_MAP_TYPE, int); void write_median(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE); @@ -94,6 +99,7 @@ void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -119,6 +125,9 @@ void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main void write_variance(void *, void *, void *, void *, int, int, RASTER_MAP_TYPE, int); void write_median(struct BinIndex *, void *, @@ -129,6 +138,7 @@ void write_median(struct BinIndex *, void *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -138,6 +148,8 @@ void write_median(struct BinIndex *, void *, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_variance(void *, void *, void *, void *, int, int, RASTER_MAP_TYPE, int); void write_median(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE); @@ -146,6 +158,9 @@ void write_median(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -161,6 +176,7 @@ void write_sidn(struct BinIndex *, void *, void *, int, int, int); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) @@ -197,6 +213,8 @@ void write_sidn(struct BinIndex *, void *, void *, int, int, int); ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, int); @@ -207,6 +225,7 @@ void write_ev(struct BinIndex *, void *, void *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -216,6 +235,8 @@ void write_ev(struct BinIndex *, void *, void *, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, int); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -225,6 +246,7 @@ void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -258,5 +280,9 @@ void write_ev(struct BinIndex *, void *, void *, int, int, RASTER_MAP_TYPE, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #endif /* __BIN_WRITE_H__ */ diff --git a/raster/r.in.pdal/filters.c b/raster/r.in.pdal/filters.c index 0900f591dae..cb9aa5cb23a 100644 --- a/raster/r.in.pdal/filters.c +++ b/raster/r.in.pdal/filters.c @@ -23,6 +23,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -44,6 +45,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -54,6 +57,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -93,6 +97,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include "filters.h" #include "lidar.h" @@ -113,6 +121,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -134,6 +143,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -144,6 +155,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -183,6 +195,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int spatial_filter_from_option(struct Option *option, double *xmin, double *ymin, double *xmax, double *ymax) { @@ -219,6 +235,7 @@ int spatial_filter_from_option(struct Option *option, double *xmin, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -255,6 +272,11 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, double *ymax) ======= >>>>>>> osgeo-main +======= +int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, + double *ymax) +======= +>>>>>>> osgeo-main int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, double *ymax) >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -272,6 +294,7 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -318,6 +341,8 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { struct Cell_head region; diff --git a/raster/r.in.pdal/filters.h b/raster/r.in.pdal/filters.h index 1e96bd180f9..ef606034435 100644 --- a/raster/r.in.pdal/filters.h +++ b/raster/r.in.pdal/filters.h @@ -26,6 +26,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -67,6 +68,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main struct ReturnFilter { int filter; }; @@ -79,6 +84,7 @@ struct ClassFilter { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -104,6 +110,9 @@ struct ClassFilter { ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main struct ReturnFilter { int filter; @@ -118,6 +127,7 @@ struct ClassFilter <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -127,6 +137,8 @@ struct ClassFilter ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= struct ReturnFilter { int filter; }; @@ -139,6 +151,7 @@ struct ClassFilter { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -172,6 +185,10 @@ struct ClassFilter { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /** NULL terminated list of class numbers represented as string */ char **str_classes; @@ -192,6 +209,7 @@ int spatial_filter_from_option(struct Option *option, double *xmin, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -228,6 +246,11 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, double *ymax); ======= >>>>>>> osgeo-main +======= +int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, + double *ymax); +======= +>>>>>>> osgeo-main int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, double *ymax); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -245,6 +268,7 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, double *xmax, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -291,6 +315,8 @@ int spatial_filter_from_current_region(double *xmin, double *ymin, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int range_filter_from_option(struct Option *option, double *min, double *max); diff --git a/raster/r.in.pdal/grasslidarfilter.cpp b/raster/r.in.pdal/grasslidarfilter.cpp index aad44f29e20..a9c76079673 100644 --- a/raster/r.in.pdal/grasslidarfilter.cpp +++ b/raster/r.in.pdal/grasslidarfilter.cpp @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) /**************************************************************************** @@ -38,6 +39,10 @@ ======= /**************************************************************************** ======= +>>>>>>> osgeo-main +======= +/**************************************************************************** +======= >>>>>>> osgeo-main /**************************************************************************** @@ -54,6 +59,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -97,6 +103,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * * MODULE: r.in.pdal * @@ -124,6 +132,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -165,6 +174,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include "grasslidarfilter.h" bool GrassLidarFilter::processOne(pdal::PointRef &point) @@ -181,6 +194,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -210,6 +224,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -222,6 +238,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -246,6 +263,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main double x = point.getFieldAs < double >(Id::X); double y = point.getFieldAs < double >(Id::Y); double z = point.getFieldAs < double >(Id::Z); @@ -256,6 +275,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -264,6 +284,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= double x = point.getFieldAs(Id::X); double y = point.getFieldAs(Id::Y); @@ -275,6 +297,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -308,6 +331,10 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main n_processed_++; @@ -331,6 +358,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -360,6 +388,10 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= double intensity = point.getFieldAs(Id::Intensity); ======= +>>>>>>> osgeo-main +======= + double intensity = point.getFieldAs(Id::Intensity); +======= >>>>>>> osgeo-main double intensity = point.getFieldAs < double >(Id::Intensity); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -375,6 +407,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -416,6 +449,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main intensity *= iscale_; if (intensity < imin_ || intensity > imax_) { @@ -435,6 +470,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -464,6 +500,10 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= double value = point.getFieldAs(dim_to_import_); ======= +>>>>>>> osgeo-main +======= + double value = point.getFieldAs(dim_to_import_); +======= >>>>>>> osgeo-main double value = point.getFieldAs < double >(dim_to_import_); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -479,6 +519,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -520,6 +561,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main value *= dscale_; if (value < dmin_ || value > dmax_) { @@ -545,6 +588,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -574,6 +618,10 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= return false; // skip points outside of base raster ======= +>>>>>>> osgeo-main +======= + return false; // skip points outside of base raster +======= >>>>>>> osgeo-main return false; // skip points outside of base raster >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -589,6 +637,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -630,6 +679,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } if (use_zrange_) { if (z < zmin_ || z > zmax_) { @@ -649,6 +700,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -684,6 +736,11 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) int return_n = point.getFieldAs(Id::ReturnNumber); int n_returns = point.getFieldAs(Id::NumberOfReturns); ======= +>>>>>>> osgeo-main +======= + int return_n = point.getFieldAs(Id::ReturnNumber); + int n_returns = point.getFieldAs(Id::NumberOfReturns); +======= >>>>>>> osgeo-main int return_n = point.getFieldAs < int >(Id::ReturnNumber); int n_returns = point.getFieldAs < int >(Id::NumberOfReturns); @@ -702,6 +759,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -748,6 +806,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (return_filter_is_out(&return_filter_, return_n, n_returns)) { return_filtered_++; @@ -766,6 +826,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -795,6 +856,10 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) ======= int point_class = point.getFieldAs(Id::Classification); ======= +>>>>>>> osgeo-main +======= + int point_class = point.getFieldAs(Id::Classification); +======= >>>>>>> osgeo-main int point_class = point.getFieldAs < int >(Id::Classification); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -810,6 +875,7 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -851,6 +917,8 @@ bool GrassLidarFilter::processOne(pdal::PointRef &point) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (class_filter_is_out(&class_filter_, point_class)) { n_class_filtered_++; diff --git a/raster/r.in.pdal/grasslidarfilter.h b/raster/r.in.pdal/grasslidarfilter.h index 40704261f00..6a56d274032 100644 --- a/raster/r.in.pdal/grasslidarfilter.h +++ b/raster/r.in.pdal/grasslidarfilter.h @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) /**************************************************************************** @@ -38,6 +39,10 @@ ======= /**************************************************************************** ======= +>>>>>>> osgeo-main +======= +/**************************************************************************** +======= >>>>>>> osgeo-main /**************************************************************************** @@ -54,6 +59,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -97,6 +103,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * * MODULE: r.in.pdal * @@ -124,6 +132,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -165,6 +174,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifndef GRASSLIDARFILTER_H #define GRASSLIDARFILTER_H @@ -176,6 +189,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -201,6 +215,9 @@ extern "C" { ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main #ifndef GRASSLIDARFILTER_H #define GRASSLIDARFILTER_H @@ -214,6 +231,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -223,6 +241,8 @@ extern "C" ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= #ifndef GRASSLIDARFILTER_H #define GRASSLIDARFILTER_H @@ -234,6 +254,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -267,6 +288,10 @@ extern "C" { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include "filters.h" #include "lidar.h" #include "rast_segment.h" @@ -281,6 +306,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -300,6 +326,8 @@ extern "C" { >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-parameter" @@ -318,6 +346,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -347,6 +376,10 @@ extern "C" { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include #include #include @@ -362,6 +395,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD /* All GRASS GIS filters which are similar across multiple modules * put together as one PDAL Stage class. */ @@ -388,6 +422,8 @@ extern "C" { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) /* All GRASS GIS filters which are similar across multiple modules @@ -400,6 +436,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -409,6 +446,8 @@ extern "C" { ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= /* All GRASS GIS filters which are similar across multiple modules * put together as one PDAL Stage class. */ @@ -419,6 +458,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -428,6 +468,8 @@ extern "C" { ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= /* All GRASS GIS filters which are similar across multiple modules * put together as one PDAL Stage class. */ @@ -438,6 +480,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -459,6 +502,8 @@ extern "C" { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { public: GrassLidarFilter() @@ -479,6 +524,7 @@ class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -496,6 +542,8 @@ class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { } std::string getName() const { return "filters.grasslidar"; } @@ -507,6 +555,7 @@ class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD { } @@ -524,6 +573,8 @@ class GrassLidarFilter : public pdal::Filter, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main class GrassLidarFilter:public pdal::Filter, public pdal::Streamable { public: @@ -569,6 +620,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -577,6 +629,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { } @@ -588,6 +642,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -596,6 +651,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= { } @@ -607,6 +664,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -628,6 +686,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void dim_to_import(pdal::Dimension::Id dim_to_import) { @@ -645,6 +705,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -674,6 +735,10 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= void set_spatial_filter(double xmin, double xmax, double ymin, double ymax) ======= +>>>>>>> osgeo-main +======= + void set_spatial_filter(double xmin, double xmax, double ymin, double ymax) +======= >>>>>>> osgeo-main void set_spatial_filter(double xmin, double xmax, double ymin, double ymax) @@ -690,6 +755,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -733,6 +799,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { use_spatial_filter_ = true; xmin_ = xmin; @@ -785,6 +853,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -820,6 +889,11 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable void set_base_raster(SEGMENT *base_segment, struct Cell_head *region, RASTER_MAP_TYPE rtype) ======= +>>>>>>> osgeo-main +======= + void set_base_raster(SEGMENT *base_segment, struct Cell_head *region, + RASTER_MAP_TYPE rtype) +======= >>>>>>> osgeo-main void set_base_raster(SEGMENT * base_segment, struct Cell_head *region, RASTER_MAP_TYPE rtype) @@ -838,6 +912,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -884,6 +959,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { base_segment_ = base_segment; input_region_ = region; @@ -900,6 +977,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -941,6 +1019,10 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void set_z_scale(double scale) { zscale_ = scale; } void set_intensity_scale(double scale) { iscale_ = scale; } void set_d_scale(double scale) { dscale_ = scale; } @@ -963,6 +1045,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -988,6 +1071,9 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main void set_z_scale(double scale) { zscale_ = scale; @@ -1006,6 +1092,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1014,6 +1101,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= void set_z_scale(double scale) { zscale_ = scale; } void set_intensity_scale(double scale) { iscale_ = scale; } @@ -1023,6 +1112,9 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -1053,6 +1145,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1116,6 +1209,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { pdal::PointRef p(view, 0); for (pdal::PointId idx = 0; idx < view.size(); ++idx) { @@ -1134,6 +1229,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1163,6 +1259,10 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= virtual bool processOne(pdal::PointRef &point); ======= +>>>>>>> osgeo-main +======= + virtual bool processOne(pdal::PointRef &point); +======= >>>>>>> osgeo-main virtual bool processOne(pdal::PointRef & point); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1178,6 +1278,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1219,6 +1320,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main pdal::Dimension::Id dim_to_import_; @@ -1270,6 +1373,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1311,6 +1415,10 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main GrassLidarFilter &operator=(const GrassLidarFilter &); GrassLidarFilter(const GrassLidarFilter &); }; @@ -1322,6 +1430,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1347,6 +1456,9 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main GrassLidarFilter & operator=(const GrassLidarFilter &); GrassLidarFilter(const GrassLidarFilter &); }; @@ -1359,6 +1471,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1367,6 +1480,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= GrassLidarFilter &operator=(const GrassLidarFilter &); GrassLidarFilter(const GrassLidarFilter &); @@ -1379,6 +1494,7 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1412,4 +1528,8 @@ class GrassLidarFilter:public pdal::Filter, public pdal::Streamable ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #endif // GRASSLIDARFILTER_H diff --git a/raster/r.in.pdal/grassrasterwriter.h b/raster/r.in.pdal/grassrasterwriter.h index 05dd8f2442e..6950b67cd86 100644 --- a/raster/r.in.pdal/grassrasterwriter.h +++ b/raster/r.in.pdal/grassrasterwriter.h @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30,6 +31,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -40,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -79,6 +83,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /*************************************************************************** * * MODULE: r.in.pdal @@ -110,6 +118,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) extern "C" { @@ -138,6 +147,10 @@ extern "C" { extern "C" { ======= >>>>>>> osgeo-main +======= +extern "C" { +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -152,6 +165,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -177,10 +191,13 @@ extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main #include "lidar.h" #include "point_binning.h" } +<<<<<<< HEAD ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -220,6 +237,13 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +<<<<<<< HEAD +<<<<<<< HEAD +<<<<<<< HEAD +extern "C" { +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -233,6 +257,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -309,6 +334,8 @@ extern "C" { extern "C" { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include #include } @@ -327,6 +354,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD /* Binning code wrapped as a PDAL Writer class */ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= @@ -353,6 +381,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Binning code wrapped as a PDAL Writer class */ #ifdef HAVE_PDAL_NOFILENAMEWRITER class GrassRasterWriter : public pdal::NoFilenameWriter, @@ -377,7 +407,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= ======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -418,6 +451,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -499,6 +533,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { int cols) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { region_ = region; point_binning_ = point_binning; @@ -523,6 +559,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -564,6 +601,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void set_output_scale(double scale) { scale_ = scale; } void set_base_raster(SEGMENT *base_segment, struct Cell_head *region, @@ -575,6 +616,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -600,6 +642,9 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main void set_output_scale(double scale) { scale_ = scale; @@ -614,6 +659,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -622,6 +668,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= void set_output_scale(double scale) { scale_ = scale; } @@ -634,6 +682,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -667,6 +716,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main { base_segment_ = base_segment; input_region_ = region; @@ -693,6 +746,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -734,6 +788,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main virtual bool processOne(pdal::PointRef &point) { using namespace pdal::Dimension; @@ -748,6 +806,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -773,6 +832,9 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main virtual bool processOne(pdal::PointRef & point) { using namespace pdal::Dimension; @@ -787,6 +849,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -795,6 +858,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= virtual bool processOne(pdal::PointRef &point) { @@ -810,6 +875,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -843,6 +909,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main z *= scale_; if (base_segment_) { @@ -873,6 +943,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -914,6 +985,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_message(_("A point on the edge of computational region detected. " "Ignoring.")); return false; @@ -928,6 +1003,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -953,6 +1029,9 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main G_message(_("A point on the edge of computational region detected. Ignoring.")); return false; } @@ -966,6 +1045,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -974,6 +1054,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_message(_("A point on the edge of computational region detected. " "Ignoring.")); @@ -989,6 +1071,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1022,6 +1105,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main n_processed++; return true; } @@ -1039,6 +1126,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1068,6 +1156,10 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { ======= private: ======= +>>>>>>> osgeo-main +======= +private: +======= >>>>>>> osgeo-main private: >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1083,6 +1175,7 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1124,6 +1217,8 @@ class GrassRasterWriter : public pdal::Writer, public pdal::Streamable { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main struct Cell_head *region_; struct PointBinning *point_binning_; struct BinIndex *bin_index_nodes_; diff --git a/raster/r.in.pdal/info.cpp b/raster/r.in.pdal/info.cpp index 5a5e359470f..8c11687981c 100644 --- a/raster/r.in.pdal/info.cpp +++ b/raster/r.in.pdal/info.cpp @@ -11,6 +11,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40,6 +41,10 @@ ======= * ======= +>>>>>>> osgeo-main +======= + * +======= >>>>>>> osgeo-main * >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -55,6 +60,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96,6 +102,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * Copyright 2021 by Maris Nartiss, and The GRASS Development Team * Author: Maris Nartiss * @@ -118,6 +126,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -131,6 +140,8 @@ >>>>>>> osgeo-main ======= >>>>>>> osgeo-main +======= +>>>>>>> osgeo-main #include ======= ======= @@ -143,6 +154,7 @@ >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -219,6 +231,11 @@ >>>>>>> osgeo-main ======= +<<<<<<< HEAD +>>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +>>>>>>> osgeo-main +======= + <<<<<<< HEAD >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) >>>>>>> osgeo-main @@ -234,6 +251,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -255,6 +273,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void get_extent(struct StringList *infiles, double *min_x, double *max_x, double *min_y, double *max_y, double *min_z, double *max_z) { @@ -274,6 +294,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -310,6 +331,10 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, ======= *min_x = *max_x = *min_y = *max_y = *min_z = *max_z = NAN; ======= +>>>>>>> osgeo-main +======= + *min_x = *max_x = *min_y = *max_y = *min_z = *max_z = NAN; +======= >>>>>>> osgeo-main *min_x = *max_x = *min_y = *max_y = *min_z = *max_z = 0.0 / 0.0; >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -325,6 +350,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -333,6 +359,8 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= *min_x = *max_x = *min_y = *max_y = *min_z = *max_z = 0.0 / 0.0; ======= @@ -345,6 +373,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -390,6 +419,8 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main for (int i = 0; i < infiles->num_items; i++) { const char *infile = infiles->items[i]; @@ -416,6 +447,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -445,6 +477,10 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, ======= const pdal::LasHeader &las_header = las_reader.header(); ======= +>>>>>>> osgeo-main +======= + const pdal::LasHeader &las_header = las_reader.header(); +======= >>>>>>> osgeo-main pdal::LasHeader las_header = las_reader.header(); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -460,6 +496,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -501,6 +538,8 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (first) { *min_x = las_header.minX(); *min_y = las_header.minY(); @@ -539,6 +578,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -560,6 +600,8 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -570,6 +612,7 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -609,6 +652,10 @@ void get_extent(struct StringList *infiles, double *min_x, double *max_x, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void print_extent(struct StringList *infiles) { double min_x, max_x, min_y, max_y, min_z, max_z; @@ -625,6 +672,7 @@ void print_extent(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -666,6 +714,10 @@ void print_extent(struct StringList *infiles) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "n=%f s=%f e=%f w=%f b=%f t=%f\n", max_y, min_y, max_x, min_x, min_z, max_z); } @@ -677,6 +729,7 @@ void print_extent(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -702,6 +755,9 @@ void print_extent(struct StringList *infiles) ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main fprintf(stdout, "n=%f s=%f e=%f w=%f b=%f t=%f\n", max_y, min_y, max_x, min_x, min_z, max_z); } @@ -714,6 +770,7 @@ void print_extent(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -722,6 +779,8 @@ void print_extent(struct StringList *infiles) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= fprintf(stdout, "n=%f s=%f e=%f w=%f b=%f t=%f\n", max_y, min_y, max_x, min_x, min_z, max_z); @@ -734,6 +793,7 @@ void print_extent(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -767,6 +827,10 @@ void print_extent(struct StringList *infiles) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void print_lasinfo(struct StringList *infiles) { pdal::StageFactory factory; @@ -783,6 +847,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -800,6 +865,8 @@ void print_lasinfo(struct StringList *infiles) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -809,6 +876,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -834,6 +902,8 @@ void print_lasinfo(struct StringList *infiles) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main std::cout << std::endl << "Using PDAL library version '" << pdal::Config::fullVersionString() << "'" << std::endl @@ -848,6 +918,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -866,6 +937,9 @@ void print_lasinfo(struct StringList *infiles) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main std::cout << std::endl << "Using PDAL library version '" << pdal::Config::fullVersionString() << "'" << std::endl << std::endl; @@ -880,6 +954,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -918,6 +993,8 @@ void print_lasinfo(struct StringList *infiles) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for (int i = 0; i < infiles->num_items; i++) { const char *infile = infiles->items[i]; @@ -944,6 +1021,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -985,6 +1063,10 @@ void print_lasinfo(struct StringList *infiles) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main const pdal::LasHeader &h = las_reader.header(); pdal::PointLayoutPtr point_layout = table.layout(); const pdal::Dimension::IdList &dims = point_layout->dims(); @@ -1026,8 +1108,11 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= pdal::LasHeader las_header = las_reader.header(); ======= @@ -1079,6 +1164,7 @@ void print_lasinfo(struct StringList *infiles) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1268,6 +1354,11 @@ void print_lasinfo(struct StringList *infiles) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main bool first = 1; diff --git a/raster/r.in.pdal/info.h b/raster/r.in.pdal/info.h index b2ae185f096..853149b4567 100644 --- a/raster/r.in.pdal/info.h +++ b/raster/r.in.pdal/info.h @@ -11,6 +11,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -40,6 +41,10 @@ ======= * ======= +>>>>>>> osgeo-main +======= + * +======= >>>>>>> osgeo-main * >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -55,6 +60,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -96,6 +102,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * Copyright 2021 by Maris Nartiss, and The GRASS Development Team * Author: Maris Nartiss * @@ -117,6 +125,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -136,6 +145,8 @@ >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-parameter" @@ -149,6 +160,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -178,6 +190,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include #include #include @@ -192,6 +208,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD extern "C" { ======= @@ -213,6 +230,8 @@ extern "C" { >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic pop #endif @@ -227,6 +246,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -235,6 +255,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -247,6 +269,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -256,6 +279,8 @@ extern "C" { ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= extern "C" { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -265,6 +290,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -292,6 +318,8 @@ extern "C" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include #include #include "string_list.h" @@ -308,6 +336,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -344,6 +373,11 @@ void get_extent(struct StringList *, double *, double *, double *, double *, double *, double *); ======= >>>>>>> osgeo-main +======= +void get_extent(struct StringList *, double *, double *, double *, double *, + double *, double *); +======= +>>>>>>> osgeo-main void get_extent(struct StringList *, double *, double *, double *, double *, double *, double *); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -361,6 +395,7 @@ void get_extent(struct StringList *, double *, double *, double *, double *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -407,6 +442,8 @@ void get_extent(struct StringList *, double *, double *, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void print_extent(struct StringList *); void print_lasinfo(struct StringList *); diff --git a/raster/r.in.pdal/lidar.c b/raster/r.in.pdal/lidar.c index e92f25116d2..d22a65fa9be 100644 --- a/raster/r.in.pdal/lidar.c +++ b/raster/r.in.pdal/lidar.c @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30,6 +31,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -40,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -79,6 +83,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /**************************************************************************** * * MODULE: r.in.pdal @@ -104,6 +112,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -125,6 +134,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -135,6 +146,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -174,6 +186,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include "lidar.h" void GLidarLayers_set_no_layers(struct GLidarLayers *layers) @@ -209,6 +225,7 @@ struct class_table class_val[] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -250,6 +267,10 @@ struct class_table class_val[] = { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main {13 /* 13 - 31 */, "Reserved for ASPRS Definition"}, {0, 0}}; @@ -262,6 +283,7 @@ struct class_table class_type[] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -287,6 +309,9 @@ struct class_table class_type[] = { ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main {13 /* 13 - 31 */ , "Reserved for ASPRS Definition"}, {0, 0} }; @@ -304,6 +329,7 @@ struct class_table class_type[] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -312,6 +338,8 @@ struct class_table class_type[] = { >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= {13 /* 13 - 31 */, "Reserved for ASPRS Definition"}, {0, 0}}; @@ -325,6 +353,7 @@ struct class_table class_type[] = { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -358,6 +387,10 @@ struct class_table class_type[] = { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int return_to_cat(int return_n, int n_returns) { diff --git a/raster/r.in.pdal/lidar.h b/raster/r.in.pdal/lidar.h index 3e865564873..26645d19e44 100644 --- a/raster/r.in.pdal/lidar.h +++ b/raster/r.in.pdal/lidar.h @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30,6 +31,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -40,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -79,6 +83,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /**************************************************************************** * * MODULE: r.in.pdal @@ -104,6 +112,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -145,6 +154,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifndef GRASS_LIDAR_H #define GRASS_LIDAR_H @@ -159,6 +172,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -178,6 +192,9 @@ ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -202,6 +219,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -259,6 +277,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* Type and format specifier for count of points */ #ifdef HAVE_LONG_LONG_INT @@ -282,6 +302,7 @@ typedef unsigned long gpoint_count; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -312,6 +333,10 @@ struct GLidarLayers { struct GLidarLayers { ======= >>>>>>> osgeo-main +======= +struct GLidarLayers { +======= +>>>>>>> osgeo-main struct GLidarLayers { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -327,6 +352,7 @@ struct GLidarLayers { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -370,6 +396,8 @@ struct GLidarLayers { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int id_layer; int return_layer; int class_layer; @@ -425,6 +453,7 @@ void GLidarLayers_set_no_layers(struct GLidarLayers *layers); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -455,6 +484,10 @@ struct class_table { struct class_table { ======= >>>>>>> osgeo-main +======= +struct class_table { +======= +>>>>>>> osgeo-main struct class_table { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -470,6 +503,7 @@ struct class_table { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -513,6 +547,8 @@ struct class_table { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int code; char *name; }; diff --git a/raster/r.in.pdal/main.cpp b/raster/r.in.pdal/main.cpp index ca19193f0da..e4ff165814f 100644 --- a/raster/r.in.pdal/main.cpp +++ b/raster/r.in.pdal/main.cpp @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) /**************************************************************************** @@ -38,6 +39,10 @@ ======= /**************************************************************************** ======= +>>>>>>> osgeo-main +======= +/**************************************************************************** +======= >>>>>>> osgeo-main /**************************************************************************** @@ -54,6 +59,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -97,6 +103,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * * MODULE: r.in.pdal * @@ -124,6 +132,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -143,6 +152,8 @@ >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-parameter" @@ -156,6 +167,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -185,6 +197,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #include #include #include @@ -203,6 +219,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD extern "C" { ======= @@ -224,6 +241,8 @@ extern "C" { >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #if defined(__clang__) #pragma clang diagnostic pop #endif @@ -238,6 +257,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -246,6 +266,8 @@ extern "C" { >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -258,6 +280,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -267,6 +290,8 @@ extern "C" { ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= extern "C" { >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -276,6 +301,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -303,6 +329,8 @@ extern "C" >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include #include #include @@ -324,6 +352,7 @@ extern "C" <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -354,6 +383,10 @@ extern "C" { extern "C" { ======= >>>>>>> osgeo-main +======= +extern "C" { +======= +>>>>>>> osgeo-main extern "C" { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -369,6 +402,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -412,6 +446,8 @@ extern "C" { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #include "lidar.h" #include "projection.h" #include "filters.h" @@ -432,6 +468,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -453,6 +490,8 @@ extern "C" { ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -463,6 +502,7 @@ extern "C" { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -502,6 +542,10 @@ extern "C" { ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int main(int argc, char *argv[]) { int out_fd; @@ -526,6 +570,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -555,6 +600,10 @@ int main(int argc, char *argv[]) ======= int rows, cols; /* scan box size */ ======= +>>>>>>> osgeo-main +======= + int rows, cols; /* scan box size */ +======= >>>>>>> osgeo-main int rows, cols; /* scan box size */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -570,6 +619,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -611,6 +661,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main char buff[BUFFSIZE]; @@ -644,6 +696,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -679,6 +732,11 @@ int main(int argc, char *argv[]) module->description = _("Creates a raster map from LAS LiDAR points using " "univariate statistics."); ======= +>>>>>>> osgeo-main +======= + module->description = _("Creates a raster map from LAS LiDAR points using " + "univariate statistics."); +======= >>>>>>> osgeo-main module->description = _("Creates a raster map from LAS LiDAR points using univariate statistics."); @@ -697,6 +755,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -743,6 +802,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Option *input_opt = G_define_standard_option(G_OPT_F_BIN_INPUT); @@ -786,6 +847,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -815,6 +877,10 @@ int main(int argc, char *argv[]) ======= method_opt->answer = const_cast("mean"); ======= +>>>>>>> osgeo-main +======= + method_opt->answer = const_cast("mean"); +======= >>>>>>> osgeo-main method_opt->answer = const_cast < char *>("mean"); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -830,6 +896,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -871,6 +938,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main method_opt->guisection = _("Statistic"); G_asprintf((char **)&(method_opt->descriptions), @@ -927,6 +996,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -956,6 +1026,10 @@ int main(int argc, char *argv[]) ======= type_opt->answer = const_cast("FCELL"); ======= +>>>>>>> osgeo-main +======= + type_opt->answer = const_cast("FCELL"); +======= >>>>>>> osgeo-main type_opt->answer = const_cast < char *>("FCELL"); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -971,6 +1045,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1012,6 +1087,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Option *base_raster_opt = G_define_standard_option(G_OPT_R_INPUT); @@ -1028,6 +1105,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1057,6 +1135,10 @@ int main(int argc, char *argv[]) ======= base_raster_opt->label = _("Subtract raster values from the Z coordinates"); ======= +>>>>>>> osgeo-main +======= + base_raster_opt->label = _("Subtract raster values from the Z coordinates"); +======= >>>>>>> osgeo-main base_raster_opt->label = _("Subtract raster values from the Z coordinates"); @@ -1073,6 +1155,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1116,6 +1199,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main base_raster_opt->description = _("The scale for Z is applied beforehand, the range filter for" " Z afterwards"); @@ -1148,6 +1233,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1177,6 +1263,10 @@ int main(int argc, char *argv[]) ======= zscale_opt->answer = const_cast("1.0"); ======= +>>>>>>> osgeo-main +======= + zscale_opt->answer = const_cast("1.0"); +======= >>>>>>> osgeo-main zscale_opt->answer = const_cast < char *>("1.0"); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1192,6 +1282,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1233,6 +1324,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main zscale_opt->description = _("Scale to apply to Z data"); zscale_opt->guisection = _("Transform"); @@ -1254,6 +1347,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1283,6 +1377,10 @@ int main(int argc, char *argv[]) ======= irange_opt->description = _("Filter range for intensity values (min,max)"); ======= +>>>>>>> osgeo-main +======= + irange_opt->description = _("Filter range for intensity values (min,max)"); +======= >>>>>>> osgeo-main irange_opt->description = _("Filter range for intensity values (min,max)"); @@ -1299,6 +1397,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1342,6 +1441,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main irange_opt->guisection = _("Selection"); Option *iscale_opt = G_define_option(); @@ -1360,6 +1461,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1389,6 +1491,10 @@ int main(int argc, char *argv[]) ======= iscale_opt->answer = const_cast("1.0"); ======= +>>>>>>> osgeo-main +======= + iscale_opt->answer = const_cast("1.0"); +======= >>>>>>> osgeo-main iscale_opt->answer = const_cast < char *>("1.0"); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -1404,6 +1510,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1445,6 +1552,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main iscale_opt->description = _("Scale to apply to intensity values"); iscale_opt->guisection = _("Transform"); @@ -1482,6 +1591,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1501,6 +1611,8 @@ int main(int argc, char *argv[]) >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Reproject to project's coordinate system if needed"); reproject_flag->description = _("Reprojects input dataset to the coordinate system of" @@ -1517,6 +1629,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1546,6 +1659,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _("Reproject to location's coordinate system if needed"); reproject_flag->description = _("Reprojects input dataset to the coordinate system of" @@ -1563,6 +1680,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD // TODO: from the API it seems that also prj file path and proj string will // work @@ -1585,6 +1703,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main // TODO: from the API it seems that also prj file path and proj string will work >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1597,6 +1717,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1605,6 +1726,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= // TODO: from the API it seems that also prj file path and proj string will // work @@ -1615,6 +1738,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1640,6 +1764,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main Option *input_srs_opt = G_define_option(); input_srs_opt->key = "input_srs"; @@ -1682,6 +1808,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1717,6 +1844,11 @@ int main(int argc, char *argv[]) trim_opt->description = _("Discard percent of the smallest and " " percent of the largest observations"); ======= +>>>>>>> osgeo-main +======= + trim_opt->description = _("Discard percent of the smallest and " + " percent of the largest observations"); +======= >>>>>>> osgeo-main trim_opt->description = _("Discard percent of the smallest and percent of the largest observations"); @@ -1735,6 +1867,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1781,6 +1914,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main trim_opt->guisection = _("Statistic"); Option *res_opt = G_define_option(); @@ -1807,6 +1942,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1836,6 +1972,10 @@ int main(int argc, char *argv[]) ======= return_filter_opt->label = _("Only import points of selected return type"); ======= +>>>>>>> osgeo-main +======= + return_filter_opt->label = _("Only import points of selected return type"); +======= >>>>>>> osgeo-main return_filter_opt->label = _("Only import points of selected return type"); @@ -1852,6 +1992,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1895,6 +2036,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return_filter_opt->description = _("If not specified, all points are imported"); return_filter_opt->options = "first,last,mid"; @@ -1918,6 +2061,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1941,6 +2085,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class_filter_opt->description = _("Input is comma separated integers. " "If not specified, all points are imported."); @@ -1953,6 +2099,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD class_filter_opt->description = _("Input is comma separated integers. " @@ -1965,6 +2112,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main class_filter_opt->description = _("Input is comma separated integers. " "If not specified, all points are imported."); @@ -1980,6 +2129,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1988,6 +2138,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= class_filter_opt->description = _("Input is comma separated integers. " @@ -1999,6 +2151,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2026,6 +2179,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main class_filter_opt->guisection = _("Selection"); Option *dimension_opt = G_define_option(); @@ -2047,6 +2202,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2076,6 +2232,10 @@ int main(int argc, char *argv[]) ======= dimension_opt->answer = const_cast("z"); ======= +>>>>>>> osgeo-main +======= + dimension_opt->answer = const_cast("z"); +======= >>>>>>> osgeo-main dimension_opt->answer = const_cast < char *>("z"); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -2091,6 +2251,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2132,6 +2293,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main dimension_opt->guisection = _("Selection"); G_asprintf((char **)&(dimension_opt->descriptions), @@ -2151,6 +2314,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2168,6 +2332,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2177,6 +2343,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2202,6 +2369,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main "angle;%s;" "class;%s;" "source;%s", @@ -2216,6 +2385,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -2230,6 +2400,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main "angle;%s;" "class;%s;" "source;%s", _("Z coordinate"), >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -2241,6 +2414,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2288,6 +2462,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* GTC: LAS LiDAR point property */ _("Intensity"), /* GTC: LAS LiDAR point property */ @@ -2345,6 +2521,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("Override projection check (use current location's projection)"); over_flag->description = _( @@ -2368,6 +2545,8 @@ int main(int argc, char *argv[]) >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("Override projection check (use current project's CRS)"); over_flag->description = _("Assume that the dataset has the same coordinate reference system as " @@ -2381,6 +2560,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2389,6 +2569,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main over_flag->description = _("Assume that the dataset has same projection as the current location"); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -2402,6 +2584,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2410,6 +2593,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= _("Override projection check (use current location's projection)"); over_flag->description = _( @@ -2421,6 +2606,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2448,6 +2634,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main over_flag->guisection = _("Projection"); Flag *base_rast_res_flag = G_define_flag(); @@ -2482,6 +2670,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2503,6 +2692,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2513,6 +2704,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2552,6 +2744,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_option_required(input_opt, file_list_opt, NULL); G_option_exclusive(input_opt, file_list_opt, NULL); G_option_requires(base_rast_res_flag, base_raster_opt, NULL); @@ -2570,6 +2766,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2591,6 +2788,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2601,6 +2800,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2640,6 +2840,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (G_parser(argc, argv)) return EXIT_FAILURE; @@ -2659,6 +2863,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2688,6 +2893,10 @@ int main(int argc, char *argv[]) ======= G_fatal_error(_("File <%s> does not exist"), file_list_opt->answer); ======= +>>>>>>> osgeo-main +======= + G_fatal_error(_("File <%s> does not exist"), file_list_opt->answer); +======= >>>>>>> osgeo-main G_fatal_error(_("File <%s> does not exist"), file_list_opt->answer); @@ -2704,6 +2913,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2747,6 +2957,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main string_list_from_file(&infiles, file_list_opt->answer); } else { @@ -2776,6 +2988,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2793,6 +3006,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2802,6 +3017,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2827,6 +3043,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (set_region_flag->answer && !(extents_flag->answer || res_opt->answer || base_rast_res_flag->answer)) { G_warning(_("Flag %c makes sense only with %s option or -%c flag or " @@ -2841,6 +3059,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2870,6 +3089,9 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main if (set_region_flag->answer && !(extents_flag->answer || res_opt->answer || base_rast_res_flag->answer)) { @@ -2881,6 +3103,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2895,6 +3120,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2920,6 +3146,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main set_region_flag->key, res_opt->key, extents_flag->key, base_rast_res_flag->key); /* avoid the call later on */ @@ -2970,6 +3198,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3011,6 +3240,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main G_get_set_window( &loc_wind); /* TODO: v.in.lidar uses G_get_default_window() */ @@ -3023,6 +3256,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3048,6 +3282,9 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main G_get_set_window(&loc_wind); /* TODO: v.in.lidar uses G_get_default_window() */ /* Region is set based on whole point cloud that could be larger than imported part */ @@ -3058,6 +3295,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3066,6 +3304,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_get_set_window( &loc_wind); /* TODO: v.in.lidar uses G_get_default_window() */ @@ -3079,6 +3319,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3112,6 +3353,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (extents_flag->answer) { double min_x, max_x, min_y, max_y, min_z, max_z; @@ -3138,6 +3383,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3179,6 +3425,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main use_spatial_filter = spatial_filter_from_current_region(&xmin, &ymin, &xmax, &ymax); } @@ -3205,6 +3455,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3215,6 +3466,9 @@ int main(int argc, char *argv[]) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main use_spatial_filter = spatial_filter_from_current_region(&xmin, &ymin, @@ -3239,6 +3493,7 @@ int main(int argc, char *argv[]) &return_filter_struct, return_filter_opt->answer); struct ClassFilter class_filter; <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) @@ -3310,6 +3565,8 @@ int main(int argc, char *argv[]) ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main bool use_class_filter = class_filter_create_from_strings(&class_filter, class_filter_opt-> answers); @@ -3320,6 +3577,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3328,6 +3586,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= bool use_class_filter = class_filter_create_from_strings( &class_filter, class_filter_opt->answers); @@ -3338,6 +3598,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3371,6 +3632,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main point_binning_set(&point_binning, method_opt->answer, pth_opt->answer, trim_opt->answer); @@ -3525,6 +3790,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3554,6 +3820,10 @@ int main(int argc, char *argv[]) ======= Rast_set_input_window(&input_region); /* we have split window */ ======= +>>>>>>> osgeo-main +======= + Rast_set_input_window(&input_region); /* we have split window */ +======= >>>>>>> osgeo-main Rast_set_input_window(&input_region); /* we have split window */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -3569,6 +3839,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3610,6 +3881,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } else { Rast_get_input_window(&input_region); @@ -3641,6 +3914,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3670,6 +3944,10 @@ int main(int argc, char *argv[]) ======= std::vector readers; ======= +>>>>>>> osgeo-main +======= + std::vector readers; +======= >>>>>>> osgeo-main std::vector < pdal::Stage * >readers; >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -3685,6 +3963,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3726,6 +4005,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main pdal::StageFactory factory; pdal::MergeFilter merge_filter; /* loop of input files */ @@ -3751,6 +4032,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3792,6 +4074,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main pdal::Stage *reader = factory.createStage(pdal_read_driver); if (!reader) G_fatal_error("PDAL reader creation failed, a wrong format of <%s>", @@ -3803,6 +4089,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3828,6 +4115,9 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main pdal::Stage * reader = factory.createStage(pdal_read_driver); if (!reader) G_fatal_error @@ -3840,6 +4130,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3848,6 +4139,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= pdal::Stage *reader = factory.createStage(pdal_read_driver); if (!reader) @@ -3860,6 +4153,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3893,6 +4187,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main reader->setOptions(las_opts); readers.push_back(reader); merge_filter.setInput(*reader); @@ -3912,6 +4210,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3941,6 +4240,10 @@ int main(int argc, char *argv[]) ======= pdal::Stage *last_stage = &merge_filter; ======= +>>>>>>> osgeo-main +======= + pdal::Stage *last_stage = &merge_filter; +======= >>>>>>> osgeo-main pdal::Stage * last_stage = &merge_filter; >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -3956,6 +4259,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3997,6 +4301,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main pdal::ReprojectionFilter reprojection_filter; // we reproject when requested regardless of the input projection @@ -4009,6 +4315,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Reprojecting the input to the location projection")); ======= @@ -4030,6 +4337,8 @@ int main(int argc, char *argv[]) >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_message(_("Reprojecting the input to the project's CRS")); ======= G_message(_("Reprojecting the input to the location projection")); @@ -4040,6 +4349,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_message(_("Reprojecting the input to the location projection")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4074,6 +4384,11 @@ int main(int argc, char *argv[]) G_message(_("Reprojecting the input to the location projection")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_message(_("Reprojecting the input to the location projection")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main char *proj_wkt = location_projection_as_wkt(false); pdal::Options o4; @@ -4090,6 +4405,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4125,6 +4441,11 @@ int main(int argc, char *argv[]) o4.add("in_srs", input_srs_opt->answer); o4.add("out_srs", proj_wkt); ======= +>>>>>>> osgeo-main +======= + o4.add("in_srs", input_srs_opt->answer); + o4.add("out_srs", proj_wkt); +======= >>>>>>> osgeo-main o4.add < std::string > ("in_srs", input_srs_opt->answer); o4.add < std::string > ("out_srs", proj_wkt); @@ -4143,6 +4464,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4189,6 +4511,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main reprojection_filter.setOptions(o4); reprojection_filter.setInput(*last_stage); last_stage = &reprojection_filter; @@ -4223,6 +4547,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4252,6 +4577,10 @@ int main(int argc, char *argv[]) ======= grass_filter.set_z_scale(zscale); // Default is 1 == no scale ======= +>>>>>>> osgeo-main +======= + grass_filter.set_z_scale(zscale); // Default is 1 == no scale +======= >>>>>>> osgeo-main grass_filter.set_z_scale(zscale); // Default is 1 == no scale >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -4267,6 +4596,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4308,6 +4638,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main grass_filter.set_intensity_scale(iscale); grass_filter.set_d_scale(dscale); grass_filter.setInput(*last_stage); @@ -4327,6 +4659,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -4350,6 +4683,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main // stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory // consumption, so using 10k in case it is faster for some cases @@ -4362,6 +4697,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD // stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory @@ -4379,6 +4715,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main //stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory // consumption, so using 10k in case it is faster for some cases @@ -4389,6 +4727,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4397,6 +4736,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= // stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory @@ -4408,6 +4749,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4416,6 +4758,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= // stream_filter.setInput(*last_stage); // there is no difference between 1 and 10k points in memory @@ -4427,6 +4771,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4448,6 +4793,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main pdal::point_count_t point_table_capacity = 10000; pdal::FixedPointTable point_table(point_table_capacity); binning_writer.prepare(point_table); @@ -4463,6 +4810,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD " that the projection of input matches" " the location projection")); @@ -4485,6 +4833,8 @@ int main(int argc, char *argv[]) >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main " that the CRS of input matches" " the project's CRS")); ======= @@ -4497,6 +4847,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4505,6 +4856,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= " that the projection of input matches" " the location projection")); @@ -4515,6 +4868,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4532,6 +4886,8 @@ int main(int argc, char *argv[]) >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } else if (!reproject_flag->answer) { pdal::SpatialReference spatial_reference = @@ -4588,6 +4944,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -4605,6 +4962,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -4614,6 +4973,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4639,6 +4999,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_warning( _("Both dimension and user dimension parameters are specified. " "Using '%s' as the dimension to import."), @@ -4653,6 +5015,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4682,6 +5045,9 @@ int main(int argc, char *argv[]) ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main G_warning(_("Both dimension and user dimension parameters are specified. " "Using '%s' as the dimension to import."), user_dimension_opt->answer); @@ -4692,6 +5058,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -4706,6 +5075,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4731,6 +5101,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } // this is just for sure, we tested the individual dimensions before @@ -4752,6 +5124,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4787,6 +5160,11 @@ int main(int argc, char *argv[]) binning_writer.set_binning(®ion, &point_binning, &bin_index_nodes, rtype, cols); ======= +>>>>>>> osgeo-main +======= + binning_writer.set_binning(®ion, &point_binning, &bin_index_nodes, rtype, + cols); +======= >>>>>>> osgeo-main binning_writer.set_binning(®ion, &point_binning, &bin_index_nodes, rtype, cols); @@ -4805,6 +5183,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4851,6 +5230,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main binning_writer.dim_to_import(dim_to_import); if (base_raster_opt->answer) binning_writer.set_base_raster(&base_segment, &input_region, @@ -4875,6 +5256,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -4910,6 +5292,11 @@ int main(int argc, char *argv[]) write_values(&point_binning, &bin_index_nodes, raster_row, row, cols, rtype); ======= +>>>>>>> osgeo-main +======= + write_values(&point_binning, &bin_index_nodes, raster_row, row, cols, + rtype); +======= >>>>>>> osgeo-main write_values(&point_binning, &bin_index_nodes, raster_row, row, cols, rtype); @@ -4928,6 +5315,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -4974,6 +5362,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_percent(row, rows, 10); /* write out line of raster data */ @@ -4995,6 +5385,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -5024,6 +5415,10 @@ int main(int argc, char *argv[]) ======= G_percent(1, 1, 1); /* flush */ ======= +>>>>>>> osgeo-main +======= + G_percent(1, 1, 1); /* flush */ +======= >>>>>>> osgeo-main G_percent(1, 1, 1); /* flush */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -5039,6 +5434,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5080,6 +5476,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_free(raster_row); G_message(_(GPOINT_COUNT_FORMAT " points found in input file(s)"), @@ -5101,6 +5499,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5147,6 +5546,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main snprintf(title, sizeof(title), "Raw X,Y,Z data binned into a raster grid by cell %s", method_opt->answer); @@ -5158,6 +5561,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= @@ -5176,6 +5580,9 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main sprintf(title, "Raw X,Y,Z data binned into a raster grid by cell %s", method_opt->answer); @@ -5192,6 +5599,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -5200,6 +5608,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= sprintf(title, "Raw X,Y,Z data binned into a raster grid by cell %s", method_opt->answer); @@ -5216,6 +5626,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5257,6 +5668,8 @@ int main(int argc, char *argv[]) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Rast_put_cell_title(outmap, title); Rast_short_history(outmap, "raster", &history); @@ -5294,6 +5707,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -5345,6 +5759,10 @@ int main(int argc, char *argv[]) ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main snprintf(buff, BUFFSIZE, _("Raster map <%s> created." " " GPOINT_COUNT_FORMAT @@ -5357,6 +5775,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -5372,6 +5791,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main } else { snprintf(buff, BUFFSIZE, @@ -5385,6 +5806,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -5398,6 +5820,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main ======= sprintf(buff, _("Raster map <%s> created." " " GPOINT_COUNT_FORMAT @@ -5409,6 +5833,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -5450,6 +5875,13 @@ int main(int argc, char *argv[]) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main sprintf(buff, _("Raster map <%s> created." " " GPOINT_COUNT_FORMAT @@ -5462,6 +5894,9 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -5487,6 +5922,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -5496,6 +5932,8 @@ int main(int argc, char *argv[]) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= snprintf(buff, BUFFSIZE, _("Raster map <%s> created." @@ -5507,6 +5945,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -5519,6 +5958,8 @@ int main(int argc, char *argv[]) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main } else { snprintf(buff, BUFFSIZE, @@ -5532,6 +5973,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -5540,6 +5982,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -5550,6 +5994,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -5615,6 +6060,8 @@ int main(int argc, char *argv[]) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main } G_done_msg("%s", buff); diff --git a/raster/r.in.pdal/point_binning.c b/raster/r.in.pdal/point_binning.c index 5237d34a202..f5b2f4bd133 100644 --- a/raster/r.in.pdal/point_binning.c +++ b/raster/r.in.pdal/point_binning.c @@ -35,6 +35,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -76,6 +77,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void *get_cell_ptr(void *array, int cols, int row, int col, RASTER_MAP_TYPE map_type) { @@ -90,6 +95,7 @@ void *get_cell_ptr(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -109,6 +115,9 @@ void *get_cell_ptr(void *array, int cols, int row, int col, ======= ======= >>>>>>> osgeo-main +======= +======= +>>>>>>> osgeo-main ======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -132,6 +141,7 @@ void *get_cell_ptr(void *array, int cols, int row, int col, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -187,6 +197,8 @@ void *get_cell_ptr(void *array, int cols, int row, int col, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, int value) { @@ -221,6 +233,7 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD Rast_set_null_value(array, nrows * ncols, map_type); ======= @@ -242,6 +255,8 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main for (row = 0; row < nrows; row++) { Rast_set_null_value(ptr, ncols, map_type); ptr = G_incr_void_ptr(ptr, ncols * Rast_cell_size(map_type)); @@ -255,6 +270,7 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= Rast_set_null_value(array, nrows * ncols, map_type); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -289,6 +305,11 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, Rast_set_null_value(array, nrows * ncols, map_type); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + Rast_set_null_value(array, nrows * ncols, map_type); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main break; default: @@ -309,6 +330,7 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -330,6 +352,8 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -340,6 +364,7 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -379,6 +404,10 @@ int blank_array(void *array, int nrows, int ncols, RASTER_MAP_TYPE map_type, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void point_binning_set(struct PointBinning *point_binning, char *method, char *percentile, char *trim) { @@ -484,6 +513,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -519,6 +549,11 @@ void point_binning_set(struct PointBinning *point_binning, char *method, G_fatal_error(_("Unable to calculate percentile without the pth " "option specified!")); ======= +>>>>>>> osgeo-main +======= + G_fatal_error(_("Unable to calculate percentile without the pth " + "option specified!")); +======= >>>>>>> osgeo-main G_fatal_error(_("Unable to calculate percentile without the pth option specified!")); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -536,6 +571,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -580,6 +616,8 @@ void point_binning_set(struct PointBinning *point_binning, char *method, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main point_binning->method = METHOD_PERCENTILE; point_binning->bin_z_index = TRUE; } @@ -602,6 +640,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -637,6 +676,11 @@ void point_binning_set(struct PointBinning *point_binning, char *method, G_fatal_error(_("Unable to calculate trimmed mean without the trim " "option specified!")); ======= +>>>>>>> osgeo-main +======= + G_fatal_error(_("Unable to calculate trimmed mean without the trim " + "option specified!")); +======= >>>>>>> osgeo-main G_fatal_error(_("Unable to calculate trimmed mean without the trim option specified!")); >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -654,6 +698,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -698,6 +743,8 @@ void point_binning_set(struct PointBinning *point_binning, char *method, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main point_binning->method = METHOD_TRIMMEAN; point_binning->bin_z_index = TRUE; } @@ -734,6 +781,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -755,6 +803,8 @@ void point_binning_set(struct PointBinning *point_binning, char *method, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -765,6 +815,7 @@ void point_binning_set(struct PointBinning *point_binning, char *method, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -804,6 +855,10 @@ void point_binning_set(struct PointBinning *point_binning, char *method, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void point_binning_allocate(struct PointBinning *point_binning, int rows, int cols, RASTER_MAP_TYPE rtype) { @@ -828,6 +883,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -863,6 +919,11 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, blank_array(point_binning->min_array, rows, cols, rtype, -1); /* fill with NULLs */ ======= +>>>>>>> osgeo-main +======= + blank_array(point_binning->min_array, rows, cols, rtype, + -1); /* fill with NULLs */ +======= >>>>>>> osgeo-main blank_array(point_binning->min_array, rows, cols, rtype, -1); /* fill with NULLs */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -880,6 +941,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -924,6 +986,8 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } if (point_binning->bin_max) { G_debug(2, "allocating max_array"); @@ -940,6 +1004,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -975,6 +1040,11 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, blank_array(point_binning->max_array, rows, cols, rtype, -1); /* fill with NULLs */ ======= +>>>>>>> osgeo-main +======= + blank_array(point_binning->max_array, rows, cols, rtype, + -1); /* fill with NULLs */ +======= >>>>>>> osgeo-main blank_array(point_binning->max_array, rows, cols, rtype, -1); /* fill with NULLs */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -992,6 +1062,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1036,6 +1107,8 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } if (point_binning->bin_sum) { G_debug(2, "allocating sum_array"); @@ -1069,6 +1142,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1110,6 +1184,10 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main if (point_binning->bin_z_index || point_binning->bin_cnt_index || point_binning->bin_eigenvalues) { G_debug(2, "allocating index_array"); @@ -1127,6 +1205,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1145,6 +1224,9 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main if (point_binning->bin_z_index || point_binning->bin_cnt_index || point_binning->bin_eigenvalues) { @@ -1173,6 +1255,7 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1236,6 +1319,8 @@ void point_binning_allocate(struct PointBinning *point_binning, int rows, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void point_binning_free(struct PointBinning *point_binning, struct BinIndex *bin_index_nodes) { @@ -1265,6 +1350,7 @@ void point_binning_free(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1300,6 +1386,11 @@ void point_binning_free(struct PointBinning *point_binning, if (point_binning->bin_z_index || point_binning->bin_cnt_index || point_binning->bin_eigenvalues) { ======= +>>>>>>> osgeo-main +======= + if (point_binning->bin_z_index || point_binning->bin_cnt_index || + point_binning->bin_eigenvalues) { +======= >>>>>>> osgeo-main if (point_binning->bin_z_index || point_binning->bin_cnt_index || point_binning->bin_eigenvalues) { @@ -1318,6 +1409,7 @@ void point_binning_free(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1364,6 +1456,8 @@ void point_binning_free(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_free(point_binning->index_array); G_free(bin_index_nodes->nodes); bin_index_nodes->num_nodes = 0; @@ -1383,6 +1477,7 @@ void point_binning_free(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1404,6 +1499,8 @@ void point_binning_free(struct PointBinning *point_binning, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1414,6 +1511,7 @@ void point_binning_free(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1453,6 +1551,10 @@ void point_binning_free(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void write_values(struct PointBinning *point_binning, struct BinIndex *bin_index_nodes, void *raster_row, int row, int cols, RASTER_MAP_TYPE rtype) @@ -1472,6 +1574,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1513,6 +1616,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case METHOD_N: /* n is a straight copy */ Rast_raster_cpy(raster_row, ((char *)point_binning->n_array) + @@ -1524,6 +1631,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1549,6 +1657,9 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main case METHOD_N: /* n is a straight copy */ Rast_raster_cpy(raster_row, ((char *)point_binning->n_array) + @@ -1560,6 +1671,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1568,6 +1680,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= case METHOD_N: /* n is a straight copy */ Rast_raster_cpy(raster_row, @@ -1580,6 +1694,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1613,6 +1728,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main cols, CELL_TYPE); break; @@ -1630,6 +1749,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1665,6 +1785,11 @@ void write_values(struct PointBinning *point_binning, ((size_t)row * cols * Rast_cell_size(rtype)), cols, rtype); ======= +>>>>>>> osgeo-main +======= + ((size_t)row * cols * Rast_cell_size(rtype)), + cols, rtype); +======= >>>>>>> osgeo-main ((size_t)row * cols * Rast_cell_size(rtype)), cols, rtype); @@ -1683,6 +1808,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1729,6 +1855,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main break; case METHOD_MAX: @@ -1745,6 +1873,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1786,6 +1915,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main ((size_t)row * cols * Rast_cell_size(rtype)), cols, rtype); break; @@ -1810,6 +1943,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1845,6 +1979,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= ((size_t)row * cols * Rast_cell_size(rtype)), cols, rtype); @@ -1865,6 +2001,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> 8e24da816f (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= <<<<<<< HEAD @@ -1896,6 +2033,8 @@ void write_values(struct PointBinning *point_binning, ======= <<<<<<< HEAD >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main size_t offset = ((size_t)row * cols + col) * Rast_cell_size(rtype); double min = @@ -1911,6 +2050,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1919,6 +2059,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= size_t offset = ((size_t)row * cols + col) * Rast_cell_size(rtype); double min = Rast_get_d_value( @@ -1932,6 +2074,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1965,6 +2108,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main Rast_set_d_value(ptr, max - min, rtype); ptr = G_incr_void_ptr(ptr, Rast_cell_size(rtype)); @@ -1982,6 +2129,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2011,6 +2159,10 @@ void write_values(struct PointBinning *point_binning, ======= case METHOD_MEAN: /* (sum / n) */ ======= +>>>>>>> osgeo-main +======= + case METHOD_MEAN: /* (sum / n) */ +======= >>>>>>> osgeo-main case METHOD_MEAN: /* (sum / n) */ >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -2026,6 +2178,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2067,6 +2220,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ptr = raster_row; for (col = 0; col < cols; col++) { size_t n_offset = @@ -2082,6 +2237,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2099,6 +2255,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -2108,6 +2266,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2133,6 +2292,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int n = Rast_get_c_value( ((char *)point_binning->n_array) + n_offset, CELL_TYPE); double sum = get_sum(point_binning->sum_array, @@ -2147,6 +2308,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2176,6 +2338,9 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main int n = Rast_get_c_value(((char *)point_binning->n_array) + n_offset, CELL_TYPE); @@ -2189,6 +2354,9 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -2203,6 +2371,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2228,6 +2397,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (n == 0) Rast_set_null_value(ptr, 1, rtype); @@ -2249,6 +2420,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2290,6 +2462,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case METHOD_STDDEV: /* sqrt(variance) */ case METHOD_VARIANCE: /* (sumsq - sum*sum/n)/n */ case METHOD_COEFF_VAR: /* 100 * stdev / mean */ @@ -2306,6 +2482,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2324,6 +2501,9 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main case METHOD_STDDEV: /* sqrt(variance) */ case METHOD_VARIANCE: /* (sumsq - sum*sum/n)/n */ @@ -2352,6 +2532,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2415,6 +2596,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main write_median(bin_index_nodes, raster_row, point_binning->index_array, row, cols, rtype); break; @@ -2431,6 +2614,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2472,6 +2656,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main write_mode(bin_index_nodes, raster_row, point_binning->index_array, row, cols); break; @@ -2484,6 +2672,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2509,6 +2698,9 @@ void write_values(struct PointBinning *point_binning, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main write_mode(bin_index_nodes, raster_row, point_binning->index_array, row, cols); break; @@ -2521,6 +2713,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2529,6 +2722,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= write_mode(bin_index_nodes, raster_row, point_binning->index_array, row, cols); @@ -2542,6 +2737,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2575,6 +2771,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main write_percentile(bin_index_nodes, raster_row, point_binning->index_array, row, cols, rtype, point_binning->pth); @@ -2591,6 +2791,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2632,6 +2833,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main case METHOD_SKEWNESS: /* skewness = sum(xi-mean)^3/(N-1)*s^3 */ write_skewness(bin_index_nodes, raster_row, point_binning->index_array, row, cols, rtype); @@ -2657,6 +2862,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2675,6 +2881,9 @@ void write_values(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main case METHOD_SKEWNESS: /* skewness = sum(xi-mean)^3/(N-1)*s^3 */ write_skewness(bin_index_nodes, raster_row, @@ -2713,6 +2922,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2796,6 +3006,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main break; case METHOD_EV1: @@ -2812,6 +3024,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -2847,6 +3060,11 @@ void write_values(struct PointBinning *point_binning, write_ev(bin_index_nodes, raster_row, point_binning->index_array, row, cols, rtype, point_binning->method); ======= +>>>>>>> osgeo-main +======= + write_ev(bin_index_nodes, raster_row, point_binning->index_array, row, + cols, rtype, point_binning->method); +======= >>>>>>> osgeo-main write_ev(bin_index_nodes, raster_row, point_binning->index_array, row, cols, rtype, point_binning->method); @@ -2865,6 +3083,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2911,6 +3130,8 @@ void write_values(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main break; default: @@ -2929,6 +3150,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -2950,6 +3172,8 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -2960,6 +3184,7 @@ void write_values(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -2999,6 +3224,10 @@ void write_values(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main void update_value(struct PointBinning *point_binning, struct BinIndex *bin_index_nodes, int cols, int arr_row, int arr_col, RASTER_MAP_TYPE rtype, double x, double y, @@ -3018,6 +3247,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -3041,6 +3271,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); if (point_binning->bin_max) update_max(point_binning->max_array, cols, arr_row, arr_col, rtype, z); @@ -3053,6 +3285,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); if (point_binning->bin_max) @@ -3070,6 +3303,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); if (point_binning->bin_max) @@ -3082,6 +3317,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3090,6 +3326,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); if (point_binning->bin_max) @@ -3101,6 +3339,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3109,6 +3348,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= update_min(point_binning->min_array, cols, arr_row, arr_col, rtype, z); if (point_binning->bin_max) @@ -3120,6 +3361,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -3141,6 +3383,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (point_binning->bin_sum) update_sum(point_binning->sum_array, point_binning->c_array, cols, arr_row, arr_col, rtype, z); @@ -3162,6 +3406,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -3203,6 +3448,10 @@ void update_value(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main update_bin_cnt_index(bin_index_nodes, point_binning->index_array, cols, arr_row, arr_col, z); if (point_binning->bin_eigenvalues) @@ -3215,6 +3464,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3240,6 +3490,9 @@ void update_value(struct PointBinning *point_binning, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main update_bin_cnt_index(bin_index_nodes, point_binning->index_array, cols, arr_row, arr_col, z); if (point_binning->bin_eigenvalues) @@ -3252,6 +3505,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -3260,6 +3514,8 @@ void update_value(struct PointBinning *point_binning, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= update_bin_cnt_index(bin_index_nodes, point_binning->index_array, cols, arr_row, arr_col, z); @@ -3273,6 +3529,7 @@ void update_value(struct PointBinning *point_binning, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -3306,4 +3563,8 @@ void update_value(struct PointBinning *point_binning, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } diff --git a/raster/r.in.pdal/point_binning.h b/raster/r.in.pdal/point_binning.h index 23781594b91..186804b885f 100644 --- a/raster/r.in.pdal/point_binning.h +++ b/raster/r.in.pdal/point_binning.h @@ -30,6 +30,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -47,6 +48,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -56,6 +59,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -81,6 +85,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #define METHOD_NONE 0 #define METHOD_N 1 #define METHOD_MIN 2 @@ -101,6 +107,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -130,6 +137,9 @@ ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main #define METHOD_NONE 0 #define METHOD_N 1 #define METHOD_MIN 2 @@ -147,6 +157,9 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -161,6 +174,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -186,6 +200,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #define METHOD_MEDIAN 10 #define METHOD_MODE 11 #define METHOD_PERCENTILE 12 @@ -208,6 +224,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -250,6 +267,10 @@ struct z_node { struct z_node { ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +struct z_node { +======= +>>>>>>> osgeo-main struct z_node { @@ -260,6 +281,9 @@ struct z_node <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -276,6 +300,7 @@ struct z_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -303,6 +328,8 @@ struct z_node { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int next; double z; }; @@ -318,6 +345,7 @@ struct z_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -348,6 +376,10 @@ struct cnt_node { struct cnt_node { ======= >>>>>>> osgeo-main +======= +struct cnt_node { +======= +>>>>>>> osgeo-main struct cnt_node { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -363,6 +395,7 @@ struct cnt_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -406,6 +439,8 @@ struct cnt_node { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int next; CELL value; int count; @@ -422,6 +457,7 @@ struct cnt_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -452,6 +488,10 @@ struct com_node { struct com_node { ======= >>>>>>> osgeo-main +======= +struct com_node { +======= +>>>>>>> osgeo-main struct com_node { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -467,6 +507,7 @@ struct com_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -510,6 +551,8 @@ struct com_node { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int n; double *meanx; double *meany; @@ -527,6 +570,7 @@ struct com_node { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -557,6 +601,10 @@ struct BinIndex { struct BinIndex { ======= >>>>>>> osgeo-main +======= +struct BinIndex { +======= +>>>>>>> osgeo-main struct BinIndex { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -572,6 +620,7 @@ struct BinIndex { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -615,6 +664,8 @@ struct BinIndex { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int num_nodes; int max_nodes; void *nodes; @@ -631,6 +682,7 @@ struct BinIndex { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -661,6 +713,10 @@ struct PointBinning { struct PointBinning { ======= >>>>>>> osgeo-main +======= +struct PointBinning { +======= +>>>>>>> osgeo-main struct PointBinning { >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -676,6 +732,7 @@ struct PointBinning { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -719,6 +776,8 @@ struct PointBinning { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int method; int bin_n; @@ -764,6 +823,7 @@ void point_binning_free(struct PointBinning *, struct BinIndex *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -781,6 +841,8 @@ void point_binning_free(struct PointBinning *, struct BinIndex *); ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -790,6 +852,7 @@ void point_binning_free(struct PointBinning *, struct BinIndex *); <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -815,6 +878,8 @@ void point_binning_free(struct PointBinning *, struct BinIndex *); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void write_values(struct PointBinning *, struct BinIndex *, void *, int, int, RASTER_MAP_TYPE); void update_value(struct PointBinning *, struct BinIndex *, int, int, int, @@ -829,6 +894,7 @@ void update_value(struct PointBinning *, struct BinIndex *, int, int, int, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -858,6 +924,9 @@ void update_value(struct PointBinning *, struct BinIndex *, int, int, int, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main void write_values(struct PointBinning *, struct BinIndex *, void *, int, int, RASTER_MAP_TYPE); @@ -872,6 +941,9 @@ void update_value(struct PointBinning *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -886,6 +958,7 @@ void update_value(struct PointBinning *, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -911,5 +984,7 @@ void update_value(struct PointBinning *, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main #endif /* __POINT_BINNING_H__ */ diff --git a/raster/r.in.pdal/projection.c b/raster/r.in.pdal/projection.c index 2bdc3d79dfe..2796bf5a0e9 100644 --- a/raster/r.in.pdal/projection.c +++ b/raster/r.in.pdal/projection.c @@ -37,6 +37,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -64,6 +65,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcpy(error_msg, _("Coordinate reference system of dataset does not" " appear to match current project.\n\n")); ======= @@ -77,6 +80,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -85,6 +89,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -95,6 +101,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -103,6 +110,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= strcpy(error_msg, _("Projection of dataset does not" " appear to match current location.\n\n")); @@ -113,6 +122,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -134,6 +144,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* TODO: output this info sorted by key: */ if (loc_wind.proj != cellhd.proj || err != -2) { @@ -146,6 +158,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, _("GRASS LOCATION PROJ_INFO is:\n")); ======= @@ -167,6 +180,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, _("GRASS project PROJ_INFO is:\n")); ======= strcat(error_msg, _("GRASS LOCATION PROJ_INFO is:\n")); @@ -177,6 +192,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= strcat(error_msg, _("GRASS LOCATION PROJ_INFO is:\n")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -211,6 +227,11 @@ void projection_mismatch_report(struct Cell_head cellhd, strcat(error_msg, _("GRASS LOCATION PROJ_INFO is:\n")); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + strcat(error_msg, _("GRASS LOCATION PROJ_INFO is:\n")); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (i_value = 0; i_value < loc_proj_info->nitems; i_value++) sprintf(error_msg + strlen(error_msg), "%s: %s\n", loc_proj_info->key[i_value], @@ -246,6 +267,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -287,6 +309,10 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "Dataset proj = %d (UTM), zone = %d\n", cellhd.proj, cellhd.zone); else @@ -300,6 +326,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -325,6 +352,9 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main "Dataset proj = %d (UTM), zone = %d\n", cellhd.proj, cellhd.zone); else @@ -338,6 +368,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -346,6 +377,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= "Dataset proj = %d (UTM), zone = %d\n", cellhd.proj, cellhd.zone); @@ -360,6 +393,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -393,6 +427,10 @@ void projection_mismatch_report(struct Cell_head cellhd, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } } else { @@ -405,6 +443,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, "GRASS LOCATION PROJ_UNITS is:\n"); ======= @@ -426,6 +465,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main strcat(error_msg, "GRASS project PROJ_UNITS is:\n"); ======= strcat(error_msg, "GRASS LOCATION PROJ_UNITS is:\n"); @@ -436,6 +477,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= strcat(error_msg, "GRASS LOCATION PROJ_UNITS is:\n"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -470,6 +512,11 @@ void projection_mismatch_report(struct Cell_head cellhd, strcat(error_msg, "GRASS LOCATION PROJ_UNITS is:\n"); >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + strcat(error_msg, "GRASS LOCATION PROJ_UNITS is:\n"); +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main for (i_value = 0; i_value < loc_proj_units->nitems; i_value++) sprintf(error_msg + strlen(error_msg), "%s: %s\n", loc_proj_units->key[i_value], @@ -496,6 +543,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -520,6 +568,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("\nIn case of no significant differences" " in the coordinate reference system definitions," " use the -o flag to ignore them and use" @@ -536,6 +586,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -568,6 +619,11 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _("\nIn case of no significant differences in the projection " "definitions," " use the -o flag to ignore them and use" @@ -580,6 +636,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD strcat(error_msg, _("Consider generating a new location with 'location' parameter" @@ -601,6 +658,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) strcat(error_msg, _("Consider generating a new location with 'location' parameter" @@ -615,6 +674,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -638,6 +698,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main " from input data set.\n")); G_fatal_error("%s", error_msg); } @@ -653,6 +715,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -683,6 +746,10 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> osgeo-main +======= +void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, +======= +>>>>>>> osgeo-main void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) @@ -698,6 +765,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -741,6 +809,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main const char *projstr, int override, int verbose) { struct Key_Value *loc_proj_info = NULL, *loc_proj_units = NULL; @@ -780,6 +850,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -821,6 +892,10 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main else if (loc_wind.proj != cellhd.proj || (err = G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units)) != TRUE) { @@ -835,6 +910,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_message(_("Projection of input dataset and current location " "appear to match")); @@ -852,6 +928,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_message(_("Coordinate reference system of input dataset and " "current project appear to match")); ======= @@ -865,6 +943,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -873,6 +952,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= else if (loc_wind.proj != cellhd.proj || (err = G_compare_projections(loc_proj_info, loc_proj_units, @@ -881,6 +962,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD projection_mismatch_report(cellhd, loc_wind, loc_proj_info, loc_proj_units, proj_info, proj_units, err); @@ -910,6 +992,10 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, projection_mismatch_report(cellhd, loc_wind, loc_proj_info, loc_proj_units, proj_info, proj_units, err); >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= + projection_mismatch_report(cellhd, loc_wind, loc_proj_info, + loc_proj_units, proj_info, proj_units, err); +>>>>>>> osgeo-main } else { if (verbose) { @@ -922,6 +1008,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -930,6 +1017,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= G_message(_("Projection of input dataset and current location " "appear to match")); @@ -940,6 +1029,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -957,6 +1047,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main } } } @@ -972,6 +1064,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -993,6 +1086,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -1003,6 +1098,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1042,6 +1138,10 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /* Does the projection of the current location match the dataset? */ int is_wkt_projection_same_as_loc(const char *wkt) { @@ -1077,6 +1177,7 @@ int is_wkt_projection_same_as_loc(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1112,6 +1213,11 @@ int is_wkt_projection_same_as_loc(const char *wkt) else if (G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units) != 1) { ======= +>>>>>>> osgeo-main +======= + else if (G_compare_projections(loc_proj_info, loc_proj_units, proj_info, + proj_units) != 1) { +======= >>>>>>> osgeo-main else if (G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units) != 1) { @@ -1130,6 +1236,7 @@ int is_wkt_projection_same_as_loc(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1176,6 +1283,8 @@ int is_wkt_projection_same_as_loc(const char *wkt) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main return FALSE; } else { @@ -1214,6 +1323,7 @@ void wkt_projection_mismatch_report(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -1255,6 +1365,10 @@ void wkt_projection_mismatch_report(const char *wkt) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int err = G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units); @@ -1267,6 +1381,7 @@ void wkt_projection_mismatch_report(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1292,6 +1407,9 @@ void wkt_projection_mismatch_report(const char *wkt) ======= ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +======= +>>>>>>> osgeo-main int err = G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units); @@ -1304,6 +1422,7 @@ void wkt_projection_mismatch_report(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -1312,6 +1431,8 @@ void wkt_projection_mismatch_report(const char *wkt) >>>>>>> osgeo-main ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= int err = G_compare_projections(loc_proj_info, loc_proj_units, proj_info, proj_units); @@ -1325,6 +1446,7 @@ void wkt_projection_mismatch_report(const char *wkt) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -1358,6 +1480,10 @@ void wkt_projection_mismatch_report(const char *wkt) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } /* caller should free the returned string */ diff --git a/raster/r.in.pdal/projection.h b/raster/r.in.pdal/projection.h index a8bd0482603..4a16d6cdaa6 100644 --- a/raster/r.in.pdal/projection.h +++ b/raster/r.in.pdal/projection.h @@ -9,6 +9,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -30,6 +31,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -40,6 +43,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -79,6 +83,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main /**************************************************************************** * * MODULE: r.in.pdal @@ -104,6 +112,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -125,6 +134,8 @@ ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -135,6 +146,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -174,6 +186,10 @@ ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main #ifndef PROJECTION_CHECKS_H #define PROJECTION_CHECKS_H @@ -195,6 +211,7 @@ void projection_mismatch_report(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -218,6 +235,8 @@ void projection_mismatch_report(struct Cell_head cellhd, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, const char *projstr, int override, int return_value, int verbose); @@ -231,6 +250,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, const char *projstr, int override, int return_value, int verbose); @@ -247,6 +267,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, const char *projstr, int override, @@ -258,6 +280,7 @@ void projection_check_wkt(struct Cell_head cellhd, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -267,6 +290,8 @@ void projection_check_wkt(struct Cell_head cellhd, ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, const char *projstr, int override, int return_value, int verbose); @@ -277,6 +302,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -286,6 +312,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, const char *projstr, int override, int return_value, int verbose); @@ -296,6 +324,7 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -317,6 +346,8 @@ void projection_check_wkt(struct Cell_head cellhd, struct Cell_head loc_wind, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int is_wkt_projection_same_as_loc(const char *wkt); void wkt_projection_mismatch_report(const char *wkt); diff --git a/raster/r.in.pdal/r.in.pdal.html b/raster/r.in.pdal/r.in.pdal.html index 4c2917b3b83..543221a1f34 100644 --- a/raster/r.in.pdal/r.in.pdal.html +++ b/raster/r.in.pdal/r.in.pdal.html @@ -245,6 +245,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD to create custom raster-based filters, for examplee, use ======= <<<<<<< HEAD @@ -265,6 +266,8 @@

    Filtering and selection

    >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main to create custom raster-based filters, for example, use ======= to create custom raster-based filters, for examplee, use @@ -275,6 +278,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= to create custom raster-based filters, for examplee, use >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -309,6 +313,11 @@

    Filtering and selection

    to create custom raster-based filters, for examplee, use >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +to create custom raster-based filters, for examplee, use +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main r.mapcalc to create a mean-(2*stddev) map. (In this example the user may want to include a lower bound filter in r.mapcalc to remove highly @@ -333,6 +342,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -356,6 +366,8 @@

    Filtering and selection

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main raster value source. The dimension option allows using different point attributes as an output instead of Z value. In case if other than Z value is chosen, output map type will be set to CELL. Explanation @@ -369,6 +381,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD raster value source. The dimension option allows using different point attributes as an output instead of Z value. In case if other than Z value is chosen, output map type will be set to CELL. Explanation @@ -385,6 +398,8 @@

    Filtering and selection

    >>>>>>> osgeo-main ======= >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) +======= +>>>>>>> osgeo-main raster value source. The dimension option allows to use different point attributes as an output instead of Z value. In case if other than Z value is choosen, output map type will be set to CELL. Explanation @@ -395,6 +410,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> ebc6d3f683 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -404,6 +420,8 @@

    Filtering and selection

    ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= raster value source. The dimension option allows using different point attributes as an output instead of Z value. In case if other than Z value is chosen, output map type will be set to CELL. Explanation @@ -414,6 +432,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -423,6 +442,8 @@

    Filtering and selection

    ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= raster value source. The dimension option allows using different point attributes as an output instead of Z value. In case if other than Z value is chosen, output map type will be set to CELL. Explanation @@ -433,6 +454,7 @@

    Filtering and selection

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -454,6 +476,8 @@

    Filtering and selection

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main of various attributes can be found in LAS Specification chapter "Point Data Records". Be ware - not all attributes might be present and also their value ranges and meaning might vary between LAS file producers. @@ -554,6 +578,7 @@

    Transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -584,6 +609,10 @@

    Transformation

    iscale and dscale parameters - values are multiplied ======= >>>>>>> osgeo-main +======= +iscale and dscale parameters - values are multiplied +======= +>>>>>>> osgeo-main iscale and dscale parametres – values are multiplied >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -598,6 +627,7 @@

    Transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -639,6 +669,8 @@

    Transformation

    >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main before range filters irange or drnage are applied (if present).

    Output value scaling can be performed independently of filtering by providing @@ -657,6 +689,7 @@

    Transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -694,6 +727,10 @@

    Transformation

    dscale are set for Z output dimension, filtering by zrange ======= >>>>>>> osgeo-main +======= +dscale are set for Z output dimension, filtering by zrange +======= +>>>>>>> osgeo-main dscale are set for Z output dimension, filtering by zrange >>>>>>> 9d4a079d2e (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= @@ -708,6 +745,7 @@

    Transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -717,6 +755,8 @@

    Transformation

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= dscale are set for Z output dimension, filtering by zrange ======= dscale are set for Z output dimension, filtering by zrange @@ -728,6 +768,7 @@

    Transformation

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -773,6 +814,8 @@

    Transformation

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main will be done with unscaled values but output will be scaled by dscale. dscale takes precedence over zscale and iscale if more than one parameter is provided. @@ -793,6 +836,7 @@

    Format and projection support

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD compile libLAS with GDAL which is used to test if the LAS projection matches that of the GRASS location. ======= @@ -814,6 +858,8 @@

    Format and projection support

    >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main compile libLAS with GDAL which is used to test if the LAS coordinate reference system matches that of the GRASS project (previously called location). ======= @@ -826,6 +872,7 @@

    Format and projection support

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -835,6 +882,8 @@

    Format and projection support

    ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= compile libLAS with GDAL which is used to test if the LAS projection matches that of the GRASS location. >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -844,6 +893,7 @@

    Format and projection support

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -861,6 +911,8 @@

    Format and projection support

    >>>>>>> e17ab3c1a1 (libcairodriver: enable Cairo with and without Fontconfig (#1697)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main diff --git a/vector/v.split/main.c b/vector/v.split/main.c index ef503d6f797..609d18d69e0 100644 --- a/vector/v.split/main.c +++ b/vector/v.split/main.c @@ -57,6 +57,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -93,6 +94,10 @@ int main(int argc, char *argv[]) ======= double (*line_length)(const struct line_pnts *); ======= +>>>>>>> osgeo-main +======= + double (*line_length)(const struct line_pnts *); +======= >>>>>>> osgeo-main double (*line_length)(); >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -108,6 +113,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -116,6 +122,8 @@ int main(int argc, char *argv[]) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= double (*line_length)(); ======= @@ -128,6 +136,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -173,6 +182,8 @@ int main(int argc, char *argv[]) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main int geodesic = 0; G_gisinit(argv[0]); diff --git a/vector/v.surf.bspline/resamp.c b/vector/v.surf.bspline/resamp.c index a43c30f9f08..c63cfeb6964 100644 --- a/vector/v.surf.bspline/resamp.c +++ b/vector/v.surf.bspline/resamp.c @@ -32,6 +32,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD struct Point *P_Read_Raster_Region_masked( SEGMENT *mask_seg, struct Cell_head *Original, struct bound_box output_box, struct bound_box General, int *num_points, int dim_vect, double mean) @@ -54,6 +55,8 @@ struct Point *P_Read_Raster_Region_masked( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main struct Point *P_Read_Raster_Region_masked(SEGMENT *mask_seg, struct Cell_head *Original, struct bound_box output_box UNUSED, @@ -71,6 +74,7 @@ struct Point *P_Read_Raster_Region_masked( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80,6 +84,8 @@ struct Point *P_Read_Raster_Region_masked( ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= struct Point *P_Read_Raster_Region_masked( SEGMENT *mask_seg, struct Cell_head *Original, struct bound_box output_box, struct bound_box General, int *num_points, int dim_vect, double mean) @@ -90,6 +96,7 @@ struct Point *P_Read_Raster_Region_masked( <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -107,6 +114,8 @@ struct Point *P_Read_Raster_Region_masked( >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main { int col, row, startcol, endcol, startrow, endrow, nrows, ncols; int pippo, npoints; @@ -214,6 +223,7 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD /* X,Y are cell center cordinates, MUST be inside General box */ ======= @@ -235,6 +245,8 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* X,Y are cell center coordinates, MUST be inside General box */ ======= /* X,Y are cell center cordinates, MUST be inside General box */ @@ -245,6 +257,7 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= /* X,Y are cell center cordinates, MUST be inside General box */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -279,6 +292,11 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, /* X,Y are cell center cordinates, MUST be inside General box */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + /* X,Y are cell center cordinates, MUST be inside General box */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main row = (int)(floor(Rast_northing_to_row(Y, Original)) + 0.1); col = (int)(floor((X - Original->west) / Original->ew_res) + 0.1); @@ -304,6 +322,7 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -329,6 +348,8 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= points_in_box++; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -341,6 +362,9 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -358,6 +382,7 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -393,6 +418,8 @@ int P_Sparse_Raster_Points(SEGMENT *out_seg, struct Cell_head *Elaboration, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main G_debug(3, "P_Sparse_Raster_Points: interpolate point %d...", i); if (bilin) diff --git a/vector/v.surf.rst/main.c b/vector/v.surf.rst/main.c index 5ccaa03646c..fa2406c3457 100644 --- a/vector/v.surf.rst/main.c +++ b/vector/v.surf.rst/main.c @@ -921,6 +921,7 @@ static FILE *create_temp_file(const char *name, char **tmpname) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -963,6 +964,11 @@ static FILE *create_temp_file(const char *name, char **tmpname) if (fwrite(zero_array_cell, sizeof(FCELL), n_cols, fp) != (size_t)n_cols) { ======= +>>>>>>> osgeo-main +======= + if (fwrite(zero_array_cell, sizeof(FCELL), n_cols, fp) != + (size_t)n_cols) { +======= >>>>>>> osgeo-main if (fwrite(zero_array_cell, sizeof(FCELL), n_cols, fp) != n_cols) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -979,6 +985,7 @@ static FILE *create_temp_file(const char *name, char **tmpname) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -987,6 +994,8 @@ static FILE *create_temp_file(const char *name, char **tmpname) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (fwrite(zero_array_cell, sizeof(FCELL), n_cols, fp) != n_cols) { ======= @@ -1000,6 +1009,7 @@ static FILE *create_temp_file(const char *name, char **tmpname) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1047,6 +1057,8 @@ static FILE *create_temp_file(const char *name, char **tmpname) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Error writing temporary file <%s>"), *tmpname); } diff --git a/vector/v.to.db/global.h b/vector/v.to.db/global.h index 12f407c9db8..0244efb0167 100644 --- a/vector/v.to.db/global.h +++ b/vector/v.to.db/global.h @@ -34,6 +34,7 @@ struct options { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int print; /* print only */ int sql; /* print only sql statements */ @@ -57,6 +58,8 @@ struct options { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int print; /* print only */ int print_header; /* print header for print and total */ int sql; /* print only sql statements */ @@ -72,6 +75,7 @@ struct options { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -80,6 +84,8 @@ struct options { >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main ======= int print; /* print only */ int sql; /* print only sql statements */ @@ -91,6 +97,7 @@ struct options { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -108,6 +115,8 @@ struct options { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int units; int qfield; /* query field */ char *fs; diff --git a/vector/v.to.db/parse.c b/vector/v.to.db/parse.c index f4e89d9e634..3db084e2f9c 100644 --- a/vector/v.to.db/parse.c +++ b/vector/v.to.db/parse.c @@ -32,6 +32,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD struct Flag *p, *s, *t; ======= @@ -53,6 +54,8 @@ int parse_command_line(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main struct Flag *h, *p, *s, *t; ======= struct Flag *p, *s, *t; @@ -63,6 +66,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= struct Flag *p, *s, *t; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -97,6 +101,11 @@ int parse_command_line(int argc, char *argv[]) struct Flag *p, *s, *t; >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + struct Flag *p, *s, *t; +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main } flags; char *desc; @@ -151,6 +160,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -170,6 +180,8 @@ int parse_command_line(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("compactness of an area, calculated as compactness = perimeter / (2 " "* sqrt(PI * area))"), _("fractal dimension of boundary defining a polygon, calculated as fd " @@ -181,6 +193,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -210,6 +223,10 @@ int parse_command_line(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _("compactness of an area, calculated as \n" " compactness = perimeter / (2 * sqrt(PI * area))"), _("fractal dimension of boundary defining a polygon, calculated as \n" @@ -223,6 +240,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -265,6 +283,11 @@ int parse_command_line(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _("perimeter length of an area"), _("line length"), _("number of features for each category"), _("point coordinates, X,Y or X,Y,Z"), @@ -280,6 +303,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD _("result of a database query for all records of the geometry" ======= @@ -301,6 +325,8 @@ int parse_command_line(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main _("result of a database query for all records of the geometry " ======= _("result of a database query for all records of the geometry" @@ -311,6 +337,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= _("result of a database query for all records of the geometry" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -345,6 +372,11 @@ int parse_command_line(int argc, char *argv[]) _("result of a database query for all records of the geometry" >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + _("result of a database query for all records of the geometry" +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main "(or geometries) from table specified by 'query_layer' option"), _("slope steepness of vector line or boundary"), _("line sinuousity, calculated as line length / distance between end " @@ -394,6 +426,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -413,6 +446,8 @@ int parse_command_line(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main flags.h = G_define_flag(); flags.h->key = 'h'; flags.h->description = _("Print header"); @@ -426,6 +461,7 @@ int parse_command_line(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) <<<<<<< HEAD @@ -455,6 +491,10 @@ int parse_command_line(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main flags.s = G_define_flag(); flags.s->key = 's'; flags.s->description = _("Only print SQL statements"); diff --git a/vector/v.to.db/report.c b/vector/v.to.db/report.c index 305be7afbbe..8ba5adb05b2 100644 --- a/vector/v.to.db/report.c +++ b/vector/v.to.db/report.c @@ -25,6 +25,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -46,6 +47,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -56,6 +59,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -90,6 +94,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat\n"); for (i = 0; i < vstat.rcat; i++) fprintf(stdout, "%d\n", Values[i].cat); @@ -142,6 +151,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -163,6 +173,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -173,6 +185,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -207,6 +220,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%scompact\n", options.fs); for (i = 0; i < vstat.rcat; i++) { Values[i].d1 = Values[i].d2 / (2.0 * sqrt(M_PI * Values[i].d1)); @@ -234,6 +252,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -255,6 +274,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -265,6 +286,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -299,6 +321,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%sfd\n", options.fs); for (i = 0; i < vstat.rcat; i++) { if (Values[i].d1 == 1) /* log(1) == 0 */ @@ -318,6 +345,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -339,6 +367,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -349,6 +379,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -383,6 +414,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%sperimeter\n", options.fs); for (i = 0; i < vstat.rcat; i++) fprintf(stdout, "%d%s%.15g\n", Values[i].cat, options.fs, @@ -398,6 +434,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -419,6 +456,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -429,6 +468,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -463,6 +503,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%sN%sS%sE%sW\n", options.fs, options.fs, options.fs, options.fs); for (i = 0; i < vstat.rcat; i++) { @@ -498,6 +543,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -519,6 +565,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -529,6 +577,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -563,6 +612,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%sslope\n", options.fs); for (i = 0; i < vstat.rcat; i++) fprintf(stdout, "%d%s%.15g\n", Values[i].cat, options.fs, @@ -578,6 +632,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -599,6 +654,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -609,6 +666,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -643,6 +701,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%ssinuous\n", options.fs); for (i = 0; i < vstat.rcat; i++) fprintf(stdout, "%d%s%.15g\n", Values[i].cat, options.fs, @@ -659,6 +722,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -680,6 +744,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -690,6 +756,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -724,6 +791,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%sx%sy%sz\n", options.fs, options.fs, options.fs); for (i = 0; i < vstat.rcat; i++) { @@ -743,6 +815,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -764,6 +837,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -774,6 +849,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -808,6 +884,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%sleft%sright\n", options.fs, options.fs); for (i = 0; i < vstat.rcat; i++) { if (Values[i].count1 == 1) { @@ -853,6 +934,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -874,6 +956,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -884,6 +968,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -918,6 +1003,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%squery\n", options.fs); for (i = 0; i < vstat.rcat; i++) { if (Values[i].null) { @@ -950,6 +1040,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD if (G_verbose() > G_verbose_min()) ======= @@ -971,6 +1062,8 @@ int report(void) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main if (print_header) ======= if (G_verbose() > G_verbose_min()) @@ -981,6 +1074,7 @@ int report(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -1015,6 +1109,11 @@ int report(void) if (G_verbose() > G_verbose_min()) >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + if (G_verbose() > G_verbose_min()) +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main fprintf(stdout, "cat%sazimuth\n", options.fs); for (i = 0; i < vstat.rcat; i++) fprintf(stdout, "%d%s%.15g\n", Values[i].cat, options.fs, diff --git a/vector/v.to.rast/main.c b/vector/v.to.rast/main.c index e19a638880c..6afbdb3c77f 100644 --- a/vector/v.to.rast/main.c +++ b/vector/v.to.rast/main.c @@ -82,6 +82,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD G_asprintf(&desc, "attr;%s;cat;%s;val;%s;z;%s;dir;%s", ======= @@ -103,6 +104,8 @@ int main(int argc, char *argv[]) >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main G_asprintf(&desc, "attr;%s;cat;%s;value;%s;z;%s;dir;%s", ======= G_asprintf(&desc, "attr;%s;cat;%s;val;%s;z;%s;dir;%s", @@ -113,6 +116,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= G_asprintf(&desc, "attr;%s;cat;%s;val;%s;z;%s;dir;%s", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -147,6 +151,11 @@ int main(int argc, char *argv[]) G_asprintf(&desc, "attr;%s;cat;%s;val;%s;z;%s;dir;%s", >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + G_asprintf(&desc, "attr;%s;cat;%s;val;%s;z;%s;dir;%s", +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main _("read values from attribute table"), _("use category values"), _("use value specified by value option"), _("use z coordinate (points or contours only)"), @@ -189,6 +198,7 @@ int main(int argc, char *argv[]) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -231,6 +241,11 @@ int main(int argc, char *argv[]) ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main memory = G_define_standard_option(G_OPT_MEMORYMB); diff --git a/vector/v.to.rast/support.c b/vector/v.to.rast/support.c index 5124c70c964..673ab526062 100644 --- a/vector/v.to.rast/support.c +++ b/vector/v.to.rast/support.c @@ -166,6 +166,7 @@ int update_dbcolors(const char *rast_name, const char *vector_map, int field, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * later all togheter */ ======= @@ -187,6 +188,8 @@ int update_dbcolors(const char *rast_name, const char *vector_map, int field, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * later all together */ ======= * later all togheter */ @@ -197,6 +200,7 @@ int update_dbcolors(const char *rast_name, const char *vector_map, int field, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * later all togheter */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -231,6 +235,11 @@ int update_dbcolors(const char *rast_name, const char *vector_map, int field, * later all togheter */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * later all togheter */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main colors_n_values++; my_color_rules[i].red = red; my_color_rules[i].green = grn; diff --git a/vector/v.to.rast/vect2rast.c b/vector/v.to.rast/vect2rast.c index 5c903976276..dc58e361b6f 100644 --- a/vector/v.to.rast/vect2rast.c +++ b/vector/v.to.rast/vect2rast.c @@ -243,6 +243,7 @@ int vect_to_rast(const char *vector_map, const char *raster_map, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -258,6 +259,8 @@ int vect_to_rast(const char *vector_map, const char *raster_map, >>>>>>> osgeo-main ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* maximum possible number of lines: number of GV_LINE + GV_POINT ======= ======= @@ -268,6 +271,7 @@ int vect_to_rast(const char *vector_map, const char *raster_map, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -289,6 +293,8 @@ int vect_to_rast(const char *vector_map, const char *raster_map, >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main /* maximum possible numer of lines: number of GV_LINE + GV_POINT >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) * actual number of lines, currently unknown: diff --git a/vector/v.transform/trans.h b/vector/v.transform/trans.h index 0092d8eb5d3..7621d5dab7e 100644 --- a/vector/v.transform/trans.h +++ b/vector/v.transform/trans.h @@ -38,6 +38,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD * Those cooresponding points in the other coordinate system ======= @@ -59,6 +60,8 @@ >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main * Those corresponding points in the other coordinate system ======= * Those cooresponding points in the other coordinate system @@ -69,6 +72,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= * Those cooresponding points in the other coordinate system >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -103,6 +107,11 @@ * Those cooresponding points in the other coordinate system >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + * Those cooresponding points in the other coordinate system +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main * are placed in bx[], by[]. * * The use[] contains a true if that point is to be used by the transform diff --git a/vector/v.univar/Makefile b/vector/v.univar/Makefile index 2c450d3bc44..c2279a5061a 100644 --- a/vector/v.univar/Makefile +++ b/vector/v.univar/Makefile @@ -3,7 +3,7 @@ MODULE_TOPDIR = ../.. PGM=v.univar -LIBES = $(VECTORLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) +LIBES = $(VECTORLIB) $(DBMILIB) $(GISLIB) $(MATHLIB) $(PARSONLIB) DEPENDENCIES = $(VECTORDEP) $(DBMIDEP) $(GISDEP) EXTRA_INC = $(VECT_INC) EXTRA_CFLAGS = $(VECT_CFLAGS) diff --git a/vector/v.univar/main.c b/vector/v.univar/main.c index 57905cbbd0f..e39fd1829a2 100644 --- a/vector/v.univar/main.c +++ b/vector/v.univar/main.c @@ -43,11 +43,14 @@ #include #include #include +#include static void select_from_geometry(void); static void select_from_database(void); static void summary(void); +enum OutputFormat { PLAIN, JSON }; + struct Option *field_opt, *where_opt, *col_opt; struct Flag *shell_flag, *ext_flag, *weight_flag, *geometry; struct Map_info Map; @@ -84,6 +87,7 @@ double sum_abs = 0.0; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -127,6 +131,11 @@ double min = NAN; double max = NAN; ======= >>>>>>> osgeo-main +======= +double min = NAN; +double max = NAN; +======= +>>>>>>> osgeo-main double min = 0.0 / 0.0; /* init as nan */ double max = 0.0 / 0.0; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -144,6 +153,7 @@ double max = NAN; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -153,6 +163,8 @@ double max = NAN; ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= double min = 0.0 / 0.0; /* init as nan */ double max = 0.0 / 0.0; ======= @@ -166,6 +178,7 @@ double max = NAN; <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -216,6 +229,8 @@ double max = 0.0 / 0.0; >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main double mean, mean_abs, pop_variance, sample_variance, pop_stdev, sample_stdev, pop_coeff_variation, kurtosis, skewness; double total_size = 0.0; /* total size: length/area */ @@ -223,10 +238,12 @@ double total_size = 0.0; /* total size: length/area */ /* Extended statistics */ int perc; +enum OutputFormat format; + int main(int argc, char *argv[]) { struct GModule *module; - struct Option *map_opt, *type_opt, *percentile; + struct Option *map_opt, *type_opt, *percentile, *format_opt; module = G_define_module(); G_add_keyword(_("vector")); @@ -279,6 +296,9 @@ int main(int argc, char *argv[]) geometry->description = _("Calculate geometric distances instead of attribute statistics"); + format_opt = G_define_standard_option(G_OPT_F_FORMAT); + format_opt->guisection = _("Print"); + G_gisinit(argv[0]); if (G_parser(argc, argv)) @@ -290,6 +310,13 @@ int main(int argc, char *argv[]) col_opt->key, col_opt->description); } + if (strcmp(format_opt->answer, "json") == 0) { + format = JSON; + } + else { + format = PLAIN; + } + otype = Vect_option_to_types(type_opt); perc = atoi(percentile->answer); @@ -689,6 +716,9 @@ void select_from_database(void) void summary(void) { + JSON_Value *root_value; + JSON_Object *root_object; + if (compatible) { if (!geometry->answer && weight_flag->answer) { mean = sum / total_size; @@ -725,7 +755,49 @@ void summary(void) G_debug(3, "otype %d:", otype); - if (shell_flag->answer) { + if (format == JSON) { + root_value = json_value_init_object(); + if (root_value == NULL) { + G_fatal_error( + _("Failed to initialize JSON object. Out of memory?")); + } + root_object = json_object(root_value); + + json_object_set_number(root_object, "n", count); + if (geometry->answer) { + json_object_set_number(root_object, "nzero", nzero); + } + else { + json_object_set_number(root_object, "missing", nmissing); + json_object_set_number(root_object, "nnull", nnull); + } + if (count > 0) { + json_object_set_number(root_object, "min", min); + json_object_set_number(root_object, "max", max); + json_object_set_number(root_object, "range", max - min); + json_object_set_number(root_object, "sum", sum); + if (compatible) { + json_object_set_number(root_object, "mean", mean); + json_object_set_number(root_object, "mean_abs", mean_abs); + if (geometry->answer || !weight_flag->answer) { + json_object_set_number(root_object, "population_stddev", + pop_stdev); + json_object_set_number(root_object, "population_variance", + pop_variance); + json_object_set_number(root_object, + "population_coeff_variation", + pop_coeff_variation); + json_object_set_number(root_object, "sample_stddev", + sample_stdev); + json_object_set_number(root_object, "sample_variance", + sample_variance); + json_object_set_number(root_object, "kurtosis", kurtosis); + json_object_set_number(root_object, "skewness", skewness); + } + } + } + } + else if (shell_flag->answer) { fprintf(stdout, "n=%d\n", count); if (geometry->answer) { fprintf(stdout, "nzero=%d\n", nzero); @@ -831,7 +903,23 @@ void summary(void) quartile_perc = (Cvarr.value[qpos_perc]).val.d; } - if (shell_flag->answer) { + if (format == JSON) { + json_object_set_number(root_object, "first_quartile", quartile_25); + json_object_set_number(root_object, "median", median); + json_object_set_number(root_object, "third_quartile", quartile_75); + + JSON_Value *percentiles_array_value = json_value_init_array(); + JSON_Array *percentiles_array = json_array(percentiles_array_value); + JSON_Value *percentile_value = json_value_init_object(); + JSON_Object *percentile_object = json_object(percentile_value); + + json_object_set_number(percentile_object, "percentile", perc); + json_object_set_number(percentile_object, "value", quartile_perc); + json_array_append_value(percentiles_array, percentile_value); + json_object_set_value(root_object, "percentiles", + percentiles_array_value); + } + else if (shell_flag->answer) { fprintf(stdout, "first_quartile=%g\n", quartile_25); fprintf(stdout, "median=%g\n", median); fprintf(stdout, "third_quartile=%g\n", quartile_75); @@ -855,4 +943,14 @@ void summary(void) fprintf(stdout, "%dth percentile: %g\n", perc, quartile_perc); } } + + if (format == JSON) { + char *serialized_string = json_serialize_to_string_pretty(root_value); + if (serialized_string == NULL) { + G_fatal_error(_("Failed to initialize pretty JSON string.")); + } + puts(serialized_string); + json_free_serialized_string(serialized_string); + json_value_free(root_value); + } } diff --git a/vector/v.univar/testsuite/v_univar_test.py b/vector/v.univar/testsuite/test_v_univar.py similarity index 69% rename from vector/v.univar/testsuite/v_univar_test.py rename to vector/v.univar/testsuite/test_v_univar.py index 33fd0425c1d..166d47a5350 100644 --- a/vector/v.univar/testsuite/v_univar_test.py +++ b/vector/v.univar/testsuite/test_v_univar.py @@ -9,6 +9,9 @@ for details. """ +import json +from itertools import zip_longest + from grass.gunittest.case import TestCase from grass.gunittest.main import test from grass.gunittest.gmodules import SimpleModule @@ -126,6 +129,47 @@ def test_output2(self): map="roadsmajor", column="MAJORRDS_", reference=univar_string, precision=3 ) + def test_json(self): + """Testing output in JSON fomrat""" + module = SimpleModule( + "v.univar", map="geology", column="PERIMETER", flags="e", format="json" + ) + self.runModule(module) + + expected = { + "n": 1832, + "missing": 0, + "nnull": 0, + "min": 166.946991, + "max": 2729482.25, + "range": 2729315.3030090001, + "sum": 78876146.145385057, + "mean": 43054.664926520229, + "mean_abs": 43054.664926520229, + "population_stddev": 132689.08650029532, + "population_variance": 17606393676.282852, + "population_coeff_variation": 3.0818747916573215, + "sample_stddev": 132725.31560308655, + "sample_variance": 17616009401.938931, + "kurtosis": 139.15698418811229, + "skewness": 9.7065048189730767, + "first_quartile": 3699.3234859999998, + "median": 10308.4453125, + "third_quartile": 29259.074218999998, + "percentiles": [{"percentile": 90, "value": 86449.734375}], + } + results = json.loads(module.outputs.stdout) + + expected_percentiles = expected.pop("percentiles") + result_percentiles = results.pop("percentiles") + for p1, p2 in zip_longest(expected_percentiles, result_percentiles): + self.assertEqual(p1["percentile"], p2["percentile"]) + self.assertAlmostEqual(p1["value"], p2["value"]) + + self.assertCountEqual(list(expected.keys()), list(results.keys())) + for key in expected: + self.assertAlmostEqual(expected[key], results[key]) + if __name__ == "__main__": test() diff --git a/vector/v.univar/v.univar.html b/vector/v.univar/v.univar.html index f4423aec72b..3b50c2385d1 100644 --- a/vector/v.univar/v.univar.html +++ b/vector/v.univar/v.univar.html @@ -121,6 +121,41 @@

    Calculate statistic of distance between sampling points

    skewness: 0.238688
    +

    Output in JSON format

    +
    +v.univar -e samples column=heights type=point format=json
    +
    +will output the results in JSON format: +
    +{
    +    "n": 1832,
    +    "missing": 0,
    +    "nnull": 0,
    +    "min": 166.946991,
    +    "max": 2729482.25,
    +    "range": 2729315.3030090001,
    +    "sum": 78876146.145385057,
    +    "mean": 43054.664926520229,
    +    "mean_abs": 43054.664926520229,
    +    "population_stddev": 132689.08650029532,
    +    "population_variance": 17606393676.282852,
    +    "population_coeff_variation": 3.0818747916573215,
    +    "sample_stddev": 132725.31560308655,
    +    "sample_variance": 17616009401.938931,
    +    "kurtosis": 139.15698418811229,
    +    "skewness": 9.7065048189730767,
    +    "first_quartile": 3699.3234859999998,
    +    "median": 10308.4453125,
    +    "third_quartile": 29259.074218999998,
    +    "percentiles": [
    +        {
    +            "percentile": 90,
    +            "value": 86449.734375
    +        }
    +    ]
    +}
    +
    +

    SEE ALSO

    @@ -149,6 +184,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -183,6 +219,10 @@

    AUTHORS

    Martin Landa ======= >>>>>>> osgeo-main +======= +Martin Landa +======= +>>>>>>> osgeo-main Martin Landa <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -197,6 +237,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -206,6 +247,8 @@

    AUTHORS

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= Martin Landa ======= Martin Landa @@ -217,6 +260,7 @@

    AUTHORS

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -258,3 +302,5 @@

    AUTHORS

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main diff --git a/vector/v.vol.rst/oct.c b/vector/v.vol.rst/oct.c index 50d9d26fd2c..0cee9d9a53e 100644 --- a/vector/v.vol.rst/oct.c +++ b/vector/v.vol.rst/oct.c @@ -47,6 +47,7 @@ <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -93,6 +94,10 @@ ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main struct octfunc * OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), struct octdata **(*divide_data)(struct octdata *), @@ -109,6 +114,7 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= @@ -134,6 +140,9 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +>>>>>>> osgeo-main struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), int (*add_data)(), int (*intersect)(), int (*division_check)(), int (*get_points)()) @@ -144,6 +153,7 @@ struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> a2d9fb4362 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -153,6 +163,8 @@ struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) ======= +>>>>>>> osgeo-main +======= struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), int (*add_data)(), int (*intersect)(), int (*division_check)(), int (*get_points)()) @@ -163,6 +175,9 @@ struct octfunc *OT_functions_new(int (*compare)(), VOID_T **(*divide_data)(), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -191,6 +206,7 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -220,6 +236,8 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main /* Initializes FUNCTIONS structure with given arguments */ { struct octfunc *functions; @@ -249,6 +267,7 @@ OT_functions_new(int (*compare)(struct quadruple *, struct octdata *), <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -286,6 +305,10 @@ struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, ======= >>>>>>> osgeo-main +======= +struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, +======= +>>>>>>> osgeo-main struct octtree *OT_tree_new(VOID_T *data, struct octtree **leafs, >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) ======= @@ -300,6 +323,7 @@ struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -309,6 +333,8 @@ struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= struct octtree *OT_tree_new(VOID_T *data, struct octtree **leafs, ======= struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, @@ -320,6 +346,7 @@ struct octtree *OT_tree_new(struct octdata *data, struct octtree **leafs, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -365,6 +392,8 @@ struct octtree *OT_tree_new(VOID_T *data, struct octtree **leafs, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main struct octtree *parent, struct octfunc *functions, int octant) /*Initializes TREE using given arguments */ diff --git a/vector/v.vol.rst/oct.h b/vector/v.vol.rst/oct.h index 85d091d1725..c2bbf909867 100644 --- a/vector/v.vol.rst/oct.h +++ b/vector/v.vol.rst/oct.h @@ -17,6 +17,7 @@ struct octfunc { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -63,6 +64,10 @@ struct octfunc { ======= >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +>>>>>>> osgeo-main int (*compare)(struct quadruple *, struct octdata *); struct octdata **(*divide_data)(struct octdata *); int (*add_data)(struct quadruple *, struct octdata *); @@ -78,6 +83,7 @@ struct octfunc { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> osgeo-main @@ -93,6 +99,8 @@ struct octfunc { >>>>>>> osgeo-main ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main }; struct octtree { @@ -104,6 +112,7 @@ struct octtree { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= ======= >>>>>>> osgeo-main @@ -119,6 +128,11 @@ struct octtree { ======= ======= >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main int (*compare)(); VOID_T **(*divide_data)(); int (*add_data)(); @@ -129,6 +143,7 @@ struct octtree { struct octtree { <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -139,6 +154,9 @@ struct octtree { ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= +======= >>>>>>> osgeo-main int (*compare)(); VOID_T **(*divide_data)(); @@ -153,6 +171,9 @@ struct octtree { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -186,6 +207,7 @@ struct octtree { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -288,6 +310,8 @@ struct octtree { >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main struct octtree **leafs; struct octtree *parent; struct octfunc *functions; diff --git a/vector/v.vol.rst/user1.c b/vector/v.vol.rst/user1.c index 946ce14f39f..5f0a63d6fd1 100644 --- a/vector/v.vol.rst/user1.c +++ b/vector/v.vol.rst/user1.c @@ -422,6 +422,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -458,6 +459,10 @@ int OUTGR(void) ======= if (read_val != (size_t)nsizc) { ======= +>>>>>>> osgeo-main +======= + if (read_val != (size_t)nsizc) { +======= >>>>>>> osgeo-main if (read_val != nsizc) { >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -473,6 +478,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -481,6 +487,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (read_val != nsizc) { ======= @@ -493,6 +501,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -538,6 +547,8 @@ int OUTGR(void) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); } @@ -581,6 +592,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -610,6 +622,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_z); if (read_val != (size_t)nsizr * nsizc * nsizl) { @@ -623,6 +637,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_z); @@ -635,6 +650,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_z); if (read_val < 0) { @@ -649,6 +666,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_z); if (read_val < 0) { @@ -665,6 +683,8 @@ int OUTGR(void) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_z); if (read_val < 0) { @@ -680,6 +700,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -688,6 +709,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -698,6 +721,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -731,6 +755,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); } @@ -796,6 +822,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -825,6 +852,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dx); if (read_val != (size_t)nsizr * nsizc * nsizl) { @@ -838,6 +867,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dx); @@ -850,6 +880,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dx); if (read_val < 0) { @@ -864,6 +896,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dx); if (read_val < 0) { @@ -880,6 +913,8 @@ int OUTGR(void) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dx); if (read_val < 0) { @@ -895,6 +930,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -903,6 +939,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -913,6 +951,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -946,6 +985,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); } @@ -1010,6 +1051,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1039,6 +1081,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dy); if (read_val != (size_t)nsizr * nsizc * nsizl) { @@ -1052,6 +1096,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dy); @@ -1064,6 +1109,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dy); if (read_val < 0) { @@ -1078,6 +1125,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dy); if (read_val < 0) { @@ -1094,6 +1142,8 @@ int OUTGR(void) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dy); if (read_val < 0) { @@ -1109,6 +1159,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1117,6 +1168,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1127,6 +1180,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1160,6 +1214,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); } @@ -1224,6 +1280,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1253,6 +1310,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dz); if (read_val != (size_t)nsizr * nsizc * nsizl) { @@ -1266,6 +1325,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_dz); @@ -1278,6 +1338,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dz); if (read_val < 0) { @@ -1292,6 +1354,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dz); if (read_val < 0) { @@ -1308,6 +1371,8 @@ int OUTGR(void) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_dz); if (read_val < 0) { @@ -1323,6 +1388,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1331,6 +1397,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1341,6 +1409,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1374,6 +1443,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); } @@ -1438,6 +1509,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1467,6 +1539,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_xx); if (read_val != (size_t)nsizr * nsizc * nsizl) { @@ -1480,6 +1554,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_xx); @@ -1492,6 +1567,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_xx); if (read_val < 0) { @@ -1506,6 +1583,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_xx); if (read_val < 0) { @@ -1522,6 +1600,8 @@ int OUTGR(void) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_xx); if (read_val < 0) { @@ -1537,6 +1617,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1545,6 +1626,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1555,6 +1638,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1588,6 +1672,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); } @@ -1652,6 +1738,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1681,6 +1768,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_yy); if (read_val != (size_t)nsizr * nsizc * nsizl) { @@ -1694,6 +1783,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_yy); @@ -1706,6 +1796,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_yy); if (read_val < 0) { @@ -1720,6 +1812,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_yy); if (read_val < 0) { @@ -1736,6 +1829,8 @@ int OUTGR(void) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_yy); if (read_val < 0) { @@ -1751,6 +1846,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1759,6 +1855,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1769,6 +1867,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -1802,6 +1901,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); } @@ -1866,6 +1967,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD <<<<<<< HEAD @@ -1895,6 +1997,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_xy); if (read_val != (size_t)nsizr * nsizc * nsizl) { @@ -1908,6 +2012,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD read_val = fread(data, sizeof(float), (size_t)nsizr * nsizc * nsizl, Tmp_fd_xy); @@ -1920,6 +2025,8 @@ int OUTGR(void) ======= >>>>>>> osgeo-main ======= +>>>>>>> osgeo-main +======= >>>>>>> osgeo-main read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_xy); if (read_val < 0) { @@ -1934,6 +2041,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_xy); if (read_val < 0) { @@ -1950,6 +2058,8 @@ int OUTGR(void) >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) ======= >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) +======= +>>>>>>> osgeo-main ======= read_val = fread(data, sizeof(float), nsizr * nsizc * nsizl, Tmp_fd_xy); if (read_val < 0) { @@ -1965,6 +2075,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -1973,6 +2084,8 @@ int OUTGR(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) ======= >>>>>>> 7409ab6716 (r.horizon manual - fix typo (#2794)) @@ -1983,6 +2096,7 @@ int OUTGR(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -2016,6 +2130,8 @@ int OUTGR(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main clean(); G_fatal_error(_("Unable to read data from temp file")); } diff --git a/vector/v.vol.rst/user3.c b/vector/v.vol.rst/user3.c index 34cf407d5ec..f1b6374c6b6 100644 --- a/vector/v.vol.rst/user3.c +++ b/vector/v.vol.rst/user3.c @@ -249,6 +249,7 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -271,6 +272,8 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= ======= >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) int POINT(); @@ -283,6 +286,7 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -291,6 +295,8 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= int POINT(); ======= @@ -302,6 +308,7 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -337,6 +344,8 @@ int COGRR1(double x_or, double y_or, double z_or, int n_rows, int n_cols, >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main int ind, ind1; static int first_time_z = 1; off_t offset, offset1, offset2; diff --git a/vector/v.vol.rst/v.vol.rst.html b/vector/v.vol.rst/v.vol.rst.html index ebb92a75fce..0e1eb947c00 100644 --- a/vector/v.vol.rst/v.vol.rst.html +++ b/vector/v.vol.rst/v.vol.rst.html @@ -70,6 +70,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -104,6 +105,10 @@

    DESCRIPTION

    algorithm. ======= >>>>>>> osgeo-main +======= +algorithm. +======= +>>>>>>> osgeo-main algorithm. <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -118,6 +123,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -127,6 +133,8 @@

    DESCRIPTION

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= algorithm. ======= algorithm. @@ -138,6 +146,7 @@

    DESCRIPTION

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -179,6 +188,8 @@

    DESCRIPTION

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    SQL support

    @@ -288,6 +299,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -322,6 +334,10 @@

    NOTES

    3D region for interpolation. ======= >>>>>>> osgeo-main +======= +3D region for interpolation. +======= +>>>>>>> osgeo-main 3D region for interpolation. <<<<<<< HEAD >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -336,6 +352,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -345,6 +362,8 @@

    NOTES

    ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) ======= +>>>>>>> osgeo-main +======= 3D region for interpolation. ======= 3D region for interpolation. @@ -356,6 +375,7 @@

    NOTES

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -397,6 +417,8 @@

    NOTES

    >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main

    EXAMPLES

    diff --git a/vector/v.voronoi/skeleton.c b/vector/v.voronoi/skeleton.c index 1c6fd5697dc..797d22f7ce1 100644 --- a/vector/v.voronoi/skeleton.c +++ b/vector/v.voronoi/skeleton.c @@ -541,6 +541,7 @@ int tie_up(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -577,6 +578,10 @@ int tie_up(void) ======= distmin = INFINITY; ======= +>>>>>>> osgeo-main +======= + distmin = INFINITY; +======= >>>>>>> osgeo-main distmin = 1. / 0.; /* +inf */ >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -592,6 +597,7 @@ int tie_up(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -600,6 +606,8 @@ int tie_up(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= distmin = 1. / 0.; /* +inf */ ======= @@ -612,6 +620,7 @@ int tie_up(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -657,6 +666,8 @@ int tie_up(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main xmin = x; ymin = y; diff --git a/vector/v.voronoi/sw_main.c b/vector/v.voronoi/sw_main.c index 1216d1e1528..17fe5c63155 100644 --- a/vector/v.voronoi/sw_main.c +++ b/vector/v.voronoi/sw_main.c @@ -84,6 +84,7 @@ struct Site *nextone(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD >>>>>>> 498a331298 (Fix missing function prototypes (#2727)) @@ -126,6 +127,11 @@ struct Site *nextone(void) ======= >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> 498a331298 (Fix missing function prototypes (#2727)) +======= +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main void removeDuplicates(void) { int i, j; @@ -446,6 +452,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -471,6 +478,8 @@ int readbounds(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= nconnected = 0; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -483,6 +492,9 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -500,6 +512,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -535,6 +548,8 @@ int readbounds(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main Vect_reset_list(linelist); Vect_reset_list(arealist); @@ -562,6 +577,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= <<<<<<< HEAD ======= @@ -587,6 +603,8 @@ int readbounds(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= nconnected++; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -599,6 +617,9 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD +======= +>>>>>>> osgeo-main ======= >>>>>>> osgeo-main ======= @@ -616,6 +637,7 @@ int readbounds(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -651,6 +673,8 @@ int readbounds(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main } } diff --git a/vector/v.what.rast/local_proto.h b/vector/v.what.rast/local_proto.h index faa49b36c4f..93f7bfc0df7 100644 --- a/vector/v.what.rast/local_proto.h +++ b/vector/v.what.rast/local_proto.h @@ -10,6 +10,7 @@ struct order { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int count; /* nuber of points with category 'cat' */ ======= @@ -31,6 +32,8 @@ struct order { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int count; /* number of points with category 'cat' */ ======= int count; /* nuber of points with category 'cat' */ @@ -41,6 +44,7 @@ struct order { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int count; /* nuber of points with category 'cat' */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -75,6 +79,11 @@ struct order { int count; /* nuber of points with category 'cat' */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + int count; /* nuber of points with category 'cat' */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main int row; int col; double x, y; /* used with interp flag */ diff --git a/vector/v.what.rast3/local_proto.h b/vector/v.what.rast3/local_proto.h index 1a735ea09f2..41b1c19c793 100644 --- a/vector/v.what.rast3/local_proto.h +++ b/vector/v.what.rast3/local_proto.h @@ -10,6 +10,7 @@ struct order { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD <<<<<<< HEAD int count; /* nuber of points with category 'cat' */ ======= @@ -31,6 +32,8 @@ struct order { >>>>>>> 6f30700108 (wxpyimgview: explicit conversion to int (#2704)) ======= >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +>>>>>>> osgeo-main int count; /* number of points with category 'cat' */ ======= int count; /* nuber of points with category 'cat' */ @@ -41,6 +44,7 @@ struct order { <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= int count; /* nuber of points with category 'cat' */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) @@ -75,6 +79,11 @@ struct order { int count; /* nuber of points with category 'cat' */ >>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) >>>>>>> 8f5c741ca6 (wxpyimgview: explicit conversion to int (#2704)) +======= +======= + int count; /* nuber of points with category 'cat' */ +>>>>>>> 8422103f4c (wxpyimgview: explicit conversion to int (#2704)) +>>>>>>> osgeo-main double x; double y; double z; diff --git a/vector/vectorintro.html b/vector/vectorintro.html index 491032483fc..ab50bb923f5 100644 --- a/vector/vectorintro.html +++ b/vector/vectorintro.html @@ -25,6 +25,7 @@

    Attribute management

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -62,6 +63,10 @@

    Attribute management

    The default database driver used by GRASS GIS 8 is SQLite. GRASS GIS ======= >>>>>>> osgeo-main +======= +The default database driver used by GRASS GIS 8 is SQLite. GRASS GIS +======= +>>>>>>> osgeo-main The default database driver used by GRASS GIS 8 is SQLite. GRASS GIS >>>>>>> 73a1a8ce38 (Programmer's manual: update GRASS GIS arch drawing (#1610)) ======= @@ -76,6 +81,7 @@

    Attribute management

    <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= The default database driver used by GRASS GIS 8 is SQLite. GRASS GIS >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) @@ -138,6 +144,11 @@

    Attribute management

    The default database driver used by GRASS GIS 8 is SQLite. GRASS GIS >>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +======= +The default database driver used by GRASS GIS 8 is SQLite. GRASS GIS +>>>>>>> f130b43e6c (r.horizon manual - fix typo (#2794)) +>>>>>>> osgeo-main handles multiattribute vector data by default. The db.* set of commands provides basic SQL support for attribute management, while the v.db.* set of commands operates on vector maps. diff --git a/visualization/ximgview/main.c b/visualization/ximgview/main.c index 58a83b8bbc6..462b6244f49 100644 --- a/visualization/ximgview/main.c +++ b/visualization/ximgview/main.c @@ -158,6 +158,7 @@ static void main_loop(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 6b0657b022 (Fix missing function prototypes (#2727)) ======= @@ -194,6 +195,10 @@ static void main_loop(void) ======= unsigned long delay = 0; ======= +>>>>>>> osgeo-main +======= + unsigned long delay = 0; +======= >>>>>>> osgeo-main unsigned long delay; >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -209,6 +214,7 @@ static void main_loop(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -217,6 +223,8 @@ static void main_loop(void) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= unsigned long delay; ======= @@ -229,6 +237,7 @@ static void main_loop(void) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -274,6 +283,8 @@ static void main_loop(void) >>>>>>> 488180fefd (Fix missing function prototypes (#2727)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main while (XPending(dpy) > 0) { XEvent event; @@ -367,6 +378,7 @@ static int read_bmp_header(const unsigned char *p) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 08401a0a3a (r.horizon manual - fix typo (#2794)) ======= @@ -403,6 +415,10 @@ static int read_bmp_header(const unsigned char *p) ======= if (get_4(&p) != (unsigned int)i_width * i_height * 4) ======= +>>>>>>> osgeo-main +======= + if (get_4(&p) != (unsigned int)i_width * i_height * 4) +======= >>>>>>> osgeo-main if (get_4(&p) != i_width * i_height * 4) >>>>>>> 6cf60c76a4 (wxpyimgview: explicit conversion to int (#2704)) @@ -418,6 +434,7 @@ static int read_bmp_header(const unsigned char *p) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 8a70512c8d (r.horizon manual - fix typo (#2794)) ======= @@ -426,6 +443,8 @@ static int read_bmp_header(const unsigned char *p) >>>>>>> osgeo-main ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main ======= if (get_4(&p) != i_width * i_height * 4) ======= @@ -438,6 +457,7 @@ static int read_bmp_header(const unsigned char *p) <<<<<<< HEAD <<<<<<< HEAD <<<<<<< HEAD +<<<<<<< HEAD >>>>>>> osgeo-main ======= >>>>>>> osgeo-main @@ -483,6 +503,8 @@ static int read_bmp_header(const unsigned char *p) >>>>>>> 446049deb7 (r.horizon manual - fix typo (#2794)) ======= >>>>>>> ebf041644a (r.horizon manual - fix typo (#2794)) +======= +>>>>>>> osgeo-main return 0; if (size != HEADER_SIZE + i_width * i_height * 4)